mirror of https://github.com/Fabio286/antares.git
Merge pull request #540 from jimcat8/cn_main
Supplement the key-value pair and translate its value.
This commit is contained in:
commit
6bd8667f43
|
@ -292,7 +292,7 @@ export const enUS = {
|
|||
autoCommit: 'Auto commit',
|
||||
manualCommit: 'Manual commit',
|
||||
actionSuccessful: '{action} successful',
|
||||
importQueryErrors: 'Warning: {n} error has accurrend | Warning: {n} errors occurred',
|
||||
importQueryErrors: 'Warning: {n} error has occurrend | Warning: {n} errors occurred',
|
||||
executedQueries: '{n} query executed | {n} queries executed',
|
||||
ourputFormat: 'Output format',
|
||||
singleFile: 'Single {ext} file',
|
||||
|
|
|
@ -335,7 +335,9 @@ export const zhCN = {
|
|||
deleteFolder: '删除文件夹',
|
||||
editConnectionAppearence: '编辑连接的外观',
|
||||
executeSelectedQuery: '执行所选查询',
|
||||
defaultCopyType: '默认复制类型'
|
||||
defaultCopyType: '默认复制类型',
|
||||
showTableSize: '在侧边栏显示表大小',
|
||||
showTableSizeDescription: '仅限 MySQL/MariaDB. 启用此选项可能会影响许多表的模式(schema)的性能.'
|
||||
},
|
||||
faker: {
|
||||
address: '地址',
|
||||
|
|
Loading…
Reference in New Issue