chore: Update translations (#12432)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
@@ -53,11 +53,11 @@
|
||||
}
|
||||
},
|
||||
"LANGUAGE": {
|
||||
"TITLE": "Preferred Language",
|
||||
"NOTE": "Choose the language you want to use.",
|
||||
"UPDATE_SUCCESS": "Your Language settings have been updated successfully",
|
||||
"UPDATE_ERROR": "There is an error while updating the language settings, please try again",
|
||||
"USE_ACCOUNT_DEFAULT": "Use account default"
|
||||
"TITLE": "首选语言",
|
||||
"NOTE": "选择您想要使用的语言。",
|
||||
"UPDATE_SUCCESS": "您的语言设置已成功更新",
|
||||
"UPDATE_ERROR": "更新语言设置时出错,请重试",
|
||||
"USE_ACCOUNT_DEFAULT": "使用账户默认值"
|
||||
}
|
||||
},
|
||||
"MESSAGE_SIGNATURE_SECTION": {
|
||||
@@ -80,6 +80,11 @@
|
||||
"NOTE": "更新您的密码会在多个设备中重置您的登录信息。",
|
||||
"BTN_TEXT": "更改密码"
|
||||
},
|
||||
"SECURITY_SECTION": {
|
||||
"TITLE": "安全",
|
||||
"NOTE": "Manage additional security features for your account.",
|
||||
"MFA_BUTTON": "Manage Two-Factor Authentication"
|
||||
},
|
||||
"ACCESS_TOKEN": {
|
||||
"TITLE": "访问令牌",
|
||||
"NOTE": "如果您正在构建基于 API 的集成,这个令牌可以被使用",
|
||||
@@ -233,7 +238,7 @@
|
||||
"APPEARANCE": "更改外观",
|
||||
"SUPER_ADMIN_CONSOLE": "超级管理员控制台",
|
||||
"DOCS": "阅读文档",
|
||||
"CHANGELOG": "Changelog",
|
||||
"CHANGELOG": "更新日志",
|
||||
"LOGOUT": "注销"
|
||||
},
|
||||
"APP_GLOBAL": {
|
||||
@@ -358,7 +363,8 @@
|
||||
"INFO_TEXT": "当您不使用应用程序或仪表板时,让系统自动标记您离线。",
|
||||
"INFO_SHORT": "当您不使用应用程序时自动标记离线。"
|
||||
},
|
||||
"DOCS": "阅读文档"
|
||||
"DOCS": "阅读文档",
|
||||
"SECURITY": "安全"
|
||||
},
|
||||
"BILLING_SETTINGS": {
|
||||
"TITLE": "计费方式",
|
||||
@@ -390,6 +396,77 @@
|
||||
},
|
||||
"NO_BILLING_USER": "您的计费账户正在配置中。请刷新页面并重试。"
|
||||
},
|
||||
"SECURITY_SETTINGS": {
|
||||
"TITLE": "安全",
|
||||
"DESCRIPTION": "管理您的账户安全设置。",
|
||||
"LINK_TEXT": "了解更多关于 SAML SSO 的信息",
|
||||
"SAML": {
|
||||
"TITLE": "SAML SSO",
|
||||
"NOTE": "Configure SAML single sign-on for your account. Users will authenticate through your identity provider instead of using email/password.",
|
||||
"ACS_URL": {
|
||||
"LABEL": "ACS URL",
|
||||
"TOOLTIP": "Assertion Consumer Service URL - Configure this URL in your IdP as the destination for SAML responses"
|
||||
},
|
||||
"SSO_URL": {
|
||||
"LABEL": "SSO URL",
|
||||
"HELP": "The URL where SAML authentication requests will be sent",
|
||||
"PLACEHOLDER": "https://your-idp.com/saml/sso"
|
||||
},
|
||||
"CERTIFICATE": {
|
||||
"LABEL": "Signing certificate in PEM format",
|
||||
"HELP": "The public certificate from your identity provider used to verify SAML responses",
|
||||
"PLACEHOLDER": "-----BEGIN CERTIFICATE-----\nMIIC..."
|
||||
},
|
||||
"FINGERPRINT": {
|
||||
"LABEL": "Fingerprint",
|
||||
"TOOLTIP": "SHA-1 fingerprint of the certificate - Use this to verify the certificate in your IdP configuration"
|
||||
},
|
||||
"COPY_SUCCESS": "已复制到剪贴板",
|
||||
"SP_ENTITY_ID": {
|
||||
"LABEL": "SP Entity ID",
|
||||
"HELP": "Unique identifier for this application as a service provider (auto-generated).",
|
||||
"TOOLTIP": "Unique identifier for Chatwoot as the Service Provider - Configure this in your IdP settings"
|
||||
},
|
||||
"IDP_ENTITY_ID": {
|
||||
"LABEL": "Identity Provider Entity ID",
|
||||
"HELP": "Unique identifier for your identity provider (usually found in IdP configuration)",
|
||||
"PLACEHOLDER": "https://your-idp.com/saml"
|
||||
},
|
||||
"UPDATE_BUTTON": "更新 SAML 设置",
|
||||
"API": {
|
||||
"SUCCESS": "SAML settings updated successfully",
|
||||
"ERROR": "Failed to update SAML settings",
|
||||
"ERROR_LOADING": "Failed to load SAML settings",
|
||||
"DISABLED": "SAML settings disabled successfully"
|
||||
},
|
||||
"VALIDATION": {
|
||||
"REQUIRED_FIELDS": "SSO URL, Identity Provider Entity ID, and Certificate are required fields",
|
||||
"SSO_URL_ERROR": "Please enter a valid SSO URL",
|
||||
"CERTIFICATE_ERROR": "Certificate is required",
|
||||
"IDP_ENTITY_ID_ERROR": "Identity Provider Entity ID is required"
|
||||
},
|
||||
"ENTERPRISE_PAYWALL": {
|
||||
"AVAILABLE_ON": "The SAML SSO feature is only available in the Enterprise plans.",
|
||||
"UPGRADE_PROMPT": "Upgrade to an Enterprise plan to access SAML single sign-on and other advanced security features.",
|
||||
"ASK_ADMIN": "请联系您的管理员进行升级。"
|
||||
},
|
||||
"PAYWALL": {
|
||||
"TITLE": "Upgrade to enable SAML SSO",
|
||||
"AVAILABLE_ON": "The SAML SSO feature is only available in the Enterprise plans.",
|
||||
"UPGRADE_PROMPT": "Upgrade your plan to get access to SAML single sign-on and other advanced features.",
|
||||
"UPGRADE_NOW": "立即升级",
|
||||
"CANCEL_ANYTIME": "您可以随时更改或取消您的计划"
|
||||
},
|
||||
"ATTRIBUTE_MAPPING": {
|
||||
"TITLE": "SAML Attribute Setup",
|
||||
"DESCRIPTION": "The following attribute mappings must be configured in your identity provider"
|
||||
},
|
||||
"INFO_SECTION": {
|
||||
"TITLE": "Service Provider Information",
|
||||
"TOOLTIP": "Copy these values and configure them in your Identity Provider to establish the SAML connection"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CREATE_ACCOUNT": {
|
||||
"NO_ACCOUNT_WARNING": "哦,糟糕!我们找不到任何 Chatwoot 账户。请创建一个新账户以继续。",
|
||||
"NEW_ACCOUNT": "新账户",
|
||||
@@ -632,14 +709,14 @@
|
||||
"MAX_CONVERSATIONS": "Max conversations",
|
||||
"SET_LIMIT": "Set limit"
|
||||
},
|
||||
"EMPTY_STATE": "No inbox limit set"
|
||||
"EMPTY_STATE": "没有设置收件箱限制"
|
||||
},
|
||||
"EXCLUSION_RULES": {
|
||||
"LABEL": "Exclusion rules",
|
||||
"DESCRIPTION": "Conversations that satisfy the following conditions would not count towards agent capacity",
|
||||
"TAGS": {
|
||||
"LABEL": "Exclude conversations tagged with specific labels",
|
||||
"ADD_TAG": "add tag",
|
||||
"ADD_TAG": "添加标签",
|
||||
"DROPDOWN": {
|
||||
"SEARCH_PLACEHOLDER": "Search and select tags to add"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user