mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 01:23:55 +08:00
feat: 完成服务端管理页面样式改造
This commit is contained in:
@@ -708,6 +708,9 @@ export default {
|
||||
'common.cancel': 'Abbrechen',
|
||||
'common.sensitive': 'Sensibel',
|
||||
'common.loading': 'Lädt',
|
||||
'common.copySuccess': 'Erfolgreich kopiert',
|
||||
'common.copyFailed': 'Kopieren fehlgeschlagen',
|
||||
'common.copyAddress': 'Adresse kopieren',
|
||||
|
||||
// Language switch
|
||||
'language.zhCN': '中文简体',
|
||||
|
||||
@@ -708,6 +708,9 @@ export default {
|
||||
'common.cancel': 'Cancel',
|
||||
'common.sensitive': 'Sensitive',
|
||||
'common.loading': 'Loading',
|
||||
'common.copySuccess': 'Copy successful',
|
||||
'common.copyFailed': 'Copy failed',
|
||||
'common.copyAddress': 'Copy address',
|
||||
|
||||
// Language switch
|
||||
'language.zhCN': '中文简体',
|
||||
|
||||
@@ -708,6 +708,9 @@ export default {
|
||||
'common.cancel': 'Cancelar',
|
||||
'common.sensitive': 'Sensível',
|
||||
'common.loading': 'Carregando',
|
||||
'common.copySuccess': 'Cópia bem-sucedida',
|
||||
'common.copyFailed': 'Falha ao copiar',
|
||||
'common.copyAddress': 'Copiar endereço',
|
||||
|
||||
// Troca de idioma
|
||||
'language.zhCN': '中文简体',
|
||||
|
||||
@@ -708,6 +708,9 @@ export default {
|
||||
'common.cancel': 'Hủy bỏ',
|
||||
'common.sensitive': 'Nhạy cảm',
|
||||
'common.loading': 'Đang tải',
|
||||
'common.copySuccess': 'Sao chép thành công',
|
||||
'common.copyFailed': 'Sao chép thất bại',
|
||||
'common.copyAddress': 'Sao chép địa chỉ',
|
||||
|
||||
// Language switch
|
||||
'language.zhCN': '中文简体',
|
||||
|
||||
@@ -708,6 +708,9 @@ export default {
|
||||
'common.cancel': '取消',
|
||||
'common.sensitive': '敏感',
|
||||
'common.loading': '加载中',
|
||||
'common.copySuccess': '复制成功',
|
||||
'common.copyFailed': '复制失败',
|
||||
'common.copyAddress': '复制地址',
|
||||
|
||||
// 语言切换
|
||||
'language.zhCN': '中文简体',
|
||||
|
||||
@@ -708,6 +708,9 @@ export default {
|
||||
'common.cancel': '取消',
|
||||
'common.sensitive': '敏感',
|
||||
'common.loading': '載入中',
|
||||
'common.copySuccess': '複製成功',
|
||||
'common.copyFailed': '複製失敗',
|
||||
'common.copyAddress': '複製地址',
|
||||
|
||||
// 語言切換
|
||||
'language.zhCN': '中文简体',
|
||||
|
||||
Reference in New Issue
Block a user