Skip to content

Commit ec982df

Browse files
committed
add i18n
1 parent 5b4ae10 commit ec982df

File tree

1 file changed

+16
-2
lines changed
  • web/src/commonData/i18n/common

1 file changed

+16
-2
lines changed

web/src/commonData/i18n/common/en.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
"cancel": "Cancel",
491491
"timeout": "Timeout on publishing project {name}!"
492492
},
493-
"tableDetails" : {
493+
"tableDetails": {
494494
"BZBSX": "Table basic attributes",
495495
"BZDXX": "Table column information",
496496
"BTJXX": "Table statistical information",
@@ -1018,6 +1018,20 @@
10181018
},
10191019
"error": {
10201020
"fileExists": "Duplicated file!"
1021+
},
1022+
"home": {
1023+
"welcome": "Welcome to the {text} workspace!",
1024+
"setting": "Seting",
1025+
"exit": "Exit",
1026+
"enter": "Enter {text}",
1027+
"dlgTitle": "New Fast entry",
1028+
"selectType": "Please select category",
1029+
"selectApp": "Please select Application",
1030+
"save": "Save",
1031+
"cancel": "Cancel",
1032+
"running": "running",
1033+
"stop": "disable",
1034+
"searchPlaceholder": "Search application"
10211035
}
10221036
},
10231037
"database": {
@@ -1614,4 +1628,4 @@
16141628
}
16151629
}
16161630
}
1617-
}
1631+
}

0 commit comments

Comments
 (0)