]> BookStack Code Mirror - bookstack/commitdiff
New Crowdin updates (#3526)
authorDan Brown <redacted>
Sat, 25 Jun 2022 13:26:40 +0000 (14:26 +0100)
committerGitHub <redacted>
Sat, 25 Jun 2022 13:26:40 +0000 (14:26 +0100)
resources/lang/fr/activities.php
resources/lang/fr/auth.php
resources/lang/fr/entities.php
resources/lang/zh_CN/activities.php
resources/lang/zh_CN/auth.php
resources/lang/zh_CN/entities.php

index d0386f5940444de72668d1de4a08d9ff3ada10f1..dee6460543520f1d130834e5d3a8bc49977d9f19 100644 (file)
@@ -28,8 +28,8 @@ return [
     // Books
     'book_create'                 => 'a créé un livre',
     'book_create_notification'    => 'Livre créé avec succès',
-    'book_create_from_chapter'              => 'converted chapter to book',
-    'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
+    'book_create_from_chapter'              => 'chapitre converti en livre',
+    'book_create_from_chapter_notification' => 'Chapitre converti en livre avec succès',
     'book_update'                 => 'a modifié le livre',
     'book_update_notification'    => 'Livre modifié avec succès',
     'book_delete'                 => 'a supprimé un livre',
@@ -40,8 +40,8 @@ return [
     // Bookshelves
     'bookshelf_create'            => 'a créé l\'étagère',
     'bookshelf_create_notification'    => 'Étagère créée avec succès',
-    'bookshelf_create_from_book'    => 'converted book to bookshelf',
-    'bookshelf_create_from_book_notification'    => 'Book successfully converted to a shelf',
+    'bookshelf_create_from_book'    => 'livre converti en étagère',
+    'bookshelf_create_from_book_notification'    => 'Livre converti en étagère avec succès',
     'bookshelf_update'                 => 'a modifié l\'étagère',
     'bookshelf_update_notification'    => 'Étagère modifiée avec succès',
     'bookshelf_delete'                 => 'a supprimé l\'étagère',
index 741b5eaaa9c3ff02acedcda9b076baca6b8a6088..b3d1aa8d2c255de1ab6a3781f66f60281ebe90e0 100644 (file)
@@ -39,9 +39,9 @@ return [
     'register_success' => 'Merci pour votre inscription. Vous êtes maintenant inscrit(e) et connecté(e)',
 
     // Login auto-initiation
-    'auto_init_starting' => 'Attempting Login',
-    'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
-    'auto_init_start_link' => 'Proceed with authentication',
+    'auto_init_starting' => 'Tentative de connexion',
+    'auto_init_starting_desc' => 'Nous contactons votre système d\'authentification pour démarrer le processus de connexion. S\'il n\'y a pas de progrès après 5 secondes, vous pouvez essayer de cliquer sur le lien ci-dessous.',
+    'auto_init_start_link' => 'Procéder à l\'authentification',
 
     // Password Reset
     'reset_password' => 'Réinitialiser le mot de passe',
index 963f6569d529400547fa70da2931fe018649abd3..ddb677725a36c9d2cfc612681fd7755b38ad7f40 100644 (file)
@@ -357,14 +357,14 @@ return [
     'copy_consider_access' => 'Un changement d\'emplacement, de propriétaire ou d\'autorisation peut rendre ce contenu accessible à ceux précédemment sans accès.',
 
     // Conversions
-    'convert_to_shelf' => 'Convert to Shelf',
-    'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.',
-    'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.',
-    'convert_book' => 'Convert Book',
-    'convert_book_confirm' => 'Are you sure you want to convert this book?',
-    'convert_undo_warning' => 'This cannot be as easily undone.',
-    'convert_to_book' => 'Convert to Book',
-    'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
-    'convert_chapter' => 'Convert Chapter',
-    'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
+    'convert_to_shelf' => 'Convertir en étagère',
+    'convert_to_shelf_contents_desc' => 'Vous pouvez convertir ce livre en une nouvelle étagère avec le même contenu. Les chapitres contenus dans ce livre seront convertis en nouveaux livres. Si ce livre contient des pages, qui ne sont pas dans un chapitre, ce livre sera renommé et contiendra ces pages, et ce livre fera partie de la nouvelle étagère.',
+    'convert_to_shelf_permissions_desc' => 'Toutes les autorisations définies sur ce livre seront copiées sur la nouvelle étagère et sur tous les nouveaux livres enfants qui n\'ont pas leurs propres permissions appliquées. Notez que les permissions sur les étagères ne font pas automatiquement cascade au contenu intérieur, comme elles le font pour les livres.',
+    'convert_book' => 'Convertir le livre',
+    'convert_book_confirm' => 'Êtes-vous sûr(e) de vouloir convertir ce livre ?',
+    'convert_undo_warning' => 'Cela ne peut pas être facilement annulé.',
+    'convert_to_book' => 'Convertir en livre',
+    'convert_to_book_desc' => 'Vous pouvez convertir ce chapitre en un nouveau livre avec le même contenu. Toutes les permissions définies dans ce chapitre seront copiées dans le nouveau livre mais toutes les permissions héritées du livre parent ne seront pas copiés, ce qui pourrait conduire à un changement de contrôle d\'accès.',
+    'convert_chapter' => 'Convertir le chapitre',
+    'convert_chapter_confirm' => 'Êtes-vous sûr(e) de vouloir convertir ce chapitre ?',
 ];
index 44e38eed9034070715f77b4f0f35976926c91202..59eff434c06d57dbc25a98f3dafce18c9794088f 100644 (file)
@@ -28,8 +28,8 @@ return [
     // Books
     'book_create'                 => '创建了图书',
     'book_create_notification'    => '图书已成功创建',
-    'book_create_from_chapter'              => 'converted chapter to book',
-    'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
+    'book_create_from_chapter'              => '将章节转换为图书',
+    'book_create_from_chapter_notification' => '章节已成功转换为图书',
     'book_update'                 => '更新了图书',
     'book_update_notification'    => '图书已成功更新',
     'book_delete'                 => '删除了图书',
@@ -40,8 +40,8 @@ return [
     // Bookshelves
     'bookshelf_create'            => '创建了书架',
     'bookshelf_create_notification'    => '书架已成功创建',
-    'bookshelf_create_from_book'    => 'converted book to bookshelf',
-    'bookshelf_create_from_book_notification'    => 'Book successfully converted to a shelf',
+    'bookshelf_create_from_book'    => '将图书转换为书架',
+    'bookshelf_create_from_book_notification'    => '图书已成功转换为书架',
     'bookshelf_update'                 => '更新了书架',
     'bookshelf_update_notification'    => '书架已成功更新',
     'bookshelf_delete'                 => '删除了书架',
index 2ce43af2a3bc959fd4a3c143b60d1140e7695b1e..4c0c587fe06262c2da44610c079bc00366995105 100644 (file)
@@ -39,9 +39,9 @@ return [
     'register_success' => '感谢您注册:appName,您现在已经登录。',
 
     // Login auto-initiation
-    'auto_init_starting' => 'Attempting Login',
-    'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
-    'auto_init_start_link' => 'Proceed with authentication',
+    'auto_init_starting' => '尝试登录中',
+    'auto_init_starting_desc' => '我们正在联系您的身份验证系统以启动登录过程。如果 5 秒后还没有进展,您可以尝试点击下面的链接。',
+    'auto_init_start_link' => '继续进行身份验证',
 
     // Password Reset
     'reset_password' => '重置密码',
index 6acc5c7a710e0027557692e7a09263572045c739..6dcccac80c442d0d91e885fce505dbde07c6523c 100644 (file)
@@ -357,14 +357,14 @@ return [
     'copy_consider_access' => '改变位置、所有者或权限可能会导致此内容被以前无法访问的人访问。',
 
     // Conversions
-    'convert_to_shelf' => 'Convert to Shelf',
-    'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.',
-    'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.',
-    'convert_book' => 'Convert Book',
-    'convert_book_confirm' => 'Are you sure you want to convert this book?',
-    'convert_undo_warning' => 'This cannot be as easily undone.',
-    'convert_to_book' => 'Convert to Book',
-    'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
-    'convert_chapter' => 'Convert Chapter',
-    'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
+    'convert_to_shelf' => '转换为书架',
+    'convert_to_shelf_contents_desc' => '你可以将这本书转换为具有相同内容的新书架。本书中的章节将被转换为图书。如果这本书包含任何不在章节分类中的页面,那么将会有一本图书被重命名并包含这些页面,这本书也将成为新书架的一部分。',
+    'convert_to_shelf_permissions_desc' => '在这本书上设置的任何权限都将复制到所有未强制执行权限的新书架和新子图书上。请注意,书架上的权限不会像图书那样继承到内容物上。',
+    'convert_book' => '转换图书',
+    'convert_book_confirm' => '您确定要转换此图书吗?',
+    'convert_undo_warning' => '这可不能轻易撤消。',
+    'convert_to_book' => '转换为图书',
+    'convert_to_book_desc' => '您可以将此章节转换为具有相同内容的新图书。此章节中设置的任何权限都将复制到新图书上,但从父图书继承的任何权限都不会被复制,这可能会导致访问控制发生变化。',
+    'convert_chapter' => '转换章节',
+    'convert_chapter_confirm' => '您确定要转换此章节吗?',
 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.