diff --git a/src/components/Config.tsx b/src/components/Config.tsx index 6c86445..bf2dc8f 100644 --- a/src/components/Config.tsx +++ b/src/components/Config.tsx @@ -266,10 +266,13 @@ function ConfigImpl({
+
{t('current_backend')} +

{apiConfig.baseURL}

+
Action
diff --git a/src/i18n/en.ts b/src/i18n/en.ts index fcdf253..f7d18e6 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -25,7 +25,9 @@ export const data = { order_name_asc: 'By name alphabetically (A-Z)', order_name_desc: 'By name alphabetically (Z-A)', Connections: 'Connections', + current_backend: 'Current Backend', Active: 'Active', + switch_backend: 'Switch backend"', Closed: 'Closed', switch_theme: 'Switch theme', theme: 'theme', diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index e92f9ff..6debc98 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -25,7 +25,9 @@ export const data = { order_name_asc: '按名称字母排序 (A-Z)', order_name_desc: '按名称字母排序 (Z-A)', Connections: '连接', + current_backend: '当前后端', Active: '活动', + switch_backend: '切换后端', Closed: '已断开', switch_theme: '切换主题', theme: '主题',