summaryrefslogtreecommitdiff
path: root/core/locale
diff options
context:
space:
mode:
Diffstat (limited to 'core/locale')
-rw-r--r--core/locale/zh_CN.json16
1 files changed, 13 insertions, 3 deletions
diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json
index d455f61..8550b1d 100644
--- a/core/locale/zh_CN.json
+++ b/core/locale/zh_CN.json
@@ -5,8 +5,18 @@
"MainWindow.Tab.DatabaseView": "\uf1c0 数据",
"MainWindow.Tab.Items": "\uf466 物品",
"MainWindow.Tab.Exports": "\uf56e 导出",
- "Project.NewProject": "新建项目...",
- "Project.OpenProject": "打开项目...",
+ "Project.New": "新建项目...",
+ "Project.New.DialogTitle": "新建项目向导",
+ "Project.New.Confirm": "确定",
+ "Project.New.Cancel": "取消",
+ "Project.New.Name": "项目名称",
+ "Project.New.Path": "项目路径",
+ "Project.New.EmptyName": "项目名不能为空",
+ "Project.New.InvalidPath": "无效路径",
+ "Project.Open": "打开项目...",
"Project.Recents": "最近使用",
- "Project.ClearRecents": "清空",
+ "Project.Recents.Clear": "清空",
+ "Project.Recents.NonePresent": "(暂无最近使用的项目)",
+ "Project.Recents.Open.Tooltip": "打开该项目",
+ "Project.Recents.Delete.Tooltip": "将该项目从最近使用列表中删除,项目本身将不受影响。",
} \ No newline at end of file