From dd9a786b49ba7a4874f82b4fafd0f3496128fc9b Mon Sep 17 00:00:00 2001 From: Yogi_Wang Date: Fri, 1 Nov 2019 10:51:52 +0800 Subject: [PATCH] Modify the tootip of verify remote cert. Signed-off-by: Yogi_Wang --- .../webhook/add-webhook-form/add-webhook-form.component.html | 2 +- src/portal/src/i18n/lang/en-us-lang.json | 1 + src/portal/src/i18n/lang/es-es-lang.json | 1 + src/portal/src/i18n/lang/fr-fr-lang.json | 1 + src/portal/src/i18n/lang/pt-br-lang.json | 1 + src/portal/src/i18n/lang/tr-tr-lang.json | 1 + src/portal/src/i18n/lang/zh-cn-lang.json | 5 +++-- 7 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/portal/src/app/project/webhook/add-webhook-form/add-webhook-form.component.html b/src/portal/src/app/project/webhook/add-webhook-form/add-webhook-form.component.html index 596a6044d..1896d9740 100644 --- a/src/portal/src/app/project/webhook/add-webhook-form/add-webhook-form.component.html +++ b/src/portal/src/app/project/webhook/add-webhook-form/add-webhook-form.component.html @@ -34,7 +34,7 @@ - {{'CONFIG.TOOLTIP.VERIFY_REMOTE_CERT' | translate}} + {{'WEBHOOK.VERIFY_REMOTE_CERT_TOOLTIP' | translate}} diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json index 794537f0c..ba588ad33 100644 --- a/src/portal/src/i18n/lang/en-us-lang.json +++ b/src/portal/src/i18n/lang/en-us-lang.json @@ -363,6 +363,7 @@ "CREATE_WEBHOOK": "Getting started with webhooks", "EDIT_WEBHOOK_DESC": "Specify the endpoint for receiving webhook notifications", "CREATE_WEBHOOK_DESC": "To get started with webhooks, provide an endpoint and credentials to access the webhook server.", + "VERIFY_REMOTE_CERT_TOOLTIP": "Determine whether the webhook should verify the certificate of a remote url Uncheck this box when the remote url uses a self-signed or untrusted certificate.", "ENDPOINT_URL": "Endpoint URL", "URL_IS_REQUIRED": "Endpoint URL is required.", "AUTH_HEADER": "Auth Header", diff --git a/src/portal/src/i18n/lang/es-es-lang.json b/src/portal/src/i18n/lang/es-es-lang.json index a3505d2fb..eae68c0ca 100644 --- a/src/portal/src/i18n/lang/es-es-lang.json +++ b/src/portal/src/i18n/lang/es-es-lang.json @@ -364,6 +364,7 @@ "CREATE_WEBHOOK": "Getting started with webhooks", "EDIT_WEBHOOK_DESC": "Specify the endpoint for receiving webhook notifications", "CREATE_WEBHOOK_DESC": "To get started with webhooks, provide an endpoint and credentials to access the webhook server.", + "VERIFY_REMOTE_CERT_TOOLTIP": "Determine whether the webhook should verify the certificate of a remote url Uncheck this box when the remote url uses a self-signed or untrusted certificate.", "ENDPOINT_URL": "Endpoint URL", "URL_IS_REQUIRED": "Endpoint URL is required.", "AUTH_HEADER": "Auth Header", diff --git a/src/portal/src/i18n/lang/fr-fr-lang.json b/src/portal/src/i18n/lang/fr-fr-lang.json index ead507e8b..7344d9bcc 100644 --- a/src/portal/src/i18n/lang/fr-fr-lang.json +++ b/src/portal/src/i18n/lang/fr-fr-lang.json @@ -356,6 +356,7 @@ "CREATE_WEBHOOK": "Getting started with webhooks", "EDIT_WEBHOOK_DESC": "Specify the endpoint for receiving webhook notifications", "CREATE_WEBHOOK_DESC": "To get started with webhooks, provide an endpoint and credentials to access the webhook server.", + "VERIFY_REMOTE_CERT_TOOLTIP": "Determine whether the webhook should verify the certificate of a remote url Uncheck this box when the remote url uses a self-signed or untrusted certificate.", "ENDPOINT_URL": "Endpoint URL", "URL_IS_REQUIRED": "Endpoint URL is required.", "AUTH_HEADER": "Auth Header", diff --git a/src/portal/src/i18n/lang/pt-br-lang.json b/src/portal/src/i18n/lang/pt-br-lang.json index 1c38fcb90..002b9fed6 100644 --- a/src/portal/src/i18n/lang/pt-br-lang.json +++ b/src/portal/src/i18n/lang/pt-br-lang.json @@ -392,6 +392,7 @@ "CREATE_WEBHOOK": "Getting started with webhooks", "EDIT_WEBHOOK_DESC": "Specify the endpoint for receiving webhook notifications", "CREATE_WEBHOOK_DESC": "To get started with webhooks, provide an endpoint and credentials to access the webhook server.", + "VERIFY_REMOTE_CERT_TOOLTIP": "Determine whether the webhook should verify the certificate of a remote url Uncheck this box when the remote url uses a self-signed or untrusted certificate.", "ENDPOINT_URL": "Endpoint URL", "URL_IS_REQUIRED": "Endpoint URL is required.", "AUTH_HEADER": "Auth Header", diff --git a/src/portal/src/i18n/lang/tr-tr-lang.json b/src/portal/src/i18n/lang/tr-tr-lang.json index bcda65b67..5fade8016 100644 --- a/src/portal/src/i18n/lang/tr-tr-lang.json +++ b/src/portal/src/i18n/lang/tr-tr-lang.json @@ -363,6 +363,7 @@ "CREATE_WEBHOOK": "Ağ kancaları ile başladı", "EDIT_WEBHOOK_DESC": "Ağ kancası bildirimleri almak için bitiş noktasını belirtin", "CREATE_WEBHOOK_DESC": "Ağ kancalarına başlamak için, web kanca sunucusuna erişmek için bir uç nokta ve kimlik bilgisi sağlayın.", + "VERIFY_REMOTE_CERT_TOOLTIP": "Determine whether the webhook should verify the certificate of a remote url Uncheck this box when the remote url uses a self-signed or untrusted certificate.", "ENDPOINT_URL": "Uç Nokta URL", "URL_IS_REQUIRED": "Uç Nokra URL gereklidir.", "AUTH_HEADER": "Yetkilendirme Başlığı", diff --git a/src/portal/src/i18n/lang/zh-cn-lang.json b/src/portal/src/i18n/lang/zh-cn-lang.json index 4925a3e22..069328236 100644 --- a/src/portal/src/i18n/lang/zh-cn-lang.json +++ b/src/portal/src/i18n/lang/zh-cn-lang.json @@ -247,7 +247,7 @@ "HELMCHART": "Helm Charts", "ROBOT_ACCOUNTS": "机器人账户", "WEBHOOKS": "Webhooks", - "IMMUTABLE_TAG": "不变的Tag" + "IMMUTABLE_TAG": "不可变的Tag" }, "PROJECT_CONFIG": { "REGISTRY": "项目仓库", @@ -362,6 +362,7 @@ "CREATE_WEBHOOK": "创建 Webhooks", "EDIT_WEBHOOK_DESC": "指定接收 Webhook 通知的目标", "CREATE_WEBHOOK_DESC": "为了启用 webhook, 请提供 Endpoint 和凭据以访问 Webhook 服务器。", + "VERIFY_REMOTE_CERT_TOOLTIP": "勾选此框表示Webhook需要验证远程地址的证书。当远程地址使用自签名或不受信任的证书时,请取消选中。", "ENDPOINT_URL": "Endpoint 地址", "URL_IS_REQUIRED": "Endpoint 地址必填", "AUTH_HEADER": "Auth Header", @@ -1243,7 +1244,7 @@ "REP_SEPARATOR": "使用逗号分隔repos,repo*和**。", "TAGS": "Tags", "TAG_SEPARATOR": "使用逗号分割tags,tag*和**。", - "EDIT_TITLE": "编辑不改变的规则", + "EDIT_TITLE": "编辑不改变的Tag规则", "EXC": "排除", "MAT": "匹配", "AND": "且",