mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-03 06:17:03 +08:00
refine wording for en-us locale
This commit is contained in:
@ -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',
|
||||
@ -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',
|
||||
@ -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',
|
||||
@ -120,4 +120,4 @@ export default {
|
||||
'common.label.LocalFile': 'LocalFile',
|
||||
'common.text.rename': 'Rename',
|
||||
'common.title.info': 'Info',
|
||||
};
|
||||
};
|
||||
|
@ -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':
|
||||
|
@ -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',
|
||||
|
Reference in New Issue
Block a user