mirror of
https://github.com/certimate-go/certimate.git
synced 2026-08-30 18:01:43 +08:00
chore(i18n): improve i18n
This commit is contained in:
@@ -643,7 +643,6 @@ const BizApplyNodeConfigForm = ({ node, ...props }: BizApplyNodeConfigFormProps)
|
||||
<Form.Item
|
||||
name="disableCommonName"
|
||||
label={t("workflow_node.apply.form.disable_cn.label")}
|
||||
extra={t("workflow_node.apply.form.disable_cn.help")}
|
||||
rules={[formRule]}
|
||||
tooltip={<span dangerouslySetInnerHTML={{ __html: t("workflow_node.apply.form.disable_cn.tooltip") }}></span>}
|
||||
>
|
||||
@@ -821,7 +820,7 @@ const InternalIdentifierPicker = memo(({ disabled, onSelect }: { disabled?: bool
|
||||
return (
|
||||
<>
|
||||
<Form.Item label={t("workflow_node.apply.form.identifier.label2")}>
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex flex-col gap-2">
|
||||
{options.map((option) => (
|
||||
<Card
|
||||
className={mergeCls("relative overflow-hidden", { ["border-primary"]: value === option.value })}
|
||||
|
||||
@@ -125,8 +125,7 @@
|
||||
"workflow_node.apply.form.acme_profile.placeholder": "Please enter ACME profile",
|
||||
"workflow_node.apply.form.acme_profile.help": "Notes: Not all CAs support this feature.",
|
||||
"workflow_node.apply.form.acme_profile.tooltip": "It determines the <em>Profile</em> field of the certificate in the ACME protocol. If you don't understand this option, just keep it by default. <br><a href=\"https://letsencrypt.org/docs/profiles/#our-profiles\" target=\"_blank\">Click here to learn more</a>.",
|
||||
"workflow_node.apply.form.disable_cn.label": "Disable common name",
|
||||
"workflow_node.apply.form.disable_cn.help": "Notes: Please check this option if it is for IP address certificates.",
|
||||
"workflow_node.apply.form.disable_cn.label": "Disable common name in CSR",
|
||||
"workflow_node.apply.form.disable_cn.tooltip": "It determines whether to include the <em>Subject.CommonName</em> field in the certificate. If you don't understand this option, just keep it by default. <br><a href=\"https://letsencrypt.org/docs/profiles/#certificate-common-name\" target=\"_blank\">Click here to learn more</a>.",
|
||||
"workflow_node.apply.form.nameservers.label": "DNS recursive nameservers (Optional)",
|
||||
"workflow_node.apply.form.nameservers.placeholder": "Please enter DNS recursive nameservers (separated by semicolons)",
|
||||
|
||||
@@ -124,8 +124,7 @@
|
||||
"workflow_node.apply.form.acme_profile.placeholder": "请输入 ACME 配置文件",
|
||||
"workflow_node.apply.form.acme_profile.help": "注意:并非所有证书颁发机构都支持此特性。",
|
||||
"workflow_node.apply.form.acme_profile.tooltip": "表示证书颁发时使用的 ACME 证书配置文件。如果你不了解该选项的用途,保持默认即可。<br><a href=\"https://letsencrypt.org/zh-cn/docs/profiles/#%E6%88%91%E4%BB%AC%E6%8F%90%E4%BE%9B%E7%9A%84%E9%85%8D%E7%BD%AE\" target=\"_blank\">点此了解更多</a>。",
|
||||
"workflow_node.apply.form.disable_cn.label": "阻止主题通用名称",
|
||||
"workflow_node.apply.form.disable_cn.help": "提示:申请 Let's Encrypt 签发的 IP 证书时必须勾选此选项。",
|
||||
"workflow_node.apply.form.disable_cn.label": "阻止 CSR 包含主题通用名称",
|
||||
"workflow_node.apply.form.disable_cn.tooltip": "在证书中是否包含主题通用名称字段(即 <em>Subject.CommonName</em>)。如果你不了解该选项的用途,保持默认即可。<br><a href=\"https://letsencrypt.org/zh-cn/docs/profiles/#%E8%AF%81%E4%B9%A6%E9%80%9A%E7%94%A8%E5%90%8D%E7%A7%B0\" target=\"_blank\">点此了解更多</a>。",
|
||||
"workflow_node.apply.form.nameservers.label": "DNS 递归服务器(可选)",
|
||||
"workflow_node.apply.form.nameservers.placeholder": "请输入 DNS 递归服务器(多个值请用半角分号隔开)",
|
||||
|
||||
Reference in New Issue
Block a user