feat: add i18n to connection list and dialog
This commit is contained in:
@@ -38,6 +38,14 @@ export default {
|
||||
testFailed: 'Connection failed',
|
||||
connected: 'Connected',
|
||||
disconnected: 'Disconnected',
|
||||
search: 'Search connections...',
|
||||
noMatch: 'No connections match',
|
||||
noConnections: 'No connections yet',
|
||||
import: 'Import',
|
||||
export: 'Export',
|
||||
testConnection: 'Test Connection',
|
||||
create: 'Create',
|
||||
save: 'Save',
|
||||
},
|
||||
key: {
|
||||
title: 'Keys',
|
||||
|
||||
@@ -38,6 +38,14 @@ export default {
|
||||
testFailed: '连接失败',
|
||||
connected: '已连接',
|
||||
disconnected: '未连接',
|
||||
search: '搜索连接...',
|
||||
noMatch: '无匹配连接',
|
||||
noConnections: '暂无连接',
|
||||
import: '导入',
|
||||
export: '导出',
|
||||
testConnection: '测试连接',
|
||||
create: '创建',
|
||||
save: '保存',
|
||||
},
|
||||
key: {
|
||||
title: '键',
|
||||
|
||||
Reference in New Issue
Block a user