Skip to content

Commit ed981cb

Browse files
authored
New Crowdin updates (#3428)
1 parent f69af89 commit ed981cb

File tree

180 files changed

+2892
-589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+2892
-589
lines changed

resources/lang/ar/activities.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
// Books
2929
'book_create' => 'تم إنشاء كتاب',
3030
'book_create_notification' => 'تم إنشاء الكتاب بنجاح',
31+
'book_create_from_chapter' => 'converted chapter to book',
32+
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
3133
'book_update' => 'تم تحديث الكتاب',
3234
'book_update_notification' => 'تم تحديث الكتاب بنجاح',
3335
'book_delete' => 'تم حذف الكتاب',
@@ -38,6 +40,8 @@
3840
// Bookshelves
3941
'bookshelf_create' => 'تم إنشاء رف كتب',
4042
'bookshelf_create_notification' => 'تم إنشاء الرف بنجاح',
43+
'bookshelf_create_from_book' => 'converted book to bookshelf',
44+
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
4145
'bookshelf_update' => 'تم تحديث الرف',
4246
'bookshelf_update_notification' => 'تم تحديث الرف بنجاح',
4347
'bookshelf_delete' => 'تم تحديث الرف',

resources/lang/ar/auth.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
'registration_email_domain_invalid' => 'المجال الخاص بالبريد الإلكتروني لا يملك حق الوصول لهذا التطبيق',
3939
'register_success' => 'شكراً لإنشاء حسابكم! تم تسجيلكم ودخولكم للحساب الخاص بكم.',
4040

41+
// Login auto-initiation
42+
'auto_init_starting' => 'Attempting Login',
43+
'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.',
44+
'auto_init_start_link' => 'Proceed with authentication',
45+
4146
// Password Reset
4247
'reset_password' => 'استعادة كلمة المرور',
4348
'reset_password_send_instructions' => 'أدخل بريدك الإلكتروني بالأسفل وسيتم إرسال رسالة برابط لاستعادة كلمة المرور.',

resources/lang/ar/common.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
'previous' => 'Previous',
4848
'filter_active' => 'Active Filter:',
4949
'filter_clear' => 'Clear Filter',
50+
'download' => 'Download',
51+
'open_in_tab' => 'Open in Tab',
5052

5153
// Sort Options
5254
'sort_options' => 'خيارات الفرز',

resources/lang/ar/entities.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,16 @@
355355
'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.',
356356
'copy_consider_attachments' => 'Page attachments will not be copied.',
357357
'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.',
358+
359+
// Conversions
360+
'convert_to_shelf' => 'Convert to Shelf',
361+
'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.',
362+
'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.',
363+
'convert_book' => 'Convert Book',
364+
'convert_book_confirm' => 'Are you sure you want to convert this book?',
365+
'convert_undo_warning' => 'This cannot be as easily undone.',
366+
'convert_to_book' => 'Convert to Book',
367+
'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.',
368+
'convert_chapter' => 'Convert Chapter',
369+
'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
358370
];

resources/lang/bg/activities.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
// Books
2929
'book_create' => 'създадена книга',
3030
'book_create_notification' => 'Книгата е създадена успешно',
31+
'book_create_from_chapter' => 'converted chapter to book',
32+
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
3133
'book_update' => 'обновена книга',
3234
'book_update_notification' => 'Книгата е обновена успешно',
3335
'book_delete' => 'изтрита книга',
@@ -38,6 +40,8 @@
3840
// Bookshelves
3941
'bookshelf_create' => 'създаден рафт',
4042
'bookshelf_create_notification' => 'Рафтът е създаден успешно',
43+
'bookshelf_create_from_book' => 'converted book to bookshelf',
44+
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
4145
'bookshelf_update' => 'обновен рафт',
4246
'bookshelf_update_notification' => 'Рафтът е обновен успешно',
4347
'bookshelf_delete' => 'изтрит рафт',

resources/lang/bg/auth.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
'registration_email_domain_invalid' => 'Този емейл домейн към момента няма достъп до приложението',
3939
'register_success' => 'Благодарим Ви за регистрацията! В момента сте регистриран и сте вписани в приложението.',
4040

41+
// Login auto-initiation
42+
'auto_init_starting' => 'Attempting Login',
43+
'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.',
44+
'auto_init_start_link' => 'Proceed with authentication',
45+
4146
// Password Reset
4247
'reset_password' => 'Нулиране на паролата',
4348
'reset_password_send_instructions' => 'Въведете емейла си и ще ви бъде изпратен емейл с линк за нулиране на паролата.',

resources/lang/bg/common.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
'previous' => 'Предишен',
4848
'filter_active' => 'Активен филтър:',
4949
'filter_clear' => 'Изчисти филтъра',
50+
'download' => 'Download',
51+
'open_in_tab' => 'Open in Tab',
5052

5153
// Sort Options
5254
'sort_options' => 'Опции за сортиране',

resources/lang/bg/entities.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,16 @@
355355
'copy_consider_images' => 'Файловете на изображенията в страницата няма да бъдат дубликирани и оригиналните изображения ще запазят връзката си със страницата, на която са били качени първоначално.',
356356
'copy_consider_attachments' => 'Прикачените към страницата обекти няма да бъдат копирани.',
357357
'copy_consider_access' => 'Смяна на местоположението, собственика или привилегиите може да направи това съдържание достъпно за тези, които не са го виждали преди.',
358+
359+
// Conversions
360+
'convert_to_shelf' => 'Convert to Shelf',
361+
'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.',
362+
'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.',
363+
'convert_book' => 'Convert Book',
364+
'convert_book_confirm' => 'Are you sure you want to convert this book?',
365+
'convert_undo_warning' => 'This cannot be as easily undone.',
366+
'convert_to_book' => 'Convert to Book',
367+
'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.',
368+
'convert_chapter' => 'Convert Chapter',
369+
'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
358370
];

resources/lang/bs/activities.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
// Books
2929
'book_create' => 'je kreirao/la knjigu',
3030
'book_create_notification' => 'Book successfully created',
31+
'book_create_from_chapter' => 'converted chapter to book',
32+
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
3133
'book_update' => 'je ažurirao/la knjigu',
3234
'book_update_notification' => 'Book successfully updated',
3335
'book_delete' => 'je izbrisao/la knjigu',
@@ -38,6 +40,8 @@
3840
// Bookshelves
3941
'bookshelf_create' => 'created bookshelf',
4042
'bookshelf_create_notification' => 'Bookshelf successfully created',
43+
'bookshelf_create_from_book' => 'converted book to bookshelf',
44+
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
4145
'bookshelf_update' => 'je ažurirao/la policu za knjige',
4246
'bookshelf_update_notification' => 'Bookshelf successfully updated',
4347
'bookshelf_delete' => 'je izbrisao/la policu za knjige',

resources/lang/bs/auth.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
'registration_email_domain_invalid' => 'Ta e-mail domena nema pristup ovoj aplikaciji',
3939
'register_success' => 'Hvala na registraciji! Sada ste registrovani i prijavljeni.',
4040

41+
// Login auto-initiation
42+
'auto_init_starting' => 'Attempting Login',
43+
'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.',
44+
'auto_init_start_link' => 'Proceed with authentication',
45+
4146
// Password Reset
4247
'reset_password' => 'Resetuj Lozinku',
4348
'reset_password_send_instructions' => 'Unesite vašu e-mail adresu ispod i na nju ćemo vam poslati e-mail sa linkom za promjenu lozinke.',

0 commit comments

Comments
 (0)