mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-17 04:00:48 +01:00
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',
|
autoCommit: 'Auto commit',
|
||||||
manualCommit: 'Manual commit',
|
manualCommit: 'Manual commit',
|
||||||
actionSuccessful: '{action} successful',
|
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',
|
executedQueries: '{n} query executed | {n} queries executed',
|
||||||
ourputFormat: 'Output format',
|
ourputFormat: 'Output format',
|
||||||
singleFile: 'Single {ext} file',
|
singleFile: 'Single {ext} file',
|
||||||
|
@ -335,7 +335,9 @@ export const zhCN = {
|
|||||||
deleteFolder: '删除文件夹',
|
deleteFolder: '删除文件夹',
|
||||||
editConnectionAppearence: '编辑连接的外观',
|
editConnectionAppearence: '编辑连接的外观',
|
||||||
executeSelectedQuery: '执行所选查询',
|
executeSelectedQuery: '执行所选查询',
|
||||||
defaultCopyType: '默认复制类型'
|
defaultCopyType: '默认复制类型',
|
||||||
|
showTableSize: '在侧边栏显示表大小',
|
||||||
|
showTableSizeDescription: '仅限 MySQL/MariaDB. 启用此选项可能会影响许多表的模式(schema)的性能.'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: '地址',
|
address: '地址',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user