diff options
Diffstat (limited to 'core/locale')
-rw-r--r-- | core/locale/zh_CN.json | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json index 8e495d7..b095256 100644 --- a/core/locale/zh_CN.json +++ b/core/locale/zh_CN.json @@ -5,10 +5,18 @@ "Generic.Edit": "\uf044 编辑", "Generic.Delete": "\uf1f8 删除", "Generic.Rename": "\uf246 重命名", - "Generic.Disconnect": "\uf127 断开连接", + "Generic.Disconnect": "\uf127 断开连接", + "Generic.Open": "打开", "Generic.Close": "\uf00d 关闭", - "Generic.Dialog.Confirm": "确定", - "Generic.Dialog.Cancel": "取消", + "Generic.Confirm": "确定", + "Generic.Cancel": "取消", + "Generic.Name": "名称", + "Generic.Type": "类型", + "Generic.Add.DialogTitle": "新建向导", + "Generic.Delete.DialogTitle": "确认删除", + "Generic.Rename.DialogTitle": "确认重命名", + "Generic.EmptyNameError": "名称不能为空", + "Generic.DuplicateNameError": "名称已被占用", "MainWindow.Tab.Settings": "\uf013 设置", "MainWindow.Tab.Project": "\uf15b 项目", "MainWindow.Tab.DatabaseView": "\uf1c0 数据", @@ -27,7 +35,7 @@ "Project.Recents": "最近使用", "Project.Recents.Clear": "清空", "Project.Recents.NonePresent": "(暂无最近使用的项目)", - "Project.Recents.Open.Tooltip": "打开该项目", + "Project.Recents.Open.Tooltip": "打开该项目", "Project.Recents.Delete.Tooltip": "将该项目从最近使用列表中删除,项目本身将不受影响。", "Project.InvalidProjectFormat": "无效的项目文件", "ActiveProject.OpenInFilesystem": "\uf07b 在文件系统中打开", @@ -58,11 +66,10 @@ "Item.Column.Description": "描述", "Item.Column.Email": "邮箱", "Item.Column.Stock": "库存", - "Item.Column.Price": "价格", - "Item.EmptyNameError": "产品名不能为空", - "Item.DuplicateNameError": "产品名已被占用", - "Workflow.Open": "打开工作流...", - "Workflow.Open.DialogTitle": "打开工作流", - "Workflow.Manage": "管理工作流...", - "Workflow.Manage.DialogTitle": "管理工作流", + "Item.Column.Price": "价格", + "Asset.Open": "打开资源...", + "Asset.Open.DialogTitle": "打开资源", + "Asset.Manage": "管理资源...", + "Asset.Manage.DialogTitle": "管理资源", + "Template.InvalidTypeError": "无效的模板类型", } |