mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Updated translations with latest Crowdin changes (#5188)
This commit is contained in:
@ -91,7 +91,7 @@ return [
|
||||
'mfa_option_totp_title' => '移动设备 App',
|
||||
'mfa_option_totp_desc' => '要使用多重身份认证功能,您需要一个支持 TOTP(基于时间的一次性密码算法) 的移动设备 App,如谷歌身份验证器(Google Authenticator)、Authy 或微软身份验证器(Microsoft Authenticator)。',
|
||||
'mfa_option_backup_codes_title' => '备用认证码',
|
||||
'mfa_option_backup_codes_desc' => 'Generates a set of one-time-use backup codes which you\'ll enter on login to verify your identity. Make sure to store these in a safe & secure place.',
|
||||
'mfa_option_backup_codes_desc' => '生成一组一次性使用的备份码,您将在登录时输入以验证您的身份。 请确保将它们存储在一个安全可靠的地方。',
|
||||
'mfa_gen_confirm_and_enable' => '确认并启用',
|
||||
'mfa_gen_backup_codes_title' => '备用认证码设置',
|
||||
'mfa_gen_backup_codes_desc' => '将下面的认证码存放在一个安全的地方。访问系统时,您可以使用其中的一个验证码进行二次认证。',
|
||||
|
@ -107,4 +107,7 @@ return [
|
||||
// Not directly used but available for convenience to users.
|
||||
'privacy_policy' => '隐私政策',
|
||||
'terms_of_service' => '服务条款',
|
||||
|
||||
// OpenSearch
|
||||
'opensearch_description' => 'Search :appName',
|
||||
];
|
||||
|
@ -224,6 +224,8 @@ return [
|
||||
'pages_edit_switch_to_markdown_clean' => '(整理内容)',
|
||||
'pages_edit_switch_to_markdown_stable' => '(保留内容)',
|
||||
'pages_edit_switch_to_wysiwyg' => '切换到所见即所得编辑器',
|
||||
'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG',
|
||||
'pages_edit_switch_to_new_wysiwyg_desc' => '(In Alpha Testing)',
|
||||
'pages_edit_set_changelog' => '更新说明',
|
||||
'pages_edit_enter_changelog_desc' => '输入对您所做更改的简要说明',
|
||||
'pages_edit_enter_changelog' => '输入更新说明',
|
||||
|
@ -78,6 +78,7 @@ return [
|
||||
// Users
|
||||
'users_cannot_delete_only_admin' => '您不能删除唯一的管理员账户',
|
||||
'users_cannot_delete_guest' => '您不能删除访客用户',
|
||||
'users_could_not_send_invite' => 'Could not create user since invite email failed to send',
|
||||
|
||||
// Roles
|
||||
'role_cannot_be_edited' => '无法编辑该角色',
|
||||
|
@ -295,6 +295,7 @@ return [
|
||||
'bs' => 'Bosanski',
|
||||
'ca' => '加泰罗尼亚语',
|
||||
'cs' => 'Česky',
|
||||
'cy' => 'Cymraeg',
|
||||
'da' => '丹麦',
|
||||
'de' => 'Deutsch (Sie)',
|
||||
'de_informal' => 'Deutsch (Du)',
|
||||
|
Reference in New Issue
Block a user