Skip to content

Commit

Permalink
Merge pull request #540 from jimcat8/cn_main
Browse files Browse the repository at this point in the history
Supplement the key-value pair and translate its value.
  • Loading branch information
Fabio286 authored Feb 27, 2023
2 parents 06b0090 + c9093a3 commit 6bd8667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/i18n/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 3 additions & 1 deletion src/renderer/i18n/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,9 @@ export const zhCN = {
deleteFolder: '删除文件夹',
editConnectionAppearence: '编辑连接的外观',
executeSelectedQuery: '执行所选查询',
defaultCopyType: '默认复制类型'
defaultCopyType: '默认复制类型',
showTableSize: '在侧边栏显示表大小',
showTableSizeDescription: '仅限 MySQL/MariaDB. 启用此选项可能会影响许多表的模式(schema)的性能.'
},
faker: {
address: '地址',
Expand Down

0 comments on commit 6bd8667

Please sign in to comment.