diff options
Diffstat (limited to 'core/locale')
-rw-r--r-- | core/locale/zh_CN.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json index e986041..d455f61 100644 --- a/core/locale/zh_CN.json +++ b/core/locale/zh_CN.json @@ -1,11 +1,12 @@ { "$localized_name": "中文 - 中国", - "MenuBar.File": "文件", - "MenuBar.File.NewWindow": "新建窗口", - "MenuBar.File.NewProject": "新建项目...", - "MenuBar.File.OpenProject": "打开项目...", "MainWindow.Tab.Settings": "\uf013 设置", + "MainWindow.Tab.Project": "\uf15b 项目", "MainWindow.Tab.DatabaseView": "\uf1c0 数据", "MainWindow.Tab.Items": "\uf466 物品", - "MainWindow.Tab.Exports": "\uf56e 导出" + "MainWindow.Tab.Exports": "\uf56e 导出", + "Project.NewProject": "新建项目...", + "Project.OpenProject": "打开项目...", + "Project.Recents": "最近使用", + "Project.ClearRecents": "清空", }
\ No newline at end of file |