diff --git a/es/locales/common/zh_CN.json b/es/locales/common/zh_CN.json index 57edc4c87..1e9adf5a6 100644 --- a/es/locales/common/zh_CN.json +++ b/es/locales/common/zh_CN.json @@ -14,11 +14,14 @@ "detail": "详情", "editor": "编辑", "newAdd": "新增", - "add": "添加" + "add": "添加", + "submit": "提交" }, + "operate": "操作", "submit": "提交", "reset": "重置", "select": "查询", + "search": "搜索", "expand": "展开", "shrink": "收起", "back": "返回", @@ -34,5 +37,6 @@ "true": "是", "false": "否", "open": "开", - "close": "关" + "close": "关", + "other": "其他" } diff --git a/lib/locales/common/zh_CN.json b/lib/locales/common/zh_CN.json index 57edc4c87..1e9adf5a6 100644 --- a/lib/locales/common/zh_CN.json +++ b/lib/locales/common/zh_CN.json @@ -14,11 +14,14 @@ "detail": "详情", "editor": "编辑", "newAdd": "新增", - "add": "添加" + "add": "添加", + "submit": "提交" }, + "operate": "操作", "submit": "提交", "reset": "重置", "select": "查询", + "search": "搜索", "expand": "展开", "shrink": "收起", "back": "返回", @@ -34,5 +37,6 @@ "true": "是", "false": "否", "open": "开", - "close": "关" + "close": "关", + "other": "其他" } diff --git a/src/locales/common/zh_CN.json b/src/locales/common/zh_CN.json index 28954a787..aea7ad177 100644 --- a/src/locales/common/zh_CN.json +++ b/src/locales/common/zh_CN.json @@ -14,11 +14,14 @@ "detail": "详情", "editor": "编辑", "newAdd": "新增", - "add": "添加" + "add": "添加", + "submit": "提交" }, + "operate": "操作", "submit": "提交", "reset": "重置", "select": "查询", + "search": "搜索", "expand": "展开", "shrink": "收起", "back": "返回", @@ -34,5 +37,6 @@ "true": "是", "false": "否", "open": "开", - "close": "关" + "close": "关", + "other": "其他" }