Merge branch 'development' of github.com:BookStackApp/BookStack into development

This commit is contained in:
Dan Brown 2022-06-25 14:27:46 +01:00
commit 43749cd94e
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
6 changed files with 34 additions and 34 deletions

View 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',

View 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',

View 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 ?',
];

View 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' => '删除了书架',

View 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' => '重置密码',

View 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' => '您确定要转换此章节吗?',
];