feat: add i18n to connection list and dialog

This commit is contained in:
2026-07-04 23:00:35 +08:00
parent 97795866d0
commit 24a12732ae
4 changed files with 39 additions and 19 deletions
+8
View File
@@ -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',
+8
View File
@@ -38,6 +38,14 @@ export default {
testFailed: '连接失败',
connected: '已连接',
disconnected: '未连接',
search: '搜索连接...',
noMatch: '无匹配连接',
noConnections: '暂无连接',
import: '导入',
export: '导出',
testConnection: '测试连接',
create: '创建',
save: '保存',
},
key: {
title: '键',