From 4cf81d61254f532d9c7dc4a4219b1c843a9f2dad Mon Sep 17 00:00:00 2001 From: 王旭 <1377869194@qq.com> Date: 星期四, 29 九月 2022 18:02:07 +0800 Subject: [PATCH] 字典管理切换语言 --- src/assets/lang/en.js | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js index 638b1a9..c3fe8d7 100644 --- a/src/assets/lang/en.js +++ b/src/assets/lang/en.js @@ -27,6 +27,41 @@ SpatialData: 'SpatialData', versionManage: 'versionManage', dictionaryManage: 'dictionaryManage', + dictionaryManageObj:{ + tableName:"table name", + selectTableName:"select table name", + add:"add", + del:"delete", + number:"number", + fieldName:"field name", + fieldAliasName:"field alias name", + fieldType:"field Type", + fieldLength:"field length", + FieldPrecision:"Field Precision", + rangeAssociationTable:"range association table", + remark:"remark", + creationTime:"creation time", + createPersonnel:"create personnel", + updateTime:"update time", + updatePersonnel:"update personnel", + operation:"operation", + lookOver:"look over", + revamp:"revamp", + particulars:"particulars", + tableAliasName:"table alias name", + cancel:"cancel", + confirm:"confirm", + tips:"tips", + deletedSuccessfully:"deleted successfully", + DeleteFailed:"delete failed", + tipsDelete:"Are you sure you want to delete the selected content?", + FailedAdd:"Failed to add", + NewSuccess:"Successfully added", + tipsAdd:"Are you sure you want to add it?", + failModify:"fail to modify", + modifySuccessfully:"modify successfully", + tipsUp:"Are you sure to save the changes?", + }, styleManage: 'styleManage', }, operatManage: { -- Gitblit v1.9.3