diff options
author | rtk0c <[email protected]> | 2021-03-31 20:19:18 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-31 20:19:18 -0700 |
commit | 44f5fa5c8f258e8fc1f7d7e2e45e0485bd6cc490 (patch) | |
tree | 3f09a1cce46d38f5a8c6266150e67af3802d4b95 /core/locale | |
parent | 31950890c939862f79c817053c106bf711c63a64 (diff) |
Complete items tab (UI and serialization)
Diffstat (limited to 'core/locale')
-rw-r--r-- | core/locale/zh_CN.json | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json index ebd671e..917d2f3 100644 --- a/core/locale/zh_CN.json +++ b/core/locale/zh_CN.json @@ -1,5 +1,6 @@ { "$localized_name": "中文 - 中国", + "Generic.Error": "错误", "Generic.Dialog.Confirm": "确定", "Generic.Dialog.Cancel": "取消", "MainWindow.Tab.Settings": "\uf013 设置", @@ -12,8 +13,8 @@ "Project.New.Name": "项目名称", "Project.New.Path": "项目路径", "Project.New.Path.DialogTitle": "项目路径", - "Project.New.EmptyName": "项目名不能为空", - "Project.New.InvalidPath": "无效路径", + "Project.New.EmptyNameError": "项目名不能为空", + "Project.New.InvalidPathError": "无效路径", "Project.Open": "打开项目...", "Project.Open.DialogTitle": "打开项目", "Project.Recents": "最近使用", @@ -21,16 +22,24 @@ "Project.Recents.NonePresent": "(暂无最近使用的项目)", "Project.Recents.Open.Tooltip": "打开该项目", "Project.Recents.Delete.Tooltip": "将该项目从最近使用列表中删除,项目本身将不受影响。", - "ActiveProject.Close": "\uf410 关闭项目", + "Project.InvalidProjectFormat": "无效的项目文件", + "ActiveProject.Close": "\uf00d 关闭项目", "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": "客户", + "Item.Add": "\uf067 新建", + "Item.Add.DialogTitle": "新建物品项", + "Item.Edit": "\uf044 编辑", + "Item.Edit.DialogTitle": "编辑物品项", + "Item.Delete": "\uf1f8 删除", + "Item.Delete.DialogTitle": "删除物品项", + "Item.Delete.DialogMessage": "确定删除该物品项吗?", + "Item.CategoryName.Product": "产品", + "Item.CategoryName.Factory": "工厂", + "Item.CategoryName.Customer": "客户", + "Item.Column.Name": "名称", + "Item.Column.Description": "描述", + "Item.Column.Email": "邮箱", + "Item.EmptyNameError": "产品名不能为空", + "Item.DuplicateNameError": "产品名已被占用", }
\ No newline at end of file |