1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
{
"$localized_name": "中文 - 中国",
"Generic.Error": "错误",
"Generic.Add": "\uf067 新建",
"Generic.Edit": "\uf044 编辑",
"Generic.Delete": "\uf1f8 删除",
"Generic.Disconnect": "\uf127 断开连接",
"Generic.Close": "\uf00d 关闭",
"Generic.Dialog.Confirm": "确定",
"Generic.Dialog.Cancel": "取消",
"MainWindow.Tab.Settings": "\uf013 设置",
"MainWindow.Tab.Project": "\uf15b 项目",
"MainWindow.Tab.DatabaseView": "\uf1c0 数据",
"MainWindow.Tab.Items": "\uf466 物品",
"MainWindow.Tab.Workflows": "\uf5cb 工作流",
"Project.New": "新建项目...",
"Project.New.DialogTitle": "新建项目向导",
"Project.New.Name": "项目名称",
"Project.New.Path": "项目路径",
"Project.New.Path.DialogTitle": "项目路径",
"Project.New.EmptyNameError": "项目名不能为空",
"Project.New.InvalidPathError": "无效路径",
"Project.Open": "打开项目...",
"Project.Open.DialogTitle": "打开项目",
"Project.Recents": "最近使用",
"Project.Recents.Clear": "清空",
"Project.Recents.NonePresent": "(暂无最近使用的项目)",
"Project.Recents.Open.Tooltip": "打开该项目",
"Project.Recents.Delete.Tooltip": "将该项目从最近使用列表中删除,项目本身将不受影响。",
"Project.InvalidProjectFormat": "无效的项目文件",
"ActiveProject.Close": "\uf00d 关闭项目",
"ActiveProject.OpenInFilesystem": "\uf07b 在文件系统中打开",
"ActiveProject.Info.Name": "项目名称:",
"ActiveProject.Info.Path": "项目路径:",
"Database.SalesView.TabName": "销售",
"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.CompletionTime": "交货时间",
"Database.Column.ShipmentTime": "发货时间",
"Database.Column.ArrivalTime": "实际到达时间",
"Database.Message.NoOrderSelected": "选择任意一个订单以查看与其相关的批次",
"Database.Message.NotDelivered": "N/A",
"Item.Add.DialogTitle": "新建物品项",
"Item.Edit.DialogTitle": "编辑物品项",
"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.Column.Stock": "库存",
"Item.Column.Price": "价格",
"Item.EmptyNameError": "产品名不能为空",
"Item.DuplicateNameError": "产品名已被占用",
"Workflow.Open": "打开工作流...",
"Workflow.Open.DialogTitle": "打开工作流",
"Workflow.Manage": "管理工作流...",
"Workflow.Manage.DialogTitle": "管理工作流",
}
|