Skip to content

Commit

Permalink
feat: Improve international language (#7687)
Browse files Browse the repository at this point in the history
  • Loading branch information
lan-yonghui authored Jan 10, 2025
1 parent dab83fe commit 42c30f3
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
3 changes: 2 additions & 1 deletion frontend/src/lang/modules/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const message = {
clean: 'Clean',
login: 'Login',
close: 'Close',
off: 'Off',
stop: 'Stop',
start: 'Start',
view: 'View',
Expand Down Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lang/modules/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const message = {
clean: 'クリーン',
login: 'ログイン',
close: '近',
off: '近',
stop: '停',
start: '始める',
view: 'ビュー',
Expand Down Expand Up @@ -1696,7 +1697,7 @@ const message = {
quickUpdate: 'クイックアップデート',
import: '輸',
power: '許',
unbind: 'インドライセンス',
unbind: 'インド',
unbindHelper: 'すべてのPro関連設定はバインディングを解除した後にクリーニングされます続けたいですか?',
importLicense: 'ライセンス',
importHelper: 'ここでライセンスファイルをクリックまたはドラッグしてください',
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lang/modules/ms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const message = {
clean: 'Bersih',
login: 'Log masuk',
close: 'Tutup',
off: 'Tutup',
stop: 'Henti',
start: 'Mula',
view: 'Lihat',
Expand Down Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lang/modules/pt-br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const message = {
clean: 'Limpar',
login: 'Entrar',
close: 'Fechar',
off: 'Fechar',
stop: 'Parar',
start: 'Iniciar',
view: 'Visualizar',
Expand Down Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lang/modules/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const message = {
clean: 'Очистить',
login: 'Войти',
close: 'Закрыть',
off: 'Закрыть',
stop: 'Остановить',
start: 'Запустить',
view: 'Просмотр',
Expand Down Expand Up @@ -1737,7 +1738,7 @@ const message = {
quickUpdate: 'Быстрое обновление',
import: 'Импорт',
power: 'Авторизовать',
unbind: 'Отвязать лицензию',
unbind: 'Отвязать',
unbindHelper: 'Все настройки Pro будут очищены после отвязки. Хотите продолжить?',
importLicense: 'Лицензия',
importHelper: 'Пожалуйста, нажмите или перетащите файл лицензии сюда',
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lang/modules/tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const message = {
clean: '清空',
login: '登入',
close: '關閉',
off: '關閉',
stop: '關閉',
start: '開啟',
view: '詳情',
Expand Down Expand Up @@ -1612,7 +1613,7 @@ const message = {
quickUpdate: '快速更新',
import: '匯入',
power: '授 權',
unbind: '解除綁定',
unbind: '解綁',
unbindHelper: '解除綁定後將清除所有專業版相關設定,是否繼續?',
importLicense: '匯入許可證',
importHelper: '請點擊或拖動許可文件到此處',
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lang/modules/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const message = {
clean: '清空',
login: '登录',
close: '关闭',
off: '关闭',
stop: '关闭',
start: '开启',
view: '详情',
Expand Down Expand Up @@ -1612,7 +1613,7 @@ const message = {
quickUpdate: '快速更新',
import: '导入',
power: '授 权',
unbind: '解除绑定',
unbind: '解绑',
unbindHelper: '解除绑定后将清除所有专业版相关设置,是否继续?',
importLicense: '导入许可证',
importHelper: '请点击或拖动许可文件到此处',
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/setting/panel/proxy/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</el-alert>
<el-form-item :label="$t('setting.proxyType')" prop="proxyType">
<el-select v-model="form.proxyType" clearable>
<el-option value="close" :label="$t('commons.button.close')" />
<el-option value="close" :label="$t('commons.button.off')" />
<el-option value="socks5" label="SOCKS5" />
<el-option value="http" label="HTTP" />
<el-option value="https" label="HTTPS" />
Expand Down

0 comments on commit 42c30f3

Please sign in to comment.