feat: add i18n to status bar

This commit is contained in:
2026-07-04 23:04:25 +08:00
parent 24a12732ae
commit e5ef0242d8
3 changed files with 12 additions and 4 deletions
+3
View File
@@ -123,6 +123,9 @@ export default {
database: 'Database',
keys: 'Keys',
refresh: 'Refresh',
connecting: 'Connecting...',
error: 'Error: {error}',
noConnection: 'No connection',
},
db: {
label: 'DB',
+3
View File
@@ -123,6 +123,9 @@ export default {
database: '数据库',
keys: '键数',
refresh: '刷新',
connecting: '连接中...',
error: '错误: {error}',
noConnection: '无连接',
},
db: {
label: '数据库',