From 42c30f324ab95f13e4f34e16226455d4c8194e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:21:44 +0800 Subject: [PATCH] feat: Improve international language (#7687) --- frontend/src/lang/modules/en.ts | 3 ++- frontend/src/lang/modules/ja.ts | 3 ++- frontend/src/lang/modules/ms.ts | 3 ++- frontend/src/lang/modules/pt-br.ts | 3 ++- frontend/src/lang/modules/ru.ts | 3 ++- frontend/src/lang/modules/tw.ts | 3 ++- frontend/src/lang/modules/zh.ts | 3 ++- frontend/src/views/setting/panel/proxy/index.vue | 2 +- 8 files changed, 15 insertions(+), 8 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index a9d857289..137106a57 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -33,6 +33,7 @@ const message = { clean: 'Clean', login: 'Login', close: 'Close', + off: 'Off', stop: 'Stop', start: 'Start', view: 'View', @@ -1725,7 +1726,7 @@ const message = { quickUpdate: 'Quick update', import: 'Import', power: 'Authorize', - unbind: 'Unbind License', + unbind: 'Unbind', unbindHelper: 'All Pro related Settings will be cleaned after unbinding. Do you want to continue? ', importLicense: 'License', importHelper: 'Please click or drag the license file here', diff --git a/frontend/src/lang/modules/ja.ts b/frontend/src/lang/modules/ja.ts index 0371d097b..21e9c0d33 100644 --- a/frontend/src/lang/modules/ja.ts +++ b/frontend/src/lang/modules/ja.ts @@ -32,6 +32,7 @@ const message = { clean: 'クリーン', login: 'ログイン', close: '近い', + off: '近い', stop: '停止', start: '始める', view: 'ビュー', @@ -1696,7 +1697,7 @@ const message = { quickUpdate: 'クイックアップデート', import: '輸入', power: '許可', - unbind: 'バインドライセンス', + unbind: 'バインド', unbindHelper: 'すべてのPro関連設定は、バインディングを解除した後にクリーニングされます。続けたいですか?', importLicense: 'ライセンス', importHelper: 'ここでライセンスファイルをクリックまたはドラッグしてください', diff --git a/frontend/src/lang/modules/ms.ts b/frontend/src/lang/modules/ms.ts index a6d40fd08..1d66f67cf 100644 --- a/frontend/src/lang/modules/ms.ts +++ b/frontend/src/lang/modules/ms.ts @@ -33,6 +33,7 @@ const message = { clean: 'Bersih', login: 'Log masuk', close: 'Tutup', + off: 'Tutup', stop: 'Henti', start: 'Mula', view: 'Lihat', @@ -1753,7 +1754,7 @@ const message = { quickUpdate: 'Kemas Kini Pantas', import: 'Import', power: 'Kebenaran', - unbind: 'Nyahikat Lesen', + unbind: 'Nyahkaitkan', unbindHelper: 'Semua Tetapan berkaitan Pro akan dibersihkan selepas nyahikat. Adakah anda mahu meneruskan?', importLicense: 'Lesen', importHelper: 'Sila klik atau seret fail lesen ke sini', diff --git a/frontend/src/lang/modules/pt-br.ts b/frontend/src/lang/modules/pt-br.ts index 454bfa4bd..f7c8bc0f0 100644 --- a/frontend/src/lang/modules/pt-br.ts +++ b/frontend/src/lang/modules/pt-br.ts @@ -33,6 +33,7 @@ const message = { clean: 'Limpar', login: 'Entrar', close: 'Fechar', + off: 'Fechar', stop: 'Parar', start: 'Iniciar', view: 'Visualizar', @@ -1739,7 +1740,7 @@ const message = { quickUpdate: 'Atualização rápida', import: 'Importar', power: 'Autorizar', - unbind: 'Desvincular Licença', + unbind: 'Desvincular', unbindHelper: 'Todas as configurações relacionadas ao Pro serão limpas após a desvinculação. Você deseja continuar?', importLicense: 'Licença', diff --git a/frontend/src/lang/modules/ru.ts b/frontend/src/lang/modules/ru.ts index 17592b6ee..d4d6d5ddc 100644 --- a/frontend/src/lang/modules/ru.ts +++ b/frontend/src/lang/modules/ru.ts @@ -33,6 +33,7 @@ const message = { clean: 'Очистить', login: 'Войти', close: 'Закрыть', + off: 'Закрыть', stop: 'Остановить', start: 'Запустить', view: 'Просмотр', @@ -1737,7 +1738,7 @@ const message = { quickUpdate: 'Быстрое обновление', import: 'Импорт', power: 'Авторизовать', - unbind: 'Отвязать лицензию', + unbind: 'Отвязать', unbindHelper: 'Все настройки Pro будут очищены после отвязки. Хотите продолжить?', importLicense: 'Лицензия', importHelper: 'Пожалуйста, нажмите или перетащите файл лицензии сюда', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 7f6c8fe52..fcd219f9a 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -32,6 +32,7 @@ const message = { clean: '清空', login: '登入', close: '關閉', + off: '關閉', stop: '關閉', start: '開啟', view: '詳情', @@ -1612,7 +1613,7 @@ const message = { quickUpdate: '快速更新', import: '匯入', power: '授 權', - unbind: '解除綁定', + unbind: '解綁', unbindHelper: '解除綁定後將清除所有專業版相關設定,是否繼續?', importLicense: '匯入許可證', importHelper: '請點擊或拖動許可文件到此處', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index f99f221e3..54ee23d50 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -32,6 +32,7 @@ const message = { clean: '清空', login: '登录', close: '关闭', + off: '关闭', stop: '关闭', start: '开启', view: '详情', @@ -1612,7 +1613,7 @@ const message = { quickUpdate: '快速更新', import: '导入', power: '授 权', - unbind: '解除绑定', + unbind: '解绑', unbindHelper: '解除绑定后将清除所有专业版相关设置,是否继续?', importLicense: '导入许可证', importHelper: '请点击或拖动许可文件到此处', diff --git a/frontend/src/views/setting/panel/proxy/index.vue b/frontend/src/views/setting/panel/proxy/index.vue index 413ee91be..e702df317 100644 --- a/frontend/src/views/setting/panel/proxy/index.vue +++ b/frontend/src/views/setting/panel/proxy/index.vue @@ -26,7 +26,7 @@ - +