diff options
author | rtk0c <[email protected]> | 2021-04-28 21:25:55 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-04-28 21:28:34 -0700 |
commit | 538e804fc9beb83e711a210ffbb6badc15f285d5 (patch) | |
tree | 6157a4065cfca3204f3406a4533095214ec3e04b /core/locale | |
parent | 00fd95526677d670d002ca81069636f0f74b91f7 (diff) |
Add table visualization for purchases
Diffstat (limited to 'core/locale')
-rw-r--r-- | core/locale/zh_CN.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json index 1c1102d..97dba91 100644 --- a/core/locale/zh_CN.json +++ b/core/locale/zh_CN.json @@ -33,9 +33,11 @@ "Database.SalesView.TabName": "销售", "Database.SalesView.Edit.DialogTitle": "编辑销售记录", "Database.PurchasesView.TabName": "采购", - "Database.DeliveriesView.TabName": "运输", + "Database.PurchasesView.Edit.DialogTitle": "编辑采购记录", "Database.Column.Customer": "客户", + "Database.Column.Factory": "工厂", "Database.Column.Deadline": "交货期限", + "Database.Column.OrderTime": "下单时间", "Database.Column.DeliveryTime": "交货时间", "Database.Message.NotDelivered": "N/A", "Item.Add.DialogTitle": "新建物品项", |