1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-18 15:59:16 +08:00

feat: Improve international language (#7687)

This commit is contained in:
2025-01-10 10:21:44 +08:00 committed by GitHub
parent dab83fee20
commit 42c30f324a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 15 additions and 8 deletions

View File

@ -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',

View File

@ -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: 'ここでライセンスファイルをクリックまたはドラッグしてください',

View File

@ -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',

View File

@ -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',

View File

@ -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: 'Пожалуйста, нажмите или перетащите файл лицензии сюда',

View File

@ -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: '請點擊或拖動許可文件到此處',

View File

@ -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: '请点击或拖动许可文件到此处',

View File

@ -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" />