Skip to content

Commit 857aa4c

Browse files
authored
Merge pull request OtterMind#1543 from jovezhong/refine-i18n-en
Refine wording for en-us locale
2 parents 23c9216 + ec8c8e6 commit 857aa4c

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

chat2db-client/src/i18n/en-us/common.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525
'common.button.open': 'Open',
2626
'common.button.refresh': 'Refresh',
2727
'common.button.execute': 'Run',
28-
"common.button.import": 'Import SQL',
28+
'common.button.import': 'Import SQL',
2929
'common.button.format': 'Format',
3030
'common.message.successfulConfig': 'Successful configuration',
3131
'common.text.successful': 'successful',
@@ -55,8 +55,8 @@ export default {
5555
'common.button.exportPdf': 'Export to Pdf',
5656
'common.text.successfulExecution': 'Successful Execution',
5757
'common.text.result': 'Result',
58-
'common.text.timeConsuming': 'Time Consuming',
59-
'common.text.searchRow': 'Search Row',
58+
'common.text.timeConsuming': 'Time Consumed',
59+
'common.text.searchRow': 'Query Result',
6060
'common.text.noData': 'No Data',
6161
'common.text.remindMeLater': 'Remind Me Later',
6262
'common.text.goToUpdate': 'Go To Update',
@@ -92,16 +92,16 @@ export default {
9292
'common.button.cancelRequest': 'Cancel Request',
9393
'common.button.executionError': 'Execution Error',
9494
'common.text.affectedRows': 'Affected rows: {1}',
95-
'common.text.selectFile' : 'Select File',
96-
'common.text.noTableFoundUp' : 'No tables in this database',
95+
'common.text.selectFile': 'Select File',
96+
'common.text.noTableFoundUp': 'No tables in this database',
9797
'common.text.noTableFoundDown': 'Switch databases at the top',
9898
'common.title.preview': 'Preview',
9999
'common.title.errorMessage': 'Error message',
100100
'common.label.comment': 'Comment',
101101
'common.label.name': 'Name',
102102
'common.title.create': 'Create',
103-
'common.title.executiveLogging': 'Executive logging',
104-
'common.text.executionTime': 'Affected in {1} ms',
103+
'common.title.executiveLogging': 'Runtime logs',
104+
'common.text.executionTime': 'Done with {1} ms',
105105
'common.button.copyRowAs': 'Copy the row as',
106106
'common.button.insertSql': 'Insert SQL',
107107
'common.button.updateSql': 'Update SQL',
@@ -120,4 +120,4 @@ export default {
120120
'common.label.LocalFile': 'LocalFile',
121121
'common.text.rename': 'Rename',
122122
'common.title.info': 'Info',
123-
};
123+
};

chat2db-client/src/i18n/en-us/setting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848
'setting.text.isLatestVersion': 'This is the latest version',
4949
'setting.button.changeLog': 'Changelog',
5050
'setting.title.updateRule': 'Update rule',
51-
'setting.text.autoUpdate': 'The new version automatically downloads and installs updates',
51+
'setting.text.autoUpdate': 'The new version will be automatically downloaded and installed',
5252
'setting.text.manualUpdate': 'Only alert me when a new version is released',
5353
'setting.button.iSee': 'I see',
5454
'setting.text.newEditionIsReady':

chat2db-client/src/i18n/en-us/workspace.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export default {
2020
'The table name you entered is not the same as the table name you want to delete, please confirm again',
2121
'workspace.table.total': 'Total',
2222
'workspace.table.total.tip': 'Load total number of rows',
23-
'workspace.table.export.all.csv': 'Export result set csv',
24-
'workspace.table.export.cur.csv': 'Export result of current page set csv',
25-
'workspace.table.export.all.insert': 'Export result set insert sql',
26-
'workspace.table.export.cur.insert': 'Export result of current page set insert sql',
23+
'workspace.table.export.all.csv': 'Export results as a CSV',
24+
'workspace.table.export.cur.csv': 'Export results on the current page as a CSV',
25+
'workspace.table.export.all.insert': 'Export results as INSERT SQL',
26+
'workspace.table.export.cur.insert': 'Export results on the current page as INSERT SQL',
2727
'workspace.tree.view': 'View',
2828
'workspace.tree.trigger': 'Trigger',
2929
'workspace.tree.function': 'Function',

0 commit comments

Comments
 (0)