summaryrefslogtreecommitdiff
path: root/core/locale
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-05-08 21:10:36 -0700
committerrtk0c <[email protected]>2021-05-08 21:10:36 -0700
commit850067a6db2443c1ff1ced793135796ef7ac490f (patch)
treeddef664def68b9868d2d04655654cd9854c5d825 /core/locale
parent1fd1e4b5f2418e3ac2909658993bfedb615537ec (diff)
Deliveries table working, item column
Diffstat (limited to 'core/locale')
-rw-r--r--core/locale/zh_CN.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json
index 97dba91..513ac7a 100644
--- a/core/locale/zh_CN.json
+++ b/core/locale/zh_CN.json
@@ -34,11 +34,15 @@
"Database.SalesView.Edit.DialogTitle": "编辑销售记录",
"Database.PurchasesView.TabName": "采购",
"Database.PurchasesView.Edit.DialogTitle": "编辑采购记录",
+ "Database.Column.Items": "项目",
"Database.Column.Customer": "客户",
"Database.Column.Factory": "工厂",
"Database.Column.Deadline": "交货期限",
"Database.Column.OrderTime": "下单时间",
- "Database.Column.DeliveryTime": "交货时间",
+ "Database.Column.CompletionTime": "交货时间",
+ "Database.Column.ShipmentTime": "发货时间",
+ "Database.Column.ArrivalTime": "实际到达时间",
+ "Database.Message.NoOrderSelected": "选择任意一个订单以查看与其相关的批次",
"Database.Message.NotDelivered": "N/A",
"Item.Add.DialogTitle": "新建物品项",
"Item.Edit.DialogTitle": "编辑物品项",