feat: 【国际化】右上角用户中心国际化

This commit is contained in:
taojinlong 2024-11-14 16:36:37 +08:00
parent f58b09e46a
commit ffcde1c188
3 changed files with 91 additions and 0 deletions

View File

@ -1412,5 +1412,36 @@ export default {
done: 'Done', done: 'Done',
connection_lost: 'Connection Lost', connection_lost: 'Connection Lost',
task_name: 'Task Name' task_name: 'Task Name'
},
userCenter: {
enable: 'enable',
invalid: 'invalid',
binding_settings: 'binding settings',
wechat: 'WeChat Work',
wechat_desc: 'After binding, you can log in by scanning the QR code with WeChat Work.',
dingtalk: 'DingTalk',
dingtalk_desc: 'After binding, you can log in by scanning the QR code with DingTalk.',
lark: 'Lark',
lark_desc: 'After binding, you can log in by scanning the QR code with Lark.',
international_lark: 'International Lark',
international_lark_desc:
'After binding, you can log in by scanning the QR code with International Lark.',
bind: 'bind',
unbind_success: 'unbind successfully',
confirm_unbind_dingtalk: 'Are you sure you want to unbind your DingTalk account?',
pls_use: 'please use',
bind_use_qr: 'scan the QR code to bind',
pls_use_dingtalk: 'Please use DingTalk to scan the QR code and log in.',
api_limit_5: 'You can create up to 5 API keys.',
tips: 'tips',
create: 'create',
click_to_hind: 'click to hide',
click_to_show: 'click to show',
view_api: 'view API',
enable_success: 'enabled successfully',
disabled_success: 'disabled successfully',
delete_api_key: 'Are you sure you want to delete this API key?',
api_key_desc:
'The API Key is your access key to the DataEase API, which has full account permissions. Please keep it safe and do not disclose it to external channels to avoid security threats.'
} }
} }

View File

@ -3672,5 +3672,35 @@ export default {
switch_chart: '切換圖表類型', switch_chart: '切換圖表類型',
switch_table: '切換至明細表', switch_table: '切換至明細表',
download: '下載' download: '下載'
},
userCenter: {
enable: '啟用',
invalid: '無效',
binding_settings: '綁定設置',
wechat: '企業微信',
wechat_desc: '綁定後您可通過企業微信掃碼進行登錄',
dingtalk: '釘釘',
dingtalk_desc: '綁定後的描述錯誤應為您可通過釘釘掃碼進行登錄',
lark: '飛書',
lark_desc: '綁定後的描述錯誤應調整為符合飛書的描述',
international_lark: '國際飛書',
international_lark_desc: '綁定後的描述錯誤應調整為您可通過國際飛書掃碼進行登錄',
bind: '綁定',
unbind_success: '解绑成功',
confirm_unbind_dingtalk: '確定解除釘釘綁定嗎',
pls_use: '請使用',
bind_use_qr: '掃描二維碼綁定',
pls_use_dingtalk: '請使用釘釘掃描二維碼登錄',
api_limit_5: '最多支援創建5個ApiKey',
tips: '提示',
create: '創建',
click_to_hind: '點擊隱藏',
click_to_show: '點擊顯示',
view_api: '查看API',
enable_success: '啟用成功',
disabled_success: '禁用成功',
delete_api_key: '確定刪除該 API key ? ',
api_key_desc:
'API Key 是您訪問 DataEase API 的密鑰具有帳戶的完全權限請您務必妥善保管不要以任何方式公開 API Key 到外部渠道避免被他人利用造成安全威脅'
} }
} }

View File

@ -3767,5 +3767,35 @@ export default {
switch_chart: '切换图表类型', switch_chart: '切换图表类型',
switch_table: '切换至明细表', switch_table: '切换至明细表',
download: '下载' download: '下载'
},
userCenter: {
enable: '启用',
invalid: '失效',
binding_settings: '绑定设置',
wechat: '企业微信',
wechat_desc: '绑定后您可通过企业微信扫码进行登录',
dingtalk: '钉钉',
dingtalk_desc: '绑定后您可通过钉钉扫码进行登录',
lark: '飞书',
lark_desc: '绑定后您可通过飞书扫码进行登录',
international_lark: '国际飞书',
international_lark_desc: '绑定后您可通过国际飞书扫码进行登录',
bind: '绑定',
unbind_success: '解绑成功',
confirm_unbind_dingtalk: '确定解除钉钉绑定吗',
pls_use: '请使用',
bind_use_qr: '扫描二维码绑定',
pls_use_dingtalk: '请使用钉钉扫描二维码登录',
api_limit_5: '最多支持创建5个ApiKey',
tips: '提示',
create: '创建',
click_to_hind: '点击隐藏',
click_to_show: '点击显示',
view_api: '查看API',
enable_success: '启用成功',
disabled_success: '禁用成功',
delete_api_key: '确定删除该 API key ? ',
api_key_desc:
'API Key 是您访问 DataEase API 的密钥具有账户的完全权限请您务必妥善保管不要以任何方式公开 API Key 到外部渠道避免被他人利用造成安全威胁'
} }
} }