diff options
Diffstat (limited to 'core/locale')
-rw-r--r-- | core/locale/zh_CN.json | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json index 917d2f3..188ec4f 100644 --- a/core/locale/zh_CN.json +++ b/core/locale/zh_CN.json @@ -1,13 +1,15 @@ { "$localized_name": "中文 - 中国", "Generic.Error": "错误", + "Generic.Add": "\uf067 新建", + "Generic.Edit": "\uf044 编辑", + "Generic.Delete": "\uf1f8 删除", "Generic.Dialog.Confirm": "确定", "Generic.Dialog.Cancel": "取消", "MainWindow.Tab.Settings": "\uf013 设置", "MainWindow.Tab.Project": "\uf15b 项目", "MainWindow.Tab.DatabaseView": "\uf1c0 数据", "MainWindow.Tab.Items": "\uf466 物品", - "MainWindow.Tab.Exports": "\uf56e 导出", "Project.New": "新建项目...", "Project.New.DialogTitle": "新建项目向导", "Project.New.Name": "项目名称", @@ -27,11 +29,16 @@ "ActiveProject.OpenInFilesystem": "\uf07b 在文件系统中打开", "ActiveProject.Info.Name": "项目名称:", "ActiveProject.Info.Path": "项目路径:", - "Item.Add": "\uf067 新建", + "Database.SalesView.TabName": "销售", + "Database.SalesView.Edit.DialogTitle": "编辑销售记录", + "Database.PurchasesView.TabName": "采购", + "Database.DeliveriesView.TabName": "运输", + "Database.Column.Customer": "客户", + "Database.Column.Deadline": "交货期限", + "Database.Column.DeliveryTime": "交货时间", + "Database.Message.NotDelivered": "N/A", "Item.Add.DialogTitle": "新建物品项", - "Item.Edit": "\uf044 编辑", "Item.Edit.DialogTitle": "编辑物品项", - "Item.Delete": "\uf1f8 删除", "Item.Delete.DialogTitle": "删除物品项", "Item.Delete.DialogMessage": "确定删除该物品项吗?", "Item.CategoryName.Product": "产品", @@ -40,6 +47,8 @@ "Item.Column.Name": "名称", "Item.Column.Description": "描述", "Item.Column.Email": "邮箱", + "Item.Column.Stock": "库存", + "Item.Column.Price": "价格", "Item.EmptyNameError": "产品名不能为空", "Item.DuplicateNameError": "产品名已被占用", }
\ No newline at end of file |