diff options
Diffstat (limited to 'core/locale')
-rw-r--r-- | core/locale/zh_CN.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/locale/zh_CN.json b/core/locale/zh_CN.json index 513ac7a..4c3db9a 100644 --- a/core/locale/zh_CN.json +++ b/core/locale/zh_CN.json @@ -4,6 +4,7 @@ "Generic.Add": "\uf067 新建", "Generic.Edit": "\uf044 编辑", "Generic.Delete": "\uf1f8 删除", + "Generic.Close": "\uf00d 关闭", "Generic.Dialog.Confirm": "确定", "Generic.Dialog.Cancel": "取消", "MainWindow.Tab.Settings": "\uf013 设置", @@ -58,4 +59,8 @@ "Item.Column.Price": "价格", "Item.EmptyNameError": "产品名不能为空", "Item.DuplicateNameError": "产品名已被占用", + "Workflow.Open": "打开工作流...", + "Workflow.Open.DialogTitle": "打开工作流", + "Workflow.Manage": "管理工作流...", + "Workflow.Manage.DialogTitle": "管理工作流", }
\ No newline at end of file |