]> BookStack Code Mirror - bookstack/commitdiff
New Crowdin updates (#2906)
authorDan Brown <redacted>
Thu, 2 Sep 2021 20:07:31 +0000 (21:07 +0100)
committerGitHub <redacted>
Thu, 2 Sep 2021 20:07:31 +0000 (21:07 +0100)
* New translations auth.php (Chinese Simplified)

* New translations auth.php (Chinese Simplified)

* New translations validation.php (Chinese Simplified)

* New translations activities.php (Latvian)

* New translations auth.php (Latvian)

* New translations common.php (Latvian)

* New translations validation.php (Latvian)

* New translations entities.php (Latvian)

* New translations activities.php (Polish)

resources/lang/lv/activities.php
resources/lang/lv/auth.php
resources/lang/lv/common.php
resources/lang/lv/entities.php
resources/lang/lv/validation.php
resources/lang/pl/activities.php
resources/lang/zh_CN/auth.php
resources/lang/zh_CN/validation.php

index bf8a9e2881af75ddabb9b895da01305ad7b2cc1b..fc2d876e58c68affea87f8f646cf826ce172b145 100644 (file)
@@ -48,8 +48,8 @@ return [
     'favourite_remove_notification' => '":name" ir izņemts no jūsu favorītiem',
 
     // MFA
-    'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
-    'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
+    'mfa_setup_method_notification' => '2FA funkcija aktivizēta',
+    'mfa_remove_method_notification' => '2FA funkcija noņemta',
 
     // Other
     'commented_on'                => 'komentēts',
index f55423ec594bf33700bb9bff7d285a711f94e121..497509d54cd6061952feca8d79408aa9d056b131 100644 (file)
@@ -76,11 +76,11 @@ return [
     'user_invite_success' => 'Parole iestatīta, tagad varat piekļūt :appName!',
 
     // Multi-factor Authentication
-    'mfa_setup' => 'Setup Multi-Factor Authentication',
-    'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
-    'mfa_setup_configured' => 'Already configured',
-    'mfa_setup_reconfigure' => 'Reconfigure',
-    'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
+    'mfa_setup' => 'Iestati divfaktoru autentifikāciju (2FA)',
+    'mfa_setup_desc' => 'Iestati divfaktoru autentifikāciju kā papildus drošību tavam lietotāja kontam.',
+    'mfa_setup_configured' => 'Divfaktoru autentifikācija jau ir nokonfigurēta',
+    'mfa_setup_reconfigure' => 'Mainīt 2FA konfigurāciju',
+    'mfa_setup_remove_confirmation' => 'Vai esi drošs, ka vēlies noņemt divfaktoru autentifikāciju?',
     'mfa_setup_action' => 'Setup',
     'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.',
     'mfa_option_totp_title' => 'Mobile App',
index 1694e3f9255efe6431cfa6329e3b42f7a23dd82c..23cd07d7d1a264ad6b5ca88cc2fefbb259e77a40 100644 (file)
@@ -39,7 +39,7 @@ return [
     'reset' => 'Atiestatīt',
     'remove' => 'Noņemt',
     'add' => 'Pievienot',
-    'configure' => 'Configure',
+    'configure' => 'Mainīt konfigurāciju',
     'fullscreen' => 'Pilnekrāns',
     'favourite' => 'Pievienot favorītiem',
     'unfavourite' => 'Noņemt no favorītiem',
index 7a658c7d93b6bb8521e43c242fe01dffa088f5ef..a28829f51a2a96c2d9da046e9a044683573750b4 100644 (file)
@@ -99,7 +99,7 @@ return [
     'shelves_permissions' => 'Grāmatplaukta atļaujas',
     'shelves_permissions_updated' => 'Grāmatplaukta atļaujas atjauninātas',
     'shelves_permissions_active' => 'Grāmatplaukta atļaujas ir aktīvas',
-    'shelves_permissions_cascade_warning' => 'Permissions on bookshelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
+    'shelves_permissions_cascade_warning' => 'Grāmatu plauktu atļaujas netiek automātiski pārvietotas uz grāmatām. Tas ir tāpēc, ka grāmata var atrasties vairākos plauktos. Tomēr atļaujas var nokopēt uz plauktam pievienotajām grāmatām, izmantojot zemāk norādīto opciju.',
     'shelves_copy_permissions_to_books' => 'Kopēt grāmatplaukta atļaujas uz grāmatām',
     'shelves_copy_permissions' => 'Kopēt atļaujas',
     'shelves_copy_permissions_explain' => 'Šis piemēros pašreizējās grāmatplaukta piekļuves tiesības visām tajā esošajām grāmatām. Pirms ieslēgšanas pārliecinieties, ka ir saglabātas izmaiņas grāmatplaukta piekļuves tiesībām.',
index c013eda48211b71e3d98170fe4bcc8779785525b..8dd93974615ec6b3c2ad1075af1d9e994d90c86b 100644 (file)
@@ -15,7 +15,7 @@ return [
     'alpha_dash'           => ':attribute var saturēt tikai burtus, ciparus, domuzīmes un apakš svītras.',
     'alpha_num'            => ':attribute var saturēt tikai burtus un ciparus.',
     'array'                => ':attribute ir jābūt masīvam.',
-    'backup_codes'         => 'The provided code is not valid or has already been used.',
+    'backup_codes'         => 'Ievadītais kods nav derīgs vai arī jau ir izmantots.',
     'before'               => ':attribute jābūt datumam pirms :date.',
     'between'              => [
         'numeric' => ':attribute jābūt starp :min un :max.',
@@ -99,7 +99,7 @@ return [
     ],
     'string'               => ':attribute jābūt teksta virknei.',
     'timezone'             => ':attribute jābūt derīgai zonai.',
-    'totp'                 => 'The provided code is not valid or has expired.',
+    'totp'                 => 'Ievadītais kods nav derīgs.',
     'unique'               => ':attribute jau ir aizņemts.',
     'url'                  => ':attribute formāts nav derīgs.',
     'uploaded'             => 'Fails netika ielādēts. Serveris nevar pieņemt šāda izmēra failus.',
index 9c984d46eca14cfdb7f57018a80d560abfe97d71..5ca5fd9f416d237a413427b99db04553a99a797a 100644 (file)
@@ -48,8 +48,8 @@ return [
     'favourite_remove_notification' => '":name" został usunięty z ulubionych',
 
     // MFA
-    'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
-    'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
+    'mfa_setup_method_notification' => 'Metoda wieloskładnikowa została pomyślnie skonfigurowana',
+    'mfa_remove_method_notification' => 'Metoda wieloskładnikowa pomyślnie usunięta',
 
     // Other
     'commented_on'                => 'skomentował',
index ae5978fd60da942d2917caad2d4c3bdb3c507550..a31ee20e75b53c9f214ecc7a5ebe3c48961b5b33 100644 (file)
@@ -26,7 +26,7 @@ return [
     'remember_me' => '记住我',
     'ldap_email_hint' => '请输入用于此帐户的电子邮件。',
     'create_account' => '创建账户',
-    'already_have_account' => '您已经有账号?',
+    'already_have_account' => '已经有账号了?',
     'dont_have_account' => '您还没有账号吗?',
     'social_login' => 'SNS登录',
     'social_registration' => '使用社交网站账号注册',
@@ -82,31 +82,31 @@ return [
     'mfa_setup_reconfigure' => '重新配置',
     'mfa_setup_remove_confirmation' => '您确定想要移除多重身份认证吗?',
     'mfa_setup_action' => '设置',
-    'mfa_backup_codes_usage_limit_warning' => '您剩余的备用验证码少于 5 个,请在用完验证码之前生成并保存新的验证码,以防止您的帐户被锁定。',
+    'mfa_backup_codes_usage_limit_warning' => '您剩余的备用认证码少于 5 个,请在用完认证码之前生成并保存新的认证码,以防止您的帐户被锁定。',
     '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' => '安全地保存一组一次性使用的备用验证码,您可以输入这些验证码来验证您的身份。',
+    'mfa_option_backup_codes_title' => '备用证码',
+    'mfa_option_backup_codes_desc' => '请安全地保存这些一次性使用的备用认证码,您可以输入这些认证码来验证您的身份。',
     'mfa_gen_confirm_and_enable' => '确认并启用',
-    'mfa_gen_backup_codes_title' => '备用证码设置',
-    'mfa_gen_backup_codes_desc' => '将下面的证码存放在一个安全的地方。访问系统时,您可以使用其中的一个验证码进行二次认证。',
-    'mfa_gen_backup_codes_download' => '下载证码',
-    'mfa_gen_backup_codes_usage_warning' => '每个证码只能使用一次',
+    'mfa_gen_backup_codes_title' => '备用证码设置',
+    'mfa_gen_backup_codes_desc' => '将下面的证码存放在一个安全的地方。访问系统时,您可以使用其中的一个验证码进行二次认证。',
+    'mfa_gen_backup_codes_download' => '下载证码',
+    'mfa_gen_backup_codes_usage_warning' => '每个证码只能使用一次',
     'mfa_gen_totp_title' => '移动设备 App',
     'mfa_gen_totp_desc' => '要使用多重身份认证功能,您需要一个支持 TOTP(基于时间的一次性密码算法) 的移动设备 App,如谷歌身份验证器(Google Authenticator)、Authy 或微软身份验证器(Microsoft Authenticator)。',
     'mfa_gen_totp_scan' => '要开始操作,请使用你的身份验证 App 扫描下面的二维码。',
     'mfa_gen_totp_verify_setup' => '验证设置',
-    'mfa_gen_totp_verify_setup_desc' => '请在下面的框中输入您在身份验证 App 中生成的证码来验证一切是否正常:',
-    'mfa_gen_totp_provide_code_here' => 'å\86\8dæ­¤è¾\93å\85¥æ\82¨ç\9a\84 App ç\94\9fæ\88\90ç\9a\84éª\8c证码',
+    'mfa_gen_totp_verify_setup_desc' => '请在下面的框中输入您在身份验证 App 中生成的证码来验证一切是否正常:',
+    'mfa_gen_totp_provide_code_here' => 'å\9c¨æ­¤è¾\93å\85¥æ\82¨ç\9a\84 App ç\94\9fæ\88\90ç\9a\84认证码',
     'mfa_verify_access' => '认证访问',
     'mfa_verify_access_desc' => '您的账户要求您在访问前通过额外的验证确认您的身份。使用您设置的认证方法认证以继续。',
     'mfa_verify_no_methods' => '没有设置认证方法',
     'mfa_verify_no_methods_desc' => '您的账户没有设置多重身份认证。您需要至少设置一种才能访问。',
     'mfa_verify_use_totp' => '使用移动设备 App 进行认证',
-    'mfa_verify_use_backup_codes' => '使用备用证码进行认证',
-    'mfa_verify_backup_code' => '备用证码',
-    'mfa_verify_backup_code_desc' => '在下面输入你的其中一个备用证码:',
-    'mfa_verify_backup_code_enter_here' => '在这里输入备用证码',
-    'mfa_verify_totp_desc' => '在下面输入您的移动 App 生成的证码:',
+    'mfa_verify_use_backup_codes' => '使用备用证码进行认证',
+    'mfa_verify_backup_code' => '备用证码',
+    'mfa_verify_backup_code_desc' => '在下面输入你的其中一个备用证码:',
+    'mfa_verify_backup_code_enter_here' => '在这里输入备用证码',
+    'mfa_verify_totp_desc' => '在下面输入您的移动 App 生成的证码:',
     'mfa_setup_login_notification' => '多重身份认证已设置,请使用新配置的方法重新登录。',
 ];
\ No newline at end of file
index 6163ca751fa41829a89d29dc3bdd9ba327604ecb..3398a1142c0a2ea63eb08c174653f2a3b3d30bb8 100644 (file)
@@ -15,7 +15,7 @@ return [
     'alpha_dash'           => ':attribute 只能包含字母、数字和短横线。',
     'alpha_num'            => ':attribute 只能包含字母和数字。',
     'array'                => ':attribute 必须是一个数组。',
-    'backup_codes'         => '您输入的证码无效或已被使用。',
+    'backup_codes'         => '您输入的证码无效或已被使用。',
     'before'               => ':attribute 必须是在 :date 前的日期。',
     'between'              => [
         'numeric' => ':attribute 必须在:min到:max之间。',
@@ -99,7 +99,7 @@ return [
     ],
     'string'               => ':attribute 必须是字符串。',
     'timezone'             => ':attribute 必须是有效的区域。',
-    'totp'                 => '您输入的证码无效或已过期。',
+    'totp'                 => '您输入的证码无效或已过期。',
     'unique'               => ':attribute 已经被使用。',
     'url'                  => ':attribute 格式无效。',
     'uploaded'             => '无法上传文件。 服务器可能不接受此大小的文件。',
Morty Proxy This is a proxified and sanitized view of the page, visit original site.