@@ -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+ } ;
0 commit comments