diff --git a/website/src/lib/docs/zh/menu/edit.mdx b/website/src/lib/docs/zh/menu/edit.mdx
index beefd935..b3af2e1d 100644
--- a/website/src/lib/docs/zh/menu/edit.mdx
+++ b/website/src/lib/docs/zh/menu/edit.mdx
@@ -11,86 +11,86 @@ title: 编辑
与文件操作不同的是,编辑操作可能会修改当前所选文件的内容。
此外,当启用文件列表的树状布局时(详见 [文件和统计](../files-and-stats)),它们也适用于[轨迹、路段和兴趣点](../gpx)。
-总之,我们将可通过以上操作进行修改的对象称为_文件项_。
-Note that except for the undo and redo actions, the edit actions are also accessible through the context menu (right-click) of the file items.
+因此,我们将可以通过以上操作修改的元素称为 _文件项_。
+注意,除撤消和重做操作外,编辑操作也可通过文件项的上下文菜单(右键单击)来访问。
-### Undo and redo
+### 撤销和重做
-Using these buttons, you can undo or redo the last actions you performed.
-This applies to all actions of the interface but not to view options, application settings, or map navigation.
+使用这些按钮,将会撤销或重做最后一次执行的操作。
+但仅适用于界面上的所有操作,不适用于视图选项、应用程序设置或地图导航。
-### Info...
+### 信息……
-您可在当前选定文件项的信息窗口中,查看并编辑项目名称和描述。
+打开当前选定文件项的信息窗口,查看或编辑其名称和描述信息。
-### Appearance...
+### 外观……
-Open the appearance dialog, where you can change the color, opacity, and width of the selected file items on the map.
+在外观窗口中,可以调整地图上所选文件项的颜色、不透明度和宽度等属性。
-### Hide/unhide
+### 隐藏/取消隐藏
-Toggle the visibility of the selected file items on the map.
+切换所选文件项在地图上的可见性。
-### New track
+### 新建轨迹
-Create a new track in the selected file.
+在所选文件中创建一个新轨迹。
-This action is only available when the tree layout of the files list is enabled.
-Additionally, the selection must be a single file.
+此操作仅在启用文件列表树布局时可用。
+且所选内容必须是单个文件。
-### New segment
+### 新建路线
-Create a new segment in the selected track.
+在所选轨迹中创建一个新路段。
-This action is only available when the tree layout of the files list is enabled.
-Additionally, the selection must be a single track.
+此操作仅在启用文件列表树布局时可用。
+所选内容必须是单个轨迹。
-### Select all
+### 全选
-Add all file items in the current hierarchy level to the selection.
+将当前层次结构级别中的所有文件项添加到选择中。
-### Center
+### 中心
-Center the map on the selected file items.
+根据所选内容调整地图显示中心。
### 复制
-Copy the selected file items to the clipboard.
+复制所选内容到剪贴板。
-This action is only available when the tree layout of the files list is enabled.
+此操作仅在启用文件列表树布局时可用。
-### Cut
+### 剪切
-Cut the selected file items to the clipboard.
+剪切所选内容到剪贴板。
-This action is only available when the tree layout of the files list is enabled.
+此操作仅在启用文件列表树布局时可用。
-### Paste
+### 粘贴
-Paste the file items from the clipboard to the current hierarchy level if they are compatible with it.
+若文件项与当前层次结构级别兼容,则进行粘贴操作。
-This action is only available when the tree layout of the files list is enabled.
+此操作仅在启用文件列表树布局时可用。
-### Delete
+### 删除
-Delete the selected file items.
+删除所选内容。