diff options
author | rtk0c <[email protected]> | 2021-03-30 19:40:11 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-30 19:40:11 -0700 |
commit | 31950890c939862f79c817053c106bf711c63a64 (patch) | |
tree | 4e02abf37d69ab7d4f988f143b340cfd3d93331c /core/locale | |
parent | e75e26da92424528e190a2111acfcc49c657e894 (diff) |
Product items and misc stuff
Diffstat (limited to 'core/locale')
-rw-r--r-- | core/locale/zh_CN.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json index 3b38f40..ebd671e 100644 --- a/core/locale/zh_CN.json +++ b/core/locale/zh_CN.json @@ -1,5 +1,7 @@ { "$localized_name": "中文 - 中国", + "Generic.Dialog.Confirm": "确定", + "Generic.Dialog.Cancel": "取消", "MainWindow.Tab.Settings": "\uf013 设置", "MainWindow.Tab.Project": "\uf15b 项目", "MainWindow.Tab.DatabaseView": "\uf1c0 数据", @@ -7,8 +9,6 @@ "MainWindow.Tab.Exports": "\uf56e 导出", "Project.New": "新建项目...", "Project.New.DialogTitle": "新建项目向导", - "Project.New.Confirm": "确定", - "Project.New.Cancel": "取消", "Project.New.Name": "项目名称", "Project.New.Path": "项目路径", "Project.New.Path.DialogTitle": "项目路径", @@ -21,4 +21,16 @@ "Project.Recents.NonePresent": "(暂无最近使用的项目)", "Project.Recents.Open.Tooltip": "打开该项目", "Project.Recents.Delete.Tooltip": "将该项目从最近使用列表中删除,项目本身将不受影响。", + "ActiveProject.Close": "\uf410 关闭项目", + "ActiveProject.OpenInFilesystem": "\uf07b 在文件系统中打开", + "ActiveProject.Info.Name": "项目名称:", + "ActiveProject.Info.Path": "项目路径:", + "ItemEditor.Add": "\uf067 新建", + "ItemEditor.Add.DialogTitle": "新建物品项", + "ItemEditor.Delete": "\uf1f8 移除", + "Item.Product.CategoryName": "产品", + "Item.Product.Column.Name": "名称", + "Item.Product.Column.Description": "描述", + "Item.Factory.CategoryName": "工厂", + "Item.Customer.CategoryName": "客户", }
\ No newline at end of file |