Skip to content

Commit

Permalink
Merge pull request CodePhiliaX#1543 from jovezhong/refine-i18n-en
Browse files Browse the repository at this point in the history
Refine wording for en-us locale
  • Loading branch information
Chat2DB-Pro authored Oct 28, 2024
2 parents 23c9216 + ec8c8e6 commit 857aa4c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions chat2db-client/src/i18n/en-us/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
'common.button.open': 'Open',
'common.button.refresh': 'Refresh',
'common.button.execute': 'Run',
"common.button.import": 'Import SQL',
'common.button.import': 'Import SQL',
'common.button.format': 'Format',
'common.message.successfulConfig': 'Successful configuration',
'common.text.successful': 'successful',
Expand Down Expand Up @@ -55,8 +55,8 @@ export default {
'common.button.exportPdf': 'Export to Pdf',
'common.text.successfulExecution': 'Successful Execution',
'common.text.result': 'Result',
'common.text.timeConsuming': 'Time Consuming',
'common.text.searchRow': 'Search Row',
'common.text.timeConsuming': 'Time Consumed',
'common.text.searchRow': 'Query Result',
'common.text.noData': 'No Data',
'common.text.remindMeLater': 'Remind Me Later',
'common.text.goToUpdate': 'Go To Update',
Expand Down Expand Up @@ -92,16 +92,16 @@ export default {
'common.button.cancelRequest': 'Cancel Request',
'common.button.executionError': 'Execution Error',
'common.text.affectedRows': 'Affected rows: {1}',
'common.text.selectFile' : 'Select File',
'common.text.noTableFoundUp' : 'No tables in this database',
'common.text.selectFile': 'Select File',
'common.text.noTableFoundUp': 'No tables in this database',
'common.text.noTableFoundDown': 'Switch databases at the top',
'common.title.preview': 'Preview',
'common.title.errorMessage': 'Error message',
'common.label.comment': 'Comment',
'common.label.name': 'Name',
'common.title.create': 'Create',
'common.title.executiveLogging': 'Executive logging',
'common.text.executionTime': 'Affected in {1} ms',
'common.title.executiveLogging': 'Runtime logs',
'common.text.executionTime': 'Done with {1} ms',
'common.button.copyRowAs': 'Copy the row as',
'common.button.insertSql': 'Insert SQL',
'common.button.updateSql': 'Update SQL',
Expand All @@ -120,4 +120,4 @@ export default {
'common.label.LocalFile': 'LocalFile',
'common.text.rename': 'Rename',
'common.title.info': 'Info',
};
};
2 changes: 1 addition & 1 deletion chat2db-client/src/i18n/en-us/setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
'setting.text.isLatestVersion': 'This is the latest version',
'setting.button.changeLog': 'Changelog',
'setting.title.updateRule': 'Update rule',
'setting.text.autoUpdate': 'The new version automatically downloads and installs updates',
'setting.text.autoUpdate': 'The new version will be automatically downloaded and installed',
'setting.text.manualUpdate': 'Only alert me when a new version is released',
'setting.button.iSee': 'I see',
'setting.text.newEditionIsReady':
Expand Down
8 changes: 4 additions & 4 deletions chat2db-client/src/i18n/en-us/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export default {
'The table name you entered is not the same as the table name you want to delete, please confirm again',
'workspace.table.total': 'Total',
'workspace.table.total.tip': 'Load total number of rows',
'workspace.table.export.all.csv': 'Export result set csv',
'workspace.table.export.cur.csv': 'Export result of current page set csv',
'workspace.table.export.all.insert': 'Export result set insert sql',
'workspace.table.export.cur.insert': 'Export result of current page set insert sql',
'workspace.table.export.all.csv': 'Export results as a CSV',
'workspace.table.export.cur.csv': 'Export results on the current page as a CSV',
'workspace.table.export.all.insert': 'Export results as INSERT SQL',
'workspace.table.export.cur.insert': 'Export results on the current page as INSERT SQL',
'workspace.tree.view': 'View',
'workspace.tree.trigger': 'Trigger',
'workspace.tree.function': 'Function',
Expand Down

0 comments on commit 857aa4c

Please sign in to comment.