mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
chore: i18n
This commit is contained in:
parent
edb83bc2b9
commit
a1ef36bbc0
|
|
@ -12,6 +12,24 @@
|
|||
"custom_domain": "Custom Domain",
|
||||
"custom_model": "custom model",
|
||||
"custom_domain": "custom domain",
|
||||
"custom_domain.domain": "Domain",
|
||||
"custom_domain.provider": "Domain Provider",
|
||||
"custom_domain.registration_hint": "Please prepare your own domain and complete the ICP filing through <bold>{{provider}}</bold>, then fill in the domain in the input box below",
|
||||
"custom_domain.provider.aliyun": "Alibaba Cloud",
|
||||
"custom_domain.provider.tencent": "Tencent Cloud",
|
||||
"custom_domain.provider.volcengine": "Volcano Engine",
|
||||
"custom_domain.DNS_record": "DNS Record",
|
||||
"custom_domain.DNS_record.type": "Type",
|
||||
"custom_domain.DNS_resolve_hint": "Please go to your domain service provider and add a CNAME resolution for this domain to <bold>{{domain}}</bold>. After the resolution takes effect, you can bind the custom domain.",
|
||||
"custom_domain.dns_resolved": "Verified",
|
||||
"custom_domain.dns_resolving": "Verifying",
|
||||
"custom_domain.delete_confirm": "Confirm to delete this custom domain?",
|
||||
"custom_domain.status.active": "Active",
|
||||
"custom_domain.status.inactive": "Inactive",
|
||||
"custom_domain.domain_verify": "Domain Verification",
|
||||
"custom_domain.domain_verify.path": "File Path",
|
||||
"custom_domain.domain_verify.content": "File Content",
|
||||
"custom_domain.domain_verify.desc": "After saving, visiting {{domain}}/{{path}} will return {{content}}",
|
||||
"default_model": "Default model",
|
||||
"default_model_config": "Default model configuration",
|
||||
"language": "Language and time zone",
|
||||
|
|
|
|||
|
|
@ -41,5 +41,7 @@
|
|||
"dingtalk.create_modal_title": "Create DingTalk Bot",
|
||||
"dingtalk.edit_modal_title": "Edit DingTalk Bot",
|
||||
"dingtalk.title": "Publish to DingTalk Bot",
|
||||
"dingtalk.api": "DingTalk API"
|
||||
"dingtalk.api": "DingTalk API",
|
||||
"use_default_domain": "Use Default Domain",
|
||||
"ip_whitelist": "IP Whitelist"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,5 +42,6 @@
|
|||
"dingtalk.edit_modal_title": "编辑钉钉机器人",
|
||||
"dingtalk.title": "发布到钉钉机器人",
|
||||
"dingtalk.api": "钉钉 API",
|
||||
"use_default_domain": "使用默认域名"
|
||||
"use_default_domain": "使用默认域名",
|
||||
"ip_whitelist": "IP 白名单"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,24 @@
|
|||
"custom_domain": "自定義域名",
|
||||
"custom_model": "自訂模型",
|
||||
"custom_domain": "自訂域名",
|
||||
"custom_domain.domain": "域名",
|
||||
"custom_domain.provider": "域名備案商",
|
||||
"custom_domain.registration_hint": "請自備域名並透過 <bold>{{provider}}</bold> 完成備案後,將域名填入下方輸入框中",
|
||||
"custom_domain.provider.aliyun": "阿里雲",
|
||||
"custom_domain.provider.tencent": "騰訊雲",
|
||||
"custom_domain.provider.volcengine": "火山引擎",
|
||||
"custom_domain.DNS_record": "DNS 記錄",
|
||||
"custom_domain.DNS_record.type": "類型",
|
||||
"custom_domain.DNS_resolve_hint": "請到您的域名服務商處,新增該域名的 CNAME 解析到 <bold>{{domain}}</bold>,解析生效後即可繫結自訂域名。",
|
||||
"custom_domain.dns_resolved": "已驗證",
|
||||
"custom_domain.dns_resolving": "驗證中",
|
||||
"custom_domain.delete_confirm": "確認刪除該自訂域名?",
|
||||
"custom_domain.status.active": "已生效",
|
||||
"custom_domain.status.inactive": "已失效",
|
||||
"custom_domain.domain_verify": "域名校驗",
|
||||
"custom_domain.domain_verify.path": "檔案路徑",
|
||||
"custom_domain.domain_verify.content": "檔案內容",
|
||||
"custom_domain.domain_verify.desc": "儲存後,訪問 {{domain}}/{{path}} 將傳回 {{content}}",
|
||||
"day": "天",
|
||||
"default_model": "預設模型",
|
||||
"default_model_config": "預設模型設定",
|
||||
|
|
|
|||
|
|
@ -41,5 +41,7 @@
|
|||
"dingtalk.create_modal_title": "建立釘釘聊天機器人",
|
||||
"dingtalk.edit_modal_title": "編輯釘釘聊天機器人",
|
||||
"dingtalk.title": "發布至釘釘聊天機器人",
|
||||
"dingtalk.api": "釘釘 API"
|
||||
"dingtalk.api": "釘釘 API",
|
||||
"use_default_domain": "使用預設域名",
|
||||
"ip_whitelist": "IP 白名單"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ function ShowShareLinkModal({ shareLink, onClose, img }: ShowShareLinkModalProps
|
|||
borderTopLeftRadius={'md'}
|
||||
borderTopRightRadius={'md'}
|
||||
>
|
||||
<Box flex="1">IP 白名单</Box>
|
||||
<Box flex="1">{t('publish:ip_whitelist')}</Box>
|
||||
<MyIcon
|
||||
name={'copy'}
|
||||
w={'16px'}
|
||||
|
|
|
|||
Loading…
Reference in New Issue