feat: add i18n to status bar
This commit is contained in:
@@ -123,6 +123,9 @@ export default {
|
||||
database: 'Database',
|
||||
keys: 'Keys',
|
||||
refresh: 'Refresh',
|
||||
connecting: 'Connecting...',
|
||||
error: 'Error: {error}',
|
||||
noConnection: 'No connection',
|
||||
},
|
||||
db: {
|
||||
label: 'DB',
|
||||
|
||||
@@ -123,6 +123,9 @@ export default {
|
||||
database: '数据库',
|
||||
keys: '键数',
|
||||
refresh: '刷新',
|
||||
connecting: '连接中...',
|
||||
error: '错误: {error}',
|
||||
noConnection: '无连接',
|
||||
},
|
||||
db: {
|
||||
label: '数据库',
|
||||
|
||||
Reference in New Issue
Block a user