0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-18 18:38:44 +00:00

New Crowdin updates ()

This commit is contained in:
Dan Brown 2022-09-20 13:16:15 +01:00 committed by GitHub
parent dce6a82954
commit 2e4d29e062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 388 additions and 388 deletions

View file

@ -28,8 +28,8 @@ return [
// Books // Books
'book_create' => 'تم إنشاء كتاب', 'book_create' => 'تم إنشاء كتاب',
'book_create_notification' => 'تم إنشاء الكتاب بنجاح', 'book_create_notification' => 'تم إنشاء الكتاب بنجاح',
'book_create_from_chapter' => 'converted chapter to book', 'book_create_from_chapter' => 'تم تحويل الفصل إلى كتاب',
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book', 'book_create_from_chapter_notification' => 'تم تحويل الفصل إلى كتاب بنجاح',
'book_update' => 'تم تحديث الكتاب', 'book_update' => 'تم تحديث الكتاب',
'book_update_notification' => 'تم تحديث الكتاب بنجاح', 'book_update_notification' => 'تم تحديث الكتاب بنجاح',
'book_delete' => 'تم حذف الكتاب', 'book_delete' => 'تم حذف الكتاب',
@ -38,14 +38,14 @@ return [
'book_sort_notification' => 'تم إعادة فرز الكتاب بنجاح', 'book_sort_notification' => 'تم إعادة فرز الكتاب بنجاح',
// Bookshelves // Bookshelves
'bookshelf_create' => 'created shelf', 'bookshelf_create' => 'تم إنشاء رف',
'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_notification' => 'تم إنشاء رف بنجاح',
'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book' => 'تم تحويل الكتاب إلى رف',
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf', 'bookshelf_create_from_book_notification' => 'تم تحويل الكتاب إلى رف بنجاح',
'bookshelf_update' => 'updated shelf', 'bookshelf_update' => 'تم تحديث الرف',
'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_update_notification' => 'تم تحديث الرف بنجاح',
'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete' => 'تم حذف الرف',
'bookshelf_delete_notification' => 'Shelf successfully deleted', 'bookshelf_delete_notification' => 'تم حذف الرف بنجاح',
// Favourites // Favourites
'favourite_add_notification' => 'تم إضافة ":name" إلى المفضلة لديك', 'favourite_add_notification' => 'تم إضافة ":name" إلى المفضلة لديك',

View file

@ -21,7 +21,7 @@ return [
'email' => 'البريد الإلكتروني', 'email' => 'البريد الإلكتروني',
'password' => 'كلمة المرور', 'password' => 'كلمة المرور',
'password_confirm' => 'تأكيد كلمة المرور', 'password_confirm' => 'تأكيد كلمة المرور',
'password_hint' => 'Must be at least 8 characters', 'password_hint' => 'يجب أن تحتوي كلمة المرور على 8 خانات على الأقل',
'forgot_password' => 'نسيت كلمة المرور؟', 'forgot_password' => 'نسيت كلمة المرور؟',
'remember_me' => 'تذكرني', 'remember_me' => 'تذكرني',
'ldap_email_hint' => 'الرجاء إدخال عنوان بريد إلكتروني لاستخدامه مع الحساب.', 'ldap_email_hint' => 'الرجاء إدخال عنوان بريد إلكتروني لاستخدامه مع الحساب.',
@ -41,7 +41,7 @@ return [
// Login auto-initiation // Login auto-initiation
'auto_init_starting' => 'Attempting Login', '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_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_start_link' => 'المتابعة مع المصادقة',
// Password Reset // Password Reset
'reset_password' => 'استعادة كلمة المرور', 'reset_password' => 'استعادة كلمة المرور',
@ -86,7 +86,7 @@ return [
'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?', 'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
'mfa_setup_action' => 'إعداد (تنصيب)', 'mfa_setup_action' => 'إعداد (تنصيب)',
'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_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', 'mfa_option_totp_title' => 'تطبيق الجوال',
'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.', 'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
'mfa_option_backup_codes_title' => 'Backup Codes', 'mfa_option_backup_codes_title' => 'Backup Codes',
'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.', 'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',

View file

@ -29,7 +29,7 @@ return [
'book_create' => 'vytvořil/a knihu', 'book_create' => 'vytvořil/a knihu',
'book_create_notification' => 'Kniha byla úspěšně vytvořena', 'book_create_notification' => 'Kniha byla úspěšně vytvořena',
'book_create_from_chapter' => 'converted chapter to book', 'book_create_from_chapter' => 'converted chapter to book',
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book', 'book_create_from_chapter_notification' => 'Kapitola byla úspěšně převedena na knihu',
'book_update' => 'aktualizoval/a knihu', 'book_update' => 'aktualizoval/a knihu',
'book_update_notification' => 'Kniha byla úspěšně aktualizována', 'book_update_notification' => 'Kniha byla úspěšně aktualizována',
'book_delete' => 'odstranil/a knihu', 'book_delete' => 'odstranil/a knihu',

View file

@ -18,34 +18,34 @@ return [
// Chapters // Chapters
'chapter_create' => 'erstellte Kapitel', 'chapter_create' => 'erstellte Kapitel',
'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt', 'chapter_create_notification' => 'Kapitel erfolgreich erstellt',
'chapter_update' => 'hat das Kapitel geändert', 'chapter_update' => 'hat das Kapitel geändert',
'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert', 'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert',
'chapter_delete' => 'hat das Kapitel gelöscht', 'chapter_delete' => 'hat das Kapitel gelöscht',
'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht', 'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht',
'chapter_move' => 'hat das Kapitel verschoben', 'chapter_move' => 'hat das Kapitel verschoben',
// Books // Books
'book_create' => 'hat das Buch erstellt', 'book_create' => 'hat das Buch erstellt',
'book_create_notification' => 'Das Buch wurde erfolgreich erstellt', 'book_create_notification' => 'Buch erfolgreich erstellt',
'book_create_from_chapter' => 'umgewandeltes Kapitel zum Buch', 'book_create_from_chapter' => 'umgewandeltes Kapitel zum Buch',
'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch konvertiert', 'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch umgewandelt',
'book_update' => 'hat das Buch aktualisiert', 'book_update' => 'hat das Buch aktualisiert',
'book_update_notification' => 'Das Buch wurde erfolgreich aktualisiert', 'book_update_notification' => 'Buch erfolgreich aktualisiert',
'book_delete' => 'hat das Buch gelöscht', 'book_delete' => 'hat das Buch gelöscht',
'book_delete_notification' => 'Das Buch wurde erfolgreich gelöscht', 'book_delete_notification' => 'Buch erfolgreich gelöscht',
'book_sort' => 'hat die Buch-Sortierung geändert', 'book_sort' => 'hat die Buch-Sortierung geändert',
'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert', 'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert',
// Bookshelves // Bookshelves
'bookshelf_create' => 'created shelf', 'bookshelf_create' => 'erstelltes Regal',
'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_notification' => 'Regal erfolgreich erstellt',
'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book' => 'zu Regal konvertiertes Buch',
'bookshelf_create_from_book_notification' => 'Buch erfolgreich in ein Regal konvertiert', 'bookshelf_create_from_book_notification' => 'Buch erfolgreich in ein Regal konvertiert',
'bookshelf_update' => 'updated shelf', 'bookshelf_update' => 'aktualisiertes Regal',
'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_update_notification' => 'Regal erfolgreich aktualisiert',
'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete' => 'gelöschtes Regal',
'bookshelf_delete_notification' => 'Shelf successfully deleted', 'bookshelf_delete_notification' => 'Regal erfolgreich gelöscht',
// Favourites // Favourites
'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt', 'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt',
@ -61,7 +61,7 @@ return [
'webhook_update' => 'aktualisierter Webhook', 'webhook_update' => 'aktualisierter Webhook',
'webhook_update_notification' => 'Webhook wurde erfolgreich aktualisiert', 'webhook_update_notification' => 'Webhook wurde erfolgreich aktualisiert',
'webhook_delete' => 'gelöschter Webhook', 'webhook_delete' => 'gelöschter Webhook',
'webhook_delete_notification' => 'Webhook wurde erfolgreich gelöscht', 'webhook_delete_notification' => 'Webhook erfolgreich gelöscht',
// Users // Users
'user_update_notification' => 'Benutzer erfolgreich aktualisiert', 'user_update_notification' => 'Benutzer erfolgreich aktualisiert',

View file

@ -44,9 +44,9 @@ return [
'auto_init_start_link' => 'Mit Authentifizierung fortfahren', 'auto_init_start_link' => 'Mit Authentifizierung fortfahren',
// Password Reset // Password Reset
'reset_password' => 'Passwort vergessen', 'reset_password' => 'Passwort zurücksetzen',
'reset_password_send_instructions' => 'Bitte geben Sie Ihre E-Mail-Adresse ein. Danach erhalten Sie eine E-Mail mit einem Link zum Zurücksetzen Ihres Passwortes.', 'reset_password_send_instructions' => 'Bitte geben Sie Ihre E-Mail-Adresse ein. Danach erhalten Sie eine E-Mail mit einem Link zum Zurücksetzen Ihres Passwortes.',
'reset_password_send_button' => 'Passwort zurücksetzen', 'reset_password_send_button' => 'Link zum Zurücksetzen senden',
'reset_password_sent' => 'Ein Link zum Zurücksetzen des Passworts wird an :email gesendet, wenn diese E-Mail-Adresse im System gefunden wird.', 'reset_password_sent' => 'Ein Link zum Zurücksetzen des Passworts wird an :email gesendet, wenn diese E-Mail-Adresse im System gefunden wird.',
'reset_password_success' => 'Ihr Passwort wurde erfolgreich zurückgesetzt.', 'reset_password_success' => 'Ihr Passwort wurde erfolgreich zurückgesetzt.',
'email_reset_subject' => 'Passwort zurücksetzen für :appName', 'email_reset_subject' => 'Passwort zurücksetzen für :appName',

View file

@ -23,7 +23,7 @@ return [
'meta_updated' => 'Zuletzt aktualisiert: :timeLength', 'meta_updated' => 'Zuletzt aktualisiert: :timeLength',
'meta_updated_name' => 'Zuletzt aktualisiert: :timeLength von :user', 'meta_updated_name' => 'Zuletzt aktualisiert: :timeLength von :user',
'meta_owned_name' => 'Im Besitz von :user', 'meta_owned_name' => 'Im Besitz von :user',
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages', 'meta_reference_page_count' => 'Verwiesen auf 1 Seite|Verwiesen auf :count Seiten',
'entity_select' => 'Eintrag auswählen', 'entity_select' => 'Eintrag auswählen',
'entity_select_lack_permission' => 'Sie haben nicht die benötigte Berechtigung, um dieses Element auszuwählen', 'entity_select_lack_permission' => 'Sie haben nicht die benötigte Berechtigung, um dieses Element auszuwählen',
'images' => 'Bilder', 'images' => 'Bilder',
@ -91,20 +91,20 @@ return [
'shelves_drag_books' => 'Ziehen Sie Bücher nach unten, um sie diesem Regal hinzuzufügen', 'shelves_drag_books' => 'Ziehen Sie Bücher nach unten, um sie diesem Regal hinzuzufügen',
'shelves_empty_contents' => 'Diesem Regal sind keine Bücher zugewiesen', 'shelves_empty_contents' => 'Diesem Regal sind keine Bücher zugewiesen',
'shelves_edit_and_assign' => 'Regal bearbeiten um Bücher hinzuzufügen', 'shelves_edit_and_assign' => 'Regal bearbeiten um Bücher hinzuzufügen',
'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit_named' => 'Regal :name bearbeiten',
'shelves_edit' => 'Edit Shelf', 'shelves_edit' => 'Regal bearbeiten',
'shelves_delete' => 'Delete Shelf', 'shelves_delete' => 'Regal löschen',
'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_named' => 'Regal :name löschen',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_explain' => "Dadurch wird das Regal mit dem Namen ':name' gelöscht. Die darin enthaltenen Bücher werden nicht gelöscht.",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_delete_confirmation' => 'Sind Sie sicher, dass Sie dieses Regal löschen möchten?',
'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions' => 'Regalberechtigungen',
'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_updated' => 'Regalberechtigungen aktualisiert',
'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_active' => 'Regalberechtigungen aktiv',
'shelves_permissions_cascade_warning' => 'Permissions on shelves 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' => 'Berechtigungen für Regale werden nicht automatisch auf die enthaltenen Bücher übertragen. Das liegt daran, dass ein Buch in mehreren Regalen vorhanden sein kann. Berechtigungen können jedoch auf untergeordnete Bücher kopiert werden, indem Sie die unten stehende Option verwenden.',
'shelves_copy_permissions_to_books' => 'Kopiere die Berechtigungen zum Buch', 'shelves_copy_permissions_to_books' => 'Kopiere die Berechtigungen zum Buch',
'shelves_copy_permissions' => 'Berechtigungen kopieren', 'shelves_copy_permissions' => 'Berechtigungen kopieren',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permissions_explain' => 'Dadurch werden die aktuellen Berechtigungseinstellungen dieses Regals auf alle darin enthaltenen Bücher angewendet. Vergewissern Sie sich vor der Aktivierung, dass alle Änderungen an den Berechtigungen für dieses Regal gespeichert wurden.',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', 'shelves_copy_permission_success' => 'Regalberechtigungen auf :count Bücher kopiert',
// Books // Books
'book' => 'Buch', 'book' => 'Buch',
@ -248,7 +248,7 @@ return [
'pages_edit_content_link' => 'Inhalt bearbeiten', 'pages_edit_content_link' => 'Inhalt bearbeiten',
'pages_permissions_active' => 'Seiten-Berechtigungen aktiv', 'pages_permissions_active' => 'Seiten-Berechtigungen aktiv',
'pages_initial_revision' => 'Erste Veröffentlichung', 'pages_initial_revision' => 'Erste Veröffentlichung',
'pages_references_update_revision' => 'System auto-update of internal links', 'pages_references_update_revision' => 'Automatische Systemaktualisierung interner Links',
'pages_initial_name' => 'Neue Seite', 'pages_initial_name' => 'Neue Seite',
'pages_editing_draft_notification' => 'Sie bearbeiten momenten einen Entwurf, der zuletzt :timeDiff gespeichert wurde.', 'pages_editing_draft_notification' => 'Sie bearbeiten momenten einen Entwurf, der zuletzt :timeDiff gespeichert wurde.',
'pages_draft_edited_notification' => 'Diese Seite wurde seit diesem Zeitpunkt verändert. Wir empfehlen Ihnen, diesen Entwurf zu verwerfen.', 'pages_draft_edited_notification' => 'Diese Seite wurde seit diesem Zeitpunkt verändert. Wir empfehlen Ihnen, diesen Entwurf zu verwerfen.',
@ -372,7 +372,7 @@ return [
'convert_chapter_confirm' => 'Sind Sie sicher, dass Sie dieses Kapitel umwandeln möchten?', 'convert_chapter_confirm' => 'Sind Sie sicher, dass Sie dieses Kapitel umwandeln möchten?',
// References // References
'references' => 'References', 'references' => 'Verweise',
'references_none' => 'There are no tracked references to this item.', 'references_none' => 'Es gibt keine nachverfolgten Referenzen zu diesem Element.',
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.', 'references_to_desc' => 'Nachfolgend sind alle bekannten Seiten im System aufgeführt, die auf diesen Artikel verweisen.',
]; ];

View file

@ -58,7 +58,7 @@ return [
// Entities // Entities
'entity_not_found' => 'Eintrag nicht gefunden', 'entity_not_found' => 'Eintrag nicht gefunden',
'bookshelf_not_found' => 'Shelf not found', 'bookshelf_not_found' => 'Regal nicht gefunden',
'book_not_found' => 'Buch nicht gefunden', 'book_not_found' => 'Buch nicht gefunden',
'page_not_found' => 'Seite nicht gefunden', 'page_not_found' => 'Seite nicht gefunden',
'chapter_not_found' => 'Kapitel nicht gefunden', 'chapter_not_found' => 'Kapitel nicht gefunden',

View file

@ -92,10 +92,10 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
'maint_send_test_email_mail_text' => 'Glückwunsch! Da Sie diese E-Mail Benachrichtigung erhalten haben, scheinen Ihre E-Mail-Einstellungen korrekt konfiguriert zu sein.', 'maint_send_test_email_mail_text' => 'Glückwunsch! Da Sie diese E-Mail Benachrichtigung erhalten haben, scheinen Ihre E-Mail-Einstellungen korrekt konfiguriert zu sein.',
'maint_recycle_bin_desc' => 'Gelöschte Regale, Bücher, Kapitel & Seiten werden in den Papierkorb verschoben, so dass sie wiederhergestellt oder dauerhaft gelöscht werden können. Ältere Gegenstände im Papierkorb können, in Abhängigkeit von der Systemkonfiguration, nach einer Weile automatisch entfernt werden.', 'maint_recycle_bin_desc' => 'Gelöschte Regale, Bücher, Kapitel & Seiten werden in den Papierkorb verschoben, so dass sie wiederhergestellt oder dauerhaft gelöscht werden können. Ältere Gegenstände im Papierkorb können, in Abhängigkeit von der Systemkonfiguration, nach einer Weile automatisch entfernt werden.',
'maint_recycle_bin_open' => 'Papierkorb öffnen', 'maint_recycle_bin_open' => 'Papierkorb öffnen',
'maint_regen_references' => 'Regenerate References', 'maint_regen_references' => 'Referenzen neu generieren',
'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', 'maint_regen_references_desc' => 'Diese Aktion wird den Referenzindex innerhalb der Datenbank neu erstellen. Dies wird normalerweise automatisch ausgeführt, aber diese Aktion kann nützlich sein, um alte Inhalte oder Inhalte zu indizieren, die mittels inoffizieller Methoden hinzugefügt wurden.',
'maint_regen_references_success' => 'Reference index has been regenerated!', 'maint_regen_references_success' => 'Referenz-Index wurde neu generiert!',
'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', 'maint_timeout_command_note' => 'Hinweis: Die Ausführung dieser Aktion kann einige Zeit in Anspruch nehmen, was in einigen Webumgebungen zu Timeout-Problemen führen kann. Alternativ kann diese Aktion auch mit einem Terminalbefehl ausgeführt werden.',
// Recycle Bin // Recycle Bin
'recycle_bin' => 'Papierkorb', 'recycle_bin' => 'Papierkorb',
@ -164,7 +164,7 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
'roles_system_warning' => 'Beachten Sie, dass der Zugriff auf eine der oben genannten drei Berechtigungen einem Benutzer erlauben kann, seine eigenen Berechtigungen oder die Rechte anderer im System zu ändern. Weisen Sie nur Rollen, mit diesen Berechtigungen, vertrauenswürdigen Benutzern zu.', 'roles_system_warning' => 'Beachten Sie, dass der Zugriff auf eine der oben genannten drei Berechtigungen einem Benutzer erlauben kann, seine eigenen Berechtigungen oder die Rechte anderer im System zu ändern. Weisen Sie nur Rollen, mit diesen Berechtigungen, vertrauenswürdigen Benutzern zu.',
'role_asset_desc' => 'Diese Berechtigungen gelten für den Standard-Zugriff innerhalb des Systems. Berechtigungen für Bücher, Kapitel und Seiten überschreiben diese Berechtigungenen.', 'role_asset_desc' => 'Diese Berechtigungen gelten für den Standard-Zugriff innerhalb des Systems. Berechtigungen für Bücher, Kapitel und Seiten überschreiben diese Berechtigungenen.',
'role_asset_admins' => 'Administratoren erhalten automatisch Zugriff auf alle Inhalte, aber diese Optionen können Oberflächenoptionen ein- oder ausblenden.', 'role_asset_admins' => 'Administratoren erhalten automatisch Zugriff auf alle Inhalte, aber diese Optionen können Oberflächenoptionen ein- oder ausblenden.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'Das bezieht sich auf die Sichtbarkeit innerhalb des Bildmanagers. Der tatsächliche Zugriff auf hochgeladene Bilddateien hängt von der Speicheroption des Systems für Bilder ab.',
'role_all' => 'Alle', 'role_all' => 'Alle',
'role_own' => 'Eigene', 'role_own' => 'Eigene',
'role_controlled_by_asset' => 'Berechtigungen werden vom Uploadziel bestimmt', 'role_controlled_by_asset' => 'Berechtigungen werden vom Uploadziel bestimmt',

View file

@ -29,7 +29,7 @@ return [
'book_create' => 'erstellt Buch', 'book_create' => 'erstellt Buch',
'book_create_notification' => 'Buch erfolgreich erstellt', 'book_create_notification' => 'Buch erfolgreich erstellt',
'book_create_from_chapter' => 'umgewandeltes Kapitel zum Buch', 'book_create_from_chapter' => 'umgewandeltes Kapitel zum Buch',
'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch konvertiert', 'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch umgewandelt',
'book_update' => 'aktualisiert Buch', 'book_update' => 'aktualisiert Buch',
'book_update_notification' => 'Buch erfolgreich aktualisiert', 'book_update_notification' => 'Buch erfolgreich aktualisiert',
'book_delete' => 'löscht Buch', 'book_delete' => 'löscht Buch',
@ -39,13 +39,13 @@ return [
// Bookshelves // Bookshelves
'bookshelf_create' => 'created shelf', 'bookshelf_create' => 'created shelf',
'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_notification' => 'Regal erfolgreich erstellt',
'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book' => 'converted book to shelf',
'bookshelf_create_from_book_notification' => 'Buch erfolgreich in ein Regal konvertiert', 'bookshelf_create_from_book_notification' => 'Buch erfolgreich zu einem Regal umgewandelt',
'bookshelf_update' => 'updated shelf', 'bookshelf_update' => 'updated shelf',
'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_update_notification' => 'Regal erfolgreich aktualisiert',
'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete' => 'deleted shelf',
'bookshelf_delete_notification' => 'Shelf successfully deleted', 'bookshelf_delete_notification' => 'Regal erfolgreich gelöscht',
// Favourites // Favourites
'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt', 'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt',

View file

@ -39,9 +39,9 @@ return [
'register_success' => 'Vielen Dank für deine Registrierung! Du bist jetzt registriert und eingeloggt.', 'register_success' => 'Vielen Dank für deine Registrierung! Du bist jetzt registriert und eingeloggt.',
// Login auto-initiation // Login auto-initiation
'auto_init_starting' => 'Anmeldeversuche', 'auto_init_starting' => 'Versuche Anmeldung',
'auto_init_starting_desc' => 'Wir verbinden und mit Ihrem Authentifizierungssystem um den Anmeldeprozess zu starten. Sollte es nach 5 Sekunden nicht weitergehen, klicken Sie bitte auf den unten stehenden Link.', 'auto_init_starting_desc' => 'Wir kontaktieren dein Authentifizierungssystem, um den Anmeldevorgang zu starten. Wenn nach 5 Sekunden kein Fortschritt zu sehen ist, kannst du versuchen, auf den unten stehenden Link zu klicken.',
'auto_init_start_link' => 'Mit Authentifizierung fortfahren', 'auto_init_start_link' => 'Mit der Authentifizierung fortfahren',
// Password Reset // Password Reset
'reset_password' => 'Passwort vergessen', 'reset_password' => 'Passwort vergessen',

View file

@ -46,7 +46,7 @@ return [
'strikethrough' => 'Durchgestrichen', 'strikethrough' => 'Durchgestrichen',
'superscript' => 'Hochgestellt', 'superscript' => 'Hochgestellt',
'subscript' => 'Tiefgestellt', 'subscript' => 'Tiefgestellt',
'text_color' => 'Schriftfarbe', 'text_color' => 'Textfarbe',
'custom_color' => 'Benutzerdefinierte Farbe', 'custom_color' => 'Benutzerdefinierte Farbe',
'remove_color' => 'Farbe entfernen', 'remove_color' => 'Farbe entfernen',
'background_color' => 'Hintergrundfarbe', 'background_color' => 'Hintergrundfarbe',
@ -54,34 +54,34 @@ return [
'align_center' => 'Zentriert', 'align_center' => 'Zentriert',
'align_right' => 'Rechtsbündig', 'align_right' => 'Rechtsbündig',
'align_justify' => 'Blocksatz', 'align_justify' => 'Blocksatz',
'list_bullet' => 'Liste', 'list_bullet' => 'Aufzählung',
'list_numbered' => 'Nummerierte Liste', 'list_numbered' => 'Nummerierte Aufzählung',
'list_task' => 'Aufgabenliste', 'list_task' => 'Aufgabenliste',
'indent_increase' => 'Einzug vergrößern', 'indent_increase' => 'Einzug vergrößern',
'indent_decrease' => 'Einzug verkleinern', 'indent_decrease' => 'Einzug verkleinern',
'table' => 'Tabelle', 'table' => 'Tabelle',
'insert_image' => 'Bild einfügen', 'insert_image' => 'Bild einfügen',
'insert_image_title' => 'Bild einfügen/ändern', 'insert_image_title' => 'Bild einfügen/bearbeiten',
'insert_link' => 'Link einfügen/ändern', 'insert_link' => 'Link einfügen/bearbeiten',
'insert_link_title' => 'Link einfügen/ändern', 'insert_link_title' => 'Link einfügen/bearbeiten',
'insert_horizontal_line' => 'Horizontale Linie einfügen', 'insert_horizontal_line' => 'Horizontale Linie einfügen',
'insert_code_block' => 'Code-Block einfügen', 'insert_code_block' => 'Codeblock einfügen',
'insert_drawing' => 'Zeichnung einfügen/ändern', 'insert_drawing' => 'Zeichnung einfügen/bearbeiten',
'drawing_manager' => 'Zeichnungsmanager', 'drawing_manager' => 'Zeichnungsmanager',
'insert_media' => 'Medien einfügen/ändern', 'insert_media' => 'Medien einfügen/bearbeiten',
'insert_media_title' => 'Medien einfügen/ändern', 'insert_media_title' => 'Medien einfügen/bearbeiten',
'clear_formatting' => 'Formatierung zurücksetzen', 'clear_formatting' => 'Formatierung zurücksetzen',
'source_code' => 'Quellcode', 'source_code' => 'Quellcode',
'source_code_title' => 'Quellcode', 'source_code_title' => 'Quellcode',
'fullscreen' => 'Vollbild', 'fullscreen' => 'Vollbild',
'image_options' => 'Bild-Optionen', 'image_options' => 'Bildoptionen',
// Tables // Tables
'table_properties' => 'Tabelleneigenschaften', 'table_properties' => 'Tabelleneigenschaften',
'table_properties_title' => 'Tabelleneigenschaften', 'table_properties_title' => 'Tabelleneigenschaften',
'delete_table' => 'Tabelle löschen', 'delete_table' => 'Tabelle löschen',
'insert_row_before' => 'Zeile davor einfügen', 'insert_row_before' => 'Zeile oberhalb einfügen',
'insert_row_after' => 'Zeile danach einfügen', 'insert_row_after' => 'Zeile unterhalb einfügen',
'delete_row' => 'Zeile löschen', 'delete_row' => 'Zeile löschen',
'insert_column_before' => 'Spalte davor einfügen', 'insert_column_before' => 'Spalte davor einfügen',
'insert_column_after' => 'Spalte danach einfügen', 'insert_column_after' => 'Spalte danach einfügen',
@ -121,9 +121,9 @@ return [
'paste_column_after' => 'Spalte danach einfügen', 'paste_column_after' => 'Spalte danach einfügen',
'cell_padding' => 'Zellenabstand', 'cell_padding' => 'Zellenabstand',
'cell_spacing' => 'Zellen-Außenabstand', 'cell_spacing' => 'Zellen-Außenabstand',
'caption' => 'Beschriftung', 'caption' => 'Überschrift',
'show_caption' => 'Beschriftungen anzeigen', 'show_caption' => 'Überschrift anzeigen',
'constrain' => 'Proportionen beschränken', 'constrain' => 'Proportionen festsetzen',
'cell_border_solid' => 'Voll', 'cell_border_solid' => 'Voll',
'cell_border_dotted' => 'Gepunktet', 'cell_border_dotted' => 'Gepunktet',
'cell_border_dashed' => 'Gestrichelt', 'cell_border_dashed' => 'Gestrichelt',
@ -132,7 +132,7 @@ return [
'cell_border_ridge' => 'Erhaben', 'cell_border_ridge' => 'Erhaben',
'cell_border_inset' => 'vertiefte Fläche', 'cell_border_inset' => 'vertiefte Fläche',
'cell_border_outset' => 'erhabene Fläche', 'cell_border_outset' => 'erhabene Fläche',
'cell_border_none' => 'Keine', 'cell_border_none' => 'Keiner',
'cell_border_hidden' => 'Versteckt', 'cell_border_hidden' => 'Versteckt',
// Images, links, details/summary & embed // Images, links, details/summary & embed
@ -144,27 +144,27 @@ return [
'text_to_display' => 'Anzuzeigender Text', 'text_to_display' => 'Anzuzeigender Text',
'title' => 'Titel', 'title' => 'Titel',
'open_link' => 'Link öffnen in...', 'open_link' => 'Link öffnen in...',
'open_link_current' => 'Aktuelles Fenster', 'open_link_current' => 'Aktuellem Fenster',
'open_link_new' => 'Neues Fenster', 'open_link_new' => 'Neuem Fenster',
'insert_collapsible' => 'Einklappbarer Block einfügen', 'insert_collapsible' => 'Einklappbaren Block einfügen',
'collapsible_unwrap' => 'Auspacken', 'collapsible_unwrap' => 'Entfernen',
'edit_label' => 'Label bearbeiten', 'edit_label' => 'Beschriftung bearbeiten',
'toggle_open_closed' => 'Öffnen/Schließen', 'toggle_open_closed' => 'Öffnen/Schließen',
'collapsible_edit' => 'Einklappbarer Block bearbeiten', 'collapsible_edit' => 'Einklappbaren Block bearbeiten',
'toggle_label' => 'Label umschalten', 'toggle_label' => 'Beschriftung',
// About view // About view
'about' => 'Über den Editor', 'about' => 'Über den Editor',
'about_title' => 'Über den WYSIWYG-Editor', 'about_title' => 'Über den WYSIWYG Editor',
'editor_license' => 'Editorlizenz & Copyright', 'editor_license' => 'Editorlizenz & Copyright',
'editor_tiny_license' => 'Dieser Editor wurde mithilfe von :tinyLink erstellt, der unter der MIT-Lizenz bereitgestellt wird.', 'editor_tiny_license' => 'Dieser Editor wurde mit :tinyLink erstellt, das unter der MIT-Lizenz zur Verfügung gestellt wird.',
'editor_tiny_license_link' => 'Die Copyright- und Lizenzdetails von TinyMCE finden Sie hier.', 'editor_tiny_license_link' => 'Die Copyright- und Lizenzdetails von TinyMCE findest du hier.',
'save_continue' => 'Speichern & Fortfahren', 'save_continue' => 'Seite speichern & fortfahren',
'callouts_cycle' => '(Drücken Sie weiter, um durch Typen umzuschalten)', 'callouts_cycle' => '(Drücken Sie weiter, um durch Typen umzuschalten)',
'link_selector' => 'Inhalt verlinken', 'link_selector' => 'Inhalt verlinken',
'shortcuts' => 'Verknüpfungen', 'shortcuts' => 'Kürzel',
'shortcut' => 'Verknüpfung', 'shortcut' => 'Kürzel',
'shortcuts_intro' => 'Die folgenden Verknüpfungen sind im Editor verfügbar:', 'shortcuts_intro' => 'Die folgenden Kürzel sind im Editor verfügbar:',
'windows_linux' => '(Windows/Linux)', 'windows_linux' => '(Windows/Linux)',
'mac' => '(Mac)', 'mac' => '(Mac)',
'description' => 'Beschreibung', 'description' => 'Beschreibung',

View file

@ -23,7 +23,7 @@ return [
'meta_updated' => 'Zuletzt aktualisiert: :timeLength', 'meta_updated' => 'Zuletzt aktualisiert: :timeLength',
'meta_updated_name' => 'Zuletzt aktualisiert: :timeLength von :user', 'meta_updated_name' => 'Zuletzt aktualisiert: :timeLength von :user',
'meta_owned_name' => 'Im Besitz von :user', 'meta_owned_name' => 'Im Besitz von :user',
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages', 'meta_reference_page_count' => 'Verwiesen auf 1 Seite|Verwiesen auf :count Seiten',
'entity_select' => 'Eintrag auswählen', 'entity_select' => 'Eintrag auswählen',
'entity_select_lack_permission' => 'Du hast nicht die benötigte Berechtigung, um dieses Element auszuwählen', 'entity_select_lack_permission' => 'Du hast nicht die benötigte Berechtigung, um dieses Element auszuwählen',
'images' => 'Bilder', 'images' => 'Bilder',
@ -42,8 +42,8 @@ return [
// Permissions and restrictions // Permissions and restrictions
'permissions' => 'Berechtigungen', 'permissions' => 'Berechtigungen',
'permissions_intro' => 'Wenn individuelle Berechtigungen aktiviert werden, überschreiben diese Einstellungen durch Rollen zugewiesene Berechtigungen.', 'permissions_intro' => 'Wenn benutzerdefinierte Berechtigungen aktiviert werden, überschreiben diese Einstellungen durch Rollen zugewiesene Berechtigungen.',
'permissions_enable' => 'Individuelle Berechtigungen aktivieren', 'permissions_enable' => 'Benutzerdefinierte Berechtigungen aktivieren',
'permissions_save' => 'Berechtigungen speichern', 'permissions_save' => 'Berechtigungen speichern',
'permissions_owner' => 'Besitzer', 'permissions_owner' => 'Besitzer',
@ -88,23 +88,23 @@ return [
'shelves_save' => 'Regal speichern', 'shelves_save' => 'Regal speichern',
'shelves_books' => 'Bücher in diesem Regal', 'shelves_books' => 'Bücher in diesem Regal',
'shelves_add_books' => 'Buch zu diesem Regal hinzufügen', 'shelves_add_books' => 'Buch zu diesem Regal hinzufügen',
'shelves_drag_books' => 'Ziehen Sie Bücher nach unten, um sie diesem Regal hinzuzufügen', 'shelves_drag_books' => 'Ziehen die Bücher nach unten, um sie zu diesem Regal hinzuzufügen',
'shelves_empty_contents' => 'Diesem Regal sind keine Bücher zugewiesen', 'shelves_empty_contents' => 'Diesem Regal sind keine Bücher zugewiesen',
'shelves_edit_and_assign' => 'Regal bearbeiten um Bücher hinzuzufügen', 'shelves_edit_and_assign' => 'Regal bearbeiten um Bücher hinzuzufügen',
'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit_named' => 'Regal :name bearbeiten',
'shelves_edit' => 'Edit Shelf', 'shelves_edit' => 'Regal bearbeiten',
'shelves_delete' => 'Delete Shelf', 'shelves_delete' => 'Regal löschen',
'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_named' => 'Regal :name löschen',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_explain' => "Dadurch wird das Regal mit dem Namen ':name' gelöscht. Die darin enthaltenen Bücher werden nicht gelöscht.",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_delete_confirmation' => 'Bist du dir sicher, dass du dieses Regal löschen möchtest?',
'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions' => 'Regalberechtigungen',
'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_updated' => 'Regalberechtigungen aktualisiert',
'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_active' => 'Regalberechtigungen aktiv',
'shelves_permissions_cascade_warning' => 'Permissions on shelves 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' => 'Berechtigungen für Regale werden nicht automatisch auf die enthaltenen Bücher übertragen. Das liegt daran, dass ein Buch in mehreren Regalen vorhanden sein kann. Berechtigungen können jedoch auf untergeordnete Bücher kopiert werden, indem du die unten stehende Option verwendest.',
'shelves_copy_permissions_to_books' => 'Kopiere die Berechtigungen zum Buch', 'shelves_copy_permissions_to_books' => 'Kopiere die Berechtigungen zum Buch',
'shelves_copy_permissions' => 'Berechtigungen kopieren', 'shelves_copy_permissions' => 'Berechtigungen kopieren',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permissions_explain' => 'Dadurch werden die aktuellen Berechtigungseinstellungen dieses Regals auf alle darin enthaltenen Bücher angewendet. Vergewissere dich vor der Aktivierung, dass alle Änderungen an den Berechtigungen für dieses Regal gespeichert wurden.',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', 'shelves_copy_permission_success' => 'Regalberechtigungen auf :count Bücher kopiert',
// Books // Books
'book' => 'Buch', 'book' => 'Buch',
@ -199,8 +199,8 @@ return [
'pages_edit_delete_draft' => 'Entwurf löschen', 'pages_edit_delete_draft' => 'Entwurf löschen',
'pages_edit_discard_draft' => 'Entwurf verwerfen', 'pages_edit_discard_draft' => 'Entwurf verwerfen',
'pages_edit_switch_to_markdown' => 'Zum Markdown Editor wechseln', 'pages_edit_switch_to_markdown' => 'Zum Markdown Editor wechseln',
'pages_edit_switch_to_markdown_clean' => '(gesäuberter Output)', 'pages_edit_switch_to_markdown_clean' => '(Sauberer Inhalt)',
'pages_edit_switch_to_markdown_stable' => '(html beibehalten)', 'pages_edit_switch_to_markdown_stable' => '(Stabiler Inhalt)',
'pages_edit_switch_to_wysiwyg' => 'Zum WYSIWYG Editor wechseln', 'pages_edit_switch_to_wysiwyg' => 'Zum WYSIWYG Editor wechseln',
'pages_edit_set_changelog' => 'Änderungsprotokoll hinzufügen', 'pages_edit_set_changelog' => 'Änderungsprotokoll hinzufügen',
'pages_edit_enter_changelog_desc' => 'Bitte gib eine kurze Zusammenfassung Deiner Änderungen ein', 'pages_edit_enter_changelog_desc' => 'Bitte gib eine kurze Zusammenfassung Deiner Änderungen ein',
@ -248,7 +248,7 @@ return [
'pages_edit_content_link' => 'Inhalt bearbeiten', 'pages_edit_content_link' => 'Inhalt bearbeiten',
'pages_permissions_active' => 'Seiten-Berechtigungen aktiv', 'pages_permissions_active' => 'Seiten-Berechtigungen aktiv',
'pages_initial_revision' => 'Erste Veröffentlichung', 'pages_initial_revision' => 'Erste Veröffentlichung',
'pages_references_update_revision' => 'System auto-update of internal links', 'pages_references_update_revision' => 'Automatische Systemaktualisierung interner Links',
'pages_initial_name' => 'Neue Seite', 'pages_initial_name' => 'Neue Seite',
'pages_editing_draft_notification' => 'Du bearbeitest momenten einen Entwurf, der zuletzt :timeDiff gespeichert wurde.', 'pages_editing_draft_notification' => 'Du bearbeitest momenten einen Entwurf, der zuletzt :timeDiff gespeichert wurde.',
'pages_draft_edited_notification' => 'Diese Seite wurde seit diesem Zeitpunkt verändert. Wir empfehlen Ihnen, diesen Entwurf zu verwerfen.', 'pages_draft_edited_notification' => 'Diese Seite wurde seit diesem Zeitpunkt verändert. Wir empfehlen Ihnen, diesen Entwurf zu verwerfen.',
@ -277,15 +277,15 @@ return [
'tags_add' => 'Weiteres Schlagwort hinzufügen', 'tags_add' => 'Weiteres Schlagwort hinzufügen',
'tags_remove' => 'Diesen Tag entfernen', 'tags_remove' => 'Diesen Tag entfernen',
'tags_usages' => 'Gesamte Tagnutzung', 'tags_usages' => 'Gesamte Tagnutzung',
'tags_assigned_pages' => 'Zugewiesen zu Seiten', 'tags_assigned_pages' => 'Seiten zugewiesen',
'tags_assigned_chapters' => 'Zugewiesen zu Kapiteln', 'tags_assigned_chapters' => 'Kapiteln zugewiesen',
'tags_assigned_books' => 'Zugewiesen zu Büchern', 'tags_assigned_books' => 'Büchern zugewiesen',
'tags_assigned_shelves' => 'Zugewiesen zu Regalen', 'tags_assigned_shelves' => 'Regalen zugewiesen',
'tags_x_unique_values' => ':count eindeutige Werte', 'tags_x_unique_values' => ':count eindeutige Werte',
'tags_all_values' => 'Alle Werte', 'tags_all_values' => 'Alle Werte',
'tags_view_tags' => 'Tags anzeigen', 'tags_view_tags' => 'Tags anzeigen',
'tags_view_existing_tags' => 'Vorhandene Tags anzeigen', 'tags_view_existing_tags' => 'Vorhandene Tags anzeigen',
'tags_list_empty_hint' => 'Tags können über die Seitenleiste des Seiteneditors oder beim Bearbeiten der Details eines Buches, Kapitels oder Regals zugewiesen werden.', 'tags_list_empty_hint' => 'Tags können über die Seitenleiste des Seiteneditors oder bei der Bearbeitung der Details eines Buches, Kapitels oder Regals vergeben werden.',
'attachments' => 'Anhänge', 'attachments' => 'Anhänge',
'attachments_explain' => 'Du kannst auf Deiner Seite Dateien hochladen oder Links hinzufügen. Diese werden in der Seitenleiste angezeigt.', 'attachments_explain' => 'Du kannst auf Deiner Seite Dateien hochladen oder Links hinzufügen. Diese werden in der Seitenleiste angezeigt.',
'attachments_explain_instant_save' => 'Änderungen werden direkt gespeichert.', 'attachments_explain_instant_save' => 'Änderungen werden direkt gespeichert.',
@ -352,27 +352,27 @@ return [
'revision_cannot_delete_latest' => 'Die letzte Version kann nicht gelöscht werden.', 'revision_cannot_delete_latest' => 'Die letzte Version kann nicht gelöscht werden.',
// Copy view // Copy view
'copy_consider' => 'Bitte beachten Sie das Untenstehende, wenn Sie Inhalte kopieren.', 'copy_consider' => 'Bitte beachte beim Kopieren von Inhalten die folgenden Punkte.',
'copy_consider_permissions' => 'Benutzerdefinierte Berechtigungseinstellungen werden nicht kopiert.', 'copy_consider_permissions' => 'Benutzerdefinierte Berechtigungseinstellungen werden nicht kopiert.',
'copy_consider_owner' => 'Sie werden Eigentümer aller kopierten Inhalte.', 'copy_consider_owner' => 'Du wirst Besitzer der gesamten kopierten Inhalte.',
'copy_consider_images' => 'Bilder auf der Seite werden nicht dupliziert und die originalen Bilder werden die Beziehung zur ursprünglichen Seite, auf der sie hochgeladen wurden, behalten.', 'copy_consider_images' => 'Bilder auf der Seite werden nicht dupliziert und die originalen Bilder werden die Beziehung zur ursprünglichen Seite, auf der sie hochgeladen wurden, behalten.',
'copy_consider_attachments' => 'Seitenanhänge werden nicht kopiert.', 'copy_consider_attachments' => 'Seitenanhänge werden nicht kopiert.',
'copy_consider_access' => 'Eine Veränderung der Position, Besitzers oder Berechtigungen könnte dafür sorgen, dass Unberechtigte, Zugriff bekommen.', 'copy_consider_access' => 'Ein Wechsel des Standorts, des Eigentümers oder der Berechtigungen kann dazu führen, dass diese Inhalte für diejenigen zugänglich sind, die zuvor keinen Zugang hatten.',
// Conversions // Conversions
'convert_to_shelf' => 'In Regal umwandeln', 'convert_to_shelf' => 'In Regal umwandeln',
'convert_to_shelf_contents_desc' => 'Sie können dieses Buch in ein neues Regal mit dem gleichen Inhalt umwandeln. Kapitel in diesem Buch werden in neue Bücher umgewandelt. Wenn dieses Buch Seiten enthält, die nicht in einem Kapitel sind, wird dieses Buch entsprechend umbenannt und wird Teil des neuen Regals.', 'convert_to_shelf_contents_desc' => 'Du kannst dieses Buch in ein neues Regal mit demselben Inhalt umwandeln. Die in diesem Buch enthaltenen Kapitel werden in neue Bücher umgewandelt. Wenn dieses Buch Seiten enthält, die nicht in einem Kapitel enthalten sind, wird das Buch umbenannt und enthält diese Seiten, und das Buch wird Teil des neuen Regals.',
'convert_to_shelf_permissions_desc' => 'Alle Berechtigungen dieses Buches werden in das neue Regal kopiert und in alle darin enthaltenen neuen Bücher, die keine eigenen Berechtigungen haben. Beachten Sie, dass die Berechtigungen für Regale nicht automatisch auf die enthaltenen Inhalte angewendet werden, wie es bei Büchern der Fall ist.', 'convert_to_shelf_permissions_desc' => 'Alle Berechtigungen, die für dieses Buch festgelegt wurden, werden in das neue Regal und in alle neuen untergeordneten Bücher kopiert, für die keine eigenen Berechtigungen festgelegt wurden. Beachte, dass Berechtigungen für Regale nicht automatisch auf den Inhalt übertragen werden, wie es bei Büchern der Fall ist.',
'convert_book' => 'Buch umwandeln', 'convert_book' => 'In Buch umwandeln',
'convert_book_confirm' => 'Sind Sie sicher, dass Sie dieses Buch umwandeln möchten?', 'convert_book_confirm' => 'Bist du dir sicher, dass du dieses Buch umwandelt möchtest?',
'convert_undo_warning' => 'Dies kann nicht so einfach rückgängig gemacht werden.', 'convert_undo_warning' => 'Das kann nicht so einfach rückgängig gemacht werden.',
'convert_to_book' => 'In Buch umwandeln', 'convert_to_book' => 'In Buch umwandeln',
'convert_to_book_desc' => 'Sie können dieses Kapitel zu einem neuen Buch mit dem gleichen Inhalt umwandeln. Alle Berechtigungen für dieses Kapitel werden in das neue Buch übernommen, aber alle vom ursprünglichen Buch vererbten Berechtigungen werden nicht übernommen, daher kann es zu Änderungen im Zugriff kommen.', 'convert_to_book_desc' => 'Du kannst dieses Kapitel in ein neues Buch mit demselben Inhalt umwandeln. Alle Berechtigungen, die für dieses Kapitel festgelegt wurden, werden in das neue Buch kopiert, aber alle geerbten Berechtigungen aus dem übergeordneten Buch werden nicht kopiert, was zu einer Änderung der Zugriffskontrolle führen könnte.',
'convert_chapter' => 'Kapital konvertieren', 'convert_chapter' => 'Kapitel konvertieren',
'convert_chapter_confirm' => 'Bist du dir sicher, dass du dieses Kapitel konvertieren möchtest?', 'convert_chapter_confirm' => 'Bist du dir sicher, dass du dieses Kapitel konvertieren möchtest?',
// References // References
'references' => 'References', 'references' => 'Verweise',
'references_none' => 'There are no tracked references to this item.', 'references_none' => 'Es gibt keine nachverfolgten Referenzen zu diesem Element.',
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.', 'references_to_desc' => 'Nachfolgend sind alle bekannten Seiten im System aufgeführt, die auf diesen Artikel verweisen.',
]; ];

View file

@ -25,8 +25,8 @@ return [
'saml_fail_authed' => 'Anmeldung mit :system fehlgeschlagen, System konnte keine erfolgreiche Autorisierung bereitstellen', 'saml_fail_authed' => 'Anmeldung mit :system fehlgeschlagen, System konnte keine erfolgreiche Autorisierung bereitstellen',
'oidc_already_logged_in' => 'Bereits angemeldet', 'oidc_already_logged_in' => 'Bereits angemeldet',
'oidc_user_not_registered' => 'Der Benutzer :name ist nicht registriert und die automatische Registrierung ist deaktiviert', 'oidc_user_not_registered' => 'Der Benutzer :name ist nicht registriert und die automatische Registrierung ist deaktiviert',
'oidc_no_email_address' => 'Es konnte keine E-Mail-Adresse für diesen Benutzer in den vom externen Authentifizierungssystem zur Verfügung gestellten Daten gefunden werden', 'oidc_no_email_address' => 'Es konnte keine E-Mail-Adresse für diesen Benutzer in den vom externen Authentifizierungssystem bereitgestellten Daten gefunden werden',
'oidc_fail_authed' => 'Anmeldung mit :system fehlgeschlagen, System konnte keine erfolgreiche Autorisierung bereitstellen', 'oidc_fail_authed' => 'Anmeldung mit :system fehlgeschlagen, System hat keine erfolgreiche Autorisierung geliefert',
'social_no_action_defined' => 'Es ist keine Aktion definiert', 'social_no_action_defined' => 'Es ist keine Aktion definiert',
'social_login_bad_response' => "Fehler bei :socialAccount Login: \n:error", 'social_login_bad_response' => "Fehler bei :socialAccount Login: \n:error",
'social_account_in_use' => 'Dieses :socialAccount-Konto wird bereits verwendet. Bitte melde dich mit dem :socialAccount-Konto an.', 'social_account_in_use' => 'Dieses :socialAccount-Konto wird bereits verwendet. Bitte melde dich mit dem :socialAccount-Konto an.',
@ -58,7 +58,7 @@ return [
// Entities // Entities
'entity_not_found' => 'Eintrag nicht gefunden', 'entity_not_found' => 'Eintrag nicht gefunden',
'bookshelf_not_found' => 'Shelf not found', 'bookshelf_not_found' => 'Regal nicht gefunden',
'book_not_found' => 'Buch nicht gefunden', 'book_not_found' => 'Buch nicht gefunden',
'page_not_found' => 'Seite nicht gefunden', 'page_not_found' => 'Seite nicht gefunden',
'chapter_not_found' => 'Kapitel nicht gefunden', 'chapter_not_found' => 'Kapitel nicht gefunden',

View file

@ -95,7 +95,7 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
'maint_regen_references' => 'Regenerate References', 'maint_regen_references' => 'Regenerate References',
'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', 'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.',
'maint_regen_references_success' => 'Reference index has been regenerated!', 'maint_regen_references_success' => 'Reference index has been regenerated!',
'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', 'maint_timeout_command_note' => 'Hinweis: Die Ausführung dieser Aktion kann einige Zeit in Anspruch nehmen, was in einigen Webumgebungen zu Timeout-Problemen führen kann. Alternativ kann diese Aktion auch mit einem Terminalbefehl ausgeführt werden.',
// Recycle Bin // Recycle Bin
'recycle_bin' => 'Papierkorb', 'recycle_bin' => 'Papierkorb',
@ -164,7 +164,7 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
'roles_system_warning' => 'Beachten Sie, dass der Zugriff auf eine der oben genannten drei Berechtigungen einem Benutzer erlauben kann, seine eigenen Berechtigungen oder die Rechte anderer im System zu ändern. Weisen Sie nur Rollen, mit diesen Berechtigungen, vertrauenswürdigen Benutzern zu.', 'roles_system_warning' => 'Beachten Sie, dass der Zugriff auf eine der oben genannten drei Berechtigungen einem Benutzer erlauben kann, seine eigenen Berechtigungen oder die Rechte anderer im System zu ändern. Weisen Sie nur Rollen, mit diesen Berechtigungen, vertrauenswürdigen Benutzern zu.',
'role_asset_desc' => 'Diese Berechtigungen gelten für den Standard-Zugriff innerhalb des Systems. Berechtigungen für Bücher, Kapitel und Seiten überschreiben diese Berechtigungenen.', 'role_asset_desc' => 'Diese Berechtigungen gelten für den Standard-Zugriff innerhalb des Systems. Berechtigungen für Bücher, Kapitel und Seiten überschreiben diese Berechtigungenen.',
'role_asset_admins' => 'Administratoren erhalten automatisch Zugriff auf alle Inhalte, aber diese Optionen können Oberflächenoptionen ein- oder ausblenden.', 'role_asset_admins' => 'Administratoren erhalten automatisch Zugriff auf alle Inhalte, aber diese Optionen können Oberflächenoptionen ein- oder ausblenden.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'Das bezieht sich auf die Sichtbarkeit innerhalb des Bildmanagers. Der tatsächliche Zugriff auf hochgeladene Bilddateien hängt von der Speicheroption des Systems für Bilder ab.',
'role_all' => 'Alle', 'role_all' => 'Alle',
'role_own' => 'Eigene', 'role_own' => 'Eigene',
'role_controlled_by_asset' => 'Berechtigungen werden vom Uploadziel bestimmt', 'role_controlled_by_asset' => 'Berechtigungen werden vom Uploadziel bestimmt',

View file

@ -161,7 +161,7 @@ return [
'roles_system_warning' => 'Tenga en cuenta que el acceso a cualquiera de los tres permisos anteriores puede permitir a un usuario alterar sus propios privilegios o los privilegios de otros en el sistema. Sólo asignar roles con estos permisos a usuarios de confianza.', 'roles_system_warning' => 'Tenga en cuenta que el acceso a cualquiera de los tres permisos anteriores puede permitir a un usuario alterar sus propios privilegios o los privilegios de otros en el sistema. Sólo asignar roles con estos permisos a usuarios de confianza.',
'role_asset_desc' => 'Estos permisos controlan el acceso por defecto a los contenidos del sistema. Los permisos de Libros, Capítulos y Páginas sobreescribiran estos permisos.', 'role_asset_desc' => 'Estos permisos controlan el acceso por defecto a los contenidos del sistema. Los permisos de Libros, Capítulos y Páginas sobreescribiran estos permisos.',
'role_asset_admins' => 'A los administradores se les asigna automáticamente permisos para acceder a todo el contenido pero estas opciones podrían mostrar u ocultar opciones de la interfaz.', 'role_asset_admins' => 'A los administradores se les asigna automáticamente permisos para acceder a todo el contenido pero estas opciones podrían mostrar u ocultar opciones de la interfaz.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'Esto se refiere a la visibilidad dentro del gestor de imágenes. El acceso a los archivos de imagen subidos dependerá de la opción de almacenamiento de imágenes del sistema.',
'role_all' => 'Todo', 'role_all' => 'Todo',
'role_own' => 'Propio', 'role_own' => 'Propio',
'role_controlled_by_asset' => 'Controlado por el contenido al que ha sido subido', 'role_controlled_by_asset' => 'Controlado por el contenido al que ha sido subido',

View file

@ -40,7 +40,7 @@ return [
// Bookshelves // Bookshelves
'bookshelf_create' => 'estante creado', 'bookshelf_create' => 'estante creado',
'bookshelf_create_notification' => 'Estante creado correctamente', 'bookshelf_create_notification' => 'Estante creado correctamente',
'bookshelf_create_from_book' => 'libro convertido a estante', 'bookshelf_create_from_book' => 'libro convertido en estante',
'bookshelf_create_from_book_notification' => 'Libro convertido en estante con éxito', 'bookshelf_create_from_book_notification' => 'Libro convertido en estante con éxito',
'bookshelf_update' => 'estante actualizado', 'bookshelf_update' => 'estante actualizado',
'bookshelf_update_notification' => 'Estante actualizado correctamente', 'bookshelf_update_notification' => 'Estante actualizado correctamente',

View file

@ -157,7 +157,7 @@ return [
'about' => 'Acerca del editor', 'about' => 'Acerca del editor',
'about_title' => 'Acerca del editor WYSIWYG', 'about_title' => 'Acerca del editor WYSIWYG',
'editor_license' => 'Licencia del editor y derechos de autor', 'editor_license' => 'Licencia del editor y derechos de autor',
'editor_tiny_license' => 'Este editor se construye usando :tinyLink que se proporciona bajo la licencia MIT.', 'editor_tiny_license' => 'Este editor se construye usando :tinyLink provisto bajo la licencia MIT.',
'editor_tiny_license_link' => 'Aquí se muestran los detalles de los derechos de autor y la licencia de TinyMCE.', 'editor_tiny_license_link' => 'Aquí se muestran los detalles de los derechos de autor y la licencia de TinyMCE.',
'save_continue' => 'Guardar Página y Continuar', 'save_continue' => 'Guardar Página y Continuar',
'callouts_cycle' => '(Siga presionando para alternar entre tipos)', 'callouts_cycle' => '(Siga presionando para alternar entre tipos)',

View file

@ -23,7 +23,7 @@ return [
'meta_updated' => 'Actualizado el :timeLength', 'meta_updated' => 'Actualizado el :timeLength',
'meta_updated_name' => 'Actualizado el :timeLength por :user', 'meta_updated_name' => 'Actualizado el :timeLength por :user',
'meta_owned_name' => 'Propiedad de :user', 'meta_owned_name' => 'Propiedad de :user',
'meta_reference_page_count' => 'Referenciado en 1 página|Referenciado en :count páginas', 'meta_reference_page_count' => 'Referenciado en una página|Referenciado en :count páginas',
'entity_select' => 'Seleccione entidad', 'entity_select' => 'Seleccione entidad',
'entity_select_lack_permission' => 'No tiene los permisos necesarios para seleccionar este elemento', 'entity_select_lack_permission' => 'No tiene los permisos necesarios para seleccionar este elemento',
'images' => 'Imágenes', 'images' => 'Imágenes',
@ -88,22 +88,22 @@ return [
'shelves_save' => 'Guardar estantes', 'shelves_save' => 'Guardar estantes',
'shelves_books' => 'Libros en este estante', 'shelves_books' => 'Libros en este estante',
'shelves_add_books' => 'Agregar libros en este estante', 'shelves_add_books' => 'Agregar libros en este estante',
'shelves_drag_books' => 'Arrastra los libros a continuación para añadirlos a este estante', 'shelves_drag_books' => 'Arrastre los libros aquí para añadirlos a este estante',
'shelves_empty_contents' => 'Este estante no tiene libros asignados a él', 'shelves_empty_contents' => 'Este estante no tiene libros asignados a él',
'shelves_edit_and_assign' => 'Editar el estante para asignar libros', 'shelves_edit_and_assign' => 'Editar el estante para asignar libros',
'shelves_edit_named' => 'Editar estante :name', 'shelves_edit_named' => 'Editar Estante :name',
'shelves_edit' => 'Editar estante', 'shelves_edit' => 'Editar Estante',
'shelves_delete' => 'Eliminar estante', 'shelves_delete' => 'Eliminar Estante',
'shelves_delete_named' => 'Eliminar estante :name', 'shelves_delete_named' => 'Eliminar el Estante :name',
'shelves_delete_explain' => "Esto eliminará el estante con el nombre ':name'. Los libros que contenga no se eliminarán.", 'shelves_delete_explain' => "Esta acción eliminará el estante con el nombre ':name'. Los libros contenidos en él no se eliminarán.",
'shelves_delete_confirmation' => '¿Está seguro de que desea borrar este estante?', 'shelves_delete_confirmation' => '¿Está seguro que quiere eliminar este estante?',
'shelves_permissions' => 'Permisos del Estante', 'shelves_permissions' => 'Permisos del Estante',
'shelves_permissions_updated' => 'Permisos del estante actualizados', 'shelves_permissions_updated' => 'Permisos del Estante Actualizados',
'shelves_permissions_active' => 'Permisos del estante activos', 'shelves_permissions_active' => 'Permisos Activos del Estante',
'shelves_permissions_cascade_warning' => 'Los permisos en los estantes no se aplican automáticamente a los libros que contengan. Esto se debe a que un libro puede existir en múltiples estantes. Sin embargo, los permisos pueden ser aplicados a los libros del estante utilizando la opción a continuación.', 'shelves_permissions_cascade_warning' => 'Los permisos en los estantes no se aplican automáticamente a los libros que contengan. Esto se debe a que un libro puede existir en múltiples estantes. Sin embargo, los permisos pueden ser aplicados a los libros del estante utilizando la opción de abajo.',
'shelves_copy_permissions_to_books' => 'Copiar Permisos a los Libros', 'shelves_copy_permissions_to_books' => 'Copiar Permisos a los Libros',
'shelves_copy_permissions' => 'Copiar Permisos', 'shelves_copy_permissions' => 'Copiar Permisos',
'shelves_copy_permissions_explain' => 'Esto aplicará los permisos de este estante para todos sus libros. Antes de activarlo, asegúrese de que todos los cambios de permisos para este estante han sido guardados.', 'shelves_copy_permissions_explain' => 'Esta acción aplicará los permisos del estante a todos los libros dentro del mismo. Antes de activarlo, asegúrese de que todos los cambios de permisos para este estante fueron guardados.',
'shelves_copy_permission_success' => 'Permisos del estante copiados a :count libros', 'shelves_copy_permission_success' => 'Permisos del estante copiados a :count libros',
// Books // Books
@ -374,5 +374,5 @@ return [
// References // References
'references' => 'Referencias', 'references' => 'Referencias',
'references_none' => 'No hay referencias a este elemento.', 'references_none' => 'No hay referencias a este elemento.',
'references_to_desc' => 'A continuación se muestran todas las páginas en el sistema que enlazan a este elemento.', 'references_to_desc' => 'A continuación se muestran todas las páginas en el sistema que tienen un enlace a este elemento.',
]; ];

View file

@ -90,9 +90,9 @@ return [
'maint_recycle_bin_desc' => 'Los estantes, libros, capítulos y páginas eliminados se envían a la papelera de reciclaje para que puedan ser restauradas o eliminadas permanentemente. Los elementos más antiguos en la papelera de reciclaje pueden ser eliminados automáticamente después de un tiempo dependiendo de la configuración del sistema.', 'maint_recycle_bin_desc' => 'Los estantes, libros, capítulos y páginas eliminados se envían a la papelera de reciclaje para que puedan ser restauradas o eliminadas permanentemente. Los elementos más antiguos en la papelera de reciclaje pueden ser eliminados automáticamente después de un tiempo dependiendo de la configuración del sistema.',
'maint_recycle_bin_open' => 'Abrir papelera de reciclaje', 'maint_recycle_bin_open' => 'Abrir papelera de reciclaje',
'maint_regen_references' => 'Regenerar Referencias', 'maint_regen_references' => 'Regenerar Referencias',
'maint_regen_references_desc' => 'Esta acción reconstruirá el índice de referencia de elementos cruzados dentro de la base de datos. Normalmente se gestiona automáticamente, pero esta acción puede ser útil para indexar el contenido antiguo o añadido mediante métodos no oficiales.', 'maint_regen_references_desc' => 'Esta acción reconstruirá el índice de referencia de elementos cruzados dentro de la base de datos. Normalmente se gestiona automáticamente, pero esta acción puede ser útil para indexar el contenido viejo o añadido mediante métodos no oficiales.',
'maint_regen_references_success' => '¡El índice de referencias ha sido regenerado!', 'maint_regen_references_success' => '¡El índice de referencias fue regenerado!',
'maint_timeout_command_note' => 'Nota: Esta acción puede tardar en ejecutarse, lo que puede llevar a problemas de tiempo de espera en algunos entornos web. Como alternativa, esta acción se puede realizar desde una terminal.', 'maint_timeout_command_note' => 'Nota: Esta acción puede tardar en ejecutarse, lo que puede derivar en problemas de tiempo de espera en algunos entornos web. Como alternativa, esta acción se puede realizar usando un comando de terminal.',
// Recycle Bin // Recycle Bin
'recycle_bin' => 'Papelera de Reciclaje', 'recycle_bin' => 'Papelera de Reciclaje',
@ -162,7 +162,7 @@ return [
'roles_system_warning' => 'Tenga en cuenta que el acceso a cualquiera de los tres permisos anteriores puede permitir a un usuario modificar sus propios privilegios o los privilegios de otros usuarios en el sistema. Asignar roles con estos permisos sólo a usuarios de comfianza.', 'roles_system_warning' => 'Tenga en cuenta que el acceso a cualquiera de los tres permisos anteriores puede permitir a un usuario modificar sus propios privilegios o los privilegios de otros usuarios en el sistema. Asignar roles con estos permisos sólo a usuarios de comfianza.',
'role_asset_desc' => 'Estos permisos controlan el acceso por defecto a los activos del sistema. Permisos definidos en Libros, Capítulos y Páginas ignorarán estos permisos.', 'role_asset_desc' => 'Estos permisos controlan el acceso por defecto a los activos del sistema. Permisos definidos en Libros, Capítulos y Páginas ignorarán estos permisos.',
'role_asset_admins' => 'Los administradores reciben automáticamente acceso a todo el contenido pero estas opciones pueden mostrar u ocultar opciones de UI.', 'role_asset_admins' => 'Los administradores reciben automáticamente acceso a todo el contenido pero estas opciones pueden mostrar u ocultar opciones de UI.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'Esto se refiere a la visibilidad dentro del gestor de imágenes. El acceso real a los archivos de imágenes subidos, dependerá de la opción de almacenamiento de imágenes del sistema.',
'role_all' => 'Todo', 'role_all' => 'Todo',
'role_own' => 'Propio', 'role_own' => 'Propio',
'role_controlled_by_asset' => 'Controlado por el activo al que ha sido subido', 'role_controlled_by_asset' => 'Controlado por el activo al que ha sido subido',

View file

@ -38,14 +38,14 @@ return [
'book_sort_notification' => 'Raamat on sorteeritud', 'book_sort_notification' => 'Raamat on sorteeritud',
// Bookshelves // Bookshelves
'bookshelf_create' => 'created shelf', 'bookshelf_create' => 'lisas riiuli',
'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_notification' => 'Riiul on lisatud',
'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book' => 'muutis raamatu riiuliks',
'bookshelf_create_from_book_notification' => 'Raamat on muudetud riiuliks', 'bookshelf_create_from_book_notification' => 'Raamat on muudetud riiuliks',
'bookshelf_update' => 'updated shelf', 'bookshelf_update' => 'muutis riiulit',
'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_update_notification' => 'Riiul on muudetud',
'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete' => 'kustutas riiuli',
'bookshelf_delete_notification' => 'Shelf successfully deleted', 'bookshelf_delete_notification' => 'Riiul on kustutatud',
// Favourites // Favourites
'favourite_add_notification' => '":name" lisati su lemmikute hulka', 'favourite_add_notification' => '":name" lisati su lemmikute hulka',

View file

@ -23,7 +23,7 @@ return [
'meta_updated' => 'Muudetud :timeLength', 'meta_updated' => 'Muudetud :timeLength',
'meta_updated_name' => 'Muudetud :timeLength kasutaja :user poolt', 'meta_updated_name' => 'Muudetud :timeLength kasutaja :user poolt',
'meta_owned_name' => 'Kuulub kasutajale :user', 'meta_owned_name' => 'Kuulub kasutajale :user',
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages', 'meta_reference_page_count' => 'Viidatud 1 lehel|Viidatud :count lehel',
'entity_select' => 'Objekti valik', 'entity_select' => 'Objekti valik',
'entity_select_lack_permission' => 'Sul pole õiguseid selle objekti valimiseks', 'entity_select_lack_permission' => 'Sul pole õiguseid selle objekti valimiseks',
'images' => 'Pildid', 'images' => 'Pildid',
@ -91,20 +91,20 @@ return [
'shelves_drag_books' => 'Lohista raamatuid siia, et neid sellele riiulile lisada', 'shelves_drag_books' => 'Lohista raamatuid siia, et neid sellele riiulile lisada',
'shelves_empty_contents' => 'Sellel riiulil ei ole ühtegi raamatut', 'shelves_empty_contents' => 'Sellel riiulil ei ole ühtegi raamatut',
'shelves_edit_and_assign' => 'Muuda riiulit, et siia raamatuid lisada', 'shelves_edit_and_assign' => 'Muuda riiulit, et siia raamatuid lisada',
'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit_named' => 'Muuda riiulit :name',
'shelves_edit' => 'Edit Shelf', 'shelves_edit' => 'Muuda riiulit',
'shelves_delete' => 'Delete Shelf', 'shelves_delete' => 'Kustuta riiul',
'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_named' => 'Kustuta riiul :name',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_explain' => "See kustutab riiuli nimega ':name'. Raamatuid, mis on sellel riiulil, ei kustutata.",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_delete_confirmation' => 'Kas oled kindel, et soovid selle riiuli kustutada?',
'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions' => 'Riiuli õigused',
'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_updated' => 'Riiuli õigused muudetud',
'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_active' => 'Riiuli õigused on aktiivsed',
'shelves_permissions_cascade_warning' => 'Permissions on shelves 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' => 'Riiuli õigused ei rakendu automaatselt sellel olevatele raamatutele, kuna raamat võib olla korraga mitmel riiulil. Alloleva valiku abil saab aga riiuli õigused kopeerida raamatutele.',
'shelves_copy_permissions_to_books' => 'Kopeeri õigused raamatutele', 'shelves_copy_permissions_to_books' => 'Kopeeri õigused raamatutele',
'shelves_copy_permissions' => 'Kopeeri õigused', 'shelves_copy_permissions' => 'Kopeeri õigused',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permissions_explain' => 'See rakendab riiuli praegused õigused kõigile sellel olevatele raamatutele. Enne jätkamist veendu, et riiuli õiguste muudatused oleks salvestatud.',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', 'shelves_copy_permission_success' => 'Riiuli õigused kopeeritud :count raamatule',
// Books // Books
'book' => 'Raamat', 'book' => 'Raamat',
@ -248,7 +248,7 @@ return [
'pages_edit_content_link' => 'Muuda sisu', 'pages_edit_content_link' => 'Muuda sisu',
'pages_permissions_active' => 'Lehe õigused on aktiivsed', 'pages_permissions_active' => 'Lehe õigused on aktiivsed',
'pages_initial_revision' => 'Esimene redaktsioon', 'pages_initial_revision' => 'Esimene redaktsioon',
'pages_references_update_revision' => 'System auto-update of internal links', 'pages_references_update_revision' => 'Seesmiste linkide automaatne uuendamine',
'pages_initial_name' => 'Uus leht', 'pages_initial_name' => 'Uus leht',
'pages_editing_draft_notification' => 'Sa muudad mustandit, mis salvestati viimati :timeDiff.', 'pages_editing_draft_notification' => 'Sa muudad mustandit, mis salvestati viimati :timeDiff.',
'pages_draft_edited_notification' => 'Seda lehte on sellest ajast saadid uuendatud. Soovitame mustandist loobuda.', 'pages_draft_edited_notification' => 'Seda lehte on sellest ajast saadid uuendatud. Soovitame mustandist loobuda.',
@ -372,7 +372,7 @@ return [
'convert_chapter_confirm' => 'Kas oled kindel, et soovid selle peatüki muuta?', 'convert_chapter_confirm' => 'Kas oled kindel, et soovid selle peatüki muuta?',
// References // References
'references' => 'References', 'references' => 'Viited',
'references_none' => 'There are no tracked references to this item.', 'references_none' => 'Sellele objektile ei ole viiteid.',
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.', 'references_to_desc' => 'Allpool on kõik teadaolevad lehed, mis sellele objektile viitavad.',
]; ];

View file

@ -58,7 +58,7 @@ return [
// Entities // Entities
'entity_not_found' => 'Objekti ei leitud', 'entity_not_found' => 'Objekti ei leitud',
'bookshelf_not_found' => 'Shelf not found', 'bookshelf_not_found' => 'Riiulit ei leitud',
'book_not_found' => 'Raamatut ei leitud', 'book_not_found' => 'Raamatut ei leitud',
'page_not_found' => 'Lehte ei leitud', 'page_not_found' => 'Lehte ei leitud',
'chapter_not_found' => 'Peatükki ei leitud', 'chapter_not_found' => 'Peatükki ei leitud',

View file

@ -89,10 +89,10 @@ return [
'maint_send_test_email_mail_text' => 'Hea töö! Kui sa selle e-kirja kätte said, on su e-posti seaded õigesti määratud.', 'maint_send_test_email_mail_text' => 'Hea töö! Kui sa selle e-kirja kätte said, on su e-posti seaded õigesti määratud.',
'maint_recycle_bin_desc' => 'Kustutatud riiulid, raamatud, peatükid ja lehed saadetakse prügikasti, et neid saaks taastada või lõplikult kustutada. Vanemad objektid võidakse teatud aja järel automaatselt prügikastist kustutada.', 'maint_recycle_bin_desc' => 'Kustutatud riiulid, raamatud, peatükid ja lehed saadetakse prügikasti, et neid saaks taastada või lõplikult kustutada. Vanemad objektid võidakse teatud aja järel automaatselt prügikastist kustutada.',
'maint_recycle_bin_open' => 'Ava prügikast', 'maint_recycle_bin_open' => 'Ava prügikast',
'maint_regen_references' => 'Regenerate References', 'maint_regen_references' => 'Genereeri viited uuesti',
'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', 'maint_regen_references_desc' => 'See tegevus taastekitab andmebaasis objektidevahelised viited. Enamasti tehakse seda automaatselt, aga antud tegevus võimaldab indekseerida vanemat sisu või sisu, mis lisati mitteametlike meetodite abil.',
'maint_regen_references_success' => 'Reference index has been regenerated!', 'maint_regen_references_success' => 'Viiteindeks genereeritud!',
'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', 'maint_timeout_command_note' => 'Märkus: See tegevus võib aega võtta, mis võib teatud veebikeskkondades põhjustada aegumise vigu. Alternatiivina võib seda tegevust käivitada käsurealt.',
// Recycle Bin // Recycle Bin
'recycle_bin' => 'Prügikast', 'recycle_bin' => 'Prügikast',
@ -161,7 +161,7 @@ return [
'roles_system_warning' => 'Pane tähele, et ülalolevad kolm õigust võimaldavad kasutajal enda või teiste kasutajate õiguseid muuta. Määra nende õigustega roll ainult usaldusväärsetele kasutajatele.', 'roles_system_warning' => 'Pane tähele, et ülalolevad kolm õigust võimaldavad kasutajal enda või teiste kasutajate õiguseid muuta. Määra nende õigustega roll ainult usaldusväärsetele kasutajatele.',
'role_asset_desc' => 'Need load kontrollivad vaikimisi ligipääsu süsteemis olevale sisule. Raamatute, peatükkide ja lehtede õigused rakenduvad esmajärjekorras.', 'role_asset_desc' => 'Need load kontrollivad vaikimisi ligipääsu süsteemis olevale sisule. Raamatute, peatükkide ja lehtede õigused rakenduvad esmajärjekorras.',
'role_asset_admins' => 'Administraatoritel on automaatselt ligipääs kogu sisule, aga need valikud võivad peida või näidata kasutajaliidese elemente.', 'role_asset_admins' => 'Administraatoritel on automaatselt ligipääs kogu sisule, aga need valikud võivad peida või näidata kasutajaliidese elemente.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'See käib nähtavuse kohta pildifailide halduris. Tegelik ligipääs üleslaaditud pildifailidele sõltub süsteemsest piltide salvestamise valikust.',
'role_all' => 'Kõik', 'role_all' => 'Kõik',
'role_own' => 'Enda omad', 'role_own' => 'Enda omad',
'role_controlled_by_asset' => 'Õigused määratud seotud objekti kaudu', 'role_controlled_by_asset' => 'Õigused määratud seotud objekti kaudu',

View file

@ -8,7 +8,7 @@ return [
// Pages // Pages
'page_create' => 'صفحه ایجاد شده', 'page_create' => 'صفحه ایجاد شده',
'page_create_notification' => 'صفحه با موفقیت ایجاد شد', 'page_create_notification' => 'صفحه با موفقیت ایجاد شد',
'page_update' => 'صفحه بروز شده', 'page_update' => 'به روزرسانی صفحه',
'page_update_notification' => 'صفحه با موفقیت به روزرسانی شد', 'page_update_notification' => 'صفحه با موفقیت به روزرسانی شد',
'page_delete' => 'حذف صفحه', 'page_delete' => 'حذف صفحه',
'page_delete_notification' => 'صفحه با موفقیت حذف شد', 'page_delete_notification' => 'صفحه با موفقیت حذف شد',
@ -42,9 +42,9 @@ return [
'bookshelf_create_notification' => 'قفسه کتاب با موفقیت ایجاد شد', 'bookshelf_create_notification' => 'قفسه کتاب با موفقیت ایجاد شد',
'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book' => 'converted book to shelf',
'bookshelf_create_from_book_notification' => 'کتاب با موفقیت به یک قفسه تبدیل شد', 'bookshelf_create_from_book_notification' => 'کتاب با موفقیت به یک قفسه تبدیل شد',
'bookshelf_update' => 'updated shelf', 'bookshelf_update' => 'به روزرسانی قفسه',
'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_update_notification' => 'قفسه با موفقیت به روزرسانی شد',
'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete' => 'قفسه حذف شده',
'bookshelf_delete_notification' => 'قفسه کتاب با موفقیت حذف شد', 'bookshelf_delete_notification' => 'قفسه کتاب با موفقیت حذف شد',
// Favourites // Favourites

View file

@ -39,7 +39,7 @@ return [
'register_success' => 'از ثبت نام شما سپاسگزاریم! شما اکنون ثبت نام کرده و وارد سیستم شده اید.', 'register_success' => 'از ثبت نام شما سپاسگزاریم! شما اکنون ثبت نام کرده و وارد سیستم شده اید.',
// Login auto-initiation // Login auto-initiation
'auto_init_starting' => 'Attempting Login', 'auto_init_starting' => 'تلاش برای ورود',
'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_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_start_link' => 'Proceed with authentication',

View file

@ -23,10 +23,10 @@ return [
'meta_updated' => 'به روزرسانی شده :timeLength', 'meta_updated' => 'به روزرسانی شده :timeLength',
'meta_updated_name' => 'به روزرسانی شده :timeLength توسط :user', 'meta_updated_name' => 'به روزرسانی شده :timeLength توسط :user',
'meta_owned_name' => 'توسط :user ایجاد شده‌است', 'meta_owned_name' => 'توسط :user ایجاد شده‌است',
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages', 'meta_reference_page_count' => 'در 1 صفحه به آن ارجاع داده شده|در :count صفحه به آن ارجاع داده شده',
'entity_select' => 'انتخاب موجودیت', 'entity_select' => 'انتخاب موجودیت',
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item', 'entity_select_lack_permission' => 'شما مجوزهای لازم برای انتخاب این مورد را ندارید',
'images' => 'عکس ها', 'images' => 'عکسها',
'my_recent_drafts' => 'پیش نویس های اخیر من', 'my_recent_drafts' => 'پیش نویس های اخیر من',
'my_recently_viewed' => 'بازدیدهای اخیر من', 'my_recently_viewed' => 'بازدیدهای اخیر من',
'my_most_viewed_favourites' => 'محبوب ترین موارد مورد علاقه من', 'my_most_viewed_favourites' => 'محبوب ترین موارد مورد علاقه من',
@ -75,9 +75,9 @@ return [
'search_update' => 'جستجو را به روز کنید', 'search_update' => 'جستجو را به روز کنید',
// Shelves // Shelves
'shelf' => 'تاقچه', 'shelf' => 'قفسه',
'shelves' => 'قفسه ها', 'shelves' => 'قفسه ها',
'x_shelves' => ':count تاقچه|:count تاقچه', 'x_shelves' => ':count قفسه|:count قفسه‌ها',
'shelves_empty' => 'هیچ قفسه ای ایجاد نشده است', 'shelves_empty' => 'هیچ قفسه ای ایجاد نشده است',
'shelves_create' => 'ایجاد قفسه جدید', 'shelves_create' => 'ایجاد قفسه جدید',
'shelves_popular' => 'قفسه های محبوب', 'shelves_popular' => 'قفسه های محبوب',
@ -88,23 +88,23 @@ return [
'shelves_save' => 'ذخیره قفسه', 'shelves_save' => 'ذخیره قفسه',
'shelves_books' => 'کتاب های موجود در این قفسه', 'shelves_books' => 'کتاب های موجود در این قفسه',
'shelves_add_books' => 'کتاب ها را به این قفسه اضافه کنید', 'shelves_add_books' => 'کتاب ها را به این قفسه اضافه کنید',
'shelves_drag_books' => 'Drag books below to add them to this shelf', 'shelves_drag_books' => 'کتاب‌ها را به اینجا بکشید تا به این قفسه اضافه شوند',
'shelves_empty_contents' => 'این قفسه هیچ کتابی به آن اختصاص داده نشده است', 'shelves_empty_contents' => 'این قفسه هیچ کتابی به آن اختصاص داده نشده است',
'shelves_edit_and_assign' => 'برای اختصاص کتاب‌ها، قفسه را ویرایش کنید', 'shelves_edit_and_assign' => 'برای اختصاص کتاب‌ها، قفسه را ویرایش کنید',
'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit_named' => 'ویرایش قفسه :name',
'shelves_edit' => 'Edit Shelf', 'shelves_edit' => 'ویرایش قفسه',
'shelves_delete' => 'Delete Shelf', 'shelves_delete' => 'حذف قفسه',
'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_named' => 'حذف قفسه :name',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_explain' => "با این کار قفسه کتاب با نام ':name' حذف می‌شود. کتاب های موجود حذف نمی‌شوند.",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_delete_confirmation' => 'آیا مطمئن هستید که می‌خواهید این قفسه را حذف کنید؟',
'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions' => 'مجوزهای قفسه',
'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_updated' => 'مجوزهای کانال بروزرسانی شد',
'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_active' => 'مجوزهای قفسه فعال است',
'shelves_permissions_cascade_warning' => 'Permissions on shelves 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' => 'مجوزهای موجود در قفسه‌ها به طور خودکار به کتاب‌های حاوی اطلاق نمی‌شوند. دلیل آن این است که یک کتاب می تواند در چندین قفسه وجود داشته باشد. با این حال، مجوزها را می‌توان با استفاده از گزینه پایین همین صفحه در کتاب‌های فرزند کپی کرد.',
'shelves_copy_permissions_to_books' => 'کپی مجوزها در کتابها', 'shelves_copy_permissions_to_books' => 'کپی مجوزها در کتابها',
'shelves_copy_permissions' => 'مجوزهای کپی', 'shelves_copy_permissions' => 'مجوزهای کپی',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permissions_explain' => 'با این کار تنظیمات مجوز فعلی این قفسه برای همه کتاب‌های موجود در آن اعمال می‌شود. قبل از فعال کردن، مطمئن شوید که هر گونه تغییر در مجوزهای این قفسه، ذخیره شده است.',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', 'shelves_copy_permission_success' => 'مجوزهای قفسه در :count کتاب کپی شد',
// Books // Books
'book' => 'کتاب', 'book' => 'کتاب',
@ -171,7 +171,7 @@ return [
'chapters_permissions_active' => 'مجوزهای فصل فعال است', 'chapters_permissions_active' => 'مجوزهای فصل فعال است',
'chapters_permissions_success' => 'مجوزهای فصل به روز شد', 'chapters_permissions_success' => 'مجوزهای فصل به روز شد',
'chapters_search_this' => 'این فصل را جستجو کنید', 'chapters_search_this' => 'این فصل را جستجو کنید',
'chapter_sort_book' => 'Sort Book', 'chapter_sort_book' => 'مرتب‌سازی کتاب',
// Pages // Pages
'page' => 'صفحه', 'page' => 'صفحه',
@ -248,7 +248,7 @@ return [
'pages_edit_content_link' => 'ویرایش محتوا', 'pages_edit_content_link' => 'ویرایش محتوا',
'pages_permissions_active' => 'مجوزهای صفحه فعال است', 'pages_permissions_active' => 'مجوزهای صفحه فعال است',
'pages_initial_revision' => 'انتشار اولیه', 'pages_initial_revision' => 'انتشار اولیه',
'pages_references_update_revision' => 'System auto-update of internal links', 'pages_references_update_revision' => 'به‌روز‌رسانی خودکار لینک‌های داخلی سیستم',
'pages_initial_name' => 'برگهٔ تازه', 'pages_initial_name' => 'برگهٔ تازه',
'pages_editing_draft_notification' => 'شما در حال ویرایش پیش نویسی هستید که آخرین بار در :timeDiff ذخیره شده است.', 'pages_editing_draft_notification' => 'شما در حال ویرایش پیش نویسی هستید که آخرین بار در :timeDiff ذخیره شده است.',
'pages_draft_edited_notification' => 'این صفحه از همان زمان به روز شده است. توصیه می شود از این پیش نویس صرف نظر کنید.', 'pages_draft_edited_notification' => 'این صفحه از همان زمان به روز شده است. توصیه می شود از این پیش نویس صرف نظر کنید.',
@ -265,7 +265,7 @@ return [
'pages_is_template' => 'الگوی صفحه', 'pages_is_template' => 'الگوی صفحه',
// Editor Sidebar // Editor Sidebar
'page_tags' => 'تگ های صفحه', 'page_tags' => 'برچسب‌های صفحه',
'chapter_tags' => 'برچسب های فصل', 'chapter_tags' => 'برچسب های فصل',
'book_tags' => 'برچسب های کتاب', 'book_tags' => 'برچسب های کتاب',
'shelf_tags' => 'برچسب های قفسه', 'shelf_tags' => 'برچسب های قفسه',
@ -273,9 +273,9 @@ return [
'tags' => 'برچسب ها', 'tags' => 'برچسب ها',
'tag_name' => 'نام برچسب', 'tag_name' => 'نام برچسب',
'tag_value' => 'مقدار برچسب (اختیاری)', 'tag_value' => 'مقدار برچسب (اختیاری)',
'tags_explain' => "برای دسته بندی بهتر مطالب خود چند تگ اضافه کنید.\n می توانید برای سازماندهی عمیق تر، یک مقدار به یک برچسب اختصاص دهید.", 'tags_explain' => "برای دسته بندی بهتر مطالب خود چند برچسب اضافه کنید.\nمی توانید برای سازماندهی عمیق‌تر، یک مقدار به یک برچسب اختصاص دهید.",
'tags_add' => 'یک برچسب دیگر اضافه کنید', 'tags_add' => 'یک برچسب دیگر اضافه کنید',
'tags_remove' => 'این تگ را حذف کنید', 'tags_remove' => 'این برچسب را حذف کنید',
'tags_usages' => 'مجموع استفاده از برچسب', 'tags_usages' => 'مجموع استفاده از برچسب',
'tags_assigned_pages' => 'به صفحات اختصاص داده شده است', 'tags_assigned_pages' => 'به صفحات اختصاص داده شده است',
'tags_assigned_chapters' => 'اختصاص به فصل', 'tags_assigned_chapters' => 'اختصاص به فصل',
@ -284,7 +284,7 @@ return [
'tags_x_unique_values' => ':count مقادیر منحصر به فرد', 'tags_x_unique_values' => ':count مقادیر منحصر به فرد',
'tags_all_values' => 'همه ارزش ها', 'tags_all_values' => 'همه ارزش ها',
'tags_view_tags' => 'مشاهده برچسب ها', 'tags_view_tags' => 'مشاهده برچسب ها',
'tags_view_existing_tags' => 'مشاهده تگ های موجود', 'tags_view_existing_tags' => 'مشاهده برچسب‌های موجود',
'tags_list_empty_hint' => 'برچسب ها را می توان از طریق نوار کناری ویرایشگر صفحه یا هنگام ویرایش جزئیات یک کتاب، فصل یا قفسه اختصاص داد.', 'tags_list_empty_hint' => 'برچسب ها را می توان از طریق نوار کناری ویرایشگر صفحه یا هنگام ویرایش جزئیات یک کتاب، فصل یا قفسه اختصاص داد.',
'attachments' => 'پیوست ها', 'attachments' => 'پیوست ها',
'attachments_explain' => 'چند فایل را آپلود کنید یا چند پیوند را برای نمایش در صفحه خود ضمیمه کنید. اینها در نوار کناری صفحه قابل مشاهده هستند.', 'attachments_explain' => 'چند فایل را آپلود کنید یا چند پیوند را برای نمایش در صفحه خود ضمیمه کنید. اینها در نوار کناری صفحه قابل مشاهده هستند.',
@ -372,7 +372,7 @@ return [
'convert_chapter_confirm' => 'آیا از تبدیل این فصل مطمئن هستید؟', 'convert_chapter_confirm' => 'آیا از تبدیل این فصل مطمئن هستید؟',
// References // References
'references' => 'References', 'references' => 'مراجع',
'references_none' => 'There are no tracked references to this item.', 'references_none' => 'There are no tracked references to this item.',
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.', 'references_to_desc' => 'در زیر تمام صفحات شناخته شده در سیستم که به این مورد پیوند دارند، نشان داده شده است.',
]; ];

View file

@ -58,7 +58,7 @@ return [
// Entities // Entities
'entity_not_found' => 'موجودیت یافت نشد', 'entity_not_found' => 'موجودیت یافت نشد',
'bookshelf_not_found' => 'Shelf not found', 'bookshelf_not_found' => 'قفسه پیدا نشد',
'book_not_found' => 'کتاب پیدا نشد', 'book_not_found' => 'کتاب پیدا نشد',
'page_not_found' => 'صفحه یافت نشد', 'page_not_found' => 'صفحه یافت نشد',
'chapter_not_found' => 'فصل پیدا نشد', 'chapter_not_found' => 'فصل پیدا نشد',

View file

@ -240,7 +240,7 @@ return [
'user_api_token_delete_success' => 'توکن API با موفقیت حذف شد', 'user_api_token_delete_success' => 'توکن API با موفقیت حذف شد',
// Webhooks // Webhooks
'webhooks' => 'وب هوک ها', 'webhooks' => 'وب‌هوک‌ها',
'webhooks_create' => 'ایجاد وب هوک جدید', 'webhooks_create' => 'ایجاد وب هوک جدید',
'webhooks_none_created' => 'هنوز هیچ وب هوکی ایجاد نشده است.', 'webhooks_none_created' => 'هنوز هیچ وب هوکی ایجاد نشده است.',
'webhooks_edit' => 'ویرایش وب هوک', 'webhooks_edit' => 'ویرایش وب هوک',
@ -260,7 +260,7 @@ return [
'webhooks_delete_warning' => 'با این کار این وب هوک با نام \':webhookName\' به طور کامل از سیستم حذف می شود.', 'webhooks_delete_warning' => 'با این کار این وب هوک با نام \':webhookName\' به طور کامل از سیستم حذف می شود.',
'webhooks_delete_confirm' => 'آیا مطمئن هستید که می خواهید این وب هوک را حذف کنید؟', 'webhooks_delete_confirm' => 'آیا مطمئن هستید که می خواهید این وب هوک را حذف کنید؟',
'webhooks_format_example' => 'نمونه قالب وب هوک', 'webhooks_format_example' => 'نمونه قالب وب هوک',
'webhooks_format_example_desc' => 'داده‌های وب هوک به‌عنوان یک درخواست POST به نقطه پایانی پیکربندی‌شده به‌عنوان JSON با فرمت زیر ارسال می‌شوند. ویژگی های "related_item" و "url" اختیاری هستند و به نوع رویداد راه اندازی شده بستگی دارد.', 'webhooks_format_example_desc' => 'داده‌های وب هوک به‌عنوان یک درخواست POST به نقطه پایانی پیکربندی‌شده به‌عنوان JSON با فرمت زیر ارسال می‌شوند. ویژگی های "related_item" و "url" اختیاری هستند و به نوع رویداد راهاندازی شده بستگی دارد.',
'webhooks_status' => 'وضعیت وب هوک', 'webhooks_status' => 'وضعیت وب هوک',
'webhooks_last_called' => 'آخرین تماس:', 'webhooks_last_called' => 'آخرین تماس:',
'webhooks_last_errored' => 'آخرین خطا:', 'webhooks_last_errored' => 'آخرین خطا:',

View file

@ -38,14 +38,14 @@ return [
'book_sort_notification' => 'Livre restauré avec succès', 'book_sort_notification' => 'Livre restauré avec succès',
// Bookshelves // Bookshelves
'bookshelf_create' => 'created shelf', 'bookshelf_create' => 'a créé l\'étagère',
'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_notification' => 'Étagère créée avec succès',
'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book' => 'livre converti en étagère',
'bookshelf_create_from_book_notification' => 'Livre converti en étagère avec succès', 'bookshelf_create_from_book_notification' => 'Livre converti en étagère avec succès',
'bookshelf_update' => 'updated shelf', 'bookshelf_update' => 'étagère mise à jour',
'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_update_notification' => 'Étagère mise à jour avec succès',
'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete' => 'étagère supprimée',
'bookshelf_delete_notification' => 'Shelf successfully deleted', 'bookshelf_delete_notification' => 'Étagère supprimée avec succès',
// Favourites // Favourites
'favourite_add_notification' => '":name" a été ajouté dans vos favoris', 'favourite_add_notification' => '":name" a été ajouté dans vos favoris',

View file

@ -23,7 +23,7 @@ return [
'meta_updated' => 'Mis à jour :timeLength', 'meta_updated' => 'Mis à jour :timeLength',
'meta_updated_name' => 'Mis à jour :timeLength par :user', 'meta_updated_name' => 'Mis à jour :timeLength par :user',
'meta_owned_name' => 'Appartient à :user', 'meta_owned_name' => 'Appartient à :user',
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages', 'meta_reference_page_count' => 'Référencé sur 1 page|Référencé sur :count pages',
'entity_select' => 'Sélectionner l\'entité', 'entity_select' => 'Sélectionner l\'entité',
'entity_select_lack_permission' => 'Vous n\'avez pas les permissions requises pour sélectionner cet élément', 'entity_select_lack_permission' => 'Vous n\'avez pas les permissions requises pour sélectionner cet élément',
'images' => 'Images', 'images' => 'Images',
@ -91,20 +91,20 @@ return [
'shelves_drag_books' => 'Déposez des livres ici pour les ajouter a cette étagère', 'shelves_drag_books' => 'Déposez des livres ici pour les ajouter a cette étagère',
'shelves_empty_contents' => 'Aucun livre n\'a été assigné à cette étagère', 'shelves_empty_contents' => 'Aucun livre n\'a été assigné à cette étagère',
'shelves_edit_and_assign' => 'Modifier cette étagère pour y ajouter des livres', 'shelves_edit_and_assign' => 'Modifier cette étagère pour y ajouter des livres',
'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit_named' => 'Modifier l\'étagère :name',
'shelves_edit' => 'Edit Shelf', 'shelves_edit' => 'Modifier l\'étagère',
'shelves_delete' => 'Delete Shelf', 'shelves_delete' => 'Supprimer l\'étagère',
'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_named' => 'Supprimer l\'étagère :name',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_explain' => "Ceci va supprimer l'étagère nommée ':name'. Les livres contenus dans cette étagère ne seront pas supprimés.",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_delete_confirmation' => 'Êtes-vous sûr(e) de vouloir supprimer cette étagère ?',
'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions' => 'Enregistrer les permissions',
'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_updated' => 'Permissions de l\'étagère mises à jour',
'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_active' => 'Permissions de l\'étagère activées',
'shelves_permissions_cascade_warning' => 'Permissions on shelves 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' => 'Les permissions sur les étagères ne sont pas automatiquement recopiées aux livres qu\'elles contiennent, car un livre peut exister dans plusieurs étagères. Les permissions peuvent cependant être recopiées vers les livres contenus en utilisant l\'option ci-dessous.',
'shelves_copy_permissions_to_books' => 'Copier les permissions vers les livres', 'shelves_copy_permissions_to_books' => 'Copier les permissions vers les livres',
'shelves_copy_permissions' => 'Copier les permissions', 'shelves_copy_permissions' => 'Copier les permissions',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permissions_explain' => 'Ceci va appliquer les permissions actuelles de cette étagère à tous les livres qu\'elle contient. Avant de continuer, assurez-vous que toutes les permissions de cette étagère ont été sauvegardées.',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', 'shelves_copy_permission_success' => 'Permissions de l\'étagère transférées à :count livres',
// Books // Books
'book' => 'Livre', 'book' => 'Livre',
@ -248,7 +248,7 @@ return [
'pages_edit_content_link' => 'Modifier le contenu', 'pages_edit_content_link' => 'Modifier le contenu',
'pages_permissions_active' => 'Permissions de page actives', 'pages_permissions_active' => 'Permissions de page actives',
'pages_initial_revision' => 'Publication initiale', 'pages_initial_revision' => 'Publication initiale',
'pages_references_update_revision' => 'System auto-update of internal links', 'pages_references_update_revision' => 'Mise à jour automatique des liens internes',
'pages_initial_name' => 'Nouvelle page', 'pages_initial_name' => 'Nouvelle page',
'pages_editing_draft_notification' => 'Vous éditez actuellement un brouillon qui a été enregistré :timeDiff.', 'pages_editing_draft_notification' => 'Vous éditez actuellement un brouillon qui a été enregistré :timeDiff.',
'pages_draft_edited_notification' => 'La page a été mise à jour depuis votre dernière visite. Vous devriez jeter ce brouillon.', 'pages_draft_edited_notification' => 'La page a été mise à jour depuis votre dernière visite. Vous devriez jeter ce brouillon.',
@ -372,7 +372,7 @@ return [
'convert_chapter_confirm' => 'Êtes-vous sûr(e) de vouloir convertir ce chapitre ?', 'convert_chapter_confirm' => 'Êtes-vous sûr(e) de vouloir convertir ce chapitre ?',
// References // References
'references' => 'References', 'references' => 'Références',
'references_none' => 'There are no tracked references to this item.', 'references_none' => 'Il n\'y a pas de références suivies à cet élément.',
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.', 'references_to_desc' => 'Vous trouverez ci-dessous toutes les pages connues du système qui ont un lien vers cet élément.',
]; ];

View file

@ -58,7 +58,7 @@ return [
// Entities // Entities
'entity_not_found' => 'Entité non trouvée', 'entity_not_found' => 'Entité non trouvée',
'bookshelf_not_found' => 'Shelf not found', 'bookshelf_not_found' => 'Étagère introuvable',
'book_not_found' => 'Livre non trouvé', 'book_not_found' => 'Livre non trouvé',
'page_not_found' => 'Page non trouvée', 'page_not_found' => 'Page non trouvée',
'chapter_not_found' => 'Chapitre non trouvé', 'chapter_not_found' => 'Chapitre non trouvé',

View file

@ -89,10 +89,10 @@ return [
'maint_send_test_email_mail_text' => 'Félicitations ! Comme vous avez bien reçu cette notification, vos paramètres d\'e-mail semblent être configurés correctement.', 'maint_send_test_email_mail_text' => 'Félicitations ! Comme vous avez bien reçu cette notification, vos paramètres d\'e-mail semblent être configurés correctement.',
'maint_recycle_bin_desc' => 'Les étagères, livres, chapitres et pages supprimés sont envoyés dans la corbeille afin qu\'ils puissent être restaurés ou supprimés définitivement. Les éléments plus anciens de la corbeille peuvent être supprimés automatiquement après un certain temps selon la configuration du système.', 'maint_recycle_bin_desc' => 'Les étagères, livres, chapitres et pages supprimés sont envoyés dans la corbeille afin qu\'ils puissent être restaurés ou supprimés définitivement. Les éléments plus anciens de la corbeille peuvent être supprimés automatiquement après un certain temps selon la configuration du système.',
'maint_recycle_bin_open' => 'Ouvrir la corbeille', 'maint_recycle_bin_open' => 'Ouvrir la corbeille',
'maint_regen_references' => 'Regenerate References', 'maint_regen_references' => 'Régénérer les références',
'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', 'maint_regen_references_desc' => 'Cette action reconstruira l\'index des références croisées dans la base de données. Ceci est généralement géré automatiquement, mais cette action peut être utile pour indexer les anciens contenus ou contenus ajoutés par des méthodes non officielles.',
'maint_regen_references_success' => 'Reference index has been regenerated!', 'maint_regen_references_success' => 'L\'index de référence a été régénéré !',
'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', 'maint_timeout_command_note' => 'Note : Cette action peut prendre du temps pour s\'exécuter, ce qui peut conduire à des problèmes d\'expiration dans certains environnements Web. En tant qu\'alternative, cette action est effectuée à l\'aide d\'une commande de terminal.',
// Recycle Bin // Recycle Bin
'recycle_bin' => 'Corbeille', 'recycle_bin' => 'Corbeille',
@ -161,7 +161,7 @@ return [
'roles_system_warning' => 'Sachez que l\'accès à l\'une des trois permissions ci-dessus peut permettre à un utilisateur de modifier ses propres privilèges ou les privilèges des autres utilisateurs du système. N\'attribuez uniquement des rôles avec ces permissions qu\'à des utilisateurs de confiance.', 'roles_system_warning' => 'Sachez que l\'accès à l\'une des trois permissions ci-dessus peut permettre à un utilisateur de modifier ses propres privilèges ou les privilèges des autres utilisateurs du système. N\'attribuez uniquement des rôles avec ces permissions qu\'à des utilisateurs de confiance.',
'role_asset_desc' => 'Ces permissions contrôlent l\'accès par défaut des ressources dans le système. Les permissions dans les livres, les chapitres et les pages ignoreront ces permissions', 'role_asset_desc' => 'Ces permissions contrôlent l\'accès par défaut des ressources dans le système. Les permissions dans les livres, les chapitres et les pages ignoreront ces permissions',
'role_asset_admins' => 'Les administrateurs ont automatiquement accès à tous les contenus mais les options suivantes peuvent afficher ou masquer certaines options de l\'interface.', 'role_asset_admins' => 'Les administrateurs ont automatiquement accès à tous les contenus mais les options suivantes peuvent afficher ou masquer certaines options de l\'interface.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'Cela concerne la visibilité dans le gestionnaire d\'images. L\'accès réel des fichiers d\'image téléchargés dépendra de l\'option de stockage d\'images du système.',
'role_all' => 'Tous', 'role_all' => 'Tous',
'role_own' => 'Propres', 'role_own' => 'Propres',
'role_controlled_by_asset' => 'Contrôlé par les ressources les ayant envoyés', 'role_controlled_by_asset' => 'Contrôlé par les ressources les ayant envoyés',

View file

@ -90,7 +90,7 @@ return [
'maint_recycle_bin_desc' => 'Le librerie, i libri, i capitoli e le pagine cancellati vengono inviati al cestino in modo che possano essere ripristinati o eliminati definitivamente. Gli elementi più vecchi nel cestino possono essere automaticamente rimossi dopo un certo periodo, a seconda della configurazione del sistema.', 'maint_recycle_bin_desc' => 'Le librerie, i libri, i capitoli e le pagine cancellati vengono inviati al cestino in modo che possano essere ripristinati o eliminati definitivamente. Gli elementi più vecchi nel cestino possono essere automaticamente rimossi dopo un certo periodo, a seconda della configurazione del sistema.',
'maint_recycle_bin_open' => 'Apri il Cestino', 'maint_recycle_bin_open' => 'Apri il Cestino',
'maint_regen_references' => 'Rigenera Riferimenti', 'maint_regen_references' => 'Rigenera Riferimenti',
'maint_regen_references_desc' => 'Questa azione ricostruirà l\'indice di dei riferimenti incrociati all\'interno del database. Di solito questa operazione è gestita automaticamente, ma può essere utile per indicizzare contenuti vecchi o aggiunti con metodi non ufficiali.', 'maint_regen_references_desc' => 'Questa azione ricostruirà l\'indice dei riferimenti incrociati all\'interno del database. Di solito questa operazione è gestita automaticamente, ma può essere utile per indicizzare contenuti vecchi o aggiunti con metodi non ufficiali.',
'maint_regen_references_success' => 'L\'indice di riferimento è stato rigenerato!', 'maint_regen_references_success' => 'L\'indice di riferimento è stato rigenerato!',
'maint_timeout_command_note' => 'Nota: Questa azione può richiedere del tempo per essere eseguita e può causare problemi di timeout in alcuni ambienti Web. In alternativa, questa azione può essere eseguita usando un comando da terminale.', 'maint_timeout_command_note' => 'Nota: Questa azione può richiedere del tempo per essere eseguita e può causare problemi di timeout in alcuni ambienti Web. In alternativa, questa azione può essere eseguita usando un comando da terminale.',
@ -161,7 +161,7 @@ return [
'roles_system_warning' => 'Siate consapevoli che l\'accesso a uno dei tre permessi qui sopra, può consentire a un utente di modificare i propri privilegi o i privilegi di altri nel sistema. Assegna ruoli con questi permessi solo ad utenti fidati.', 'roles_system_warning' => 'Siate consapevoli che l\'accesso a uno dei tre permessi qui sopra, può consentire a un utente di modificare i propri privilegi o i privilegi di altri nel sistema. Assegna ruoli con questi permessi solo ad utenti fidati.',
'role_asset_desc' => 'Questi permessi controllano l\'accesso di default alle entità. I permessi nei Libri, Capitoli e Pagine sovrascriveranno questi.', 'role_asset_desc' => 'Questi permessi controllano l\'accesso di default alle entità. I permessi nei Libri, Capitoli e Pagine sovrascriveranno questi.',
'role_asset_admins' => 'Gli amministratori hanno automaticamente accesso a tutti i contenuti ma queste opzioni possono mostrare o nascondere le opzioni della UI.', 'role_asset_admins' => 'Gli amministratori hanno automaticamente accesso a tutti i contenuti ma queste opzioni possono mostrare o nascondere le opzioni della UI.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'Questo si riferisce alla visibilità all\'interno del gestore di immagini. L\'accesso effettivo ai file di immagine caricati dipenderà dall\'opzione di archiviazione delle immagini di sistema.',
'role_all' => 'Tutti', 'role_all' => 'Tutti',
'role_own' => 'Propri', 'role_own' => 'Propri',
'role_controlled_by_asset' => 'Controllato dall\'entità in cui sono caricati', 'role_controlled_by_asset' => 'Controllato dall\'entità in cui sono caricati',

View file

@ -29,7 +29,7 @@ return [
'book_create' => 'がブックを作成:', 'book_create' => 'がブックを作成:',
'book_create_notification' => 'ブックを作成しました', 'book_create_notification' => 'ブックを作成しました',
'book_create_from_chapter' => 'がチャプターをブックに変換:', 'book_create_from_chapter' => 'がチャプターをブックに変換:',
'book_create_from_chapter_notification' => 'チャプターがブックへ正常に変換されました', 'book_create_from_chapter_notification' => 'チャプターをブックに変換しました',
'book_update' => 'がブックを更新:', 'book_update' => 'がブックを更新:',
'book_update_notification' => 'ブックを更新しました', 'book_update_notification' => 'ブックを更新しました',
'book_delete' => 'がブックを削除:', 'book_delete' => 'がブックを削除:',
@ -38,34 +38,34 @@ return [
'book_sort_notification' => 'ブックが再度並び変えられました', 'book_sort_notification' => 'ブックが再度並び変えられました',
// Bookshelves // Bookshelves
'bookshelf_create' => 'created shelf', 'bookshelf_create' => 'が本棚を作成:',
'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_notification' => '本棚を作成しました',
'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book' => 'がブックを本棚に変換:',
'bookshelf_create_from_book_notification' => 'ブックが本棚へ正常に変換されました', 'bookshelf_create_from_book_notification' => 'ブックを本棚に変換しました',
'bookshelf_update' => 'updated shelf', 'bookshelf_update' => 'が本棚を更新:',
'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_update_notification' => '本棚を更新しました',
'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete' => 'が本棚を削除:',
'bookshelf_delete_notification' => 'Shelf successfully deleted', 'bookshelf_delete_notification' => '本棚を削除しました',
// Favourites // Favourites
'favourite_add_notification' => '":name"がお気に入りに追加されました', 'favourite_add_notification' => '":name"がお気に入りに追加されました',
'favourite_remove_notification' => '":name"がお気に入りから削除されました', 'favourite_remove_notification' => '":name"がお気に入りから削除されました',
// MFA // MFA
'mfa_setup_method_notification' => '多要素認証が正常に設定されました', 'mfa_setup_method_notification' => '多要素認証を設定しました',
'mfa_remove_method_notification' => '多要素認証が正常に解除されました', 'mfa_remove_method_notification' => '多要素認証を解除しました',
// Webhooks // Webhooks
'webhook_create' => 'created webhook', 'webhook_create' => 'がWebhookを作成:',
'webhook_create_notification' => 'Webhookが正常に作成されました', 'webhook_create_notification' => 'Webhookを作成しました',
'webhook_update' => 'updated webhook', 'webhook_update' => 'がWebhookを更新:',
'webhook_update_notification' => 'Webhookが正常に更新されました', 'webhook_update_notification' => 'Webhookを更新しました',
'webhook_delete' => 'deleted webhook', 'webhook_delete' => 'がWebhookを削除:',
'webhook_delete_notification' => 'Webhookが正常に削除されました', 'webhook_delete_notification' => 'Webhookを削除しました',
// Users // Users
'user_update_notification' => 'ユーザーが正常に更新されました', 'user_update_notification' => 'ユーザーを更新しました',
'user_delete_notification' => 'ユーザーが正常に削除されました', 'user_delete_notification' => 'ユーザーを削除しました',
// Other // Other
'commented_on' => 'がコメント:', 'commented_on' => 'がコメント:',

View file

@ -39,9 +39,9 @@ return [
'register_success' => '登録が完了し、ログインできるようになりました!', 'register_success' => '登録が完了し、ログインできるようになりました!',
// Login auto-initiation // Login auto-initiation
'auto_init_starting' => 'Attempting Login', 'auto_init_starting' => 'ログイン試行中',
'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_starting_desc' => 'ログイン プロセスを開始するために、認証システムに接続しています。5秒経過しても進行しない場合、下のリンクをクリックしてみてください。',
'auto_init_start_link' => 'Proceed with authentication', 'auto_init_start_link' => '認証を進める',
// Password Reset // Password Reset
'reset_password' => 'パスワードリセット', 'reset_password' => 'パスワードリセット',

View file

@ -23,9 +23,9 @@ return [
'meta_updated' => '更新: :timeLength', 'meta_updated' => '更新: :timeLength',
'meta_updated_name' => '更新: :timeLength (:user)', 'meta_updated_name' => '更新: :timeLength (:user)',
'meta_owned_name' => '所有者: :user', 'meta_owned_name' => '所有者: :user',
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages', 'meta_reference_page_count' => '1 つのページで参照|:count つのページで参照',
'entity_select' => 'エンティティ選択', 'entity_select' => 'エンティティ選択',
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item', 'entity_select_lack_permission' => 'この項目を選択するために必要な権限がありません',
'images' => '画像', 'images' => '画像',
'my_recent_drafts' => '最近の下書き', 'my_recent_drafts' => '最近の下書き',
'my_recently_viewed' => '閲覧履歴', 'my_recently_viewed' => '閲覧履歴',
@ -88,23 +88,23 @@ return [
'shelves_save' => '本棚を保存', 'shelves_save' => '本棚を保存',
'shelves_books' => 'この本棚のブック', 'shelves_books' => 'この本棚のブック',
'shelves_add_books' => 'この本棚にブックを追加', 'shelves_add_books' => 'この本棚にブックを追加',
'shelves_drag_books' => 'Drag books below to add them to this shelf', 'shelves_drag_books' => '下にブックをドラッグしてこの本棚に追加',
'shelves_empty_contents' => 'この本棚にはブックが割り当てられていません。', 'shelves_empty_contents' => 'この本棚にはブックが割り当てられていません。',
'shelves_edit_and_assign' => '本棚を編集してブックを割り当てる', 'shelves_edit_and_assign' => '本棚を編集してブックを割り当てる',
'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit_named' => '本棚「:name」を編集',
'shelves_edit' => 'Edit Shelf', 'shelves_edit' => '本棚を編集',
'shelves_delete' => 'Delete Shelf', 'shelves_delete' => '本棚を削除',
'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_named' => '本棚「:name」を削除',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_explain' => "これにより、この本棚「:name」が削除されます。含まれているブックは削除されません。",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_delete_confirmation' => '本当にこの本棚を削除してよろしいですか?',
'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions' => '本棚の権限',
'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_updated' => '本棚の権限を更新しました',
'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_active' => '本棚の権限は有効です',
'shelves_permissions_cascade_warning' => 'Permissions on shelves 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' => '本棚の権限は含まれる本には自動的に継承されません。これは、1つのブックが複数の本棚に存在する可能性があるためです。ただし、以下のオプションを使用すると権限を子ブックにコピーできます。',
'shelves_copy_permissions_to_books' => 'ブックに権限をコピー', 'shelves_copy_permissions_to_books' => 'ブックに権限をコピー',
'shelves_copy_permissions' => '権限をコピー', 'shelves_copy_permissions' => '権限をコピー',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permissions_explain' => 'これにより、この本棚の現在の権限設定を本棚に含まれるすべてのブックに適用します。有効にする前に、この本棚の権限への変更が保存されていることを確認してください。',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', 'shelves_copy_permission_success' => '本棚の権限が:count個のブックにコピーされました',
// Books // Books
'book' => 'ブック', 'book' => 'ブック',
@ -171,7 +171,7 @@ return [
'chapters_permissions_active' => 'チャプターの権限は有効です', 'chapters_permissions_active' => 'チャプターの権限は有効です',
'chapters_permissions_success' => 'チャプターの権限を更新しました', 'chapters_permissions_success' => 'チャプターの権限を更新しました',
'chapters_search_this' => 'このチャプターを検索', 'chapters_search_this' => 'このチャプターを検索',
'chapter_sort_book' => 'Sort Book', 'chapter_sort_book' => 'ブックを並べ替え',
// Pages // Pages
'page' => 'ページ', 'page' => 'ページ',
@ -248,7 +248,7 @@ return [
'pages_edit_content_link' => 'コンテンツの編集', 'pages_edit_content_link' => 'コンテンツの編集',
'pages_permissions_active' => 'ページの権限は有効です', 'pages_permissions_active' => 'ページの権限は有効です',
'pages_initial_revision' => '初回の公開', 'pages_initial_revision' => '初回の公開',
'pages_references_update_revision' => 'System auto-update of internal links', 'pages_references_update_revision' => '内部リンクのシステム自動更新',
'pages_initial_name' => '新規ページ', 'pages_initial_name' => '新規ページ',
'pages_editing_draft_notification' => ':timeDiffに保存された下書きを編集しています。', 'pages_editing_draft_notification' => ':timeDiffに保存された下書きを編集しています。',
'pages_draft_edited_notification' => 'このページは更新されています。下書きを破棄することを推奨します。', 'pages_draft_edited_notification' => 'このページは更新されています。下書きを破棄することを推奨します。',
@ -372,7 +372,7 @@ return [
'convert_chapter_confirm' => 'このチャプターを変換してもよろしいですか?', 'convert_chapter_confirm' => 'このチャプターを変換してもよろしいですか?',
// References // References
'references' => 'References', 'references' => '参照',
'references_none' => 'There are no tracked references to this item.', 'references_none' => 'この項目への追跡された参照はありません。',
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.', 'references_to_desc' => 'この項目にリンクしている、システム内のすべての既知のページを以下に示します。',
]; ];

View file

@ -35,7 +35,7 @@ return [
'social_account_already_used_existing' => 'この:socialAccountアカウントは既に他のユーザが使用しています。', 'social_account_already_used_existing' => 'この:socialAccountアカウントは既に他のユーザが使用しています。',
'social_account_not_used' => 'この:socialAccountアカウントはどのユーザにも接続されていません。プロフィール設定から接続できます。', 'social_account_not_used' => 'この:socialAccountアカウントはどのユーザにも接続されていません。プロフィール設定から接続できます。',
'social_account_register_instructions' => 'まだアカウントをお持ちでない場合、:socialAccountオプションから登録できます。', 'social_account_register_instructions' => 'まだアカウントをお持ちでない場合、:socialAccountオプションから登録できます。',
'social_driver_not_found' => 'Social driverが見つかりません', 'social_driver_not_found' => 'Social driverが見つかりません',
'social_driver_not_configured' => 'あなたの:socialAccount設定は正しく構成されていません。', 'social_driver_not_configured' => 'あなたの:socialAccount設定は正しく構成されていません。',
'invite_token_expired' => 'この招待リンクの有効期限が切れています。 代わりにアカウントのパスワードをリセットしてみてください。', 'invite_token_expired' => 'この招待リンクの有効期限が切れています。 代わりにアカウントのパスワードをリセットしてみてください。',
@ -50,7 +50,7 @@ return [
'file_upload_timeout' => 'ファイルのアップロードがタイムアウトしました。', 'file_upload_timeout' => 'ファイルのアップロードがタイムアウトしました。',
// Attachments // Attachments
'attachment_not_found' => '添付ファイルが見つかりません', 'attachment_not_found' => '添付ファイルが見つかりません',
// Pages // Pages
'page_draft_autosave_fail' => '下書きの保存に失敗しました。インターネットへ接続してください。', 'page_draft_autosave_fail' => '下書きの保存に失敗しました。インターネットへ接続してください。',
@ -58,7 +58,7 @@ return [
// Entities // Entities
'entity_not_found' => 'エンティティが見つかりません', 'entity_not_found' => 'エンティティが見つかりません',
'bookshelf_not_found' => 'Shelf not found', 'bookshelf_not_found' => '本棚が見つかりません',
'book_not_found' => 'ブックが見つかりません', 'book_not_found' => 'ブックが見つかりません',
'page_not_found' => 'ページが見つかりません', 'page_not_found' => 'ページが見つかりません',
'chapter_not_found' => 'チャプターが見つかりません', 'chapter_not_found' => 'チャプターが見つかりません',

View file

@ -89,10 +89,10 @@ return [
'maint_send_test_email_mail_text' => 'おめでとうございます!この通知メールが届いたということは、あなたのメール設定は適切であると思われます。', 'maint_send_test_email_mail_text' => 'おめでとうございます!この通知メールが届いたということは、あなたのメール設定は適切であると思われます。',
'maint_recycle_bin_desc' => '削除された本棚・ブック・チャプター・ページはごみ箱に送られるため、復元したり完全に削除したりできます。システムの設定によっては、ごみ箱の古いアイテムがしばらくすると自動的に削除される場合があります。', 'maint_recycle_bin_desc' => '削除された本棚・ブック・チャプター・ページはごみ箱に送られるため、復元したり完全に削除したりできます。システムの設定によっては、ごみ箱の古いアイテムがしばらくすると自動的に削除される場合があります。',
'maint_recycle_bin_open' => 'ごみ箱を開く', 'maint_recycle_bin_open' => 'ごみ箱を開く',
'maint_regen_references' => 'Regenerate References', 'maint_regen_references' => '参照を再生成',
'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', 'maint_regen_references_desc' => 'この操作により、データベース内の項目間参照インデックスが再構築されます。これは通常自動的に処理されますが、この操作は古いコンテンツや非公式の方法で追加されたコンテンツのインデックス作成に役立ちます。',
'maint_regen_references_success' => 'Reference index has been regenerated!', 'maint_regen_references_success' => '参照インデックスが再生成されました!',
'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', 'maint_timeout_command_note' => '注意: この操作の実行には時間がかかる場合があり、一部のWeb環境ではタイムアウトの問題が発生する可能性があります。別の方法として、ターミナルコマンドを利用してこの操作を実行することもできます。',
// Recycle Bin // Recycle Bin
'recycle_bin' => 'ごみ箱', 'recycle_bin' => 'ごみ箱',
@ -161,7 +161,7 @@ return [
'roles_system_warning' => '上記の3つの権限のいずれかを付与することは、ユーザーが自分の特権またはシステム内の他のユーザーの特権を変更できる可能性があることに注意してください。これらの権限は信頼できるユーザーにのみ割り当ててください。', 'roles_system_warning' => '上記の3つの権限のいずれかを付与することは、ユーザーが自分の特権またはシステム内の他のユーザーの特権を変更できる可能性があることに注意してください。これらの権限は信頼できるユーザーにのみ割り当ててください。',
'role_asset_desc' => '各アセットに対するデフォルトの権限を設定します。ここで設定した権限が優先されます。', 'role_asset_desc' => '各アセットに対するデフォルトの権限を設定します。ここで設定した権限が優先されます。',
'role_asset_admins' => '管理者にはすべてのコンテンツへのアクセス権が自動的に付与されますが、これらのオプションはUIオプションを表示または非表示にする場合があります。', 'role_asset_admins' => '管理者にはすべてのコンテンツへのアクセス権が自動的に付与されますが、これらのオプションはUIオプションを表示または非表示にする場合があります。',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'これは画像マネージャー内の可視性に関連しています。アップロードされた画像ファイルへの実際のアクセスは、システムの画像保存オプションに依存します。',
'role_all' => '全て', 'role_all' => '全て',
'role_own' => '自身', 'role_own' => '自身',
'role_controlled_by_asset' => 'このアセットに対し、右記の操作を許可:', 'role_controlled_by_asset' => 'このアセットに対し、右記の操作を許可:',

View file

@ -38,14 +38,14 @@ return [
'book_sort_notification' => 'Livro reordenado com sucesso', 'book_sort_notification' => 'Livro reordenado com sucesso',
// Bookshelves // Bookshelves
'bookshelf_create' => 'created shelf', 'bookshelf_create' => 'estante criada',
'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_notification' => 'Estante criada com sucesso',
'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book' => 'livro convertido para estante',
'bookshelf_create_from_book_notification' => 'Livro convertido em prateleira com sucesso', 'bookshelf_create_from_book_notification' => 'Livro convertido em prateleira com sucesso',
'bookshelf_update' => 'updated shelf', 'bookshelf_update' => 'estante atualizada',
'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_update_notification' => 'Estante atualizada com sucesso',
'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete' => 'prateleira excluída',
'bookshelf_delete_notification' => 'Shelf successfully deleted', 'bookshelf_delete_notification' => 'Estante eliminada com sucesso',
// Favourites // Favourites
'favourite_add_notification' => '":name" foi adicionado aos seus favoritos', 'favourite_add_notification' => '":name" foi adicionado aos seus favoritos',

View file

@ -91,20 +91,20 @@ return [
'shelves_drag_books' => 'Arraste os livros abaixo para adicioná-los a esta prateleira', 'shelves_drag_books' => 'Arraste os livros abaixo para adicioná-los a esta prateleira',
'shelves_empty_contents' => 'Esta estante não tem livros atribuídos', 'shelves_empty_contents' => 'Esta estante não tem livros atribuídos',
'shelves_edit_and_assign' => 'Editar estante para atribuir livros', 'shelves_edit_and_assign' => 'Editar estante para atribuir livros',
'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit_named' => 'Editar Estante :name',
'shelves_edit' => 'Edit Shelf', 'shelves_edit' => 'Editar estante',
'shelves_delete' => 'Delete Shelf', 'shelves_delete' => 'Excluir estante',
'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_named' => 'Excluir Estante :name',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_explain' => "A ação vai eliminar a estante ':name'. Os livros nela presentes não serão eliminados.",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_delete_confirmation' => 'Tem a certeza que deseja eliminar esta estante?',
'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions' => 'Permissões da Estante',
'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_updated' => 'Permissões da Estante Atualizada',
'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_active' => 'Permissões da Estante Ativas',
'shelves_permissions_cascade_warning' => 'Permissions on shelves 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' => 'As permissões nas estantes não são passadas automaticamente em efeito dominó para os livros contidos. Isto acontece porque um livro pode existir em várias estantes. As permissões podem, no entanto, ser copiadas para livros filhos usando a opção abaixo.',
'shelves_copy_permissions_to_books' => 'Copiar Permissões para Livros', 'shelves_copy_permissions_to_books' => 'Copiar Permissões para Livros',
'shelves_copy_permissions' => 'Copiar Permissões', 'shelves_copy_permissions' => 'Copiar Permissões',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permissions_explain' => 'Isto aplicará as configurações de permissões atuais desta estante a todos os livros nela contidos. Antes de ativar, assegure-se de que quaisquer alterações nas permissões desta estante foram guardadas.',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', 'shelves_copy_permission_success' => 'Permissões da estante copiadas para :count livros',
// Books // Books
'book' => 'Livro', 'book' => 'Livro',

View file

@ -58,7 +58,7 @@ return [
// Entities // Entities
'entity_not_found' => 'Entidade não encontrada', 'entity_not_found' => 'Entidade não encontrada',
'bookshelf_not_found' => 'Shelf not found', 'bookshelf_not_found' => 'Estante não encontrada',
'book_not_found' => 'Livro não encontrado', 'book_not_found' => 'Livro não encontrado',
'page_not_found' => 'Página não encontrada', 'page_not_found' => 'Página não encontrada',
'chapter_not_found' => 'Capítulo não encontrado', 'chapter_not_found' => 'Capítulo não encontrado',

View file

@ -161,7 +161,7 @@ return [
'roles_system_warning' => 'Esteja ciente de que o acesso a qualquer uma das três permissões acima pode permitir que um utilizador altere os seus próprios privilégios ou privilégios de outros no sistema. Apenas atribua cargos com essas permissões a utilizadores de confiança.', 'roles_system_warning' => 'Esteja ciente de que o acesso a qualquer uma das três permissões acima pode permitir que um utilizador altere os seus próprios privilégios ou privilégios de outros no sistema. Apenas atribua cargos com essas permissões a utilizadores de confiança.',
'role_asset_desc' => 'Estas permissões controlam o acesso padrão para os ativos dentro do sistema. Permissões em Livros, Capítulos e Páginas serão sobrescritas por estas permissões.', 'role_asset_desc' => 'Estas permissões controlam o acesso padrão para os ativos dentro do sistema. Permissões em Livros, Capítulos e Páginas serão sobrescritas por estas permissões.',
'role_asset_admins' => 'Os administradores recebem automaticamente acesso a todo o conteúdo, mas estas opções podem mostrar ou ocultar as opções da Interface de Usuário.', 'role_asset_admins' => 'Os administradores recebem automaticamente acesso a todo o conteúdo, mas estas opções podem mostrar ou ocultar as opções da Interface de Usuário.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'Isto está relacionado com a visibilidade do gerenciador de imagens. O acesso real dos arquivos de imagem enviados dependerá da opção de armazenamento de imagens do sistema.',
'role_all' => 'Todos', 'role_all' => 'Todos',
'role_own' => 'Próprio', 'role_own' => 'Próprio',
'role_controlled_by_asset' => 'Controlado pelo ativo para o qual eles são enviados', 'role_controlled_by_asset' => 'Controlado pelo ativo para o qual eles são enviados',

View file

@ -38,14 +38,14 @@ return [
'book_sort_notification' => 'Книга успешно отсортирована', 'book_sort_notification' => 'Книга успешно отсортирована',
// Bookshelves // Bookshelves
'bookshelf_create' => 'created shelf', 'bookshelf_create' => 'создал полку',
'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_notification' => 'Полка успешно создана',
'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book' => 'преобразовал книгу в полку',
'bookshelf_create_from_book_notification' => 'Книга успешно преобразована в полку', 'bookshelf_create_from_book_notification' => 'Книга успешно преобразована в полку',
'bookshelf_update' => 'updated shelf', 'bookshelf_update' => 'обновил полку',
'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_update_notification' => 'Полка успешно обновлена',
'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete' => 'удалил полку',
'bookshelf_delete_notification' => 'Shelf successfully deleted', 'bookshelf_delete_notification' => 'Полка успешно удалена',
// Favourites // Favourites
'favourite_add_notification' => '":name" добавлено в избранное', 'favourite_add_notification' => '":name" добавлено в избранное',

View file

@ -23,7 +23,7 @@ return [
'meta_updated' => 'Обновлено :timeLength', 'meta_updated' => 'Обновлено :timeLength',
'meta_updated_name' => ':user обновил :timeLength', 'meta_updated_name' => ':user обновил :timeLength',
'meta_owned_name' => 'Владелец :user', 'meta_owned_name' => 'Владелец :user',
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages', 'meta_reference_page_count' => 'Ссылается на 1 страницу|Ссылается на :count страниц',
'entity_select' => 'Выбор объекта', 'entity_select' => 'Выбор объекта',
'entity_select_lack_permission' => 'У вас нет разрешения на выбор этого элемента', 'entity_select_lack_permission' => 'У вас нет разрешения на выбор этого элемента',
'images' => 'Изображения', 'images' => 'Изображения',
@ -91,20 +91,20 @@ return [
'shelves_drag_books' => 'Перетащите книги ниже, чтобы добавить их на эту полку', 'shelves_drag_books' => 'Перетащите книги ниже, чтобы добавить их на эту полку',
'shelves_empty_contents' => 'На этой полке нет книг', 'shelves_empty_contents' => 'На этой полке нет книг',
'shelves_edit_and_assign' => 'Изменить полку для привязки книг', 'shelves_edit_and_assign' => 'Изменить полку для привязки книг',
'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit_named' => 'Редактировать полку :name',
'shelves_edit' => 'Edit Shelf', 'shelves_edit' => 'Редактировать полку',
'shelves_delete' => 'Delete Shelf', 'shelves_delete' => 'Удалить полку',
'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_named' => 'Удалить полку :name',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_explain' => "Это приведет к удалению полки с именем ':name'. Привязанные книги удалены не будут.",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_delete_confirmation' => 'Вы уверены, что хотите удалить эту полку?',
'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions' => 'Доступы к полке',
'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_updated' => 'Доступы к полке обновлены',
'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_active' => 'Действующие разрешения полки',
'shelves_permissions_cascade_warning' => 'Permissions on shelves 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' => 'Разрешения на полки не наследуются автоматически содержащимся в них книгам. Это происходит потому, что книга может находиться на нескольких полках. Однако разрешения могут быть установлены для книг полки с помощью опции, приведенной ниже.',
'shelves_copy_permissions_to_books' => 'Наследовать доступы книгам', 'shelves_copy_permissions_to_books' => 'Наследовать доступы книгам',
'shelves_copy_permissions' => 'Копировать доступы', 'shelves_copy_permissions' => 'Копировать доступы',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permissions_explain' => 'Это применит текущие настройки разрешений для этой полки ко всем книгам, содержащимся в ней. Перед активацией убедитесь, что все изменения разрешений этой полки были сохранены.',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', 'shelves_copy_permission_success' => 'Доступы полки скопированы для :count книг',
// Books // Books
'book' => 'Книга', 'book' => 'Книга',
@ -248,7 +248,7 @@ return [
'pages_edit_content_link' => 'Изменить содержание', 'pages_edit_content_link' => 'Изменить содержание',
'pages_permissions_active' => 'Действующие разрешения на страницу', 'pages_permissions_active' => 'Действующие разрешения на страницу',
'pages_initial_revision' => 'Первоначальное издание', 'pages_initial_revision' => 'Первоначальное издание',
'pages_references_update_revision' => 'System auto-update of internal links', 'pages_references_update_revision' => 'Система автоматически обновила внутренние ссылки',
'pages_initial_name' => 'Новая страница', 'pages_initial_name' => 'Новая страница',
'pages_editing_draft_notification' => 'В настоящее время вы редактируете черновик, который был сохранён :timeDiff.', 'pages_editing_draft_notification' => 'В настоящее время вы редактируете черновик, который был сохранён :timeDiff.',
'pages_draft_edited_notification' => 'Эта страница была обновлена до этого момента. Рекомендуется отменить этот черновик.', 'pages_draft_edited_notification' => 'Эта страница была обновлена до этого момента. Рекомендуется отменить этот черновик.',
@ -372,7 +372,7 @@ return [
'convert_chapter_confirm' => 'Вы уверены, что хотите преобразовать эту главу?', 'convert_chapter_confirm' => 'Вы уверены, что хотите преобразовать эту главу?',
// References // References
'references' => 'References', 'references' => 'Ссылки',
'references_none' => 'There are no tracked references to this item.', 'references_none' => 'Нет отслеживаемых ссылок на этот элемент.',
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.', 'references_to_desc' => 'Ниже показаны все известные страницы в системе, которые ссылаются на этот элемент.',
]; ];

View file

@ -58,7 +58,7 @@ return [
// Entities // Entities
'entity_not_found' => 'Объект не найден', 'entity_not_found' => 'Объект не найден',
'bookshelf_not_found' => 'Shelf not found', 'bookshelf_not_found' => 'Полка не найдена',
'book_not_found' => 'Книга не найдена', 'book_not_found' => 'Книга не найдена',
'page_not_found' => 'Страница не найдена', 'page_not_found' => 'Страница не найдена',
'chapter_not_found' => 'Глава не найдена', 'chapter_not_found' => 'Глава не найдена',

View file

@ -82,17 +82,17 @@ return [
'maint_image_cleanup_nothing_found' => 'Не найдено ни одного бесполезного изображения!', 'maint_image_cleanup_nothing_found' => 'Не найдено ни одного бесполезного изображения!',
'maint_send_test_email' => 'Отправить тестовое письмо', 'maint_send_test_email' => 'Отправить тестовое письмо',
'maint_send_test_email_desc' => 'Отправить тестовое письмо на адрес электронной почты, указанный в профиле.', 'maint_send_test_email_desc' => 'Отправить тестовое письмо на адрес электронной почты, указанный в профиле.',
'maint_send_test_email_run' => 'Отправить проверочное письмо', 'maint_send_test_email_run' => 'Отправить письмо',
'maint_send_test_email_success' => 'На адрес :address отравлено письмо', 'maint_send_test_email_success' => 'На адрес :address отравлено письмо',
'maint_send_test_email_mail_subject' => 'Проверка электронной почты', 'maint_send_test_email_mail_subject' => 'Проверка электронной почты',
'maint_send_test_email_mail_greeting' => 'Доставка электронной почты работает!', 'maint_send_test_email_mail_greeting' => 'Доставка электронной почты работает!',
'maint_send_test_email_mail_text' => 'Поздравляем! Поскольку вы получили это письмо, электронная почта настроена правильно.', 'maint_send_test_email_mail_text' => 'Поздравляем! Поскольку вы получили это письмо, электронная почта настроена правильно.',
'maint_recycle_bin_desc' => 'Удаленные полки, книги, главы и страницы отправляются в корзину, чтобы они могли быть восстановлены или удалены навсегда. Более старые элементы в корзине могут быть автоматически удалены через некоторое время в зависимости от системной конфигурации.', 'maint_recycle_bin_desc' => 'Удаленные полки, книги, главы и страницы отправляются в корзину, чтобы они могли быть восстановлены или удалены навсегда. Более старые элементы в корзине могут быть автоматически удалены через некоторое время в зависимости от системной конфигурации.',
'maint_recycle_bin_open' => 'Открыть корзину', 'maint_recycle_bin_open' => 'Открыть корзину',
'maint_regen_references' => 'Regenerate References', 'maint_regen_references' => 'Пересоздать ссылки',
'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', 'maint_regen_references_desc' => 'Это действие восстановит перекрёстный справочный индекс в базе данных. Обычно это действие обрабатывается автоматически, но оно может быть полезно для индексации старого контента или контента, добавляемого неофициальными методами.',
'maint_regen_references_success' => 'Reference index has been regenerated!', 'maint_regen_references_success' => 'Справочный индекс был обновлен!',
'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', 'maint_timeout_command_note' => 'Примечание: Это действие может занять время для запуска, что может привести к возникновению проблем в некоторых web-средах. В качестве альтернативы, это действие можно выполнить с помощью терминальной команды.',
// Recycle Bin // Recycle Bin
'recycle_bin' => 'Корзина', 'recycle_bin' => 'Корзина',
@ -161,7 +161,7 @@ return [
'roles_system_warning' => 'Имейте в виду, что доступ к любому из указанных выше трех разрешений может позволить пользователю изменить свои собственные привилегии или привилегии других пользователей системы. Назначать роли с этими правами можно только доверенным пользователям.', 'roles_system_warning' => 'Имейте в виду, что доступ к любому из указанных выше трех разрешений может позволить пользователю изменить свои собственные привилегии или привилегии других пользователей системы. Назначать роли с этими правами можно только доверенным пользователям.',
'role_asset_desc' => 'Эти разрешения контролируют доступ по умолчанию к параметрам внутри системы. Разрешения на книги, главы и страницы перезапишут эти разрешения.', 'role_asset_desc' => 'Эти разрешения контролируют доступ по умолчанию к параметрам внутри системы. Разрешения на книги, главы и страницы перезапишут эти разрешения.',
'role_asset_admins' => 'Администраторы автоматически получают доступ ко всему контенту, но эти опции могут отображать или скрывать параметры пользовательского интерфейса.', 'role_asset_admins' => 'Администраторы автоматически получают доступ ко всему контенту, но эти опции могут отображать или скрывать параметры пользовательского интерфейса.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'Это относится к видимости в менеджере изображений. Фактический доступ к загруженным файлам изображений будет зависеть от опции хранения системных изображений.',
'role_all' => 'Все', 'role_all' => 'Все',
'role_own' => 'Владелец', 'role_own' => 'Владелец',
'role_controlled_by_asset' => 'Контролируется активом, в который они загружены', 'role_controlled_by_asset' => 'Контролируется активом, в который они загружены',

View file

@ -38,14 +38,14 @@ return [
'book_sort_notification' => 'Книгу успішно відновлено', 'book_sort_notification' => 'Книгу успішно відновлено',
// Bookshelves // Bookshelves
'bookshelf_create' => 'created shelf', 'bookshelf_create' => 'створено полицю',
'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_notification' => 'Полиця успішно створена',
'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book' => 'конвертовано книгу у полицю',
'bookshelf_create_from_book_notification' => 'Книжку успішно конвертовано на полицю', 'bookshelf_create_from_book_notification' => 'Книжку успішно конвертовано на полицю',
'bookshelf_update' => 'updated shelf', 'bookshelf_update' => 'оновлено полицю',
'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_update_notification' => 'Полиця успішно оновлена',
'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete' => 'видалена полиця',
'bookshelf_delete_notification' => 'Shelf successfully deleted', 'bookshelf_delete_notification' => 'Полиця успішно видалена',
// Favourites // Favourites
'favourite_add_notification' => '":ім\'я" було додане до ваших улюлених', 'favourite_add_notification' => '":ім\'я" було додане до ваших улюлених',

View file

@ -157,7 +157,7 @@ return [
'about' => 'Про редактор', 'about' => 'Про редактор',
'about_title' => 'Про WYSIWYG редактор', 'about_title' => 'Про WYSIWYG редактор',
'editor_license' => 'Ліцензія редактора і авторські права', 'editor_license' => 'Ліцензія редактора і авторські права',
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.', 'editor_tiny_license' => 'Цей редактор побудований за допомогою :tinylink, яке надається за ліцензією MIT.',
'editor_tiny_license_link' => 'Тут можна знайти авторські та умови ліцензії.', 'editor_tiny_license_link' => 'Тут можна знайти авторські та умови ліцензії.',
'save_continue' => 'Зберегти і продовжити', 'save_continue' => 'Зберегти і продовжити',
'callouts_cycle' => '(Тримайте натискання для перемикання між типами)', 'callouts_cycle' => '(Тримайте натискання для перемикання між типами)',

View file

@ -23,9 +23,9 @@ return [
'meta_updated' => 'Оновлено :timeLength', 'meta_updated' => 'Оновлено :timeLength',
'meta_updated_name' => ':user оновив :timeLength', 'meta_updated_name' => ':user оновив :timeLength',
'meta_owned_name' => 'Власник :user', 'meta_owned_name' => 'Власник :user',
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages', 'meta_reference_page_count' => 'Посилання на 1 сторінку|Посилання на :count сторінок',
'entity_select' => 'Вибір об\'єкта', 'entity_select' => 'Вибір об\'єкта',
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item', 'entity_select_lack_permission' => 'У вас немає необхідних прав для вибору цього елемента',
'images' => 'Зображення', 'images' => 'Зображення',
'my_recent_drafts' => 'Мої останні чернетки', 'my_recent_drafts' => 'Мої останні чернетки',
'my_recently_viewed' => 'Мої недавні перегляди', 'my_recently_viewed' => 'Мої недавні перегляди',
@ -88,23 +88,23 @@ return [
'shelves_save' => 'Зберегти полицю', 'shelves_save' => 'Зберегти полицю',
'shelves_books' => 'Книги на цій полиці', 'shelves_books' => 'Книги на цій полиці',
'shelves_add_books' => 'Додати книги до цієї полиці', 'shelves_add_books' => 'Додати книги до цієї полиці',
'shelves_drag_books' => 'Drag books below to add them to this shelf', 'shelves_drag_books' => 'Перетягніть книги нижче, щоб додати їх до цієї полиці',
'shelves_empty_contents' => 'Ця полиця не має призначених їй книг', 'shelves_empty_contents' => 'Ця полиця не має призначених їй книг',
'shelves_edit_and_assign' => 'Редагувати полицю для присвоєння книг', 'shelves_edit_and_assign' => 'Редагувати полицю для присвоєння книг',
'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit_named' => 'Редагувати полицю :name',
'shelves_edit' => 'Edit Shelf', 'shelves_edit' => 'Редагувати полицю',
'shelves_delete' => 'Delete Shelf', 'shelves_delete' => 'Видалити полицю',
'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_named' => 'Видалити полицю :name',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_explain' => "Це видалить полицю з ім'ям ':name'. Якщо містить книги, не буде видалено.",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_delete_confirmation' => 'Ви упевнені, що хочете видалити цю полицю?',
'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions' => 'Дозволи полиці',
'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_updated' => 'Дозволи полиці оновлено',
'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_active' => 'Дозволи полиці активні',
'shelves_permissions_cascade_warning' => 'Permissions on shelves 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' => 'Дозволи на полицях не каскадують автоматично до вміщених книг. Це тому, що книга може стояти на кількох полицях. Однак дозволи можна скопіювати до дочірніх книг за допомогою наведеної нижче опції.',
'shelves_copy_permissions_to_books' => 'Копіювати дозволи на книги', 'shelves_copy_permissions_to_books' => 'Копіювати дозволи на книги',
'shelves_copy_permissions' => 'Копіювати дозволи', 'shelves_copy_permissions' => 'Копіювати дозволи',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permissions_explain' => 'Це застосує поточні налаштування дозволів цієї полиці до всіх книг, які містяться в ній. Перед активацією переконайтеся, що будь-які зміни в дозволах цієї полиці збережено.',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', 'shelves_copy_permission_success' => 'Права полиці скопійовано до :count книг',
// Books // Books
'book' => 'Книга', 'book' => 'Книга',
@ -171,7 +171,7 @@ return [
'chapters_permissions_active' => 'Діючі дозволи на розділ', 'chapters_permissions_active' => 'Діючі дозволи на розділ',
'chapters_permissions_success' => 'Дозволи на розділ оновлено', 'chapters_permissions_success' => 'Дозволи на розділ оновлено',
'chapters_search_this' => 'Шукати в цьому розділі', 'chapters_search_this' => 'Шукати в цьому розділі',
'chapter_sort_book' => 'Sort Book', 'chapter_sort_book' => 'Сортувати книгу',
// Pages // Pages
'page' => 'Сторінка', 'page' => 'Сторінка',
@ -248,7 +248,7 @@ return [
'pages_edit_content_link' => 'Редагувати вміст', 'pages_edit_content_link' => 'Редагувати вміст',
'pages_permissions_active' => 'Активні дозволи сторінки', 'pages_permissions_active' => 'Активні дозволи сторінки',
'pages_initial_revision' => 'Початкова публікація', 'pages_initial_revision' => 'Початкова публікація',
'pages_references_update_revision' => 'System auto-update of internal links', 'pages_references_update_revision' => 'Автоматичне оновлення системних посилань',
'pages_initial_name' => 'Нова сторінка', 'pages_initial_name' => 'Нова сторінка',
'pages_editing_draft_notification' => 'Ви наразі редагуєте чернетку, що була збережена останньою :timeDiff.', 'pages_editing_draft_notification' => 'Ви наразі редагуєте чернетку, що була збережена останньою :timeDiff.',
'pages_draft_edited_notification' => 'З того часу ця сторінка була оновлена. Рекомендуємо відмовитися від цього проекту.', 'pages_draft_edited_notification' => 'З того часу ця сторінка була оновлена. Рекомендуємо відмовитися від цього проекту.',
@ -372,7 +372,7 @@ return [
'convert_chapter_confirm' => 'Ви впевнені, що хочете конвертувати цей розділ?', 'convert_chapter_confirm' => 'Ви впевнені, що хочете конвертувати цей розділ?',
// References // References
'references' => 'References', 'references' => 'Посилання',
'references_none' => 'There are no tracked references to this item.', 'references_none' => 'Немає відслідковуваних посилань для цього елемента.',
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.', 'references_to_desc' => 'Показані нижче всі відомі сторінки в системі, що посилаються на цей елемент.',
]; ];

View file

@ -58,7 +58,7 @@ return [
// Entities // Entities
'entity_not_found' => 'Об\'єкт не знайдено', 'entity_not_found' => 'Об\'єкт не знайдено',
'bookshelf_not_found' => 'Shelf not found', 'bookshelf_not_found' => 'Книжкова полиця не знайдена',
'book_not_found' => 'Книга не знайдена', 'book_not_found' => 'Книга не знайдена',
'page_not_found' => 'Сторінку не знайдено', 'page_not_found' => 'Сторінку не знайдено',
'chapter_not_found' => 'Розділ не знайдено', 'chapter_not_found' => 'Розділ не знайдено',

View file

@ -89,10 +89,10 @@ return [
'maint_send_test_email_mail_text' => 'Вітаємо! Оскільки ви отримали цього листа, поштова скринька налаштована правильно.', 'maint_send_test_email_mail_text' => 'Вітаємо! Оскільки ви отримали цього листа, поштова скринька налаштована правильно.',
'maint_recycle_bin_desc' => 'Видалені полиці, книги, розділи та сторінки попадають кошик, щоб їх можна було відновити або видалити остаточно. Старіші елементи з кошика можна автоматично видаляти через деякий час, залежно від налаштувань системи.', 'maint_recycle_bin_desc' => 'Видалені полиці, книги, розділи та сторінки попадають кошик, щоб їх можна було відновити або видалити остаточно. Старіші елементи з кошика можна автоматично видаляти через деякий час, залежно від налаштувань системи.',
'maint_recycle_bin_open' => 'Відкрити кошик', 'maint_recycle_bin_open' => 'Відкрити кошик',
'maint_regen_references' => 'Regenerate References', 'maint_regen_references' => 'Перегенерувати посилання',
'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', 'maint_regen_references_desc' => 'Ця дія перебудує міжелементний посилальний індекс у базі даних. Зазвичай це виконується автоматично, але ця дія може бути корисною для індексування старого вмісту або вмісту, доданого неофіційними методами.',
'maint_regen_references_success' => 'Reference index has been regenerated!', 'maint_regen_references_success' => 'Індекс посилань перестворений!',
'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', 'maint_timeout_command_note' => 'Примітка: Ця дія може зайняти час для запуску, що може призвести до тимчасових проблем в деяких веб-середовищах. Як альтернативу, цю дію виконуються за допомогою термінальної команди.',
// Recycle Bin // Recycle Bin
'recycle_bin' => 'Кошик', 'recycle_bin' => 'Кошик',
@ -161,7 +161,7 @@ return [
'roles_system_warning' => 'Майте на увазі, що доступ до будь-якого з вищезазначених трьох дозволів може дозволити користувачеві змінювати власні привілеї або привілеї інших в системі. Ролі з цими дозволами призначайте лише довіреним користувачам.', 'roles_system_warning' => 'Майте на увазі, що доступ до будь-якого з вищезазначених трьох дозволів може дозволити користувачеві змінювати власні привілеї або привілеї інших в системі. Ролі з цими дозволами призначайте лише довіреним користувачам.',
'role_asset_desc' => 'Ці дозволи контролюють стандартні доступи всередині системи. Права на книги, розділи та сторінки перевизначать ці дозволи.', 'role_asset_desc' => 'Ці дозволи контролюють стандартні доступи всередині системи. Права на книги, розділи та сторінки перевизначать ці дозволи.',
'role_asset_admins' => 'Адміністратори автоматично отримують доступ до всього вмісту, але ці параметри можуть відображати або приховувати параметри інтерфейсу користувача.', 'role_asset_admins' => 'Адміністратори автоматично отримують доступ до всього вмісту, але ці параметри можуть відображати або приховувати параметри інтерфейсу користувача.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => 'Це стосується видимості в менеджері зображень. Фактичний доступ завантажуваних зображень буде залежний від опції зберігання системних зображень.',
'role_all' => 'Все', 'role_all' => 'Все',
'role_own' => 'Власне', 'role_own' => 'Власне',
'role_controlled_by_asset' => 'Контролюється за об\'єктом, до якого вони завантажуються', 'role_controlled_by_asset' => 'Контролюється за об\'єктом, до якого вони завантажуються',

View file

@ -161,7 +161,7 @@ return [
'roles_system_warning' => '请注意,拥有以上三个权限中的任何一个都会允许用户更改自己的权限或系统中其他人的权限。 请只将拥有这些权限的角色分配给你信任的用户。', 'roles_system_warning' => '请注意,拥有以上三个权限中的任何一个都会允许用户更改自己的权限或系统中其他人的权限。 请只将拥有这些权限的角色分配给你信任的用户。',
'role_asset_desc' => '对系统内资源的默认访问许可将由这些权限控制。单独设置在书籍、章节和页面上的权限将覆盖这里的权限设定。', 'role_asset_desc' => '对系统内资源的默认访问许可将由这些权限控制。单独设置在书籍、章节和页面上的权限将覆盖这里的权限设定。',
'role_asset_admins' => '管理员可自动获得对所有内容的访问权限但这些选项可能会显示或隐藏UI选项。', 'role_asset_admins' => '管理员可自动获得对所有内容的访问权限但这些选项可能会显示或隐藏UI选项。',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_image_view_note' => '这与图像管理器中的可见性有关。已经上传的图片的实际访问取决于系统图像存储选项。',
'role_all' => '全部的', 'role_all' => '全部的',
'role_own' => '拥有的', 'role_own' => '拥有的',
'role_controlled_by_asset' => '由其所在的资源来控制', 'role_controlled_by_asset' => '由其所在的资源来控制',