From a401829ff3b72c747f3dbe084b3b93010631999a Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 8 May 2025 18:43:42 +0800 Subject: [PATCH] fix: change some translate (#8576) --- frontend/src/lang/modules/en.ts | 4 +-- frontend/src/lang/modules/ja.ts | 4 +-- frontend/src/lang/modules/ko.ts | 4 +-- frontend/src/lang/modules/ms.ts | 4 +-- frontend/src/lang/modules/pt-br.ts | 4 +-- frontend/src/lang/modules/ru.ts | 4 +-- frontend/src/lang/modules/zh-Hant.ts | 3 +- frontend/src/lang/modules/zh.ts | 3 +- .../src/views/app-store/installed/index.vue | 3 +- .../runtime/php/supervisor/create/index.vue | 9 +---- .../src/views/website/ssl/create/index.vue | 3 -- frontend/src/views/website/website/index.vue | 35 ++++++++++--------- 12 files changed, 35 insertions(+), 45 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 2ced149ae..9d2e93e56 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -2575,11 +2575,11 @@ const message = { fromWebsite: 'From Websites', dnsMauanlHelper: 'In manual resolution mode, you need to click the apply button after creation to obtain the DNS resolution value', - httpHelper: 'HTTP mode requires OpenResty to be installed', + httpHelper: + 'Using HTTP mode requires installing OpenResty and does not support applying for wildcard domain certificates.', buypassHelper: 'Buypass is not accessible in mainland China', googleHelper: 'How to get EAB HmacKey and EAB kid', googleCloudHelper: 'Google Cloud API is not accessible in most parts of mainland China', - httpHelper2: 'Unable to apply for a generic domain name certificate in HTTP mode', skipDNSCheck: 'Skip DNS check', skipDNSCheckHelper: 'If there is an application timeout problem, please check here, otherwise do not check it', cfHelper: 'Do not use Global API Key', diff --git a/frontend/src/lang/modules/ja.ts b/frontend/src/lang/modules/ja.ts index 9c6fac916..bd6a13c36 100644 --- a/frontend/src/lang/modules/ja.ts +++ b/frontend/src/lang/modules/ja.ts @@ -2465,11 +2465,11 @@ const message = { organizationDetail: '組織の詳細', fromWebsite: 'ウェブサイトから', dnsMauanlHelper: '手動解像度モードでは、作成後に適用ボタンをクリックしてDNS解像度値を取得する必要があります', - httpHelper: 'HTTPモードでは、OpenRestyをインストールする必要があります', + httpHelper: + 'HTTPモードを使用するにはOpenRestyをインストールする必要があり、ワイルドカードドメイン証明書の申請はサポートされていません。', buypassHelper: `中国本土では、ブライパスはアクセスできません`, googleHelper: 'EAB HMACキーとEABキッドを取得する方法', googleCloudHelper: `GoogleクラウドAPIは中国本土のほとんどの地域でアクセスできません`, - httpHelper2: 'HTTPモードで一般的なドメイン名証明書を申請できません', skipDNSCheck: 'DNSチェックをスキップします', skipDNSCheckHelper: '認定リクエスト中にタイムアウトの問題が発生した場合にのみ、こちらを確認してください。', cfHelper: 'グローバルAPIキーを使用しないでください', diff --git a/frontend/src/lang/modules/ko.ts b/frontend/src/lang/modules/ko.ts index 6388a99eb..faf15142f 100644 --- a/frontend/src/lang/modules/ko.ts +++ b/frontend/src/lang/modules/ko.ts @@ -2422,11 +2422,11 @@ const message = { organizationDetail: '조직 세부 정보', fromWebsite: '웹사이트에서 가져오기', dnsMauanlHelper: '수동 해석 모드에서는 생성 후 신청 버튼을 클릭하여 DNS 해석 값을 얻어야 합니다.', - httpHelper: 'HTTP 모드는 OpenResty 설치가 필요합니다.', + httpHelper: + 'HTTP 모드를 사용하려면 OpenResty를 설치해야 하며, 와일드카드 도메인 인증서 신청을 지원하지 않습니다.', buypassHelper: 'Buypass 는 중국 본토에서 접근할 수 없습니다.', googleHelper: 'EAB HmacKey 및 EAB kid 를 얻는 방법', googleCloudHelper: 'Google Cloud API 는 중국 본토 대부분에서 접근할 수 없습니다.', - httpHelper2: 'HTTP 모드에서 일반 도메인 이름 인증서를 신청할 수 없습니다.', skipDNSCheck: 'DNS 확인 건너뛰기', skipDNSCheckHelper: '인증 요청 중 타임아웃 문제가 발생할 경우에만 선택하세요.', cfHelper: 'Global API Key 를 사용하지 마세요.', diff --git a/frontend/src/lang/modules/ms.ts b/frontend/src/lang/modules/ms.ts index f24aecbea..748392082 100644 --- a/frontend/src/lang/modules/ms.ts +++ b/frontend/src/lang/modules/ms.ts @@ -2522,11 +2522,11 @@ const message = { fromWebsite: 'Daripada laman web', dnsMauanlHelper: 'Dalam mod resolusi manual, anda perlu klik butang mohon selepas penciptaan untuk mendapatkan nilai resolusi DNS', - httpHelper: 'Mod HTTP memerlukan OpenResty untuk dipasang', + httpHelper: + 'Menggunakan mod HTTP memerlukan pemasangan OpenResty dan tidak menyokong permohonan sijil domain wildcard.', buypassHelper: `Buypass tidak boleh diakses di tanah besar China`, googleHelper: 'Cara mendapatkan EAB HmacKey dan EAB kid', googleCloudHelper: `Google Cloud API tidak boleh diakses di kebanyakan kawasan tanah besar China`, - httpHelper2: 'Tidak dapat memohon sijil nama domain generik dalam mod HTTP', skipDNSCheck: 'Langkau semakan DNS', skipDNSCheckHelper: 'Semak di sini hanya jika anda menghadapi isu tamat masa semasa permintaan pengesahan.', cfHelper: 'Jangan gunakan Global API Key', diff --git a/frontend/src/lang/modules/pt-br.ts b/frontend/src/lang/modules/pt-br.ts index 935c2646f..dc92a0982 100644 --- a/frontend/src/lang/modules/pt-br.ts +++ b/frontend/src/lang/modules/pt-br.ts @@ -2519,11 +2519,11 @@ const message = { fromWebsite: 'Do site', dnsMauanlHelper: 'No modo de resolução manual, você precisa clicar no botão de solicitação após a criação para obter o valor de resolução DNS', - httpHelper: 'O modo HTTP requer a instalação do OpenResty', + httpHelper: + 'O uso do modo HTTP requer a instalação do OpenResty e não suporta a solicitação de certificados de domínio curinga.', buypassHelper: 'O Buypass não está acessível na China continental', googleHelper: 'Como obter EAB HmacKey e EAB kid', googleCloudHelper: 'A API do Google Cloud não está acessível na maior parte da China continental', - httpHelper2: 'Não é possível solicitar certificados para domínios genéricos no modo HTTP', skipDNSCheck: 'Pular verificação DNS', skipDNSCheckHelper: 'Marque esta opção apenas se enfrentar problemas de timeout durante a solicitação de certificação.', diff --git a/frontend/src/lang/modules/ru.ts b/frontend/src/lang/modules/ru.ts index adcfe4e8f..adbf18f05 100644 --- a/frontend/src/lang/modules/ru.ts +++ b/frontend/src/lang/modules/ru.ts @@ -2519,11 +2519,11 @@ const message = { fromWebsite: 'С веб-сайта', dnsMauanlHelper: 'В режиме ручного разрешения необходимо нажать кнопку применить после создания для получения значения DNS-разрешения', - httpHelper: 'HTTP режим требует установки OpenResty', + httpHelper: + 'Использование режима HTTP требует установки OpenResty и не поддерживает запрос сертификатов с подстановочными доменными именами.', buypassHelper: 'Buypass недоступен в материковом Китае', googleHelper: 'Как получить EAB HmacKey и EAB kid', googleCloudHelper: 'Google Cloud API недоступен в большинстве регионов материкового Китая', - httpHelper2: 'Невозможно запросить сертификат общего домена в режиме HTTP', skipDNSCheck: 'Пропустить проверку DNS', skipDNSCheckHelper: 'Отметьте здесь только если возникает проблема тайм-аута при запросе сертификата.', cfHelper: 'Не использовать Global API Key', diff --git a/frontend/src/lang/modules/zh-Hant.ts b/frontend/src/lang/modules/zh-Hant.ts index b3ee9ea94..acec91f58 100644 --- a/frontend/src/lang/modules/zh-Hant.ts +++ b/frontend/src/lang/modules/zh-Hant.ts @@ -2389,11 +2389,10 @@ const message = { organizationDetail: '機構詳情', fromWebsite: '從網站獲取', dnsMauanlHelper: '手動解析模式需要在建立完之後點選申請按鈕取得 DNS 解析值', - httpHelper: 'HTTP 模式需要安裝 OpenResty', + httpHelper: '使用 HTTP 模式需安裝 OpenResty,且不支持申請泛域名證書。', buypassHelper: 'Buypass 大陸地區無法訪問', googleHelper: '如何取得EAB HmacKey 和EAB kid', googleCloudHelper: 'Google Cloud API 大陸大部分地區無法存取', - httpHelper2: 'HTTP 模式無法申請泛網域憑證', skipDNSCheck: '跳過 DNS 校驗', skipDNSCheckHelper: '如果出現申請超時問題,請勾選此處,其他情況請勿勾選', cfHelper: '請勿使用 Global API Key', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 9210920ce..32d627b18 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -2379,11 +2379,10 @@ const message = { organizationDetail: '机构详情', fromWebsite: '从网站中获取', dnsMauanlHelper: '手动解析模式需要在创建完之后点击申请按钮获取 DNS 解析值', - httpHelper: 'HTTP 模式需要安装 OpenResty', + httpHelper: '使用 HTTP 模式需安装 OpenResty,且不支持申请泛域名证书。', buypassHelper: 'Buypass 大陆地区无法访问', googleHelper: '如何获取 EAB HmacKey 和 EAB kid', googleCloudHelper: 'Google Cloud API 大陆大部分地区无法访问', - httpHelper2: 'HTTP 模式无法申请泛域名证书', skipDNSCheck: '跳过 DNS 校验', skipDNSCheckHelper: '如果出现申请超时问题,请勾选此处,其他情况请勿勾选', cfHelper: '请勿使用 Global API Key', diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue index cfdbf2b49..b8c7d9614 100644 --- a/frontend/src/views/app-store/installed/index.vue +++ b/frontend/src/views/app-store/installed/index.vue @@ -193,7 +193,8 @@ > diff --git a/frontend/src/views/website/runtime/php/supervisor/create/index.vue b/frontend/src/views/website/runtime/php/supervisor/create/index.vue index 856cbe1db..2d52b801f 100644 --- a/frontend/src/views/website/runtime/php/supervisor/create/index.vue +++ b/frontend/src/views/website/runtime/php/supervisor/create/index.vue @@ -20,9 +20,7 @@ - - - + @@ -45,7 +43,6 @@