diff options
author | rtk0c <[email protected]> | 2021-03-29 13:47:55 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-29 13:47:55 -0700 |
commit | 6032ae108064650324b2c45352e1baa5b36961cc (patch) | |
tree | 79ebd1df933ca9c3d8de4a5a537fffeadf7a6c9b /core/locale | |
parent | 2d7e772909571676dd4266337d43086bd2927e93 (diff) |
Project tab
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 |