diff options
author | rtk0c <[email protected]> | 2021-03-29 19:14:07 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-29 19:14:07 -0700 |
commit | e75e26da92424528e190a2111acfcc49c657e894 (patch) | |
tree | c9b6f0e2f98e8fef28feff3136e950b1f0e0f357 /core/locale | |
parent | 70cc233165b5efa3a3888af34f7afce095fe6947 (diff) |
Replace Dialog.hpp with portable-file-dialogs, more work on projects
Diffstat (limited to 'core/locale')
-rw-r--r-- | core/locale/zh_CN.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json index 8550b1d..3b38f40 100644 --- a/core/locale/zh_CN.json +++ b/core/locale/zh_CN.json @@ -11,9 +11,11 @@ "Project.New.Cancel": "取消", "Project.New.Name": "项目名称", "Project.New.Path": "项目路径", + "Project.New.Path.DialogTitle": "项目路径", "Project.New.EmptyName": "项目名不能为空", "Project.New.InvalidPath": "无效路径", "Project.Open": "打开项目...", + "Project.Open.DialogTitle": "打开项目", "Project.Recents": "最近使用", "Project.Recents.Clear": "清空", "Project.Recents.NonePresent": "(暂无最近使用的项目)", |