diff options
author | rtk0c <[email protected]> | 2021-06-11 13:35:35 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-06-11 13:35:35 -0700 |
commit | 8f7daa9bd100345d7e23639604c9a3a50ce6448b (patch) | |
tree | 4b0c4934f29dfca933e1e955a8af2e61c2719ca1 /core/locale | |
parent | 222cfec6ad882196d8927f73e30d905daae89556 (diff) |
Convert runtime-loaded l10n to string literals chosen at compile time
Diffstat (limited to 'core/locale')
-rw-r--r-- | core/locale/en_US.json | 3 | ||||
-rw-r--r-- | core/locale/zh_CN.json | 75 |
2 files changed, 0 insertions, 78 deletions
diff --git a/core/locale/en_US.json b/core/locale/en_US.json deleted file mode 100644 index b6c9c38..0000000 --- a/core/locale/en_US.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "$localized_name": "English - United States" -}
\ No newline at end of file diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json deleted file mode 100644 index b095256..0000000 --- a/core/locale/zh_CN.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "$localized_name": "中文 - 中国", - "Generic.Error": "错误", - "Generic.Add": "\uf067 新建", - "Generic.Edit": "\uf044 编辑", - "Generic.Delete": "\uf1f8 删除", - "Generic.Rename": "\uf246 重命名", - "Generic.Disconnect": "\uf127 断开连接", - "Generic.Open": "打开", - "Generic.Close": "\uf00d 关闭", - "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 数据", - "MainWindow.Tab.Items": "\uf466 物品", - "MainWindow.Tab.Workflows": "\uf70e 工作流", - "MainWindow.Tab.Templates": "\uf0ce 模板", - "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.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": "价格", - "Asset.Open": "打开资源...", - "Asset.Open.DialogTitle": "打开资源", - "Asset.Manage": "管理资源...", - "Asset.Manage.DialogTitle": "管理资源", - "Template.InvalidTypeError": "无效的模板类型", -} |