Merge pull request #1824 from BookStackApp/l10n_master

New Crowdin translations
This commit is contained in:
Dan Brown 2019-12-27 16:46:02 +00:00 committed by GitHub
commit a433cde3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
97 changed files with 876 additions and 390 deletions

View File

@ -38,6 +38,7 @@ return [
'reset' => 'إعادة تعيين',
'remove' => 'إزالة',
'add' => 'إضافة',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'فشل الوصول إلى LDAP باستخدام dn و password المعطاة',
'ldap_extension_not_installed' => 'لم يتم تثبيت إضافة LDAP PHP',
'ldap_cannot_connect' => 'لا يمكن الاتصال بخادم ldap, فشل الاتصال المبدئي',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => 'لم يتم تعريف أي إجراء',
'social_login_bad_response' => "حصل خطأ خلال تسجيل الدخول باستخدام :socialAccount \n:error",
'social_account_in_use' => 'حساب :socialAccount قيد الاستخدام حالياً, الرجاء محاولة الدخول باستخدام خيار :socialAccount.',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Disable comments',
'app_disable_comments_desc' => 'تعطيل التعليقات على جميع الصفحات داخل التطبيق. التعليقات الموجودة من الأصل لن تكون ظاهرة.',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => 'إعدادات التسجيل',
'reg_enable' => 'Enable Registration',
'reg_enable_toggle' => 'Enable registration',
'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
'reg_default_role' => 'دور المستخدم الأساسي بعد التسجيل',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Email Confirmation',
'reg_email_confirmation_toggle' => 'Require email confirmation',
'reg_confirm_email_desc' => 'إذا تم استخدام قيود للمجال سيصبح التأكيد عن طريق البريد الإلكتروني إلزامي وسيتم تجاهل القيمة أسفله.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => 'يوجد عدد :count من الصور المحتمل عدم استخدامها. تأكيد حذف الصور؟',
'maint_image_cleanup_success' => 'تم إيجاد وحذف عدد :count من الصور المحتمل عدم استخدامها!',
'maint_image_cleanup_nothing_found' => 'لم يتم حذف أي شيء لعدم وجود أي صور غير مسمتخدمة',
'maint_send_test_email' => 'Send a Test Email',
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
'maint_send_test_email_run' => 'Send test email',
'maint_send_test_email_success' => 'Email sent to :address',
'maint_send_test_email_mail_subject' => 'Test Email',
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
// Role Settings
'roles' => 'الأدوار',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Reset',
'remove' => 'Odstranit',
'add' => 'Přidat',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'Přístup k adresáři LDAP pomocí zadaného jména (dn) a hesla selhal',
'ldap_extension_not_installed' => 'Není nainstalováno rozšíření LDAP pro PHP',
'ldap_cannot_connect' => 'Nelze se připojit k adresáři LDAP. Prvotní připojení selhalo.',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => 'Nebyla zvolena žádá akce',
'social_login_bad_response' => "Nastala chyba během přihlašování přes :socialAccount \n:error",
'social_account_in_use' => 'Tento účet na :socialAccount se již používá. Pokuste se s ním přihlásit volbou Přihlásit přes :socialAccount.',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Disable comments',
'app_disable_comments_desc' => 'Zakáže komentáře napříč všemi stránkami. Existující komentáře se přestanou zobrazovat.',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => 'Nastavení registrace',
'reg_enable' => 'Enable Registration',
'reg_enable_toggle' => 'Enable registration',
'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
'reg_default_role' => 'Role přiřazená po registraci',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Email Confirmation',
'reg_email_confirmation_toggle' => 'Require email confirmation',
'reg_confirm_email_desc' => 'Pokud zapnete omezení emailové domény, tak bude ověřování emailové adresy vyžadováno vždy.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => 'Nalezeno :count potenciálně nepoužitých obrázků. Jste si jistí, že je chcete smazat?',
'maint_image_cleanup_success' => 'Potenciálně nepoužité obrázky byly smazány. Celkem :count.',
'maint_image_cleanup_nothing_found' => 'Žádné potenciálně nepoužité obrázky nebyly nalezeny. Nic nebylo smazáno.',
'maint_send_test_email' => 'Send a Test Email',
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
'maint_send_test_email_run' => 'Send test email',
'maint_send_test_email_success' => 'Email sent to :address',
'maint_send_test_email_mail_subject' => 'Test Email',
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
// Role Settings
'roles' => 'Role',

View File

@ -6,33 +6,33 @@
return [
// Pages
'page_create' => 'erstellt Seite',
'page_create' => 'erstellte Seite',
'page_create_notification' => 'Die Seite wurde erfolgreich erstellt.',
'page_update' => 'aktualisiert Seite',
'page_update' => 'aktualisierte Seite',
'page_update_notification' => 'Die Seite wurde erfolgreich aktualisiert.',
'page_delete' => 'löscht Seite',
'page_delete' => 'gelöschte Seite',
'page_delete_notification' => 'Die Seite wurde erfolgreich gelöscht.',
'page_restore' => 'stellt Seite wieder her',
'page_restore' => 'wiederhergestellte Seite',
'page_restore_notification' => 'Die Seite wurde erfolgreich wiederhergestellt.',
'page_move' => 'verschiebt Seite',
'page_move' => 'Seite verschoben',
// Chapters
'chapter_create' => 'erstellt Kapitel',
'chapter_create' => 'erstellte Kapitel',
'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt.',
'chapter_update' => 'aktualisiert Kapitel',
'chapter_update' => 'aktualisierte Kapitel',
'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert.',
'chapter_delete' => 'löscht Kapitel',
'chapter_delete' => 'löschte Kapitel',
'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht.',
'chapter_move' => 'verschiebt Kapitel',
'chapter_move' => 'verschob Kapitel',
// Books
'book_create' => 'erstellt Buch',
'book_create' => 'erstellte Buch',
'book_create_notification' => 'Das Buch wurde erfolgreich erstellt.',
'book_update' => 'aktualisiert Buch',
'book_update' => 'aktualisierte Buch',
'book_update_notification' => 'Das Buch wurde erfolgreich aktualisiert.',
'book_delete' => 'löscht Buch',
'book_delete' => 'löschte Buch',
'book_delete_notification' => 'Das Buch wurde erfolgreich gelöscht.',
'book_sort' => 'sortiert Buch',
'book_sort' => 'sortierte Buch',
'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert.',
// Bookshelves

View File

@ -66,12 +66,12 @@ return [
'email_not_confirmed_resend_button' => 'Bestätigungs-E-Mail erneut senden',
// User Invite
'user_invite_email_subject' => 'You have been invited to join :appName!',
'user_invite_email_greeting' => 'An account has been created for you on :appName.',
'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
'user_invite_email_action' => 'Set Account Password',
'user_invite_page_welcome' => 'Welcome to :appName!',
'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
'user_invite_page_confirm_button' => 'Confirm Password',
'user_invite_success' => 'Password set, you now have access to :appName!'
'user_invite_email_subject' => 'Du wurdest eingeladen :appName beizutreten!',
'user_invite_email_greeting' => 'Ein Konto wurde für Sie auf :appName erstellt.',
'user_invite_email_text' => 'Klicken Sie auf die Schaltfläche unten, um ein Passwort festzulegen und Zugriff zu erhalten:',
'user_invite_email_action' => 'Account-Passwort festlegen',
'user_invite_page_welcome' => 'Willkommen bei :appName!',
'user_invite_page_text' => 'Um die Anmeldung abzuschließen und Zugriff auf :appName zu bekommen muss noch ein Passwort festgelegt werden. Dieses wird in Zukunft zum Einloggen benötigt.',
'user_invite_page_confirm_button' => 'Passwort wiederholen',
'user_invite_success' => 'Passwort gesetzt, Sie haben nun Zugriff auf :appName!'
];

View File

@ -38,12 +38,13 @@ return [
'reset' => 'Zurücksetzen',
'remove' => 'Entfernen',
'add' => 'Hinzufügen',
'fullscreen' => 'Vollbild',
// Sort Options
'sort_options' => 'Sort Options',
'sort_direction_toggle' => 'Sort Direction Toggle',
'sort_ascending' => 'Sort Ascending',
'sort_descending' => 'Sort Descending',
'sort_options' => 'Sortieroptionen',
'sort_direction_toggle' => 'Sortierreihenfolge umkehren',
'sort_ascending' => 'Aufsteigend sortieren',
'sort_descending' => 'Absteigend sortieren',
'sort_name' => 'Name',
'sort_created_at' => 'Erstellungsdatum',
'sort_updated_at' => 'Aktualisierungsdatum',
@ -59,10 +60,10 @@ return [
'grid_view' => 'Gitteransicht',
'list_view' => 'Listenansicht',
'default' => 'Voreinstellung',
'breadcrumb' => 'Breadcrumb',
'breadcrumb' => 'Brotkrumen',
// Header
'profile_menu' => 'Profile Menu',
'profile_menu' => 'Profilmenü',
'view_profile' => 'Profil ansehen',
'edit_profile' => 'Profil bearbeiten',

View File

@ -176,7 +176,7 @@ return [
'pages_delete_confirm' => 'Sind Sie sicher, dass Sie diese Seite löschen möchen?',
'pages_delete_draft_confirm' => 'Sind Sie sicher, dass Sie diesen Seitenentwurf löschen möchten?',
'pages_editing_named' => 'Seite ":pageName" bearbeiten',
'pages_edit_draft_options' => 'Draft Options',
'pages_edit_draft_options' => 'Entwurfsoptionen',
'pages_edit_save_draft' => 'Entwurf speichern',
'pages_edit_draft' => 'Seitenentwurf bearbeiten',
'pages_editing_draft' => 'Seitenentwurf bearbeiten',
@ -211,7 +211,7 @@ return [
'pages_revisions_date' => 'Versionsdatum',
'pages_revisions_number' => '#',
'pages_revisions_numbered' => 'Revision #:id',
'pages_revisions_numbered_changes' => 'Revision #:id Changes',
'pages_revisions_numbered_changes' => 'Revision #:id Änderungen',
'pages_revisions_changelog' => 'Änderungsprotokoll',
'pages_revisions_changes' => 'Änderungen',
'pages_revisions_current' => 'Aktuelle Version',
@ -233,8 +233,8 @@ return [
'message' => ':start :time. Achten Sie darauf, keine Änderungen von anderen Benutzern zu überschreiben!',
],
'pages_draft_discarded' => 'Entwurf verworfen. Der aktuelle Seiteninhalt wurde geladen.',
'pages_specific' => 'Specific Page',
'pages_is_template' => 'Page Template',
'pages_specific' => 'Spezifische Seite',
'pages_is_template' => 'Seitenvorlage',
// Editor Sidebar
'page_tags' => 'Seiten-Schlagwörter',
@ -243,11 +243,11 @@ return [
'shelf_tags' => 'Regal-Schlagwörter',
'tag' => 'Schlagwort',
'tags' => 'Schlagwörter',
'tag_name' => 'Tag Name',
'tag_name' => 'Schlagwort Name',
'tag_value' => 'Inhalt (Optional)',
'tags_explain' => "Fügen Sie Schlagwörter hinzu, um Ihren Inhalt zu kategorisieren.\nSie können einen erklärenden Inhalt hinzufügen, um eine genauere Unterteilung vorzunehmen.",
'tags_add' => 'Weiteres Schlagwort hinzufügen',
'tags_remove' => 'Remove this tag',
'tags_remove' => 'Diesen Tag entfernen',
'attachments' => 'Anhänge',
'attachments_explain' => 'Sie können auf Ihrer Seite Dateien hochladen oder Links hinzufügen. Diese werden in der Seitenleiste angezeigt.',
'attachments_explain_instant_save' => 'Änderungen werden direkt gespeichert.',
@ -273,12 +273,12 @@ return [
'attachments_file_uploaded' => 'Datei erfolgreich hochgeladen',
'attachments_file_updated' => 'Datei erfolgreich aktualisiert',
'attachments_link_attached' => 'Link erfolgreich der Seite hinzugefügt',
'templates' => 'Templates',
'templates_set_as_template' => 'Page is a template',
'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
'templates_replace_content' => 'Replace page content',
'templates_append_content' => 'Append to page content',
'templates_prepend_content' => 'Prepend to page content',
'templates' => 'Vorlagen',
'templates_set_as_template' => 'Seite ist eine Vorlage',
'templates_explain_set_as_template' => 'Sie können diese Seite als Vorlage festlegen, damit deren Inhalt beim Erstellen anderer Seiten verwendet werden kann. Andere Benutzer können diese Vorlage verwenden, wenn sie die Zugriffsrechte für diese Seite haben.',
'templates_replace_content' => 'Seiteninhalt ersetzen',
'templates_append_content' => 'An Seiteninhalt anhängen',
'templates_prepend_content' => 'Seiteninhalt voranstellen',
// Profile View
'profile_user_for_x' => 'Benutzer seit :time',

View File

@ -19,6 +19,10 @@ return [
'ldap_cannot_connect' => 'Die Verbindung zum LDAP-Server ist fehlgeschlagen. Beim initialen Verbindungsaufbau trat ein Fehler auf.',
'saml_already_logged_in' => 'Sie sind bereits angemeldet',
'saml_user_not_registered' => 'Kein Benutzer mit ID :name registriert und die automatische Registrierung ist deaktiviert',
'saml_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',
'saml_invalid_response_id' => 'Die Anfrage vom externen Authentifizierungssystem wird von einem von dieser Anwendung gestarteten Prozess nicht erkannt. Das Zurückgehen nach einem Login könnte dieses Problem verursachen.',
'saml_fail_authed' => 'Anmeldung mit :system fehlgeschlagen, System konnte keine erfolgreiche Autorisierung bereitstellen',
'saml_email_exists' => 'Registrierung fehlgeschlagen, da bereits ein Benutzer mit der E-Mail-Adresse ":email" existiert',
'social_no_action_defined' => 'Es ist keine Aktion definiert',
'social_login_bad_response' => "Fehler bei der :socialAccount-Anmeldung: \n:error",
'social_account_in_use' => 'Dieses :socialAccount-Konto wird bereits verwendet. Bitte melden Sie sich mit dem :socialAccount-Konto an.',
@ -29,7 +33,7 @@ return [
'social_account_register_instructions' => 'Wenn Sie bisher keinen Social-Media Konto besitzen, können Sie ein solches Konto mit der :socialAccount Option anlegen.',
'social_driver_not_found' => 'Treiber für Social-Media-Konten nicht gefunden',
'social_driver_not_configured' => 'Ihr :socialAccount-Konto ist nicht korrekt konfiguriert.',
'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
'invite_token_expired' => 'Dieser Einladungslink ist abgelaufen. Sie können stattdessen versuchen, Ihr Passwort zurückzusetzen.',
// System
'path_not_writable' => 'Die Datei kann nicht in den angegebenen Pfad :filePath hochgeladen werden. Stellen Sie sicher, dass dieser Ordner auf dem Server beschreibbar ist.',

View File

@ -23,13 +23,13 @@ return [
'app_public_access_toggle' => 'Öffentlichen Zugriff erlauben',
'app_public_viewing' => 'Öffentliche Ansicht erlauben?',
'app_secure_images' => 'Erhöhte Sicherheit für hochgeladene Bilder aktivieren?',
'app_secure_images_toggle' => 'Enable higher security image uploads',
'app_secure_images_toggle' => 'Aktiviere Bild-Upload höherer Sicherheit',
'app_secure_images_desc' => 'Aus Leistungsgründen sind alle Bilder öffentlich sichtbar. Diese Option fügt zufällige, schwer zu eratene, Zeichenketten zu Bild-URLs hinzu. Stellen sie sicher, dass Verzeichnisindizes deaktiviert sind, um einen einfachen Zugriff zu verhindern.',
'app_editor' => 'Seiteneditor',
'app_editor_desc' => 'Wählen Sie den Editor aus, der von allen Benutzern genutzt werden soll, um Seiten zu editieren.',
'app_custom_html' => 'Benutzerdefinierter HTML <head> Inhalt',
'app_custom_html_desc' => 'Jeder Inhalt, der hier hinzugefügt wird, wird am Ende der <head> Sektion jeder Seite eingefügt. Diese kann praktisch sein, um CSS Styles anzupassen oder Analytics-Code hinzuzufügen.',
'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.',
'app_custom_html_disabled_notice' => 'Benutzerdefinierte HTML-Kopfzeileninhalte sind auf dieser Einstellungsseite deaktiviert, um sicherzustellen, dass alle Änderungen rückgängig gemacht werden können.',
'app_logo' => 'Anwendungslogo',
'app_logo_desc' => 'Dieses Bild sollte 43px hoch sein.
Größere Bilder werden verkleinert.',
@ -43,12 +43,22 @@ Wenn Sie nicht eingeben, wird die Anwendung auf die Standardfarbe zurückgesetzt
'app_disable_comments_toggle' => 'Kommentare deaktivieren',
'app_disable_comments_desc' => 'Deaktiviert Kommentare über alle Seiten in der Anwendung. Vorhandene Kommentare werden nicht angezeigt.',
// Color settings
'content_colors' => 'Inhaltsfarben',
'content_colors_desc' => 'Legt Farben für alle Elemente in der Seitenorganisationshierarchie fest. Die Auswahl von Farben mit einer ähnlichen Helligkeit wie die Standardfarben wird zur Lesbarkeit empfohlen.',
'bookshelf_color' => 'Regalfarbe',
'book_color' => 'Buchfarbe',
'chapter_color' => 'Kapitelfarbe',
'page_color' => 'Seitenfarbe',
'page_draft_color' => 'Seitenentwurfsfarbe',
// Registration Settings
'reg_settings' => 'Registrierungseinstellungen',
'reg_enable' => 'Registrierung erlauben?',
'reg_enable_toggle' => 'Registrierung erlauben',
'reg_enable_desc' => 'Wenn die Registrierung erlaubt ist, kann sich der Benutzer als Anwendungsbenutzer anmelden. Bei der Registrierung erhält er eine einzige, voreingestellte Benutzerrolle.',
'reg_default_role' => 'Standard-Benutzerrolle nach Registrierung',
'reg_enable_ldap_warning' => 'Die obige Option wird während der LDAP-Authentifizierung nicht verwendet. Benutzerkonten für nicht existierende Mitglieder werden automatisch erzeugt, wenn die Authentifizierung gegen das verwendete LDAP-System erfolgreich ist.',
'reg_email_confirmation' => 'Bestätigung per E-Mail',
'reg_email_confirmation_toggle' => 'Bestätigung per E-Mail erforderlich',
'reg_confirm_email_desc' => 'Falls die Einschränkung für Domains genutzt wird, ist die Bestätigung per E-Mail zwingend erforderlich und der untenstehende Wert wird ignoriert.',
@ -66,6 +76,13 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
'maint_image_cleanup_warning' => ':count eventuell unbenutze Bilder wurden gefunden. Möchten Sie diese Bilder löschen?',
'maint_image_cleanup_success' => ':count eventuell unbenutze Bilder wurden gefunden und gelöscht.',
'maint_image_cleanup_nothing_found' => 'Keine unbenutzen Bilder gefunden. Nichts zu löschen!',
'maint_send_test_email' => 'Test Email versenden',
'maint_send_test_email_desc' => 'Dies sendet eine Test E-Mail an Ihre in Ihrem Profil angegebene E-Mail-Adresse.',
'maint_send_test_email_run' => 'Sende eine Test E-Mail',
'maint_send_test_email_success' => 'E-Mail wurde an :address gesendet',
'maint_send_test_email_mail_subject' => 'Test E-Mail',
'maint_send_test_email_mail_greeting' => 'E-Mail-Versand scheint zu funktionieren!',
'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.',
// Role Settings
'roles' => 'Rollen',
@ -88,7 +105,7 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
'role_manage_roles' => 'Rollen und Rollen-Berechtigungen verwalten',
'role_manage_entity_permissions' => 'Alle Buch-, Kapitel- und Seiten-Berechtigungen verwalten',
'role_manage_own_entity_permissions' => 'Nur Berechtigungen eigener Bücher, Kapitel und Seiten verwalten',
'role_manage_page_templates' => 'Manage page templates',
'role_manage_page_templates' => 'Seitenvorlagen verwalten',
'role_manage_settings' => 'Globaleinstellungen verwalten',
'role_asset' => 'Berechtigungen',
'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.',
@ -113,8 +130,8 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
'users_role_desc' => 'Wählen Sie aus, welchen Rollen dieser Benutzer zugeordnet werden soll. Wenn ein Benutzer mehreren Rollen zugeordnet ist, werden die Berechtigungen dieser Rollen gestapelt und er erhält alle Fähigkeiten der zugewiesenen Rollen.',
'users_password' => 'Benutzerpasswort',
'users_password_desc' => 'Legen Sie ein Passwort fest, mit dem Sie sich anmelden möchten. Diese muss mindestens 5 Zeichen lang sein.',
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
'users_send_invite_option' => 'Send user invite email',
'users_send_invite_text' => 'Sie können diesem Benutzer eine Einladungs-E-Mail senden, die es ihm erlaubt, sein eigenes Passwort zu setzen, andernfalls können Sie sein Passwort selbst setzen.',
'users_send_invite_option' => 'Benutzer-Einladungs-E-Mail senden',
'users_external_auth_id' => 'Externe Authentifizierungs-ID',
'users_external_auth_id_desc' => 'Dies ist die ID, die verwendet wird, um diesen Benutzer bei der Kommunikation mit Ihrem LDAP-System abzugleichen.',
'users_password_warning' => 'Füllen Sie die folgenden Felder nur aus, wenn Sie Ihr Passwort ändern möchten:',

View File

@ -30,19 +30,19 @@ return [
'digits' => ':attribute muss :digits Stellen haben.',
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
'email' => ':attribute muss eine valide E-Mail-Adresse sein.',
'ends_with' => 'The :attribute must end with one of the following: :values',
'ends_with' => ':attribute muss mit einem der folgenden Werte: :values enden',
'filled' => ':attribute ist erforderlich.',
'gt' => [
'numeric' => 'The :attribute must be greater than :value.',
'file' => 'The :attribute must be greater than :value kilobytes.',
'string' => 'The :attribute must be greater than :value characters.',
'array' => 'The :attribute must have more than :value items.',
'numeric' => ':attribute muss größer als :value sein.',
'file' => ':attribute muss mindestens :value Kilobytes groß sein.',
'string' => ':attribute muss mehr als :value Zeichen haben.',
'array' => ':attribute muss mindestens :value Elemente haben.',
],
'gte' => [
'numeric' => 'The :attribute must be greater than or equal :value.',
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
'string' => 'The :attribute must be greater than or equal :value characters.',
'array' => 'The :attribute must have :value items or more.',
'numeric' => ':attribute muss größer-gleich :value sein.',
'file' => ':attribute muss mindestens :value Kilobytes groß sein.',
'string' => ':attribute muss mindestens :value Zeichen enthalten.',
'array' => ':attribute muss :value Elemente oder mehr haben.',
],
'exists' => ':attribute ist ungültig.',
'image' => ':attribute muss ein Bild sein.',
@ -50,20 +50,20 @@ return [
'in' => ':attribute ist ungültig.',
'integer' => ':attribute muss eine Zahl sein.',
'ip' => ':attribute muss eine valide IP-Adresse sein.',
'ipv4' => 'The :attribute must be a valid IPv4 address.',
'ipv6' => 'The :attribute must be a valid IPv6 address.',
'json' => 'The :attribute must be a valid JSON string.',
'ipv4' => ':attribute muss eine gültige IPv4 Adresse sein.',
'ipv6' => ':attribute muss eine gültige IPv6-Adresse sein.',
'json' => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.',
'lt' => [
'numeric' => 'The :attribute must be less than :value.',
'file' => 'The :attribute must be less than :value kilobytes.',
'string' => 'The :attribute must be less than :value characters.',
'array' => 'The :attribute must have less than :value items.',
'numeric' => ':attribute muss kleiner sein :value sein.',
'file' => ':attribute muss kleiner als :value Kilobytes sein.',
'string' => ':attribute muss weniger als :value Zeichen haben.',
'array' => ':attribute muss weniger als :value Elemente haben.',
],
'lte' => [
'numeric' => 'The :attribute must be less than or equal :value.',
'file' => 'The :attribute must be less than or equal :value kilobytes.',
'string' => 'The :attribute must be less than or equal :value characters.',
'array' => 'The :attribute must not have more than :value items.',
'numeric' => ':attribute muss kleiner oder gleich :value sein.',
'file' => ':attribute muss kleiner oder gleich :value Kilobytes sein.',
'string' => ':attribute darf höchstens :value Zeichen besitzen.',
'array' => ':attribute darf höchstens :value Elemente haben.',
],
'max' => [
'numeric' => ':attribute darf nicht größer als :max sein.',
@ -80,7 +80,7 @@ return [
],
'no_double_extension' => ':attribute darf nur eine gültige Dateiendung',
'not_in' => ':attribute ist ungültig.',
'not_regex' => 'The :attribute format is invalid.',
'not_regex' => ':attribute ist kein valides Format.',
'numeric' => ':attribute muss eine Zahl sein.',
'regex' => ':attribute ist in einem ungültigen Format.',
'required' => ':attribute ist erforderlich.',

View File

@ -66,12 +66,12 @@ return [
'email_not_confirmed_resend_button' => 'Bestätigungs-E-Mail erneut senden',
// User Invite
'user_invite_email_subject' => 'You have been invited to join :appName!',
'user_invite_email_greeting' => 'An account has been created for you on :appName.',
'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
'user_invite_email_action' => 'Set Account Password',
'user_invite_page_welcome' => 'Welcome to :appName!',
'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
'user_invite_page_confirm_button' => 'Confirm Password',
'user_invite_success' => 'Password set, you now have access to :appName!'
'user_invite_email_subject' => 'Du wurdest eingeladen :appName beizutreten!',
'user_invite_email_greeting' => 'Ein Konto wurde für Sie auf :appName erstellt.',
'user_invite_email_text' => 'Klicken Sie auf die Schaltfläche unten, um ein Passwort festzulegen und Zugriff zu erhalten:',
'user_invite_email_action' => 'Account-Passwort festlegen',
'user_invite_page_welcome' => 'Willkommen bei :appName!',
'user_invite_page_text' => 'Um die Anmeldung abzuschließen und Zugriff auf :appName zu bekommen muss noch ein Passwort festgelegt werden. Dieses wird in Zukunft zum Einloggen benötigt.',
'user_invite_page_confirm_button' => 'Passwort wiederholen',
'user_invite_success' => 'Passwort gesetzt, Sie haben nun Zugriff auf :appName!'
];

View File

@ -38,12 +38,13 @@ return [
'reset' => 'Zurücksetzen',
'remove' => 'Entfernen',
'add' => 'Hinzufügen',
'fullscreen' => 'Vollbild',
// Sort Options
'sort_options' => 'Sort Options',
'sort_direction_toggle' => 'Sort Direction Toggle',
'sort_ascending' => 'Sort Ascending',
'sort_descending' => 'Sort Descending',
'sort_options' => 'Sortieroptionen',
'sort_direction_toggle' => 'Sortierreihenfolge umkehren',
'sort_ascending' => 'Aufsteigend sortieren',
'sort_descending' => 'Absteigend sortieren',
'sort_name' => 'Name',
'sort_created_at' => 'Erstellungsdatum',
'sort_updated_at' => 'Aktualisierungsdatum',
@ -59,10 +60,10 @@ return [
'grid_view' => 'Gitteransicht',
'list_view' => 'Listenansicht',
'default' => 'Voreinstellung',
'breadcrumb' => 'Breadcrumb',
'breadcrumb' => 'Brotkrumen',
// Header
'profile_menu' => 'Profile Menu',
'profile_menu' => 'Profilmenü',
'view_profile' => 'Profil ansehen',
'edit_profile' => 'Profil bearbeiten',

View File

@ -176,7 +176,7 @@ return [
'pages_delete_confirm' => 'Bist Du sicher, dass Du diese Seite löschen möchtest?',
'pages_delete_draft_confirm' => 'Bist Du sicher, dass Du diesen Seitenentwurf löschen möchtest?',
'pages_editing_named' => 'Seite ":pageName" bearbeiten',
'pages_edit_draft_options' => 'Draft Options',
'pages_edit_draft_options' => 'Entwurfsoptionen',
'pages_edit_save_draft' => 'Entwurf speichern',
'pages_edit_draft' => 'Seitenentwurf bearbeiten',
'pages_editing_draft' => 'Seitenentwurf bearbeiten',
@ -211,7 +211,7 @@ return [
'pages_revisions_date' => 'Versionsdatum',
'pages_revisions_number' => '#',
'pages_revisions_numbered' => 'Revision #:id',
'pages_revisions_numbered_changes' => 'Revision #:id Changes',
'pages_revisions_numbered_changes' => 'Revision #:id Änderungen',
'pages_revisions_changelog' => 'Änderungsprotokoll',
'pages_revisions_changes' => 'Änderungen',
'pages_revisions_current' => 'Aktuelle Version',
@ -233,8 +233,8 @@ return [
'message' => ':start :time. Achte darauf, keine Änderungen von anderen Benutzern zu überschreiben!',
],
'pages_draft_discarded' => 'Entwurf verworfen. Der aktuelle Seiteninhalt wurde geladen.',
'pages_specific' => 'Specific Page',
'pages_is_template' => 'Page Template',
'pages_specific' => 'Spezifische Seite',
'pages_is_template' => 'Seitenvorlage',
// Editor Sidebar
'page_tags' => 'Seiten-Schlagwörter',
@ -243,11 +243,11 @@ return [
'shelf_tags' => 'Regal-Schlagwörter',
'tag' => 'Schlagwort',
'tags' => 'Schlagwörter',
'tag_name' => 'Tag Name',
'tag_name' => 'Schlagwort Name',
'tag_value' => 'Inhalt (Optional)',
'tags_explain' => "Füge Schlagwörter hinzu, um ihren Inhalt zu kategorisieren.\nDu kannst einen erklärenden Inhalt hinzufügen, um eine genauere Unterteilung vorzunehmen.",
'tags_add' => 'Weiteres Schlagwort hinzufügen',
'tags_remove' => 'Remove this tag',
'tags_remove' => 'Diesen Tag entfernen',
'attachments' => 'Anhänge',
'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.',
@ -273,12 +273,12 @@ return [
'attachments_file_uploaded' => 'Datei erfolgreich hochgeladen',
'attachments_file_updated' => 'Datei erfolgreich aktualisiert',
'attachments_link_attached' => 'Link erfolgreich der Seite hinzugefügt',
'templates' => 'Templates',
'templates_set_as_template' => 'Page is a template',
'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
'templates_replace_content' => 'Replace page content',
'templates_append_content' => 'Append to page content',
'templates_prepend_content' => 'Prepend to page content',
'templates' => 'Vorlagen',
'templates_set_as_template' => 'Seite ist eine Vorlage',
'templates_explain_set_as_template' => 'Sie können diese Seite als Vorlage festlegen, damit deren Inhalt beim Erstellen anderer Seiten verwendet werden kann. Andere Benutzer können diese Vorlage verwenden, wenn sie die Zugriffsrechte für diese Seite haben.',
'templates_replace_content' => 'Seiteninhalt ersetzen',
'templates_append_content' => 'An Seiteninhalt anhängen',
'templates_prepend_content' => 'Seiteninhalt voranstellen',
// Profile View
'profile_user_for_x' => 'Benutzer seit :time',

View File

@ -9,11 +9,22 @@ return [
'permissionJson' => 'Du hast keine Berechtigung, die angeforderte Aktion auszuführen.',
// Auth
'saml_already_logged_in' => 'Du bist bereits angemeldet',
'error_user_exists_different_creds' => 'Ein Benutzer mit der E-Mail-Adresse :email ist bereits mit anderen Anmeldedaten registriert.',
'email_already_confirmed' => 'Die E-Mail-Adresse ist bereits bestätigt. Bitte melde dich an.',
'email_confirmation_invalid' => 'Der Bestätigungslink ist nicht gültig oder wurde bereits verwendet. Bitte registriere dich erneut.',
'email_confirmation_expired' => 'Der Bestätigungslink ist abgelaufen. Es wurde eine neue Bestätigungs-E-Mail gesendet.',
'ldap_fail_anonymous' => 'Anonymer LDAP-Zugriff ist fehlgeschlafgen',
'ldap_fail_authed' => 'LDAP-Zugriff mit DN und Passwort ist fehlgeschlagen',
'ldap_extension_not_installed' => 'LDAP-PHP-Erweiterung ist nicht installiert.',
'ldap_cannot_connect' => 'Die Verbindung zum LDAP-Server ist fehlgeschlagen. Beim initialen Verbindungsaufbau trat ein Fehler auf.',
'saml_already_logged_in' => 'Du bist bereits angemeldet',
'saml_user_not_registered' => 'Kein Benutzer mit ID :name registriert und die automatische Registrierung ist deaktiviert',
'saml_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',
'saml_invalid_response_id' => 'Die Anfrage vom externen Authentifizierungssystem wird von einem von dieser Anwendung gestarteten Prozess nicht erkannt. Das Zurückgehen nach einem Login könnte dieses Problem verursachen.',
'saml_fail_authed' => 'Anmeldung mit :system fehlgeschlagen, System konnte keine erfolgreiche Autorisierung bereitstellen',
'saml_email_exists' => 'Registrierung fehlgeschlagen, da bereits ein Benutzer mit der E-Mail-Adresse ":email" existiert',
'social_no_action_defined' => 'Es ist keine Aktion definiert',
'social_login_bad_response' => "Fehler bei der :socialAccount-Anmeldung: \n:error",
'social_account_in_use' => 'Dieses :socialAccount-Konto wird bereits verwendet. Bitte melde dich mit dem :socialAccount-Konto an.',
'social_account_email_in_use' => 'Die E-Mail-Adresse ":email" ist bereits registriert. Wenn Du bereits registriert bist, kannst Du Dein :socialAccount-Konto in Deinen Profil-Einstellungen verknüpfen.',
'social_account_existing' => 'Dieses :socialAccount-Konto ist bereits mit Ihrem Profil verknüpft.',
@ -22,7 +33,7 @@ return [
'social_account_register_instructions' => 'Wenn Du bisher kein Social-Media Konto besitzt, kannst Du ein solches Konto mit der :socialAccount Option anlegen.',
'social_driver_not_found' => 'Treiber für Social-Media-Konten nicht gefunden',
'social_driver_not_configured' => 'Ihr :socialAccount-Konto ist nicht korrekt konfiguriert.',
'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
'invite_token_expired' => 'Dieser Einladungslink ist abgelaufen. Sie können stattdessen versuchen, Ihr Passwort zurückzusetzen.',
// System
'path_not_writable' => 'Die Datei kann nicht in den angegebenen Pfad :filePath hochgeladen werden. Stelle sicher, dass dieser Ordner auf dem Server beschreibbar ist.',

View File

@ -23,13 +23,13 @@ return [
'app_public_access_toggle' => 'Öffentlichen Zugriff erlauben',
'app_public_viewing' => 'Öffentliche Ansicht erlauben?',
'app_secure_images' => 'Erhöhte Sicherheit für hochgeladene Bilder aktivieren?',
'app_secure_images_toggle' => 'Enable higher security image uploads',
'app_secure_images_toggle' => 'Aktiviere Bild-Upload höherer Sicherheit',
'app_secure_images_desc' => 'Aus Leistungsgründen sind alle Bilder öffentlich sichtbar. Diese Option fügt zufällige, schwer zu eratene, Zeichenketten zu Bild-URLs hinzu. Stellen sie sicher, dass Verzeichnisindizes deaktiviert sind, um einen einfachen Zugriff zu verhindern.',
'app_editor' => 'Seiteneditor',
'app_editor_desc' => 'Wähle den Editor aus, der von allen Benutzern genutzt werden soll, um Seiten zu editieren.',
'app_custom_html' => 'Benutzerdefinierter HTML <head> Inhalt',
'app_custom_html_desc' => 'Jeder Inhalt, der hier hinzugefügt wird, wird am Ende der <head> Sektion jeder Seite eingefügt. Diese kann praktisch sein, um CSS Styles anzupassen oder Analytics-Code hinzuzufügen.',
'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.',
'app_custom_html_disabled_notice' => 'Benutzerdefinierte HTML-Kopfzeileninhalte sind auf dieser Einstellungsseite deaktiviert, um sicherzustellen, dass alle Änderungen rückgängig gemacht werden können.',
'app_logo' => 'Anwendungslogo',
'app_logo_desc' => 'Dieses Bild sollte 43px hoch sein.
Größere Bilder werden verkleinert.',
@ -43,12 +43,22 @@ Wenn Du nichts eingibst, wird die Anwendung auf die Standardfarbe zurückgesetzt
'app_disable_comments_toggle' => 'Kommentare deaktivieren',
'app_disable_comments_desc' => 'Deaktiviert Kommentare über alle Seiten in der Anwendung. Vorhandene Kommentare werden nicht angezeigt.',
// Color settings
'content_colors' => 'Inhaltsfarben',
'content_colors_desc' => 'Legt Farben für alle Elemente in der Seitenorganisationshierarchie fest. Die Auswahl von Farben mit einer ähnlichen Helligkeit wie die Standardfarben wird zur Lesbarkeit empfohlen.',
'bookshelf_color' => 'Regalfarbe',
'book_color' => 'Buchfarbe',
'chapter_color' => 'Kapitelfarbe',
'page_color' => 'Seitenfarbe',
'page_draft_color' => 'Seitenentwurfsfarbe',
// Registration Settings
'reg_settings' => 'Registrierungseinstellungen',
'reg_enable' => 'Registrierung erlauben?',
'reg_enable_toggle' => 'Registrierung erlauben',
'reg_enable_desc' => 'Wenn die Registrierung erlaubt ist, kann sich der Benutzer als Anwendungsbenutzer anmelden. Bei der Registrierung erhält er eine einzige, voreingestellte Benutzerrolle.',
'reg_default_role' => 'Standard-Benutzerrolle nach Registrierung',
'reg_enable_ldap_warning' => 'Die obige Option wird während der LDAP-Authentifizierung nicht verwendet. Benutzerkonten für nicht existierende Mitglieder werden automatisch erzeugt, wenn die Authentifizierung gegen das verwendete LDAP-System erfolgreich ist.',
'reg_email_confirmation' => 'Bestätigung per E-Mail',
'reg_email_confirmation_toggle' => 'Bestätigung per E-Mail erforderlich',
'reg_confirm_email_desc' => 'Falls die Einschränkung für Domains genutzt wird, ist die Bestätigung per E-Mail zwingend erforderlich und der untenstehende Wert wird ignoriert.',
@ -66,6 +76,13 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
'maint_image_cleanup_warning' => ':count eventuell unbenutze Bilder wurden gefunden. Möchtest Du diese Bilder löschen?',
'maint_image_cleanup_success' => ':count eventuell unbenutze Bilder wurden gefunden und gelöscht.',
'maint_image_cleanup_nothing_found' => 'Keine unbenutzen Bilder gefunden. Nichts zu löschen!',
'maint_send_test_email' => 'Test Email versenden',
'maint_send_test_email_desc' => 'Dies sendet eine Test E-Mail an Ihre in Ihrem Profil angegebene E-Mail-Adresse.',
'maint_send_test_email_run' => 'Sende eine Test E-Mail',
'maint_send_test_email_success' => 'E-Mail wurde an :address gesendet',
'maint_send_test_email_mail_subject' => 'Test E-Mail',
'maint_send_test_email_mail_greeting' => 'E-Mail-Versand scheint zu funktionieren!',
'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.',
// Role Settings
'roles' => 'Rollen',
@ -88,7 +105,7 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
'role_manage_roles' => 'Rollen und Rollen-Berechtigungen verwalten',
'role_manage_entity_permissions' => 'Alle Buch-, Kapitel- und Seiten-Berechtigungen verwalten',
'role_manage_own_entity_permissions' => 'Nur Berechtigungen eigener Bücher, Kapitel und Seiten verwalten',
'role_manage_page_templates' => 'Manage page templates',
'role_manage_page_templates' => 'Seitenvorlagen verwalten',
'role_manage_settings' => 'Globaleinstellungen verwalten',
'role_asset' => 'Berechtigungen',
'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.',
@ -113,8 +130,8 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
'users_role_desc' => 'Wählen Sie aus, welchen Rollen dieser Benutzer zugeordnet werden soll. Wenn ein Benutzer mehreren Rollen zugeordnet ist, werden die Berechtigungen dieser Rollen gestapelt und er erhält alle Fähigkeiten der zugewiesenen Rollen.',
'users_password' => 'Benutzerpasswort',
'users_password_desc' => 'Legen Sie ein Passwort fest, mit dem Sie sich anmelden möchten. Diese muss mindestens 5 Zeichen lang sein.',
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
'users_send_invite_option' => 'Send user invite email',
'users_send_invite_text' => 'Sie können diesem Benutzer eine Einladungs-E-Mail senden, die es ihm erlaubt, sein eigenes Passwort zu setzen, andernfalls können Sie sein Passwort selbst setzen.',
'users_send_invite_option' => 'Benutzer-Einladungs-E-Mail senden',
'users_external_auth_id' => 'Externe Authentifizierungs-ID',
'users_external_auth_id_desc' => 'Dies ist die ID, die verwendet wird, um diesen Benutzer bei der Kommunikation mit Ihrem LDAP-System abzugleichen.',
'users_password_warning' => 'Fülle die folgenden Felder nur aus, wenn Du Dein Passwort ändern möchtest:',

View File

@ -30,19 +30,19 @@ return [
'digits' => ':attribute muss :digits Stellen haben.',
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
'email' => ':attribute muss eine valide E-Mail-Adresse sein.',
'ends_with' => 'The :attribute must end with one of the following: :values',
'ends_with' => ':attribute muss mit einem der folgenden Werte: :values enden',
'filled' => ':attribute ist erforderlich.',
'gt' => [
'numeric' => 'The :attribute must be greater than :value.',
'file' => 'The :attribute must be greater than :value kilobytes.',
'string' => 'The :attribute must be greater than :value characters.',
'array' => 'The :attribute must have more than :value items.',
'numeric' => ':attribute muss größer als :value sein.',
'file' => ':attribute muss mindestens :value Kilobytes groß sein.',
'string' => ':attribute muss mehr als :value Zeichen haben.',
'array' => ':attribute muss mindestens :value Elemente haben.',
],
'gte' => [
'numeric' => 'The :attribute must be greater than or equal :value.',
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
'string' => 'The :attribute must be greater than or equal :value characters.',
'array' => 'The :attribute must have :value items or more.',
'numeric' => ':attribute muss größer-gleich :value sein.',
'file' => ':attribute muss mindestens :value Kilobytes groß sein.',
'string' => ':attribute muss mindestens :value Zeichen enthalten.',
'array' => ':attribute muss :value Elemente oder mehr haben.',
],
'exists' => ':attribute ist ungültig.',
'image' => ':attribute muss ein Bild sein.',
@ -50,20 +50,20 @@ return [
'in' => ':attribute ist ungültig.',
'integer' => ':attribute muss eine Zahl sein.',
'ip' => ':attribute muss eine valide IP-Adresse sein.',
'ipv4' => 'The :attribute must be a valid IPv4 address.',
'ipv6' => 'The :attribute must be a valid IPv6 address.',
'json' => 'The :attribute must be a valid JSON string.',
'ipv4' => ':attribute muss eine gültige IPv4 Adresse sein.',
'ipv6' => ':attribute muss eine gültige IPv6-Adresse sein.',
'json' => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.',
'lt' => [
'numeric' => 'The :attribute must be less than :value.',
'file' => 'The :attribute must be less than :value kilobytes.',
'string' => 'The :attribute must be less than :value characters.',
'array' => 'The :attribute must have less than :value items.',
'numeric' => ':attribute muss kleiner sein :value sein.',
'file' => ':attribute muss kleiner als :value Kilobytes sein.',
'string' => ':attribute muss weniger als :value Zeichen haben.',
'array' => ':attribute muss weniger als :value Elemente haben.',
],
'lte' => [
'numeric' => 'The :attribute must be less than or equal :value.',
'file' => 'The :attribute must be less than or equal :value kilobytes.',
'string' => 'The :attribute must be less than or equal :value characters.',
'array' => 'The :attribute must not have more than :value items.',
'numeric' => ':attribute muss kleiner oder gleich :value sein.',
'file' => ':attribute muss kleiner oder gleich :value Kilobytes sein.',
'string' => ':attribute darf höchstens :value Zeichen besitzen.',
'array' => ':attribute darf höchstens :value Elemente haben.',
],
'max' => [
'numeric' => ':attribute darf nicht größer als :max sein.',
@ -80,7 +80,7 @@ return [
],
'no_double_extension' => ':attribute darf nur eine gültige Dateiendung',
'not_in' => ':attribute ist ungültig.',
'not_regex' => 'The :attribute format is invalid.',
'not_regex' => ':attribute ist kein valides Format.',
'numeric' => ':attribute muss eine Zahl sein.',
'regex' => ':attribute ist in einem ungültigen Format.',
'required' => ':attribute ist erforderlich.',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Resetear',
'remove' => 'Remover',
'add' => 'Añadir',
'fullscreen' => 'Pantalla completa',
// Sort Options
'sort_options' => 'Opciones de ordenación',

View File

@ -18,10 +18,10 @@ return [
'create_now' => 'Crear uno ahora',
'revisions' => 'Revisiones',
'meta_revision' => 'Revisión #:revisionCount',
'meta_created' => 'Creado el :timeLength',
'meta_created_name' => 'Creado el :timeLength por :user',
'meta_updated' => 'Actualizado el :timeLength',
'meta_updated_name' => 'Actualizado el :timeLength por :user',
'meta_created' => 'Creado :timeLength',
'meta_created_name' => 'Creado :timeLength por :user',
'meta_updated' => 'Actualizado :timeLength',
'meta_updated_name' => 'Actualizado :timeLength por :user',
'entity_select' => 'Seleccione entidad',
'images' => 'Imágenes',
'my_recent_drafts' => 'Mis borradores recientes',
@ -181,7 +181,7 @@ return [
'pages_edit_draft' => 'Editar borrador de página',
'pages_editing_draft' => 'Editando borrador',
'pages_editing_page' => 'Editando página',
'pages_edit_draft_save_at' => 'Borrador guardado el ',
'pages_edit_draft_save_at' => 'Borrador guardado ',
'pages_edit_delete_draft' => 'Borrar borrador',
'pages_edit_discard_draft' => 'Descartar borrador',
'pages_edit_set_changelog' => 'Ajustar Log de cambios',

View File

@ -5,8 +5,8 @@
return [
// Permissions
'permission' => 'No tiene permisos para visualizar la página solicitada.',
'permissionJson' => 'No tiene permisos para ejecutar la acción solicitada.',
'permission' => 'No tienes permisos para visualizar la página solicitada.',
'permissionJson' => 'No tienes permisos para ejecutar la acción solicitada.',
// Auth
'error_user_exists_different_creds' => 'Un usuario con el correo electrónico :email ya existe pero con credenciales diferentes.',
@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'El acceso LDAP ha fallado usando el dn & contraseña enviados',
'ldap_extension_not_installed' => 'La extensión LDAP PHP no se encuentra instalada',
'ldap_cannot_connect' => 'No se puede conectar con el servidor ldap, la conexión inicial ha fallado',
'saml_already_logged_in' => 'Ya estás conectado',
'saml_user_not_registered' => 'El usuario :name no está registrado y el registro automático está deshabilitado',
'saml_no_email_address' => 'No se pudo encontrar una dirección de correo electrónico, para este usuario, en los datos proporcionados por el sistema de autenticación externo',
'saml_invalid_response_id' => 'La solicitud del sistema de autenticación externo no está reconocida por un proceso iniciado por esta aplicación. Navegar hacia atrás después de un inicio de sesión podría causar este problema.',
'saml_fail_authed' => 'El inicio de sesión con :system falló, el sistema no proporcionó una autorización correcta',
'saml_email_exists' => 'Registro fallido porque un usuario ya existe con la dirección de correo electrónico ":email"',
'social_no_action_defined' => 'Acción no definida',
'social_login_bad_response' => "Se ha recibido un error durante el acceso con :socialAccount error: \n:error",
'social_account_in_use' => 'la cuenta :socialAccount ya se encuentra en uso, intente acceder a través de la opción :socialAccount .',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Deshabilitar comentarios',
'app_disable_comments_desc' => 'Deshabilita los comentarios en todas las páginas de la aplicación. <br> Los comentarios existentes no se muestran.',
// Color settings
'content_colors' => 'Colores del contenido',
'content_colors_desc' => 'Establece los colores para todos los elementos en la jerarquía de la organización de la página. Se recomienda elegir colores con un brillo similar al predeterminado para mayor legibilidad.',
'bookshelf_color' => 'Color del estante',
'book_color' => 'Color del libro',
'chapter_color' => 'Color del capítulo',
'page_color' => 'Color de la página',
'page_draft_color' => 'Color del borrador de página',
// Registration Settings
'reg_settings' => 'Registro',
'reg_enable' => 'Habilitar Registro',
'reg_enable_toggle' => 'Habilitar registro',
'reg_enable_desc' => 'Cuando se habilita el registro los usuarios podrán registrarse como usuarios de la aplicación. Al registrarse se les asigna un rol único por defecto.',
'reg_default_role' => 'Rol de usuario por defecto después del registro',
'reg_enable_ldap_warning' => 'La opción anterior no se utiliza mientras la autenticación LDAP está activa. Las cuentas de usuario para los miembros no existentes se crearán automáticamente si la autenticación, contra el sistema LDAP en uso, es exitosa.',
'reg_email_confirmation' => 'Confirmación por Email',
'reg_email_confirmation_toggle' => 'Requerir confirmación por Email',
'reg_confirm_email_desc' => 'Si se emplea la restricción por dominio, entonces se requerirá la confirmación por correo electrónico y esta opción será ignorada.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => 'Se han encontrado :count imágenes posiblemente no utilizadas . ¿Estás seguro de querer borrar estas imágenes?',
'maint_image_cleanup_success' => '¡Se han encontrado y borrado :count imágenes posiblemente no utilizadas!',
'maint_image_cleanup_nothing_found' => '¡No se han encontrado imágenes sin utilizar, no se han borrado imágenes!',
'maint_send_test_email' => 'Enviar un correo electrónico de prueba',
'maint_send_test_email_desc' => 'Esto envía un correo electrónico de prueba a la dirección de correo electrónico especificada en tu perfil.',
'maint_send_test_email_run' => 'Enviar correo electrónico de prueba',
'maint_send_test_email_success' => 'Correo electrónico enviado a :address',
'maint_send_test_email_mail_subject' => 'Probar correo electrónico',
'maint_send_test_email_mail_greeting' => '¡El envío de correos electrónicos parece funcionar!',
'maint_send_test_email_mail_text' => '¡Enhorabuena! Al recibir esta notificación de correo electrónico, tu configuración de correo electrónico parece estar ajustada correctamente.',
// Role Settings
'roles' => 'Roles',

View File

@ -30,19 +30,19 @@ return [
'digits' => ':attribute debe ser de :digits dígitos.',
'digits_between' => ':attribute debe ser un valor entre :min y :max dígios.',
'email' => ':attribute debe ser un correo electrónico válido.',
'ends_with' => 'The :attribute must end with one of the following: :values',
'ends_with' => 'El :attribute debe terminar con uno de los siguientes: :values',
'filled' => 'El campo :attribute es requerido.',
'gt' => [
'numeric' => 'The :attribute must be greater than :value.',
'file' => 'The :attribute must be greater than :value kilobytes.',
'string' => 'The :attribute must be greater than :value characters.',
'array' => 'The :attribute must have more than :value items.',
'numeric' => 'El :attribute debe ser mayor que :value.',
'file' => 'El :attribute debe ser mayor que :value kilobytes.',
'string' => 'El :attribute debe ser mayor que :value caracteres.',
'array' => 'El :attribute debe tener más de :value elementos.',
],
'gte' => [
'numeric' => 'The :attribute must be greater than or equal :value.',
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
'string' => 'The :attribute must be greater than or equal :value characters.',
'array' => 'The :attribute must have :value items or more.',
'numeric' => 'El :attribute debe ser mayor o igual que :value.',
'file' => 'El :attribute debe ser mayor o igual que :value kilobytes.',
'string' => 'El :attribute debe ser mayor o igual que :value caracteres.',
'array' => 'El :attribute debe tener :value o más elementos.',
],
'exists' => 'El :attribute seleccionado es inválido.',
'image' => 'El :attribute debe ser una imagen.',
@ -50,20 +50,20 @@ return [
'in' => 'El selected :attribute es inválio.',
'integer' => 'El :attribute debe ser un entero.',
'ip' => 'El :attribute debe ser una dirección IP válida.',
'ipv4' => 'The :attribute must be a valid IPv4 address.',
'ipv6' => 'The :attribute must be a valid IPv6 address.',
'json' => 'The :attribute must be a valid JSON string.',
'ipv4' => 'El :attribute debe ser una dirección IPv4 válida.',
'ipv6' => 'El :attribute debe ser una dirección IPv6 válida.',
'json' => 'El :attribute debe ser una cadena JSON válida.',
'lt' => [
'numeric' => 'The :attribute must be less than :value.',
'file' => 'The :attribute must be less than :value kilobytes.',
'string' => 'The :attribute must be less than :value characters.',
'array' => 'The :attribute must have less than :value items.',
'numeric' => 'El :attribute debe ser menor que :value.',
'file' => 'El :attribute debe ser menor que :value kilobytes.',
'string' => 'El :attribute debe ser menor que :value caracteres.',
'array' => 'El :attribute debe tener menos de :value elementos.',
],
'lte' => [
'numeric' => 'The :attribute must be less than or equal :value.',
'file' => 'The :attribute must be less than or equal :value kilobytes.',
'string' => 'The :attribute must be less than or equal :value characters.',
'array' => 'The :attribute must not have more than :value items.',
'numeric' => 'El :attribute debe ser menor o igual que :value.',
'file' => 'El :attribute debe ser menor o igual que :value kilobytes.',
'string' => 'El :attribute debe ser menor o igual que :value caracteres.',
'array' => 'El :attribute no debe tener más de :value elementos.',
],
'max' => [
'numeric' => 'El :attribute no puede ser mayor que :max.',
@ -80,7 +80,7 @@ return [
],
'no_double_extension' => 'El :attribute solo debe tener una extensión de archivo.',
'not_in' => 'El :attribute seleccionado es inválio.',
'not_regex' => 'The :attribute format is invalid.',
'not_regex' => 'El formato de :attribute es inválido.',
'numeric' => 'El :attribute debe ser numérico.',
'regex' => 'El formato de :attribute es inválido',
'required' => 'El :attribute es requerido.',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Restablecer',
'remove' => 'Remover',
'add' => 'Agregar',
'fullscreen' => 'Pantalla completa',
// Sort Options
'sort_options' => 'Opciones de Orden',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'El acceso LDAP usando el dn & password detallados',
'ldap_extension_not_installed' => 'La extensión LDAP PHP no se encuentra instalada',
'ldap_cannot_connect' => 'No se puede conectar con el servidor ldap, la conexión inicial ha fallado',
'saml_already_logged_in' => 'Ya estás conectado',
'saml_user_not_registered' => 'El usuario :name no está registrado y el registro automático está deshabilitado',
'saml_no_email_address' => 'No se pudo encontrar una dirección de correo electrónico, para este usuario, en los datos proporcionados por el sistema de autenticación externo',
'saml_invalid_response_id' => 'La solicitud del sistema de autenticación externo no está reconocida por un proceso iniciado por esta aplicación. Navegar hacia atrás después de un inicio de sesión podría causar este problema.',
'saml_fail_authed' => 'El inicio de sesión con :system falló, el sistema no proporcionó una autorización correcta',
'saml_email_exists' => 'Registro fallido porque un usuario ya existe con la dirección de correo electrónico ":email"',
'social_no_action_defined' => 'Acción no definida',
'social_login_bad_response' => "SE recibió un Error durante el acceso con :socialAccount : \n:error",
'social_account_in_use' => 'la cuenta :socialAccount ya se encuentra en uso, intente loguearse a través de la opcón :socialAccount .',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Deshabilitar comentarios',
'app_disable_comments_desc' => 'Deshabilitar comentarios en todas las páginas de la aplicación. Los comentarios existentes no se muestran.',
// Color settings
'content_colors' => 'Colores del contenido',
'content_colors_desc' => 'Establece los colores para todos los elementos en la jerarquía de la organización de la página. Se recomienda elegir colores con un brillo similar al predeterminado para mayor legibilidad.',
'bookshelf_color' => 'Color del estante',
'book_color' => 'Color del libro',
'chapter_color' => 'Color del capítulo',
'page_color' => 'Color de la página',
'page_draft_color' => 'Color del borrador de página',
// Registration Settings
'reg_settings' => 'Ajustes de registro',
'reg_enable' => 'Habilitar Registro',
'reg_enable_toggle' => 'Habilitar registro',
'reg_enable_desc' => 'Cuando se habilita el registro, el usuario podrá crear su usuario en la aplicación. Con el regsitro, se le otorga un rol de usuario único y por defecto.',
'reg_default_role' => 'Rol de usuario por defecto despúes del registro',
'reg_enable_ldap_warning' => 'La opción anterior no se utiliza mientras la autenticación LDAP está activa. Las cuentas de usuario para los miembros no existentes se crearán automáticamente si la autenticación, contra el sistema LDAP en uso, es exitosa.',
'reg_email_confirmation' => 'Confirmación de correo electrónico',
'reg_email_confirmation_toggle' => 'Requerir confirmación de correo electrónico',
'reg_confirm_email_desc' => 'Si se utiliza la restricción por dominio, entonces se requerirá la confirmación por correo electrónico y se ignorará el valor a continuación.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => 'Se encontraron :count imágenes pontencialmente sin uso. Está seguro de que quiere eliminarlas?',
'maint_image_cleanup_success' => 'Se encontraron y se eliminaron :count imágenes pontencialmente sin uso!',
'maint_image_cleanup_nothing_found' => 'No se encotraron imágenes sin usar, Nada eliminado!',
'maint_send_test_email' => 'Enviar un correo electrónico de prueba',
'maint_send_test_email_desc' => 'Esto envía un correo electrónico de prueba a la dirección de correo electrónico especificada en tu perfil.',
'maint_send_test_email_run' => 'Enviar correo electrónico de prueba',
'maint_send_test_email_success' => 'Correo electrónico enviado a :address',
'maint_send_test_email_mail_subject' => 'Probar correo electrónico',
'maint_send_test_email_mail_greeting' => '¡El envío de correos electrónicos parece funcionar!',
'maint_send_test_email_mail_text' => '¡Enhorabuena! Al recibir esta notificación de correo electrónico, tu configuración de correo electrónico parece estar ajustada correctamente.',
// Role Settings
'roles' => 'Roles',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Réinitialiser',
'remove' => 'Enlever',
'add' => 'Ajouter',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Options de tri',
@ -67,7 +68,7 @@ return [
'edit_profile' => 'Modifier le profil',
// Layout tabs
'tab_info' => 'Info',
'tab_info' => 'Informations',
'tab_content' => 'Contenu',
// Email Content

View File

@ -35,7 +35,7 @@ return [
'export_text' => 'Document texte',
// Permissions and restrictions
'permissions' => 'Permissions',
'permissions' => 'Autorisations',
'permissions_intro' => 'Une fois activées ces permissions prendront la priorité sur tous les sets de permissions préexistants.',
'permissions_enable' => 'Activer les permissions personnalisées',
'permissions_save' => 'Enregistrer les permissions',
@ -162,7 +162,7 @@ return [
// Pages
'page' => 'Page',
'pages' => 'Pages',
'x_pages' => ':count Page|:count Pages',
'x_pages' => ':count Page|:count pages',
'pages_popular' => 'Pages populaires',
'pages_new' => 'Nouvelle page',
'pages_attachments' => 'Fichiers joints',
@ -176,7 +176,7 @@ return [
'pages_delete_confirm' => 'Êtes-vous sûr(e) de vouloir supprimer cette page ?',
'pages_delete_draft_confirm' => 'Êtes-vous sûr(e) de vouloir supprimer ce brouillon ?',
'pages_editing_named' => 'Modification de la page :pageName',
'pages_edit_draft_options' => 'Draft Options',
'pages_edit_draft_options' => 'Options du brouillon',
'pages_edit_save_draft' => 'Enregistrer le brouillon',
'pages_edit_draft' => 'Modifier le brouillon',
'pages_editing_draft' => 'Modification du brouillon',
@ -210,8 +210,8 @@ return [
'pages_revisions_created_by' => 'Créé par',
'pages_revisions_date' => 'Date de révision',
'pages_revisions_number' => '#',
'pages_revisions_numbered' => 'Revision #:id',
'pages_revisions_numbered_changes' => 'Revision #:id Changes',
'pages_revisions_numbered' => 'Révision #:id',
'pages_revisions_numbered_changes' => 'Modification #:id',
'pages_revisions_changelog' => 'Journal des changements',
'pages_revisions_changes' => 'Changements',
'pages_revisions_current' => 'Version courante',
@ -243,11 +243,11 @@ return [
'shelf_tags' => 'Mots-clés de l\'étagère',
'tag' => 'Mot-clé',
'tags' => 'Mots-clés',
'tag_name' => 'Tag Name',
'tag_name' => 'Nom du tag',
'tag_value' => 'Valeur du mot-clé (Optionnel)',
'tags_explain' => "Ajouter des mots-clés pour catégoriser votre contenu.",
'tags_add' => 'Ajouter un autre mot-clé',
'tags_remove' => 'Remove this tag',
'tags_remove' => 'Supprimer le tag',
'attachments' => 'Fichiers joints',
'attachments_explain' => 'Ajouter des fichiers ou des liens pour les afficher sur votre page. Ils seront affichés dans la barre latérale',
'attachments_explain_instant_save' => 'Ces changements sont enregistrés immédiatement.',
@ -275,7 +275,7 @@ return [
'attachments_link_attached' => 'Lien attaché à la page avec succès',
'templates' => 'Modèles',
'templates_set_as_template' => 'La page est un modèle',
'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
'templates_explain_set_as_template' => 'Vous pouvez définir cette page comme modèle pour que son contenu soit utilisé lors de la création d\'autres pages. Les autres utilisateurs pourront utiliser ce modèle s\'ils ont les permissions pour cette page.',
'templates_replace_content' => 'Remplacer le contenu de la page',
'templates_append_content' => 'Ajouter après le contenu de la page',
'templates_prepend_content' => 'Ajouter devant le contenu de la page',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'L\'accès LDAP n\'a pas abouti avec cet utilisateur et ce mot de passe',
'ldap_extension_not_installed' => 'L\'extension LDAP PHP n\'est pas installée',
'ldap_cannot_connect' => 'Impossible de se connecter au serveur LDAP, la connexion initiale a échoué',
'saml_already_logged_in' => 'Déjà connecté',
'saml_user_not_registered' => 'L\'utilisateur :name n\'est pas enregistré et l\'enregistrement automatique est désactivé',
'saml_no_email_address' => 'Impossible de trouver une adresse e-mail, pour cet utilisateur, dans les données fournies par le système d\'authentification externe',
'saml_invalid_response_id' => 'La requête du système d\'authentification externe n\'est pas reconnue par un processus démarré par cette application. Naviguer après une connexion peut causer ce problème.',
'saml_fail_authed' => 'Connexion avec :system échoue, le système n\'a pas fourni l\'autorisation réussie',
'saml_email_exists' => 'L\'enregistrement a échoué car un utilisateur existe déjà avec l\'adresse e-mail ":email"',
'social_no_action_defined' => 'Pas d\'action définie',
'social_login_bad_response' => "Erreur pendant la tentative de connexion à :socialAccount : \n:error",
'social_account_in_use' => 'Ce compte :socialAccount est déjà utilisé. Essayez de vous connecter via :socialAccount.',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Désactiver les commentaires',
'app_disable_comments_desc' => 'Désactive les commentaires sur toutes les pages de l\'application. Les commentaires existants ne sont pas affichés.',
// Color settings
'content_colors' => 'Couleur du contenu',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Couleur du livre',
'chapter_color' => 'Couleur du chapitre',
'page_color' => 'Couleur de la page',
'page_draft_color' => 'Couleur du brouillon',
// Registration Settings
'reg_settings' => 'Préférence pour l\'inscription',
'reg_enable' => 'Activer l\'inscription',
'reg_enable_toggle' => 'Activer l\'inscription',
'reg_enable_desc' => 'Lorsque l\'inscription est activée, l\'utilisateur pourra s\'enregistrer en tant qu\'utilisateur de l\'application. Lors de l\'inscription, ils se voient attribuer un rôle par défaut.',
'reg_default_role' => 'Rôle par défaut lors de l\'inscription',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Confirmation de l\'e-mail',
'reg_email_confirmation_toggle' => 'Obliger la confirmation par e-mail ?',
'reg_confirm_email_desc' => 'Si la restriction de domaine est activée, la confirmation sera automatiquement obligatoire et cette valeur sera ignorée.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => ':count images potentiellement inutilisées trouvées. Etes-vous sûr de vouloir supprimer ces images ?',
'maint_image_cleanup_success' => ':count images potentiellement inutilisées trouvées et supprimées !',
'maint_image_cleanup_nothing_found' => 'Aucune image inutilisée trouvée, rien à supprimer !',
'maint_send_test_email' => 'Envoyer un email de test',
'maint_send_test_email_desc' => 'Ceci envoie un e-mail de test à votre adresse e-mail spécifiée dans votre profil.',
'maint_send_test_email_run' => 'Envoyer un email de test',
'maint_send_test_email_success' => 'Email envoyé à :address',
'maint_send_test_email_mail_subject' => 'Email de test',
'maint_send_test_email_mail_greeting' => 'La livraison d\'email semble fonctionner !',
'maint_send_test_email_mail_text' => 'Félicitations ! Lorsque vous avez reçu cette notification par courriel, vos paramètres d\'email semblent être configurés correctement.',
// Role Settings
'roles' => 'Rôles',
@ -85,7 +102,7 @@ return [
'role_manage_roles' => 'Gérer les rôles et permissions',
'role_manage_entity_permissions' => 'Gérer les permissions sur les livres, chapitres et pages',
'role_manage_own_entity_permissions' => 'Gérer les permissions de ses propres livres, chapitres et pages',
'role_manage_page_templates' => 'Manage page templates',
'role_manage_page_templates' => 'Gérer les modèles de page',
'role_manage_settings' => 'Gérer les préférences de l\'application',
'role_asset' => 'Permissions des ressources',
'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',
@ -110,8 +127,8 @@ return [
'users_role_desc' => 'Sélectionnez les rôles auxquels cet utilisateur sera affecté. Si un utilisateur est affecté à plusieurs rôles, les permissions de ces rôles s\'empileront et ils recevront toutes les capacités des rôles affectés.',
'users_password' => 'Mot de passe de l\'utilisateur',
'users_password_desc' => 'Définissez un mot de passe utilisé pour vous connecter à l\'application. Il doit comporter au moins 5 caractères.',
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
'users_send_invite_option' => 'Send user invite email',
'users_send_invite_text' => 'Vous pouvez choisir d\'envoyer à cet utilisateur un email d\'invitation qui lui permet de définir son propre mot de passe, sinon vous pouvez définir son mot de passe vous-même.',
'users_send_invite_option' => 'Envoyer l\'e-mail d\'invitation',
'users_external_auth_id' => 'Identifiant d\'authentification externe',
'users_external_auth_id_desc' => 'Il s\'agit de l\'identifiant utilisé pour appairer cet utilisateur lors de la communication avec votre système LDAP.',
'users_password_warning' => 'Remplissez ce formulaire uniquement si vous souhaitez changer de mot de passe:',

View File

@ -66,12 +66,12 @@ return [
'email_not_confirmed_resend_button' => 'Megerősítő email újraküldése',
// User Invite
'user_invite_email_subject' => 'You have been invited to join :appName!',
'user_invite_email_greeting' => 'An account has been created for you on :appName.',
'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
'user_invite_email_action' => 'Set Account Password',
'user_invite_page_welcome' => 'Welcome to :appName!',
'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
'user_invite_page_confirm_button' => 'Confirm Password',
'user_invite_success' => 'Password set, you now have access to :appName!'
'user_invite_email_subject' => 'Ez egy meghívó :appName weboldalhoz!',
'user_invite_email_greeting' => 'Létre lett hozva egy fiók az :appName weboldalon.',
'user_invite_email_text' => 'Jelszó beállításához és hozzáféréshez a lenti gombra kell kattintani:',
'user_invite_email_action' => 'Fiók jelszó beállítása',
'user_invite_page_welcome' => ':appName üdvözöl!',
'user_invite_page_text' => 'A fiók véglegesítéséhez és a hozzáféréshez be kell állítani egy jelszót ami :appName weboldalon lesz használva a bejelentkezéshez.',
'user_invite_page_confirm_button' => 'Jelszó megerősítése',
'user_invite_success' => 'Jelszó beállítva, :appName most már elérhető!'
];

View File

@ -38,12 +38,13 @@ return [
'reset' => 'Visszaállítás',
'remove' => 'Eltávolítás',
'add' => 'Hozzáadás',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',
'sort_direction_toggle' => 'Sort Direction Toggle',
'sort_ascending' => 'Sort Ascending',
'sort_descending' => 'Sort Descending',
'sort_options' => 'Rendezési beállítások',
'sort_direction_toggle' => 'Rendezési irány váltása',
'sort_ascending' => 'Növekvő sorrend',
'sort_descending' => 'Csökkenő sorrend',
'sort_name' => 'Név',
'sort_created_at' => 'Létrehozás dátuma',
'sort_updated_at' => 'Frissítés dátuma',
@ -59,10 +60,10 @@ return [
'grid_view' => 'Rács nézet',
'list_view' => 'Lista nézet',
'default' => 'Alapértelmezés szerinti',
'breadcrumb' => 'Breadcrumb',
'breadcrumb' => 'Morzsa',
// Header
'profile_menu' => 'Profile Menu',
'profile_menu' => 'Profil menü',
'view_profile' => 'Profil megtekintése',
'edit_profile' => 'Profil szerkesztése',

View File

@ -162,7 +162,7 @@ return [
// Pages
'page' => 'Oldal',
'pages' => 'Oldalak',
'x_pages' => ':count oldal|:count oldalak',
'x_pages' => ':count oldal|:count oldal',
'pages_popular' => 'Népszerű oldalak',
'pages_new' => 'Új oldal',
'pages_attachments' => 'Csatolmányok',
@ -176,7 +176,7 @@ return [
'pages_delete_confirm' => 'Biztosan törölhető ez az oldal?',
'pages_delete_draft_confirm' => 'Biztosan törölhető ez a vázlatoldal?',
'pages_editing_named' => ':pageName oldal szerkesztése',
'pages_edit_draft_options' => 'Draft Options',
'pages_edit_draft_options' => 'Vázlatbeállítások',
'pages_edit_save_draft' => 'Vázlat mentése',
'pages_edit_draft' => 'Oldal vázlat szerkesztése',
'pages_editing_draft' => 'Vázlat szerkesztése',
@ -234,7 +234,7 @@ return [
],
'pages_draft_discarded' => 'Vázlat elvetve, a szerkesztő frissítve lesz az oldal aktuális tartalmával',
'pages_specific' => 'Egy bizonyos oldal',
'pages_is_template' => 'Page Template',
'pages_is_template' => 'Oldalsablon',
// Editor Sidebar
'page_tags' => 'Oldal címkék',
@ -243,11 +243,11 @@ return [
'shelf_tags' => 'Polc címkék',
'tag' => 'Címke',
'tags' => 'Címkék',
'tag_name' => 'Tag Name',
'tag_name' => 'Címkenév',
'tag_value' => 'Címke érték (nem kötelező)',
'tags_explain' => "Címkék hozzáadása a tartalom jobb kategorizálásához.\nA mélyebb szervezettség megvalósításához hozzá lehet rendelni egy értéket a címkéhez.",
'tags_add' => 'Másik címke hozzáadása',
'tags_remove' => 'Remove this tag',
'tags_remove' => 'Címke eltávolítása',
'attachments' => 'Csatolmányok',
'attachments_explain' => 'Az oldalon megjelenő fájlok feltöltése vagy hivatkozások csatolása. Az oldal oldalsávjában fognak megjelenni.',
'attachments_explain_instant_save' => 'Az itt történt módosítások azonnal el lesznek mentve.',
@ -273,12 +273,12 @@ return [
'attachments_file_uploaded' => 'Fájl sikeresen feltöltve',
'attachments_file_updated' => 'Fájl sikeresen frissítve',
'attachments_link_attached' => 'Hivatkozás sikeresen hozzácsatolva az oldalhoz',
'templates' => 'Templates',
'templates_set_as_template' => 'Page is a template',
'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
'templates_replace_content' => 'Replace page content',
'templates_append_content' => 'Append to page content',
'templates_prepend_content' => 'Prepend to page content',
'templates' => 'Sablonok',
'templates_set_as_template' => 'Az oldal egy sablon',
'templates_explain_set_as_template' => 'Ez az oldal sablonnak lett beállítva, így a tartalma felhasználható más oldalak létrehozásakor. Más felhasználók is használhatják ezt a sablont ha megtekintési jogosultságuk van ehhez az oldalhoz.',
'templates_replace_content' => 'Oldal tartalmának cseréje',
'templates_append_content' => 'Hozzáfűzés az oldal tartalmához',
'templates_prepend_content' => 'Hozzáadás az oldal tartalmának elejéhez',
// Profile View
'profile_user_for_x' => 'Felhasználó ez óta: :time',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'Az LDAP hozzáférés nem sikerült a megadott DN és jelszó beállításokkal',
'ldap_extension_not_installed' => 'LDAP PHP kiterjesztés nincs telepítve',
'ldap_cannot_connect' => 'Nem lehet kapcsolódni az LDAP kiszolgálóhoz, a kezdeti kapcsolatfelvétel nem sikerült',
'saml_already_logged_in' => 'Már bejelentkezett',
'saml_user_not_registered' => ':name felhasználó nincs regisztrálva és az automatikus regisztráció le van tiltva',
'saml_no_email_address' => 'Ehhez a felhasználóhoz nem található email cím a külső hitelesítő rendszer által átadott adatokban',
'saml_invalid_response_id' => 'A külső hitelesítő rendszerből érkező kérést nem ismerte fel az alkalmazás által indított folyamat. Bejelentkezés után az előző oldalra történő visszalépés okozhatja ezt a hibát.',
'saml_fail_authed' => 'Bejelentkezés :system használatával sikertelen, a rendszer nem biztosított sikeres meghatalmazást',
'saml_email_exists' => 'A regisztráció sikertelen mivel már létezik felhasználó ":email" email címmel',
'social_no_action_defined' => 'Nincs művelet meghatározva',
'social_login_bad_response' => "Hiba történt :socialAccount bejelentkezés közben:\n:error",
'social_account_in_use' => ':socialAccount fiók már használatban van. :socialAccount opción keresztül érdemes megpróbálni a bejelentkezést.',
@ -27,7 +33,7 @@ return [
'social_account_register_instructions' => ':socialAccount beállítása használatával is lehet fiókot regisztrálni, ha még nem volt fiók létrehozva.',
'social_driver_not_found' => 'Közösségi meghajtó nem található',
'social_driver_not_configured' => ':socialAccount közösségi beállítások nem megfelelőek.',
'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
'invite_token_expired' => 'Ez a meghívó hivatkozás lejárt. Helyette meg lehet próbálni új jelszót megadni a fiókhoz.',
// System
'path_not_writable' => ':filePath elérési út nem tölthető fel. Ellenőrizni kell, hogy az útvonal a kiszolgáló számára írható.',

View File

@ -29,7 +29,7 @@ return [
'app_editor_desc' => 'Annak kiválasztása, hogy a felhasználók melyik szerkesztőt használhatják az oldalak szerkesztéséhez.',
'app_custom_html' => 'Egyéni HTML fejléc tartalom',
'app_custom_html_desc' => 'Az itt hozzáadott bármilyen tartalom be lesz illesztve minden oldal <head> szekciójának aljára. Ez hasznos a stílusok felülírásához van analitikai kódok hozzáadásához.',
'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.',
'app_custom_html_disabled_notice' => 'Az egyéni HTML fejléc tartalom le van tiltva ezen a beállítási oldalon, hogy az esetleg hibásan megadott módosításokat vissza lehessen állítani.',
'app_logo' => 'Alkalmazás logó',
'app_logo_desc' => 'A képnek 43px magasnak kell lennie.<br>A nagy képek át lesznek méretezve.',
'app_primary_color' => 'Alkalmazás elsődleges színe',
@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Megjegyzések letiltása',
'app_disable_comments_desc' => 'Megjegyzések letiltása az alkalmazás összes oldalán.<br>A már létező megjegyzések el lesznek rejtve.',
// Color settings
'content_colors' => 'Tartalomszínek',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Polc színe',
'book_color' => 'Könyv színe',
'chapter_color' => 'Fejezet színe',
'page_color' => 'Oldal színe',
'page_draft_color' => 'Oldalvázlat színe',
// Registration Settings
'reg_settings' => 'Regisztráció',
'reg_enable' => 'Regisztráció engedélyezése',
'reg_enable_toggle' => 'Regisztráció engedélyezése',
'reg_enable_desc' => 'Ha a regisztráció engedélyezett, akkor a felhasználó képes lesz bejelentkezni mint az alkalmazás egy felhasználója. Regisztráció után egy egyszerű, alapértelmezés szerinti felhasználói szerepkör lesz hozzárendelve.',
'reg_default_role' => 'Regisztráció utáni alapértelmezett felhasználói szerepkör',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Email megerősítés',
'reg_email_confirmation_toggle' => 'Email megerősítés szükséges',
'reg_confirm_email_desc' => 'Ha a tartomány korlátozás be van állítva, akkor email megerősítés szükséges és ez a beállítás figyelmen kívül lesz hagyva.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => ':count potenciálisan nem használt képet találtam. Biztosan törölhetőek ezek a képek?',
'maint_image_cleanup_success' => ':count potenciálisan nem használt kép megtalálva és törölve!',
'maint_image_cleanup_nothing_found' => 'Nincsenek nem használt képek, semmi sem lett törölve!',
'maint_send_test_email' => 'Teszt e-mail küldése',
'maint_send_test_email_desc' => 'Ez elküld egy teszt emailt a profilban megadott email címre.',
'maint_send_test_email_run' => 'Teszt e-mail küldése',
'maint_send_test_email_success' => 'Email elküldve :address címre',
'maint_send_test_email_mail_subject' => 'Teszt e-mail',
'maint_send_test_email_mail_greeting' => 'Az email kézbesítés működőképesnek tűnik!',
'maint_send_test_email_mail_text' => 'Gratulálunk! Mivel ez az email figyelmeztetés megérkezett az email beállítások megfelelőek.',
// Role Settings
'roles' => 'Szerepkörök',
@ -85,7 +102,7 @@ return [
'role_manage_roles' => 'Szerepkörök és szerepkör engedélyek kezelése',
'role_manage_entity_permissions' => 'Minden könyv, fejezet és oldalengedély kezelése',
'role_manage_own_entity_permissions' => 'Saját könyv, fejezet és oldalak engedélyeinek kezelése',
'role_manage_page_templates' => 'Manage page templates',
'role_manage_page_templates' => 'Oldalsablonok kezelése',
'role_manage_settings' => 'Alkalmazás beállításainak kezelése',
'role_asset' => 'Eszköz jogosultságok',
'role_asset_desc' => 'Ezek a jogosultság vezérlik a alapértelmezés szerinti hozzáférést a rendszerben található eszközökhöz. A könyvek, fejezetek és oldalak jogosultságai felülírják ezeket a jogosultságokat.',
@ -110,8 +127,8 @@ return [
'users_role_desc' => 'A felhasználó melyik szerepkörhöz lesz rendelve. Ha a felhasználó több szerepkörhöz van rendelve, akkor ezeknek a szerepköröknek a jogosultságai összeadódnak, és a a felhasználó a hozzárendelt szerepkörök minden képességét megkapja.',
'users_password' => 'Felhasználó jelszava',
'users_password_desc' => 'Az alkalmazásba bejelentkezéshez használható jelszó beállítása. Legalább 5 karakter hosszúnak kell lennie.',
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
'users_send_invite_option' => 'Send user invite email',
'users_send_invite_text' => 'Lehetséges egy meghívó emailt küldeni ennek a felhasználónak ami lehetővé teszi, hogy beállíthassa a saját jelszavát. Máskülönben a jelszót az erre jogosult felhasználónak kell beállítania.',
'users_send_invite_option' => 'Felhasználó meghívó levél küldése',
'users_external_auth_id' => 'Külső hitelesítés azonosítója',
'users_external_auth_id_desc' => 'Ez az azonosító lesz használva a felhasználó ellenőrzéséhez mikor az LDAP rendszerrel kommunikál.',
'users_password_warning' => 'A lenti mezőket csak a jelszó módosításához kell kitölteni.',

View File

@ -30,12 +30,12 @@ return [
'digits' => ':attribute :digits számból kell álljon.',
'digits_between' => ':attribute hosszának :min és :max számjegy között kell lennie.',
'email' => ':attribute érvényes email cím kell legyen.',
'ends_with' => 'The :attribute must end with one of the following: :values',
'ends_with' => ':attribute attribútumnak a következők egyikével kell végződnie: :values',
'filled' => ':attribute mező kötelező.',
'gt' => [
'numeric' => 'The :attribute must be greater than :value.',
'file' => 'The :attribute must be greater than :value kilobytes.',
'string' => 'The :attribute must be greater than :value characters.',
'numeric' => ':attribute nagyobb kell, hogy legyen, mint :value.',
'file' => ':attribute nagyobb kell, hogy legyen, mint :value kilobájt.',
'string' => ':attribute nagyobb kell legyen mint :value karakter.',
'array' => 'The :attribute must have more than :value items.',
],
'gte' => [

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Azzera',
'remove' => 'Rimuovi',
'add' => 'Aggiungi',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Opzioni Ordinamento',

View File

@ -212,7 +212,7 @@ return [
'pages_revisions_number' => '#',
'pages_revisions_numbered' => 'Revisione #:id',
'pages_revisions_numbered_changes' => 'Modifiche Revisione #:id',
'pages_revisions_changelog' => 'Changelog',
'pages_revisions_changelog' => 'Cambiamenti',
'pages_revisions_changes' => 'Cambiamenti',
'pages_revisions_current' => 'Versione Corrente',
'pages_revisions_preview' => 'Anteprima',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'Accesso LDAP fallito usando il dn e la password inseriti',
'ldap_extension_not_installed' => 'L\'estensione PHP LDAP non è installata',
'ldap_cannot_connect' => 'Impossibile connettersi al server ldap, connessione iniziale fallita',
'saml_already_logged_in' => 'Già loggato',
'saml_user_not_registered' => 'L\'utente :name non è registrato e la registrazione automatica è disabilitata',
'saml_no_email_address' => 'Impossibile trovare un indirizzo email per questo utente nei dati forniti dal sistema di autenticazione esterno',
'saml_invalid_response_id' => 'La richiesta dal sistema di autenticazione esterno non è riconosciuta da un processo iniziato da questa applicazione. Tornare indietro dopo un login potrebbe causare questo problema.',
'saml_fail_authed' => 'Accesso con :system non riuscito, il sistema non ha fornito l\'autorizzazione corretta',
'saml_email_exists' => 'Registrazione non riuscita poiché esiste già un utente con indirizzo email ":email"',
'social_no_action_defined' => 'Nessuna azione definita',
'social_login_bad_response' => "Ricevuto error durante il login con :socialAccount : \n:error",
'social_account_in_use' => 'Questo account :socialAccount è già utilizzato, prova a loggarti usando l\'opzione :socialAccount.',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Disabilita commenti',
'app_disable_comments_desc' => 'Disabilita i commenti su tutte le pagine nell\'applicazione. I commenti esistenti non sono mostrati. ',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => 'Impostazioni Registrazione',
'reg_enable' => 'Abilita Registrazione',
'reg_enable_toggle' => 'Abilita registrazione',
'reg_enable_desc' => 'Quando la registrazione è abilitata, l\utente sarà in grado di registrarsi all\'applicazione. Al momento della registrazione gli verrà associato un ruolo utente predefinito.',
'reg_default_role' => 'Ruolo predefinito dopo la registrazione',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Conferma Email',
'reg_email_confirmation_toggle' => 'Richiedi conferma email',
'reg_confirm_email_desc' => 'Se la restrizione per dominio è usata la conferma della mail sarà richiesta e la scelta ignorata.',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'リセット',
'remove' => '削除',
'add' => '追加',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => '識別名, パスワードを用いたLDAPアクセスに失敗しました',
'ldap_extension_not_installed' => 'LDAP PHP extensionがインストールされていません',
'ldap_cannot_connect' => 'LDAPサーバに接続できませんでした',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => 'アクションが定義されていません',
'social_login_bad_response' => "Error received during :socialAccount login: \n:error",
'social_account_in_use' => ':socialAccountアカウントは既に使用されています。:socialAccountのオプションからログインを試行してください。',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Disable comments',
'app_disable_comments_desc' => 'アプリケーション内のすべてのページのコメントを無効にします。既存のコメントは表示されません。',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => '登録設定',
'reg_enable' => 'Enable Registration',
'reg_enable_toggle' => 'Enable registration',
'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
'reg_default_role' => '新規登録時のデフォルト役割',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Email Confirmation',
'reg_email_confirmation_toggle' => 'Require email confirmation',
'reg_confirm_email_desc' => 'ドメイン制限を有効にしている場合はEメール認証が必須となり、この項目は無視されます。',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?',
'maint_image_cleanup_success' => ':count potentially unused images found and deleted!',
'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!',
'maint_send_test_email' => 'Send a Test Email',
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
'maint_send_test_email_run' => 'Send test email',
'maint_send_test_email_success' => 'Email sent to :address',
'maint_send_test_email_mail_subject' => 'Test Email',
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
// Role Settings
'roles' => '役割',

View File

@ -74,4 +74,4 @@ return [
'user_invite_page_text' => ':appName에 로그인할 때 입력할 비밀번호를 설정하세요.',
'user_invite_page_confirm_button' => '비밀번호 확인',
'user_invite_success' => '이제 :appName에 접근할 수 있습니다.'
];
];

View File

@ -38,6 +38,7 @@ return [
'reset' => '리셋',
'remove' => '제거',
'add' => '추가',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => '정렬 기준',

View File

@ -87,7 +87,7 @@ return [
'shelves_edit' => '서가 바꾸기',
'shelves_delete' => '서가 지우기',
'shelves_delete_named' => ':name 지우기',
'shelves_delete_explain' => ':name을 지웁니다. 책자는 지우지 않습니다.',
'shelves_delete_explain' => ":name을 지웁니다. 책자는 지우지 않습니다.",
'shelves_delete_confirmation' => '이 서가를 지울 건가요?',
'shelves_permissions' => '서가 권한',
'shelves_permissions_updated' => '서가 권한 바꿈',
@ -245,7 +245,7 @@ return [
'tags' => '꼬리표',
'tag_name' => '꼬리표 이름',
'tag_value' => '리스트 값 (선택 사항)',
'tags_explain' => '태그로 문서를 분류하세요.',
'tags_explain' => "태그로 문서를 분류하세요.",
'tags_add' => '태그 추가',
'tags_remove' => '태그 삭제',
'attachments' => '첨부 파일',

View File

@ -17,8 +17,14 @@ return [
'ldap_fail_authed' => '이 정보로 LDAP 서버에 접근할 수 없습니다.',
'ldap_extension_not_installed' => 'PHP에 LDAP 확장 도구를 설치하세요.',
'ldap_cannot_connect' => 'LDAP 서버에 연결할 수 없습니다.',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => '무슨 활동인지 알 수 없습니다.',
'social_login_bad_response' => ':socialAccount에 로그인할 수 없습니다. : \n:error',
'social_login_bad_response' => ":socialAccount에 로그인할 수 없습니다. : \\n:error",
'social_account_in_use' => ':socialAccount(을)를 가진 사용자가 있습니다. :socialAccount로 로그인하세요.',
'social_account_email_in_use' => ':email(을)를 가진 사용자가 있습니다. 쓰고 있는 계정을 :socialAccount에 연결하세요.',
'social_account_existing' => ':socialAccount(와)과 연결 상태입니다.',

View File

@ -7,7 +7,7 @@
return [
'password' => '여덟 글자를 넘어야 합니다.',
'user' => '메일 주소를 가진 사용자가 없습니다.',
'user' => "메일 주소를 가진 사용자가 없습니다.",
'token' => '이 링크는 더 이상 유효하지 않습니다.',
'sent' => '메일을 보냈습니다.',
'reset' => '비밀번호를 바꿨습니다.',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => '댓글 사용 안 함',
'app_disable_comments_desc' => '모든 페이지에서 댓글을 숨깁니다.',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => '가입',
'reg_enable' => '사이트 가입 허용',
'reg_enable_toggle' => '사이트 가입 허용',
'reg_enable_desc' => '가입한 사용자는 단일한 권한을 가집니다.',
'reg_default_role' => '가입한 사용자의 기본 권한',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => '메일 주소 확인',
'reg_email_confirmation_toggle' => '주소 확인 요구',
'reg_confirm_email_desc' => '도메인 차단을 쓰고 있으면 메일 주소를 확인해야 하고, 이 설정은 무시합니다.',
@ -57,12 +67,19 @@ return [
// Maintenance settings
'maint' => '데이터',
'maint_image_cleanup' => '이미지 정리',
'maint_image_cleanup_desc' => '중복한 이미지를 찾습니다. 실행하기 전에 이미지를 백업하세요.',
'maint_image_cleanup_desc' => "중복한 이미지를 찾습니다. 실행하기 전에 이미지를 백업하세요.",
'maint_image_cleanup_ignore_revisions' => '수정본에 있는 이미지 제외',
'maint_image_cleanup_run' => '실행',
'maint_image_cleanup_warning' => '이미지 :count개를 지울 건가요?',
'maint_image_cleanup_success' => '이미지 :count개 삭제함',
'maint_image_cleanup_nothing_found' => '삭제한 것 없음',
'maint_send_test_email' => 'Send a Test Email',
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
'maint_send_test_email_run' => 'Send test email',
'maint_send_test_email_success' => 'Email sent to :address',
'maint_send_test_email_mail_subject' => 'Test Email',
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
// Role Settings
'roles' => '권한',
@ -72,7 +89,7 @@ return [
'role_delete' => '권한 지우기',
'role_delete_confirm' => ':roleName(을)를 지웁니다.',
'role_delete_users_assigned' => '이 권한을 가진 사용자 :userCount명에 할당할 권한을 고르세요.',
'role_delete_no_migration' => '할당하지 않음',
'role_delete_no_migration' => "할당하지 않음",
'role_delete_sure' => '이 권한을 지울 건가요?',
'role_delete_success' => '권한 지움',
'role_edit' => '권한 수정',
@ -135,9 +152,8 @@ return [
'users_social_connected' => ':socialAccount(와)과 연결했습니다.',
'users_social_disconnected' => ':socialAccount(와)과의 연결을 끊었습니다.',
//! Since these labels are already localized this array does not need to be
//! translated in the language-specific files.
//! DELETE BELOW IF COPIED FROM EN
//! If editing translations files directly please ignore this in all
//! languages apart from en. Content will be auto-copied from en.
//!////////////////////////////////
'language_select' => [
'en' => 'English',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Reset',
'remove' => 'Verwijderen',
'add' => 'Toevoegen',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'LDAP toegang was niet mogelijk met de opgegeven dn & wachtwoord',
'ldap_extension_not_installed' => 'LDAP PHP extension not installed',
'ldap_cannot_connect' => 'Kon niet met de LDAP server verbinden',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => 'Geen actie gedefineerd',
'social_login_bad_response' => "Error received during :socialAccount login: \n:error",
'social_account_in_use' => 'Dit :socialAccount account is al in gebruik, Probeer in te loggen met de :socialAccount optie.',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Disable comments',
'app_disable_comments_desc' => 'Schakel opmerkingen uit op alle pagina\'s in de applicatie. Bestaande opmerkingen worden niet getoond.',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => 'Registratieinstellingen',
'reg_enable' => 'Enable Registration',
'reg_enable_toggle' => 'Enable registration',
'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
'reg_default_role' => 'Standaard rol na registratie',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Email Confirmation',
'reg_email_confirmation_toggle' => 'Require email confirmation',
'reg_confirm_email_desc' => 'Als domeinrestricties aan staan dan is altijd e-maibevestiging nodig. Onderstaande instelling wordt dan genegeerd.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?',
'maint_image_cleanup_success' => ':count potentially unused images found and deleted!',
'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!',
'maint_send_test_email' => 'Send a Test Email',
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
'maint_send_test_email_run' => 'Send test email',
'maint_send_test_email_success' => 'Email sent to :address',
'maint_send_test_email_mail_subject' => 'Test Email',
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
// Role Settings
'roles' => 'Rollen',

View File

@ -24,7 +24,7 @@ return [
// Actions
'actions' => 'Akcje',
'view' => 'Widok',
'view_all' => 'View All',
'view_all' => 'Zobacz wszystkie',
'create' => 'Utwórz',
'update' => 'Zaktualizuj',
'edit' => 'Edytuj',
@ -38,6 +38,7 @@ return [
'reset' => 'Resetuj',
'remove' => 'Usuń',
'add' => 'Dodaj',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Opcje sortowania',
@ -62,7 +63,7 @@ return [
'breadcrumb' => 'Breadcrumb',
// Header
'profile_menu' => 'Profile Menu',
'profile_menu' => 'Menu profilu',
'view_profile' => 'Zobacz profil',
'edit_profile' => 'Edytuj profil',

View File

@ -68,7 +68,7 @@ return [
// Shelves
'shelf' => 'Półka',
'shelves' => 'Półki',
'x_shelves' => ':count Shelf|:count Shelves',
'x_shelves' => ':count Półek|:count Półek',
'shelves_long' => 'Półki',
'shelves_empty' => 'Brak utworzonych półek',
'shelves_create' => 'Utwórz półkę',
@ -105,7 +105,7 @@ return [
'books_popular' => 'Popularne książki',
'books_recent' => 'Ostatnie książki',
'books_new' => 'Nowe książki',
'books_new_action' => 'New Book',
'books_new_action' => 'Nowa księga',
'books_popular_empty' => 'Najpopularniejsze książki pojawią się w tym miejscu.',
'books_new_empty' => 'Tutaj pojawią się ostatnio utworzone książki.',
'books_create' => 'Utwórz książkę',
@ -235,7 +235,7 @@ return [
],
'pages_draft_discarded' => 'Wersja robocza odrzucona, edytor został uzupełniony najnowszą wersją strony',
'pages_specific' => 'Określona strona',
'pages_is_template' => 'Page Template',
'pages_is_template' => 'Szablon strony',
// Editor Sidebar
'page_tags' => 'Tagi strony',
@ -244,11 +244,11 @@ return [
'shelf_tags' => 'Tagi półki',
'tag' => 'Tag',
'tags' => 'Tagi',
'tag_name' => 'Tag Name',
'tag_name' => 'Nazwa tagu',
'tag_value' => 'Wartość tagu (opcjonalnie)',
'tags_explain' => "Dodaj tagi by skategoryzować zawartość. \n W celu dokładniejszej organizacji zawartości możesz dodać wartości do tagów.",
'tags_add' => 'Dodaj kolejny tag',
'tags_remove' => 'Remove this tag',
'tags_remove' => 'Usuń ten tag',
'attachments' => 'Załączniki',
'attachments_explain' => 'Prześlij kilka plików lub załącz linki. Będą one widoczne na pasku bocznym strony.',
'attachments_explain_instant_save' => 'Zmiany są zapisywane natychmiastowo.',
@ -274,7 +274,7 @@ return [
'attachments_file_uploaded' => 'Plik załączony pomyślnie',
'attachments_file_updated' => 'Plik zaktualizowany pomyślnie',
'attachments_link_attached' => 'Link pomyślnie dodany do strony',
'templates' => 'Templates',
'templates' => 'Szablony',
'templates_set_as_template' => 'Strona jest szablonem',
'templates_explain_set_as_template' => 'Możesz ustawić tę stronę jako szablon, tak aby jej zawartość była wykorzystywana przy tworzeniu innych stron. Inni użytkownicy będą mogli korzystać z tego szablonu, jeśli mają uprawnienia do przeglądania tej strony.',
'templates_replace_content' => 'Zmień zawartość strony',

View File

@ -20,9 +20,9 @@ return [
'saml_already_logged_in' => 'Już zalogowany',
'saml_user_not_registered' => 'Użytkownik :name nie jest zarejestrowany i automatyczna rejestracja jest wyłączona',
'saml_no_email_address' => 'Nie można odnaleźć adresu email dla tego użytkownika w danych dostarczonych przez zewnętrzny system uwierzytelniania',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'saml_invalid_response_id' => 'Żądanie z zewnętrznego systemu uwierzytelniania nie zostało rozpoznane przez proces rozpoczęty przez tę aplikację. Cofnięcie po zalogowaniu mogło spowodować ten problem.',
'saml_fail_authed' => 'Logowanie przy użyciu :system nie powiodło się, system nie mógł pomyślnie ukończyć uwierzytelniania',
'saml_email_exists' => 'Rejestracja nie powiodła się, ponieważ użytkownik z adresem email ":email" już istnieje',
'social_no_action_defined' => 'Brak zdefiniowanej akcji',
'social_login_bad_response' => "Podczas próby logowania :socialAccount wystąpił błąd: \n:error",
'social_account_in_use' => 'To konto :socialAccount jest już w użyciu. Spróbuj zalogować się za pomocą opcji :socialAccount.',

View File

@ -38,15 +38,25 @@ return [
'app_homepage_desc' => 'Wybierz widok, który będzie wyświetlany na stronie głównej zamiast w widoku domyślnego. Uprawnienia dostępowe są ignorowane dla wybranych stron.',
'app_homepage_select' => 'Wybierz stronę',
'app_disable_comments' => 'Wyłącz komentarze',
'app_disable_comments_toggle' => 'Disable comments',
'app_disable_comments_toggle' => 'Wyłącz komentowanie',
'app_disable_comments_desc' => 'Wyłącz komentarze na wszystkich stronach w aplikacji. Istniejące komentarze nie będą pokazywane.',
// Color settings
'content_colors' => 'Kolory zawartości',
'content_colors_desc' => 'Ustawia kolory dla wszystkich elementów w hierarchii organizacji stron. Wybór kolorów o podobnej jasności do domyślnych kolorów jest zalecany dla czytelności.',
'bookshelf_color' => 'Kolor półki',
'book_color' => 'Kolor książki',
'chapter_color' => 'Kolor rozdziału',
'page_color' => 'Kolor strony',
'page_draft_color' => 'Kolor szkicu strony',
// Registration Settings
'reg_settings' => 'Ustawienia rejestracji',
'reg_enable' => 'Włącz rejestrację',
'reg_enable_toggle' => 'Włącz rejestrację',
'reg_enable_desc' => 'Kiedy rejestracja jest włączona użytkownicy mogą się rejestrować. Po rejestracji otrzymują jedną domyślną rolę użytkownika.',
'reg_default_role' => 'Domyślna rola użytkownika po rejestracji',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Potwierdzenie adresu email',
'reg_email_confirmation_toggle' => 'Wymagaj potwierdzenia adresu email',
'reg_confirm_email_desc' => 'Jeśli restrykcje domenowe zostały ustawione, potwierdzenie adresu stanie się konieczne, a poniższa wartośc zostanie zignorowana.',

View File

@ -80,7 +80,7 @@ return [
],
'no_double_extension' => ':attribute może mieć tylko jedno rozszerzenie.',
'not_in' => 'Wartość :attribute jest nieprawidłowa.',
'not_regex' => 'The :attribute format is invalid.',
'not_regex' => 'Format :attribute jest nieprawidłowy.',
'numeric' => ':attribute musi być liczbą.',
'regex' => 'Format :attribute jest nieprawidłowy.',
'required' => 'Pole :attribute jest wymagane.',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Resetar',
'remove' => 'Remover',
'add' => 'Adicionar',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'O acesso LDAP falhou ao tentar os detalhes do dn e senha fornecidos',
'ldap_extension_not_installed' => 'As extensões LDAP PHP não estão instaladas',
'ldap_cannot_connect' => 'Não foi possível conectar ao servidor LDAP. Conexão inicial falhou',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => 'Nenhuma ação definida',
'social_login_bad_response' => "Erro recebido durante o login :socialAccount: \n:error",
'social_account_in_use' => 'Essa conta :socialAccount já está em uso. Por favor, tente se logar usando a opção :socialAccount',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Desativar comentários',
'app_disable_comments_desc' => 'Desativar comentários em todas as páginas no aplicativo. Os comentários existentes não são exibidos.',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => 'Registro',
'reg_enable' => 'Habilitar Registro',
'reg_enable_toggle' => 'Habilitar registro',
'reg_enable_desc' => 'Quando o registro é habilitado, o usuário poderá se registrar como usuário do aplicativo. No registro, eles recebem um único perfil padrão.',
'reg_default_role' => 'Perfil padrão para usuários após o registro',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Confirmação de E-mail',
'reg_email_confirmation_toggle' => 'Requer confirmação de e-mail',
'reg_confirm_email_desc' => 'Se restrições de domínio são usadas a confirmação por e-mail será requerida e o valor abaixo será ignorado.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => ':count imagens potencialmente não utilizadas foram encontradas. Tem certeza de que deseja excluir estas imagens?',
'maint_image_cleanup_success' => ':count imagens potencialmente não utilizadas foram encontradas e excluídas!',
'maint_image_cleanup_nothing_found' => 'Nenhuma imagem não utilizada foi encontrada, nada foi excluído!',
'maint_send_test_email' => 'Send a Test Email',
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
'maint_send_test_email_run' => 'Send test email',
'maint_send_test_email_success' => 'Email sent to :address',
'maint_send_test_email_mail_subject' => 'Test Email',
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
// Role Settings
'roles' => 'Perfis',

View File

@ -36,12 +36,12 @@ return [
'book_sort_notification' => 'Книга успешно отсортирована',
// Bookshelves
'bookshelf_create' => 'created Bookshelf',
'bookshelf_create_notification' => 'Bookshelf Successfully Created',
'bookshelf_update' => 'updated bookshelf',
'bookshelf_update_notification' => 'Bookshelf Successfully Updated',
'bookshelf_delete' => 'deleted bookshelf',
'bookshelf_delete_notification' => 'Bookshelf Successfully Deleted',
'bookshelf_create' => 'создал книжную полку',
'bookshelf_create_notification' => 'Книжная полка успешно создана',
'bookshelf_update' => 'обновил книжную полку',
'bookshelf_update_notification' => 'Книжная полка успешно обновлена',
'bookshelf_delete' => 'удалил книжную полку',
'bookshelf_delete_notification' => 'Книжная полка успешно удалена',
// Other
'commented_on' => 'прокомментировал',

View File

@ -18,13 +18,13 @@ return [
'name' => 'Имя',
'username' => 'Логин',
'email' => 'Email',
'email' => 'Адрес электронной почты',
'password' => 'Пароль',
'password_confirm' => 'Подтверждение пароля',
'password_hint' => 'Должен быть больше 7 символов',
'forgot_password' => 'Забыли пароль?',
'remember_me' => 'Запомнить меня',
'ldap_email_hint' => 'Введите email адрес для данной учетной записи.',
'ldap_email_hint' => 'Введите адрес электронной почты для этой учетной записи.',
'create_account' => 'Создать аккаунт',
'already_have_account' => 'Уже есть аккаунт?',
'dont_have_account' => 'У вас нет аккаунта?',
@ -53,13 +53,13 @@ return [
// Email Confirmation
'email_confirm_subject' => 'Подтвердите ваш почтовый адрес на :appName',
'email_confirm_greeting' => 'Благодарим за участие :appName!',
'email_confirm_text' => 'Пожалуйста, подтвердите ваш email адрес кликнув на кнопку ниже:',
'email_confirm_action' => 'Подтвердить email',
'email_confirm_text' => 'Пожалуйста, подтвердите свой адрес электронной почты нажав на кнопку ниже:',
'email_confirm_action' => 'Подтвердить адрес электронной почты',
'email_confirm_send_error' => 'Требуется подтверждение электронной почты, но система не может отправить письмо. Свяжитесь с администратором, чтобы убедиться, что адрес электронной почты настроен правильно.',
'email_confirm_success' => 'Ваш email был подтвержден!',
'email_confirm_success' => 'Ваш адрес подтвержден!',
'email_confirm_resent' => 'Письмо с подтверждение выслано снова. Пожалуйста, проверьте ваш почтовый ящик.',
'email_not_confirmed' => 'email не подтвержден',
'email_not_confirmed' => 'Адрес электронной почты не подтвержден',
'email_not_confirmed_text' => 'Ваш email адрес все еще не подтвержден.',
'email_not_confirmed_click_link' => 'Пожалуйста, нажмите на ссылку в письме, которое было отправлено при регистрации.',
'email_not_confirmed_resend' => 'Если вы не можете найти электронное письмо, вы можете снова отправить письмо с подтверждением по форме ниже.',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Сбросить',
'remove' => 'Удалить',
'add' => 'Добавить',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Параметры сортировки',
@ -72,5 +73,5 @@ return [
// Email Content
'email_action_help' => 'Если у вас возникли проблемы с нажатием кнопки \':actionText\', то скопируйте и вставьте указанный URL-адрес в свой веб-браузер:',
'email_rights' => 'Все права зарезервированы',
'email_rights' => 'Все права защищены',
];

View File

@ -176,12 +176,12 @@ return [
'pages_delete_confirm' => 'Вы действительно хотите удалить эту страницу?',
'pages_delete_draft_confirm' => 'Вы действительно хотите удалить этот черновик?',
'pages_editing_named' => 'Редактирование страницы :pageName',
'pages_edit_draft_options' => 'Draft Options',
'pages_edit_draft_options' => 'Параметры черновика',
'pages_edit_save_draft' => 'Сохранить черновик',
'pages_edit_draft' => 'Редактировать черновик',
'pages_editing_draft' => 'Редактирование черновика',
'pages_editing_page' => 'Редактирование страницы',
'pages_edit_draft_save_at' => 'Черновик сохранить в ',
'pages_edit_draft_save_at' => 'Черновик сохранён в ',
'pages_edit_delete_draft' => 'Удалить черновик',
'pages_edit_discard_draft' => 'отменить черновик',
'pages_edit_set_changelog' => 'Задать список изменений',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'Не удалось получить доступ к LDAP, используя данные dn & password',
'ldap_extension_not_installed' => 'LDAP расширения для PHP не установлено',
'ldap_cannot_connect' => 'Не удается подключиться к серверу ldap, не удалось выполнить начальное соединение',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => 'Действие не определено',
'social_login_bad_response' => "При попытке входа с :socialAccount произошла ошибка: \\n:error",
'social_account_in_use' => 'Этот :socialAccount аккаунт уже исопльзуется, попробуйте войти с параметрами :socialAccount.',

View File

@ -7,9 +7,9 @@
return [
'password' => 'Пароль должен содержать не менее шести символов и совпадать с подтверждением.',
'user' => "Пользователь с указаным email отсутствует.",
'user' => "Пользователя с таким адресом не существует.",
'token' => 'Токен сброса пароля недействителен.',
'sent' => 'Ссылка для сброса пароля отправлена на email!',
'sent' => 'Ссылка для сброса пароля отправлена на вашу почту!',
'reset' => 'Ваш пароль был сброшен!',
];

View File

@ -41,17 +41,27 @@ return [
'app_disable_comments_toggle' => 'Отключить комментарии',
'app_disable_comments_desc' => 'Отключение комментов на всех страницах. Существующие комментарии отображаться не будут.',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => 'Настройки регистрации',
'reg_enable' => 'Разрешить регистрацию',
'reg_enable_toggle' => 'Разрешить регистрацию',
'reg_enable_desc' => 'Если регистрация разрешена, пользователь сможет зарегистрироваться в системе самостоятельно. При регистрации назначается роль пользователя по умолчанию',
'reg_default_role' => 'Роль пользователя по умолчанию после регистрации',
'reg_email_confirmation' => 'Подтверждение электонной почты',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Подтверждение электронной почты',
'reg_email_confirmation_toggle' => 'Требовать подтверждение по электронной почте',
'reg_confirm_email_desc' => 'При использовании ограничения по домену - подтверждение обязательно, этот пункт игнорируется.',
'reg_confirm_restrict_domain' => 'Ограничить регистрацию по домену',
'reg_confirm_restrict_domain_desc' => 'Введите список доменов почты через запятую, для которых разрешена регистрация. Пользователям будет отправлено письмо для подтверждения адреса перед входом в приложение. <br> Обратите внимание, что пользователи смогут изменить свои адреса уже после регистрации.',
'reg_confirm_restrict_domain_desc' => 'Введите список доменов почты через запятую, для которых разрешена регистрация. Пользователям будет отправлено письмо для подтверждения адреса перед входом в приложение. <br> Обратите внимание, что пользователи смогут изменять свой адрес после регистрации.',
'reg_confirm_restrict_domain_placeholder' => 'Без ограничений',
// Maintenance settings
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => 'Найдено :count возможно бесполезных изображений. Вы уверены, что хотите удалить эти изображения?',
'maint_image_cleanup_success' => ':count возможно бесполезных изображений было найдено и удалено!',
'maint_image_cleanup_nothing_found' => 'Не найдено ни одного бесполезного изображения!',
'maint_send_test_email' => 'Отправить тестовое письмо',
'maint_send_test_email_desc' => 'Отправить тестовое письмо на адрес электронной почты, указанный в профиле.',
'maint_send_test_email_run' => 'Отправить проверочное письмо',
'maint_send_test_email_success' => 'На адрес :address отравлено письмо',
'maint_send_test_email_mail_subject' => 'Проверка электронной почты',
'maint_send_test_email_mail_greeting' => 'Доставка электронной почты работает!',
'maint_send_test_email_mail_text' => 'Поздравляем! Поскольку вы получили это письмо, электронная почта настроена правильно.',
// Role Settings
'roles' => 'Роли',
@ -104,14 +121,14 @@ return [
'users_add_new' => 'Добавить пользователя',
'users_search' => 'Поиск пользователей',
'users_details' => 'Данные пользователя',
'users_details_desc' => 'Задайте имя для этого пользователя, чтобы другие могли его узнать',
'users_details_desc' => 'Укажите имя и адрес электронной почты для этого пользователя. Адрес электронной почты будет использоваться для входа в приложение.',
'users_details_desc_no_email' => 'Задайте имя для этого пользователя, чтобы другие могли его узнать',
'users_role' => 'Роли пользователя',
'users_role_desc' => 'Назначьте роли пользователю. Если назначено несколько ролей, разрешения будут суммироваться и пользователь получит все права назначенных ролей.',
'users_password' => 'Пароль пользователя',
'users_password_desc' => 'Установите пароль для входа в приложение. Должно быть не менее 6 символов.',
'users_send_invite_text' => 'Вы можете отправить этому пользователю email с приглашением, которое позволит ему установить пароль самостоятельно или задайте пароль сами.',
'users_send_invite_option' => 'Отправить пользователю email с приглашением.',
'users_send_invite_option' => 'Отправить пользователю письмо с приглашением',
'users_external_auth_id' => 'Внешний ID аутентификации',
'users_external_auth_id_desc' => 'Этот ID используется для связи с вашей LDAP системой.',
'users_password_warning' => 'Заполните ниже только если вы хотите сменить свой пароль.',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Reset',
'remove' => 'Odstrániť',
'add' => 'Add',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'LDAP access failed using given dn & password details',
'ldap_extension_not_installed' => 'LDAP PHP extension not installed',
'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => 'Nebola definovaná žiadna akcia',
'social_login_bad_response' => "Error received during :socialAccount login: \n:error",
'social_account_in_use' => 'Tento :socialAccount účet sa už používa, skúste sa prihlásiť pomocou možnosti :socialAccount.',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Disable comments',
'app_disable_comments_desc' => 'Zakázať komentáre na všetkých stránkach aplikácie. Existujúce komentáre sa nezobrazujú.',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => 'Nastavenia registrácie',
'reg_enable' => 'Enable Registration',
'reg_enable_toggle' => 'Enable registration',
'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
'reg_default_role' => 'Prednastavená používateľská rola po registrácii',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Email Confirmation',
'reg_email_confirmation_toggle' => 'Require email confirmation',
'reg_confirm_email_desc' => 'Ak je použité obmedzenie domény, potom bude vyžadované overenie emailu a hodnota nižšie bude ignorovaná.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?',
'maint_image_cleanup_success' => ':count potentially unused images found and deleted!',
'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!',
'maint_send_test_email' => 'Send a Test Email',
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
'maint_send_test_email_run' => 'Send test email',
'maint_send_test_email_success' => 'Email sent to :address',
'maint_send_test_email_mail_subject' => 'Test Email',
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
// Role Settings
'roles' => 'Roly',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Återställ',
'remove' => 'Radera',
'add' => 'Lägg till',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'LDAP-inloggning misslyckades med angivna dn- och lösenordsuppgifter',
'ldap_extension_not_installed' => 'LDAP PHP-tillägg inte installerat',
'ldap_cannot_connect' => 'Kan inte ansluta till ldap-servern. Anslutningen misslyckades',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => 'Ingen åtgärd definierad',
'social_login_bad_response' => "Ett fel inträffade vid inloggning genom :socialAccount: \n:error",
'social_account_in_use' => 'Detta konto från :socialAccount används redan. Testa att logga in med :socialAccount istället.',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Inaktivera kommentarer',
'app_disable_comments_desc' => 'Inaktivera kommentarer på alla sidor i applikationen. Befintliga kommentarer visas inte.',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => 'Registreringsinställningar',
'reg_enable' => 'Tillåt registrering',
'reg_enable_toggle' => 'Tillåt registrering',
'reg_enable_desc' => 'När registrering tillåts kan användaren logga in som en användare. Vid registreringen ges de en förvald användarroll.',
'reg_default_role' => 'Standardroll efter registrering',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'E-postbekräftelse',
'reg_email_confirmation_toggle' => 'Kräv e-postbekräftelse',
'reg_confirm_email_desc' => 'Om registrering begränas till vissa domäner kommer e-postbekräftelse alltid att krävas och den här inställningen kommer att ignoreras.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => 'Hittade :count bilder som potentiellt inte används. Vill du verkligen ta bort dessa bilder?',
'maint_image_cleanup_success' => 'Hittade och raderade :count bilder som potentiellt inte används!',
'maint_image_cleanup_nothing_found' => 'Hittade inga oanvända bilder, så inget har raderats!',
'maint_send_test_email' => 'Send a Test Email',
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
'maint_send_test_email_run' => 'Send test email',
'maint_send_test_email_success' => 'Email sent to :address',
'maint_send_test_email_mail_subject' => 'Test Email',
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
// Role Settings
'roles' => 'Roller',

View File

@ -18,7 +18,7 @@ return [
'name' => 'İsim',
'username' => 'Kullanıcı Adı',
'email' => 'Email',
'email' => 'E-Posta',
'password' => 'Şifre',
'password_confirm' => 'Şifreyi onayla',
'password_hint' => 'En az 5 karakter olmalı',
@ -66,12 +66,12 @@ return [
'email_not_confirmed_resend_button' => 'Doğrulama Mailini Yeniden Yolla',
// User Invite
'user_invite_email_subject' => 'You have been invited to join :appName!',
'user_invite_email_greeting' => 'An account has been created for you on :appName.',
'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
'user_invite_email_action' => 'Set Account Password',
'user_invite_page_welcome' => 'Welcome to :appName!',
'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
'user_invite_page_confirm_button' => 'Confirm Password',
'user_invite_success' => 'Password set, you now have access to :appName!'
'user_invite_email_subject' => ':appName\'e katılma daveti aldınız!',
'user_invite_email_greeting' => 'Sizin için :appName üzerinde bir hesap oluşturuldu.',
'user_invite_email_text' => 'Parola belirlemek ve erişebilmek için aşağıdaki butona tıklayın:',
'user_invite_email_action' => 'Hesap Şifresini Belirleyin',
'user_invite_page_welcome' => ':appName\'e hoş geldiniz!',
'user_invite_page_text' => 'Hesap açılışını tamamlamak ve erişim izni alabilmek için daha sonraki girişlerinizde kullanabilmek üzere bir şifre belirlemeniz gerekiyor.',
'user_invite_page_confirm_button' => 'Parolayı Onayla',
'user_invite_success' => 'Parolanız belirlendi, artık :appName\'e erişebilirsiniz!'
];

View File

@ -38,12 +38,13 @@ return [
'reset' => 'Sıfırla',
'remove' => 'Kaldır',
'add' => 'Ekle',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',
'sort_direction_toggle' => 'Sort Direction Toggle',
'sort_ascending' => 'Sort Ascending',
'sort_descending' => 'Sort Descending',
'sort_options' => 'Sıralama Seçenekleri',
'sort_direction_toggle' => 'Sıralama Yönünü Değiştir',
'sort_ascending' => 'Artan Sıralama',
'sort_descending' => 'Azalan Sıralama',
'sort_name' => 'İsim',
'sort_created_at' => 'Oluşturulma Tarihi',
'sort_updated_at' => 'Güncellenme Tarihi',
@ -59,10 +60,10 @@ return [
'grid_view' => 'Grid görünümü',
'list_view' => 'Liste görünümü',
'default' => 'Varsayılan',
'breadcrumb' => 'Breadcrumb',
'breadcrumb' => 'Sayfa İşaretleri Yolu',
// Header
'profile_menu' => 'Profile Menu',
'profile_menu' => 'Tercih menüsü',
'view_profile' => 'Profili Görüntüle',
'edit_profile' => 'Profili Düzenle',

View File

@ -176,7 +176,7 @@ return [
'pages_delete_confirm' => 'Bu sayfayı silmek istediğinizden emin misiniz?',
'pages_delete_draft_confirm' => 'Bu taslak sayfayı silmek istediğinizden emin misiniz?',
'pages_editing_named' => ':pageName Sayfası Düzenleniyor',
'pages_edit_draft_options' => 'Draft Options',
'pages_edit_draft_options' => 'Taslak Seçenekleri',
'pages_edit_save_draft' => 'Taslağı Kaydet',
'pages_edit_draft' => 'Taslak Sayfasını Düzenle',
'pages_editing_draft' => 'Taslak Düzenleniyor',
@ -234,7 +234,7 @@ return [
],
'pages_draft_discarded' => 'Taslak yok sayıldı, editör mevcut sayfa içeriği ile güncellendi',
'pages_specific' => 'Özel Sayfa',
'pages_is_template' => 'Page Template',
'pages_is_template' => 'Sayfa Şablonu',
// Editor Sidebar
'page_tags' => 'Sayfa Etiketleri',
@ -243,11 +243,11 @@ return [
'shelf_tags' => 'Kitaplık Etiketleri',
'tag' => 'Etiket',
'tags' => 'Etiketler',
'tag_name' => 'Tag Name',
'tag_name' => 'Etiket İsmi',
'tag_value' => 'Etiket İçeriği (Opsiyonel)',
'tags_explain' => "İçeriğini daha iyi kategorize etmek için bazı etiketler ekle. Etiketlere değer atayarak daha derin bir organizasyon yapısına sahip olabilirsin.",
'tags_add' => 'Başka etiket ekle',
'tags_remove' => 'Remove this tag',
'tags_remove' => 'Bu Etiketi Sil',
'attachments' => 'Ekler',
'attachments_explain' => 'Sayfanızda göstermek için bazı dosyalar yükleyin veya bazı bağlantılar ekleyin. Bunlar sayfanın sidebarında görülebilir.',
'attachments_explain_instant_save' => 'Burada yapılan değişiklikler anında kaydedilir.',
@ -273,12 +273,12 @@ return [
'attachments_file_uploaded' => 'Dosya başarıyla yüklendi',
'attachments_file_updated' => 'Dosya başarıyla güncellendi',
'attachments_link_attached' => 'Link sayfaya başarıyla eklendi',
'templates' => 'Templates',
'templates_set_as_template' => 'Page is a template',
'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
'templates_replace_content' => 'Replace page content',
'templates_append_content' => 'Append to page content',
'templates_prepend_content' => 'Prepend to page content',
'templates' => 'Şablonlar',
'templates_set_as_template' => 'Sayfa bir şablondur',
'templates_explain_set_as_template' => 'Bu sayfayı şablon olarak seçebilirsiniz. Böylece taslağın içeriği diğer sayfaları oluştururken düzenlenebilir. Eğer yetkileri varsa diğer kullanıcılar da bu sayfayı görüntülerken bu şablonu kullanabilirler.',
'templates_replace_content' => 'Sayfa içeriğini değiştir',
'templates_append_content' => 'Sayfa içeriğine ekle',
'templates_prepend_content' => 'Sayfa içeriğinin başına ekle',
// Profile View
'profile_user_for_x' => 'Kullanıcı :time',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'Verdiğiniz bilgiler ile LDAP girişi başarısız oldu.',
'ldap_extension_not_installed' => 'LDAP PHP eklentisi yüklenmedi',
'ldap_cannot_connect' => 'LDAP sunucusuna bağlanılamadı, ilk bağlantı başarısız oldu',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => 'Bir aksiyon tanımlanmadı',
'social_login_bad_response' => ":socialAccount girişi sırasında hata oluştu: \n:error",
'social_account_in_use' => 'Bu :socialAccount zaten kullanımda, :socialAccount hesabıyla giriş yapmayı deneyin.',
@ -27,7 +33,7 @@ return [
'social_account_register_instructions' => 'Hala bir hesabınız yoksa :socialAccount ile kayıt olabilirsiniz.',
'social_driver_not_found' => 'Social driver bulunamadı',
'social_driver_not_configured' => ':socialAccount ayarlarınız doğru bir şekilde ayarlanmadı.',
'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
'invite_token_expired' => 'Davetiye linkinin süresi doldu. Bunun yerine parolanızı sıfırlamayı deneyebilirsiniz.',
// System
'path_not_writable' => ':filePath dosya yolu yüklenemedi. Sunucuya yazılabilir olduğundan emin olun.',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Yorumları engelle',
'app_disable_comments_desc' => 'Yorumları uygulamadaki bütün sayfalar için engelle. <br> Mevcut yorumlar gösterilmeyecektir.',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => 'Kayıt',
'reg_enable' => 'Kaydolmaya İzin Ver',
'reg_enable_toggle' => 'Kaydolmaya izin ver',
'reg_enable_desc' => 'Kayıt olmaya izin verdiğinizde kullanıcılar kendilerini uygulamaya kaydedebilecekler. Kayıt olduktan sonra kendilerine varsayılan kullanıcı rolü atanacaktır.',
'reg_default_role' => 'Kayıt olduktan sonra varsayılan kullanıcı rolü',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Email Doğrulama',
'reg_email_confirmation_toggle' => 'E-mail onayı gerektir',
'reg_confirm_email_desc' => 'Eğer domain kısıtlaması kullanılıyorsa o zaman email doğrulaması gereklidir ve bu seçenek yok sayılacaktır.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => ':count potansiyel kullanılmayan görsel bulundu. Bu görselleri silmek istediğinizden emin misiniz?',
'maint_image_cleanup_success' => ':count potanisyel kullanılmayan görsel bulundu ve silindi!',
'maint_image_cleanup_nothing_found' => 'Kullanılmayan görsel bulunamadı ve birşey silinmedi!',
'maint_send_test_email' => 'Test E-Postası Gönder',
'maint_send_test_email_desc' => 'Bu profilinizde girdiğiniz e-posta adresine bir test e-postası gönderir.',
'maint_send_test_email_run' => 'Test E-Postasını gönder',
'maint_send_test_email_success' => 'E-Posta :address adresine gönderildi',
'maint_send_test_email_mail_subject' => 'Test e-postası',
'maint_send_test_email_mail_greeting' => 'E-Posta gönderimi başarılı!',
'maint_send_test_email_mail_text' => 'Tebrikler! Eğer bu e-posta bildirimini alıyorsanız, e-posta ayarlarınız doğru bir şekilde ayarlanmış demektir.',
// Role Settings
'roles' => 'Roller',
@ -85,7 +102,7 @@ return [
'role_manage_roles' => 'Rolleri ve rol izinlerini yönet',
'role_manage_entity_permissions' => 'Bütün kitap, bölüm ve sayfa izinlerini yönet',
'role_manage_own_entity_permissions' => 'Sahip olunan kitap, bölüm ve sayfaların izinlerini yönet',
'role_manage_page_templates' => 'Manage page templates',
'role_manage_page_templates' => 'Sayfa şablonlarını yönet',
'role_manage_settings' => 'Uygulama ayarlarını yönet',
'role_asset' => 'Asset Yetkileri',
'role_asset_desc' => 'Bu izinleri assetlere sistem içinden varsayılan erişimi kontrol eder. Kitaplar, bölümler ve sayfaların izinleri bu izinleri override eder.',
@ -110,8 +127,8 @@ return [
'users_role_desc' => 'Bu kullanıcının hangi rollere atanabileceğini belirleyin. Eğer bir kullanıcıya birden fazla rol atanırsa, kullanıcı bütün rollerin özelliklerini kullanabilir.',
'users_password' => 'Kullanıcı Parolası',
'users_password_desc' => 'Kullanıcının giriş yaparken kullanacağı bir parola belirleyin. Parola en az 5 karakter olmalıdır.',
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
'users_send_invite_option' => 'Send user invite email',
'users_send_invite_text' => 'Bu kullanıcıya parolasını sıfırlayabilmesi için bir e-posta gönder veya şifresini sen belirle.',
'users_send_invite_option' => 'Kullanıcıya davet e-postası gönder',
'users_external_auth_id' => 'Harici Authentication ID\'si',
'users_external_auth_id_desc' => 'Bu ID kullanıcı LDAP sunucu ile bağlantı kurarken kullanılır.',
'users_password_warning' => 'Sadece parolanızı değiştirmek istiyorsanız aşağıyı doldurunuz.',

View File

@ -30,19 +30,19 @@ return [
'digits' => ':attribute :digits basamaklı olmalıdır.',
'digits_between' => ':attribute :min ve :max basamaklı olmalıdır.',
'email' => ':attribute geçerli bir e-mail adresi olmalıdır.',
'ends_with' => 'The :attribute must end with one of the following: :values',
'ends_with' => ':attribute şunlardan biriyle bitmelidir: :values',
'filled' => ':attribute gerekli bir alandır.',
'gt' => [
'numeric' => 'The :attribute must be greater than :value.',
'file' => 'The :attribute must be greater than :value kilobytes.',
'string' => 'The :attribute must be greater than :value characters.',
'array' => 'The :attribute must have more than :value items.',
'numeric' => ':attribute :max değerinden büyük olmalı.',
'file' => ':attribute değeri :value kilobayt değerinden büyük olmalıdır.',
'string' => ':attribute değeri :value karakter değerinden büyük olmalıdır.',
'array' => ':attribute, :value öğeden daha fazlasına sahip olamaz.',
],
'gte' => [
'numeric' => 'The :attribute must be greater than or equal :value.',
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
'string' => 'The :attribute must be greater than or equal :value characters.',
'array' => 'The :attribute must have :value items or more.',
'numeric' => ':attribute, :value değerinden büyük veya eşit olmalı.',
'file' => ':attribute, :value kilobayttan eşit ya da büyük olmalı.',
'string' => ':attribute, :value kilobayttan eşit ya da büyük olmalı.',
'array' => ':attribute, :value veya daha fazla maddeye sahip olmalıdır.',
],
'exists' => 'Seçilen :attribute geçerli bir alan değildir.',
'image' => ':attribute bir görsel olmalıdır.',
@ -50,20 +50,20 @@ return [
'in' => 'Seçilen :attribute geçerli değildir.',
'integer' => ':attribute bir integer değeri olmalıdır.',
'ip' => ':attribute geçerli bir IP adresi olmalıdır.',
'ipv4' => 'The :attribute must be a valid IPv4 address.',
'ipv6' => 'The :attribute must be a valid IPv6 address.',
'json' => 'The :attribute must be a valid JSON string.',
'ipv4' => ': Özniteliği geçerli bir IPv4 adresi olmalıdır.',
'ipv6' => ':attribute geçerli bir IPv6 adresi olmalıdır.',
'json' => ':attribute geçerli bir JSON dizini olmalı.',
'lt' => [
'numeric' => 'The :attribute must be less than :value.',
'file' => 'The :attribute must be less than :value kilobytes.',
'string' => 'The :attribute must be less than :value characters.',
'array' => 'The :attribute must have less than :value items.',
'numeric' => ':attribute, :value değerinden küçük olmalıdır.',
'file' => ':attribute, :value kilobayt boyutundan küçük olmalıdır.',
'string' => ':attribute, :value karakterden küçük olmalıdır.',
'array' => ':attribute, :value öğeden az olmalıdır.',
],
'lte' => [
'numeric' => 'The :attribute must be less than or equal :value.',
'file' => 'The :attribute must be less than or equal :value kilobytes.',
'string' => 'The :attribute must be less than or equal :value characters.',
'array' => 'The :attribute must not have more than :value items.',
'numeric' => ':attribute, :value değerinden küçük veya eşit olmalıdır.',
'file' => ':attribute, :value kilobayttan küçük ya da eşit olmalıdır.',
'string' => ':attribute, :value kilobayttan küçük ya da eşit olmalıdır.',
'array' => ':attribute, :value öğeden daha fazlasına sahip olamaz.',
],
'max' => [
'numeric' => ':attribute, :max değerinden büyük olmamalıdır.',
@ -80,7 +80,7 @@ return [
],
'no_double_extension' => ':attribute sadece tek bir dosya tipinde olmalıdır.',
'not_in' => 'Seçili :attribute geçerli değildir.',
'not_regex' => 'The :attribute format is invalid.',
'not_regex' => ':attribute formatı geçerli değildir.',
'numeric' => ':attribute rakam olmalıdır.',
'regex' => ':attribute formatı geçerli değildir.',
'required' => 'The :attribute field is required. :attribute alanı gereklidir.',

View File

@ -36,7 +36,7 @@ return [
'book_sort_notification' => 'Книгу успішно відновлено',
// Bookshelves
'bookshelf_create' => 'створено книжкову полицю',
'bookshelf_create' => 'створив книжкову полицю',
'bookshelf_create_notification' => 'Книжкову полицю успішно створено',
'bookshelf_update' => 'оновив книжкову полицю',
'bookshelf_update_notification' => 'Книжкову полицю успішно оновлено',

View File

@ -12,25 +12,25 @@ return [
// Login & Register
'sign_up' => 'Реєстрація',
'log_in' => 'Увійти',
'log_in_with' => 'Увійти з :socialDriver',
'sign_up_with' => 'Зареєструватись з :socialDriver',
'log_in_with' => 'Увійти через :socialDriver',
'sign_up_with' => 'Зареєструватися через :socialDriver',
'logout' => 'Вихід',
'name' => 'Ім\'я',
'username' => 'Логін',
'email' => 'Email',
'email' => 'Адреса електронної пошти',
'password' => 'Пароль',
'password_confirm' => 'Підтвердження пароля',
'password_hint' => 'Має бути більше 7 символів',
'password_hint' => 'Має бути більше ніж 7 символів',
'forgot_password' => 'Забули пароль?',
'remember_me' => 'Запамятати мене',
'remember_me' => 'Запам\'ятати мене',
'ldap_email_hint' => 'Введіть email для цього облікового запису.',
'create_account' => 'Створити обліковий запис',
'already_have_account' => 'Вже є обліковий запис?',
'dont_have_account' => 'Немає облікового запису?',
'social_login' => 'Вхід через соціальну мережу',
'social_registration' => 'Реєстрація через соціальну мережу',
'social_registration_text' => 'Реєстрація і вхід через інший сервіс',
'social_registration_text' => 'Реєстрація і вхід через інший сервіс.',
'register_thanks' => 'Дякуємо за реєстрацію!',
'register_confirm' => 'Будь ласка, перевірте свою електронну пошту та натисніть кнопку підтвердження, щоб отримати доступ до :appName.',
@ -42,7 +42,7 @@ return [
// Password Reset
'reset_password' => 'Скинути пароль',
'reset_password_send_instructions' => 'Введіть адресу електронної пошти нижче, і вам буде надіслано електронне повідомлення з посиланням на зміну пароля.',
'reset_password_send_button' => 'Надіслати посилання для скидання',
'reset_password_send_button' => 'Надіслати посилання для скидання пароля',
'reset_password_sent_success' => 'Посилання для скидання пароля було надіслано на :email.',
'reset_password_success' => 'Ваш пароль успішно скинуто.',
'email_reset_subject' => 'Скинути ваш пароль :appName',
@ -59,7 +59,7 @@ return [
'email_confirm_success' => 'Ваш електронну адресу підтверджено!',
'email_confirm_resent' => 'Лист з підтвердженням надіслано, перевірте свою пошту.',
'email_not_confirmed' => 'Адреса Email не підтверджена',
'email_not_confirmed' => 'Адресу електронної скриньки не підтверджено',
'email_not_confirmed_text' => 'Ваша електронна адреса ще не підтверджена.',
'email_not_confirmed_click_link' => 'Будь-ласка, натисніть на посилання в електронному листі, яке було надіслано після реєстрації.',
'email_not_confirmed_resend' => 'Якщо ви не можете знайти електронний лист, ви можете повторно надіслати підтвердження електронною поштою, на формі нижче.',

View File

@ -38,6 +38,7 @@ return [
'reset' => 'Скинути',
'remove' => 'Видалити',
'add' => 'Додати',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Параметри сортування',
@ -59,7 +60,7 @@ return [
'grid_view' => 'Вигляд Сіткою',
'list_view' => 'Вигляд Списком',
'default' => 'За замовчуванням',
'breadcrumb' => 'Breadcrumb',
'breadcrumb' => 'Навігація',
// Header
'profile_menu' => 'Меню профілю',

View File

@ -181,7 +181,7 @@ return [
'pages_edit_draft' => 'Редагувати чернетку сторінки',
'pages_editing_draft' => 'Редагування чернетки',
'pages_editing_page' => 'Редагування сторінки',
'pages_edit_draft_save_at' => 'Чернетку зберегти в ',
'pages_edit_draft_save_at' => 'Чернетка збережена о ',
'pages_edit_delete_draft' => 'Видалити чернетку',
'pages_edit_discard_draft' => 'Відхилити чернетку',
'pages_edit_set_changelog' => 'Встановити журнал змін',
@ -275,10 +275,10 @@ return [
'attachments_link_attached' => 'Посилання успішно додано до сторінки',
'templates' => 'Шаблони',
'templates_set_as_template' => 'Сторінка це шаблон',
'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
'templates_explain_set_as_template' => 'Ви можете встановити цю сторінку як шаблон, щоб її вміст використовувався під час створення інших сторінок. Інші користувачі зможуть користуватися цим шаблоном, якщо вони мають права перегляду для цієї сторінки.',
'templates_replace_content' => 'Замінити вміст сторінки',
'templates_append_content' => 'Додати до вмісту сторінки',
'templates_prepend_content' => 'Prepend to page content',
'templates_prepend_content' => 'Додати на початок вмісту сторінки',
// Profile View
'profile_user_for_x' => 'Користувач вже :time',

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => 'LDAP-доступ невдалий, використовуючи задані параметри dn та password',
'ldap_extension_not_installed' => 'Розширення PHP LDAP не встановлено',
'ldap_cannot_connect' => 'Неможливо підключитися до ldap-сервера, Помилка з\'єднання',
'saml_already_logged_in' => 'Вже увійшли',
'saml_user_not_registered' => 'Користувач «:name» не зареєстрований, а автоматична реєстрація вимкнена',
'saml_no_email_address' => 'Не вдалося знайти електронну адресу для цього користувача у даних, наданих зовнішньою системою аутентифікації',
'saml_invalid_response_id' => 'Запит із зовнішньої системи аутентифікації не розпізнається процесом, розпочатим цим додатком. Повернення назад після входу могла спричинити цю проблему.',
'saml_fail_authed' => 'Вхід із використанням «:system» не вдався, система не здійснила успішну авторизацію',
'saml_email_exists' => 'Реєстрація не вдалася, оскільки користувач з електронною адресою «:email» вже існує',
'social_no_action_defined' => 'Жодних дій не визначено',
'social_login_bad_response' => "Помилка, отримана під час входу з :socialAccount помилка : \n:error",
'social_account_in_use' => 'Цей :socialAccount обліковий запис вже використовується, спробуйте ввійти з параметрами :socialAccount.',
@ -27,7 +33,7 @@ return [
'social_account_register_instructions' => 'Якщо у вас ще немає облікового запису, ви можете зареєструвати обліковий запис за допомогою параметра :socialAccount.',
'social_driver_not_found' => 'Драйвер для СоціальноїМережі не знайдено',
'social_driver_not_configured' => 'Ваші соціальні настройки :socialAccount не правильно налаштовані.',
'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
'invite_token_expired' => 'Термін дії цього запрошення закінчився. Замість цього ви можете спробувати скинути пароль свого облікового запису.',
// System
'path_not_writable' => 'Не вдається завантажити шлях до файлу :filePath. Переконайтеся, що він доступний для запису на сервер.',

View File

@ -6,10 +6,10 @@
*/
return [
'password' => 'Паролі повинні містити принаймні шість символів і відповідати підтвердженню.',
'password' => 'Пароль повинен містити не менше восьми символів і збігатись з підтвердженням.',
'user' => "Ми не можемо знайти користувача з цією адресою електронної пошти.",
'token' => 'Цей токен для скидання пароля недійсний.',
'sent' => 'Ми надіслали вам електронний лист із посиланням на скидання пароля!',
'reset' => 'Ваш пароль був скинутий!',
'sent' => 'Ми надіслали Вам електронний лист із посиланням для скидання пароля!',
'reset' => 'Ваш пароль скинуто!',
];

View File

@ -29,7 +29,7 @@ return [
'app_editor_desc' => 'Виберіть, який редактор буде використовуватися всіма користувачами для редагування сторінок.',
'app_custom_html' => 'Користувацький вміст HTML-заголовку',
'app_custom_html_desc' => 'Будь-який доданий тут вміст буде вставлено в нижню частину розділу <head> кожної сторінки. Це зручно для перевизначення стилів, або додавання коду аналітики.',
'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.',
'app_custom_html_disabled_notice' => 'На цій сторінці налаштувань відключений користувацький вміст заголовка HTML, щоб гарантувати, що будь-які невдалі зміни можна буде відновити.',
'app_logo' => 'Логотип програми',
'app_logo_desc' => 'Це зображення має бути висотою 43px. <br>Великі зображення будуть зменшені.',
'app_primary_color' => 'Основний колір програми',
@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Вимкнути коментарі',
'app_disable_comments_desc' => 'Вимкнути коментарі на всіх сторінках програми. Існуючі коментарі не відображаються.',
// Color settings
'content_colors' => 'Кольори вмісту',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Колір полиці',
'book_color' => 'Колір книги',
'chapter_color' => 'Chapter Color',
'page_color' => 'Колір сторінки',
'page_draft_color' => 'Колір чернетки',
// Registration Settings
'reg_settings' => 'Реєстрація',
'reg_enable' => 'Дозволити реєстрацію',
'reg_enable_toggle' => 'Дозволити реєстрацію',
'reg_enable_desc' => 'При включенні реєстрації відвідувач зможе зареєструватися як користувач програми. Після реєстрації їм надається єдина роль користувача за замовчуванням.',
'reg_default_role' => 'Роль користувача за умовчанням після реєстрації',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Підтвердження електронною поштою',
'reg_email_confirmation_toggle' => 'Необхідне підтвердження електронною поштою',
'reg_confirm_email_desc' => 'Якщо використовується обмеження домену, то підтвердження електронною поштою буде потрібно, а нижче значення буде проігноровано.',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => ':count потенційно невикористаних зображень було знайдено. Ви впевнені, що хочете видалити ці зображення?',
'maint_image_cleanup_success' => ':count потенційно невикористані зображення знайдено і видалено!',
'maint_image_cleanup_nothing_found' => 'Не знайдено невикористовуваних зображень, нічого не видалено!',
'maint_send_test_email' => 'Надіслати тестове повідомлення',
'maint_send_test_email_desc' => 'Надіслати тестового листа на адресу електронної пошти, що вказана у вашому профілі.',
'maint_send_test_email_run' => 'Надіслати тестовий лист',
'maint_send_test_email_success' => 'Лист відправлений на : адреса',
'maint_send_test_email_mail_subject' => 'Перевірка електронної пошти',
'maint_send_test_email_mail_greeting' => 'Доставляння електронної пошти працює!',
'maint_send_test_email_mail_text' => 'Вітаємо! Оскільки ви отримали цього листа, поштова скринька налаштована правильно.',
// Role Settings
'roles' => 'Ролі',
@ -85,7 +102,7 @@ return [
'role_manage_roles' => 'Керування правами ролей та ролями',
'role_manage_entity_permissions' => 'Керування всіма правами на книги, розділи та сторінки',
'role_manage_own_entity_permissions' => 'Керування дозволами на власну книгу, розділ та сторінки',
'role_manage_page_templates' => 'Manage page templates',
'role_manage_page_templates' => 'Управління шаблонами сторінок',
'role_manage_settings' => 'Керування налаштуваннями програми',
'role_asset' => 'Дозволи',
'role_asset_desc' => 'Ці дозволи контролюють стандартні доступи всередині системи. Права на книги, розділи та сторінки перевизначать ці дозволи.',
@ -110,8 +127,8 @@ return [
'users_role_desc' => 'Виберіть, до яких ролей буде призначено цього користувача. Якщо користувачеві призначено декілька ролей, дозволи з цих ролей будуть складатись і вони отримуватимуть усі можливості призначених ролей.',
'users_password' => 'Пароль користувача',
'users_password_desc' => 'Встановіть пароль для входу. Він повинен містити принаймні 5 символів.',
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
'users_send_invite_option' => 'Надіслати лист із запрошенням користувачу',
'users_send_invite_text' => 'Ви можете надіслати цьому користувачеві лист із запрошенням, що дозволить йому встановити пароль власноруч, або ви можете встановити йому пароль самостійно.',
'users_send_invite_option' => 'Надіслати листа із запрошенням користувачу',
'users_external_auth_id' => 'Зовнішній ID автентифікації',
'users_external_auth_id_desc' => 'Цей ID використовується для пошуку збігу цього користувача під час зв\'язку з LDAP.',
'users_password_warning' => 'Тільки якщо ви хочете змінити свій пароль, заповніть поля нижче:',

View File

@ -8,98 +8,98 @@
return [
// Standard laravel validation lines
'accepted' => ':attribute повинен бути прийнятий.',
'active_url' => ':attribute не є дійсною URL-адресою.',
'after' => ':attribute повинно бути датою після :date.',
'alpha' => ':attribute може містити лише літери.',
'alpha_dash' => ':attribute може містити лише літери, цифри та дефіси.',
'alpha_num' => ':attribute може містити лише літери та цифри.',
'array' => ':attribute повинен бути масивом.',
'before' => ':attribute повинен бути датою до :date.',
'accepted' => 'Ви повинні прийняти :attribute.',
'active_url' => 'Поле :attribute не є правильним URL.',
'after' => 'Поле :attribute має містити дату не раніше :date.',
'alpha' => 'Поле :attribute має містити лише літери.',
'alpha_dash' => 'Поле :attribute має містити лише літери, цифри, дефіси та підкреслення.',
'alpha_num' => 'Поле :attribute має містити лише літери та цифри.',
'array' => 'Поле :attribute має бути масивом.',
'before' => 'Поле :attribute має містити дату не пізніше :date.',
'between' => [
'numeric' => ':attribute повинен бути між :min та :max.',
'file' => ':attribute повинен бути між :min та :max кілобайт.',
'string' => ':attribute повинен бути між :min та :max символів.',
'array' => ':attribute повинен бути між :min та :max елементів.',
'numeric' => 'Поле :attribute має бути між :min та :max.',
'file' => 'Розмір файлу в полі :attribute має бути не менше :min та не більше :max кілобайт.',
'string' => 'Текст в полі :attribute має бути не менше :min та не більше :max символів.',
'array' => 'Поле :attribute має містити від :min до :max елементів.',
],
'boolean' => ':attribute поле має бути true або false.',
'confirmed' => ':attribute підтвердження не збігається.',
'date' => ':attribute не є дійсною датою.',
'date_format' => ':attribute не відповідає формату :format.',
'different' => ':attribute та :other повинні бути різними.',
'digits' => ':attribute повинні бути :digits цифрами.',
'digits_between' => ':attribute має бути між :min та :max цифр.',
'email' => ':attribute повинна бути дійсною електронною адресою.',
'ends_with' => 'The :attribute must end with one of the following: :values',
'filled' => ':attribute поле обов\'язкове.',
'boolean' => 'Поле :attribute повинне містити true чи false.',
'confirmed' => 'Поле :attribute не збігається з підтвердженням.',
'date' => 'Поле :attribute не є датою.',
'date_format' => 'Поле :attribute не відповідає формату :format.',
'different' => 'Поля :attribute та :other повинні бути різними.',
'digits' => 'Довжина цифрового поля :attribute повинна дорівнювати :digits.',
'digits_between' => 'Довжина цифрового поля :attribute повинна бути від :min до :max.',
'email' => 'Поле :attribute повинне містити коректну електронну адресу.',
'ends_with' => 'Поле :attribute має закінчуватися одним з наступних значень: :values',
'filled' => 'Поле :attribute є обов\'язковим для заповнення.',
'gt' => [
'numeric' => 'The :attribute must be greater than :value.',
'file' => ':attribute має бути більшим ніж :value кілобайт.',
'string' => 'The :attribute must be greater than :value characters.',
'array' => 'The :attribute must have more than :value items.',
'numeric' => 'Поле :attribute має бути більше ніж :value.',
'file' => 'Поле :attribute має бути більше ніж :value кілобайт.',
'string' => 'Поле :attribute має бути більше ніж :value символів.',
'array' => 'Поле :attribute має містити більше ніж :value елементів.',
],
'gte' => [
'numeric' => 'The :attribute must be greater than or equal :value.',
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
'string' => 'The :attribute must be greater than or equal :value characters.',
'array' => 'The :attribute must have :value items or more.',
'numeric' => 'Поле :attribute має дорівнювати чи бути більше ніж :value.',
'file' => 'Поле :attribute має дорівнювати чи бути більше ніж :value кілобайт.',
'string' => 'Поле :attribute має дорівнювати чи бути більше ніж :value символів.',
'array' => 'Поле :attribute має містити :value чи більше елементів.',
],
'exists' => 'Вибраний :attribute недійсний.',
'image' => ':attribute повинен бути зображенням.',
'image_extension' => ':attribute повинен мати дійсне та підтримуване розширення зображення.',
'in' => 'Вибраний :attribute недійсний.',
'integer' => ':attribute повинен бути цілим числом.',
'ip' => ':attribute повинна бути дійсною IP-адресою.',
'ipv4' => 'The :attribute must be a valid IPv4 address.',
'ipv6' => 'The :attribute must be a valid IPv6 address.',
'json' => 'The :attribute must be a valid JSON string.',
'exists' => 'Вибране для :attribute значення не коректне.',
'image' => 'Поле :attribute має містити зображення.',
'image_extension' => 'Поле :attribute має містити дійсне та підтримуване розширення зображення.',
'in' => 'Вибране для :attribute значення не коректне.',
'integer' => 'Поле :attribute має містити ціле число.',
'ip' => 'Поле :attribute має містити IP адресу.',
'ipv4' => 'Поле :attribute має містити IPv4 адресу.',
'ipv6' => 'Поле :attribute має містити IPv6 адресу.',
'json' => 'Дані поля :attribute мають бути в форматі JSON.',
'lt' => [
'numeric' => 'The :attribute must be less than :value.',
'file' => 'The :attribute must be less than :value kilobytes.',
'string' => 'The :attribute must be less than :value characters.',
'array' => 'The :attribute must have less than :value items.',
'numeric' => 'Поле :attribute має бути менше ніж :value.',
'file' => 'Поле :attribute має бути менше ніж :value кілобайт.',
'string' => 'Поле :attribute має бути менше ніж :value символів.',
'array' => 'Поле :attribute має містити менше ніж :value елементів.',
],
'lte' => [
'numeric' => 'The :attribute must be less than or equal :value.',
'file' => 'The :attribute must be less than or equal :value kilobytes.',
'string' => 'The :attribute must be less than or equal :value characters.',
'array' => 'The :attribute must not have more than :value items.',
'numeric' => 'Поле :attribute має дорівнювати чи бути менше ніж :value.',
'file' => 'Поле :attribute має дорівнювати чи бути менше ніж :value кілобайт.',
'string' => 'Поле :attribute має дорівнювати чи бути менше ніж :value символів.',
'array' => 'Поле :attribute має містити не більше ніж :value елементів.',
],
'max' => [
'numeric' => ':attribute не може бути більшим за :max.',
'file' => ':attribute не може бути більшим за :max кілобайт.',
'string' => ':attribute не може бути більшим за :max символів.',
'array' => ':attribute не може бути більше ніж :max елементів.',
'numeric' => 'Поле :attribute має бути не більше :max.',
'file' => 'Файл в полі :attribute має бути не більше :max кілобайт.',
'string' => 'Текст в полі :attribute повинен мати довжину не більшу за :max.',
'array' => 'Поле :attribute повинне містити не більше :max елементів.',
],
'mimes' => ':attribute повинен бути файлом типу: :values.',
'mimes' => 'Поле :attribute повинне містити файл одного з типів: :values.',
'min' => [
'numeric' => ':attribute повинен бути принаймні :min.',
'file' => ':attribute повинен бути принаймні :min кілобайт.',
'string' => ':attribute повинен бути принаймні :min символів.',
'array' => ':attribute повинен містити принаймні :min елементів.',
'numeric' => 'Поле :attribute повинне бути не менше :min.',
'file' => 'Розмір файлу в полі :attribute має бути не меншим :min кілобайт.',
'string' => 'Текст в полі :attribute повинен містити не менше :min символів.',
'array' => 'Поле :attribute повинне містити не менше :min елементів.',
],
'no_double_extension' => ':attribute повинен мати тільки одне розширення файлу.',
'not_in' => 'Вибраний :attribute недійсний.',
'not_regex' => 'The :attribute format is invalid.',
'numeric' => ':attribute повинен бути числом.',
'regex' => ':attribute формат недійсний.',
'required' => ':attribute поле обов\'язкове.',
'required_if' => ':attribute поле бов\'язкове, коли :other з значенням :value.',
'required_with' => ':attribute поле бов\'язкове, коли :values встановлено.',
'required_with_all' => ':attribute поле бов\'язкове, коли :values встановлені.',
'required_without' => ':attribute поле бов\'язкове, коли :values не встановлені.',
'required_without_all' => ':attribute поле бов\'язкове, коли жодне з :values не встановлене.',
'same' => ':attribute та :other мають збігатись.',
'no_double_extension' => 'Поле :attribute повинне містити тільки одне розширення файлу.',
'not_in' => 'Вибране для :attribute значення не коректне.',
'not_regex' => 'Формат поля :attribute не вірний.',
'numeric' => 'Поле :attribute повинно містити число.',
'regex' => 'Поле :attribute має хибний формат.',
'required' => 'Поле :attribute є обов\'язковим для заповнення.',
'required_if' => 'Поле :attribute є обов\'язковим для заповнення, коли :other є рівним :value.',
'required_with' => 'Поле :attribute є обов\'язковим для заповнення, коли :values вказано.',
'required_with_all' => 'Поле :attribute є обов\'язковим для заповнення, коли :values вказано.',
'required_without' => 'Поле :attribute є обов\'язковим для заповнення, коли :values не вказано.',
'required_without_all' => 'Поле :attribute є обов\'язковим для заповнення, коли :values не вказано.',
'same' => 'Поля :attribute та :other мають збігатися.',
'size' => [
'numeric' => ':attribute має бути :size.',
'file' => ':attribute має бути :size кілобайт.',
'string' => ':attribute має бути :size символів.',
'array' => ':attribute має містити :size елементів.',
'numeric' => 'Поле :attribute має бути довжини :size.',
'file' => 'Файл в полі :attribute має бути розміром :size кілобайт.',
'string' => 'Текст в полі :attribute повинен містити :size символів.',
'array' => 'Поле :attribute повинне містити :size елементів.',
],
'string' => ':attribute повинен бути рядком.',
'timezone' => ':attribute повинен бути дійсною зоною.',
'unique' => ':attribute вже є.',
'url' => ':attribute формат недійсний.',
'string' => 'Поле :attribute повинне містити текст.',
'timezone' => 'Поле :attribute повинне містити коректну часову зону.',
'unique' => 'Вказане значення поля :attribute вже існує.',
'url' => 'Формат поля :attribute неправильний.',
'uploaded' => 'Не вдалося завантажити файл. Сервер може не приймати файли такого розміру.',
// Custom validation lines

View File

@ -74,4 +74,4 @@ return [
'user_invite_page_text' => '要完成您的帐户并获得访问权限,您需要设置一个密码,该密码将在以后访问时用于登录 :appName。',
'user_invite_page_confirm_button' => '确认密码',
'user_invite_success' => '已设置密码,您现在可以访问 :appName'
];
];

View File

@ -38,6 +38,7 @@ return [
'reset' => '重置',
'remove' => '删除',
'add' => '添加',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => '排序选项',

View File

@ -311,4 +311,4 @@ return [
'revision_restore_confirm' => '您确定要恢复到此修订版吗?恢复后原有内容将会被替换。',
'revision_delete_success' => '修订删除',
'revision_cannot_delete_latest' => '无法删除最新版本。'
];
];

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => '带有标识名称和密码的LDAP访问失败。',
'ldap_extension_not_installed' => '未安装LDAP PHP扩展程序',
'ldap_cannot_connect' => '无法连接到ldap服务器初始连接失败',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => '没有定义行为',
'social_login_bad_response' => "在 :socialAccount 登录时遇到错误:\n:error",
'social_account_in_use' => ':socialAccount 账户已被使用,请尝试通过 :socialAccount 选项登录。',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => '禁用评论',
'app_disable_comments_desc' => '在站点的所有页面上禁用评论,现有评论也不会显示出来。',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => '注册设置',
'reg_enable' => '启用注册',
'reg_enable_toggle' => '启用注册',
'reg_enable_desc' => '启用注册后,用户将可以自己注册为站点用户。 注册后,他们将获得一个默认的单一用户角色。',
'reg_default_role' => '注册后的默认用户角色',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => '邮箱确认n',
'reg_email_confirmation_toggle' => '需要电子邮件确认',
'reg_confirm_email_desc' => '如果使用域名限制则需要Email验证并且该值将被忽略。',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => '发现了 :count 张可能未使用的图像。您确定要删除这些图像吗?',
'maint_image_cleanup_success' => '找到并删除了 :count 张可能未使用的图像!',
'maint_image_cleanup_nothing_found' => '找不到未使用的图像,没有删除!',
'maint_send_test_email' => 'Send a Test Email',
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
'maint_send_test_email_run' => 'Send test email',
'maint_send_test_email_success' => 'Email sent to :address',
'maint_send_test_email_mail_subject' => 'Test Email',
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
// Role Settings
'roles' => '角色',

View File

@ -38,6 +38,7 @@ return [
'reset' => '重置',
'remove' => '刪除',
'add' => '新增',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',

View File

@ -311,4 +311,4 @@ return [
'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.',
'revision_delete_success' => '修訂刪除',
'revision_cannot_delete_latest' => '無法刪除最新版本。'
];
];

View File

@ -17,6 +17,12 @@ return [
'ldap_fail_authed' => '帶有標識名稱和密碼的LDAP進入失敗。',
'ldap_extension_not_installed' => '未安裝LDAP PHP外掛程式',
'ldap_cannot_connect' => '無法連接到ldap伺服器第一次連接失敗',
'saml_already_logged_in' => 'Already logged in',
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
'social_no_action_defined' => '沒有定義行為',
'social_login_bad_response' => "在 :socialAccount 登錄時遇到錯誤:\n:error",
'social_account_in_use' => ':socialAccount 帳號已被使用,請嘗試透過 :socialAccount 選項登錄。',

View File

@ -41,12 +41,22 @@ return [
'app_disable_comments_toggle' => 'Disable comments',
'app_disable_comments_desc' => '在App的所有頁面上關閉評論已經存在的評論也不會顯示。',
// Color settings
'content_colors' => 'Content Colors',
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
'bookshelf_color' => 'Shelf Color',
'book_color' => 'Book Color',
'chapter_color' => 'Chapter Color',
'page_color' => 'Page Color',
'page_draft_color' => 'Page Draft Color',
// Registration Settings
'reg_settings' => '註冊設定',
'reg_enable' => 'Enable Registration',
'reg_enable_toggle' => 'Enable registration',
'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
'reg_default_role' => '註冊後的預設使用者角色',
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
'reg_email_confirmation' => 'Email Confirmation',
'reg_email_confirmation_toggle' => 'Require email confirmation',
'reg_confirm_email_desc' => '如果使用網域名稱限制則需要Email驗證並且本設定將被忽略。',
@ -63,6 +73,13 @@ return [
'maint_image_cleanup_warning' => '發現了 :count 張可能未使用的圖像。您確定要刪除這些圖像嗎?',
'maint_image_cleanup_success' => '找到並刪除了 :count 張可能未使用的圖像!',
'maint_image_cleanup_nothing_found' => '找不到未使用的圖像,沒有刪除!',
'maint_send_test_email' => 'Send a Test Email',
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
'maint_send_test_email_run' => 'Send test email',
'maint_send_test_email_success' => 'Email sent to :address',
'maint_send_test_email_mail_subject' => 'Test Email',
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
// Role Settings
'roles' => '角色',