diff --git a/resources/lang/nl/activities.php b/resources/lang/nl/activities.php index 815be4898..66a320456 100644 --- a/resources/lang/nl/activities.php +++ b/resources/lang/nl/activities.php @@ -8,33 +8,33 @@ return [ */ // Pages - 'page_create' => 'aangemaakte pagina', + 'page_create' => 'maakte pagina', 'page_create_notification' => 'Pagina Succesvol Aangemaakt', - 'page_update' => 'bijgewerkte pagina', + 'page_update' => 'veranderde pagina', 'page_update_notification' => 'Pagina Succesvol Bijgewerkt', 'page_delete' => 'verwijderde pagina', 'page_delete_notification' => 'Pagina Succesvol Verwijderd', - 'page_restore' => 'restored page', + 'page_restore' => 'herstelde pagina', 'page_restore_notification' => 'Pagina Succesvol Hersteld', 'page_move' => 'verplaatste pagina', // Chapters - 'chapter_create' => 'aangemaakt hoofdstuk', + 'chapter_create' => 'maakte hoofdstuk', 'chapter_create_notification' => 'Hoofdstuk Succesvol Aangemaakt', - 'chapter_update' => 'bijgewerkt hoofdstuk', + 'chapter_update' => 'veranderde hoofdstuk', 'chapter_update_notification' => 'Hoofdstuk Succesvol Bijgewerkt', - 'chapter_delete' => 'verwijderd hoofdstuk', + 'chapter_delete' => 'verwijderde hoofdstuk', 'chapter_delete_notification' => 'Hoofdstuk Succesvol Verwijderd', - 'chapter_move' => 'verplaatst hoofdstuk', + 'chapter_move' => 'verplaatste hoofdstuk', // Books - 'book_create' => 'aangemaakt boek', + 'book_create' => 'maakte boek', 'book_create_notification' => 'Boek Succesvol Aangemaakt', - 'book_update' => 'bijgewerkt boek', + 'book_update' => 'veranderde boek', 'book_update_notification' => 'Boek Succesvol Bijgewerkt', - 'book_delete' => 'verwijderd boek', + 'book_delete' => 'verwijderde boek', 'book_delete_notification' => 'Boek Succesvol Verwijderd', - 'book_sort' => 'gesorteerd book', + 'book_sort' => 'sorteerde boek', 'book_sort_notification' => 'Boek Succesvol Gesorteerd', ]; diff --git a/resources/lang/nl/auth.php b/resources/lang/nl/auth.php index 82dcf7020..d8813f07b 100644 --- a/resources/lang/nl/auth.php +++ b/resources/lang/nl/auth.php @@ -49,28 +49,28 @@ return [ 'reset_password' => 'Wachtwoord Herstellen', 'reset_password_send_instructions' => 'Geef je e-mail en we sturen je een link om je wachtwoord te herstellen', 'reset_password_send_button' => 'Link Sturen', - 'reset_password_sent_success' => 'A password reset link has been sent to :email.', - 'reset_password_success' => 'Your password has been successfully reset.', + 'reset_password_sent_success' => 'Een link om je wachtwoord te herstellen is verstuurd naar :email.', + 'reset_password_success' => 'Je wachtwoord is succesvol hersteld.', - 'email_reset_subject' => 'Reset your :appName password', - 'email_reset_text' => 'You are receiving this email because we received a password reset request for your account.', - 'email_reset_not_requested' => 'If you did not request a password reset, no further action is required.', + 'email_reset_subject' => 'Herstel je wachtwoord van :appName', + 'email_reset_text' => 'Je ontvangt deze e-mail zodat je je wachtwoord kunt herstellen.', + 'email_reset_not_requested' => 'Als je jouw wachtwoord niet wilt wijzigen, doe dan niets.', /** * Email Confirmation */ - 'email_confirm_subject' => 'Confirm your email on :appName', - 'email_confirm_greeting' => 'Thanks for joining :appName!', - 'email_confirm_text' => 'Please confirm your email address by clicking the button below:', - 'email_confirm_action' => 'Confirm Email', - 'email_confirm_send_error' => 'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.', - 'email_confirm_success' => 'Your email has been confirmed!', - 'email_confirm_resent' => 'Confirmation email resent, Please check your inbox.', + 'email_confirm_subject' => 'Bevestig je e-mailadres op :appName', + 'email_confirm_greeting' => 'Bedankt voor je aanmelding op :appName!', + 'email_confirm_text' => 'Bevestig je registratie door op onderstaande knop te drukken:', + 'email_confirm_action' => 'Bevestig je e-mail', + 'email_confirm_send_error' => 'E-mail bevestiging is vereisd maar het systeem kon geen mail verzenden. Neem contact op met de beheerder.', + 'email_confirm_success' => 'Je e-mailadres is bevestigt!', + 'email_confirm_resent' => 'De bevestigingse-mails is opnieuw verzonden. Controleer je inbox.', - 'email_not_confirmed' => 'Email Address Not Confirmed', - 'email_not_confirmed_text' => 'Your email address has not yet been confirmed.', - 'email_not_confirmed_click_link' => 'Please click the link in the email that was sent shortly after you registered.', - 'email_not_confirmed_resend' => 'If you cannot find the email you can re-send the confirmation email by submitting the form below.', - 'email_not_confirmed_resend_button' => 'Resend Confirmation Email', + 'email_not_confirmed' => 'E-mail nog niet bevestigd', + 'email_not_confirmed_text' => 'Je e-mailadres is nog niet bevestigd.', + 'email_not_confirmed_click_link' => 'Klik op de link in de e-mail die vlak na je registratie is verstuurd.', + 'email_not_confirmed_resend' => 'Als je deze e-mail niet kunt vinden kun je deze met onderstaande formulier opnieuw verzenden.', + 'email_not_confirmed_resend_button' => 'Bevestigingsmail Opnieuw Verzenden', ]; \ No newline at end of file diff --git a/resources/lang/nl/entities.php b/resources/lang/nl/entities.php index 9e60e4735..46e69549b 100644 --- a/resources/lang/nl/entities.php +++ b/resources/lang/nl/entities.php @@ -15,11 +15,11 @@ return [ 'create_now' => 'Maak er zelf één', 'revisions' => 'Revisies', 'meta_created' => 'Aangemaakt :timeLength', - 'meta_created_name' => 'Aangemaakt :timeLength by :user', + 'meta_created_name' => 'Aangemaakt: :timeLength door :user', 'meta_updated' => ':timeLength Aangepast', - 'meta_updated_name' => ':timeLength Aangepast door :user', + 'meta_updated_name' => 'Aangepast: :timeLength door :user', 'x_pages' => ':count Pagina\'s', - 'entity_select' => 'Entity Select', + 'entity_select' => 'Entiteit Selecteren', 'images' => 'Afbeeldingen', 'my_recent_drafts' => 'Mijn Concepten', 'my_recently_viewed' => 'Mijn Recent Bekeken', @@ -183,44 +183,44 @@ return [ /** * Editor sidebar */ - 'page_tags' => 'Page Tags', - 'tag' => 'Tag', + 'page_tags' => 'Pagina Labels', + 'tag' => 'Label', 'tags' => '', - 'tag_value' => 'Tag Value (Optional)', - 'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.", - 'tags_add' => 'Add another tag', - 'attachments' => 'Attachments', - 'attachments_explain' => 'Upload some files or attach some link to display on your page. These are visible in the page sidebar.', - 'attachments_explain_instant_save' => 'Changes here are saved instantly.', - 'attachments_items' => 'Attached Items', - 'attachments_upload' => 'Upload File', - 'attachments_link' => 'Attach Link', - 'attachments_set_link' => 'Set Link', - 'attachments_delete_confirm' => 'Click delete again to confirm you want to delete this attachment.', - 'attachments_dropzone' => 'Drop files or click here to attach a file', - 'attachments_no_files' => 'No files have been uploaded', - 'attachments_explain_link' => 'You can attach a link if you\'d prefer not to upload a file. This can be a link to another page or a link to a file in the cloud.', - 'attachments_link_name' => 'Link Name', - 'attachment_link' => 'Attachment link', - 'attachments_link_url' => 'Link to file', - 'attachments_link_url_hint' => 'Url of site or file', - 'attach' => 'Attach', - 'attachments_edit_file' => 'Edit File', - 'attachments_edit_file_name' => 'File Name', - 'attachments_edit_drop_upload' => 'Drop files or click here to upload and overwrite', - 'attachments_order_updated' => 'Attachment order updated', - 'attachments_updated_success' => 'Attachment details updated', - 'attachments_deleted' => 'Attachment deleted', - 'attachments_file_uploaded' => 'File successfully uploaded', - 'attachments_file_updated' => 'File successfully updated', - 'attachments_link_attached' => 'Link successfully attached to page', + 'tag_value' => 'Label Waarde (Optioneel)', + 'tags_explain' => "Voeg labels toe om de inhoud te categoriseren. \n Je kunt meerdere labels toevoegen.", + 'tags_add' => 'Voeg een extra label toe', + 'attachments' => 'Bijlages', + 'attachments_explain' => 'Upload bijlages of voeg een link toe. Deze worden zichtbaar in het navigatiepaneel.', + 'attachments_explain_instant_save' => 'Wijzigingen worden meteen opgeslagen.', + 'attachments_items' => 'Bijlages', + 'attachments_upload' => 'Bestand Uploaden', + 'attachments_link' => 'Link Toevoegen', + 'attachments_set_link' => 'Zet Link', + 'attachments_delete_confirm' => 'Klik opnieuw op \'verwijderen\' om de bijlage definitief te verwijderen.', + 'attachments_dropzone' => 'Sleep hier een bestand of klik hier om een bestand toe te voegen', + 'attachments_no_files' => 'Er zijn geen bestanden geüpload', + 'attachments_explain_link' => 'Je kunt een link toevoegen als je geen bestanden wilt uploaden. Dit kan een link naar een andere pagina op deze website zijn, maar ook een link naar een andere website.', + 'attachments_link_name' => 'Link Naam', + 'attachment_link' => 'Bijlage link', + 'attachments_link_url' => 'Link naar bestand', + 'attachments_link_url_hint' => 'Url, site of bestand', + 'attach' => 'Koppelen', + 'attachments_edit_file' => 'Bestand Bewerken', + 'attachments_edit_file_name' => 'Bestandsnaam', + 'attachments_edit_drop_upload' => 'Sleep een bestand of klik hier om te uploaden en te overschrijven', + 'attachments_order_updated' => 'De volgorde van de bijlages is bijgewerkt', + 'attachments_updated_success' => 'Bijlage details bijgewerkt', + 'attachments_deleted' => 'Bijlage verwijderd', + 'attachments_file_uploaded' => 'Bestand succesvol geüpload', + 'attachments_file_updated' => 'Bestand succesvol bijgewerkt', + 'attachments_link_attached' => 'Link successfully gekoppeld aan de pagina', /** * Profile View */ - 'profile_user_for_x' => 'User for :time', - 'profile_created_content' => 'Created Content', - 'profile_not_created_pages' => ':userName has not created any pages', - 'profile_not_created_chapters' => ':userName has not created any chapters', - 'profile_not_created_books' => ':userName has not created any books', + 'profile_user_for_x' => 'Lid sinds :time', + 'profile_created_content' => 'Aangemaakte Inhoud', + 'profile_not_created_pages' => ':userName heeft geen pagina\'s gemaakt', + 'profile_not_created_chapters' => ':userName heeft geen hoofdstukken gemaakt', + 'profile_not_created_books' => ':userName heeft geen boeken gemaakt', ]; \ No newline at end of file diff --git a/resources/lang/nl/errors.php b/resources/lang/nl/errors.php index c4578a37a..f8b635bce 100644 --- a/resources/lang/nl/errors.php +++ b/resources/lang/nl/errors.php @@ -7,64 +7,64 @@ return [ */ // Permissions - 'permission' => 'You do not have permission to access the requested page.', - 'permissionJson' => 'You do not have permission to perform the requested action.', + 'permission' => 'Je hebt onvoldoende rechten om deze pagina te zien.', + 'permissionJson' => 'Je hebt onvoldoende rechten voor deze actie.', // Auth - 'error_user_exists_different_creds' => 'A user with the email :email already exists but with different credentials.', - 'email_already_confirmed' => 'Email has already been confirmed, Try logging in.', - 'email_confirmation_invalid' => 'This confirmation token is not valid or has already been used, Please try registering again.', - 'email_confirmation_expired' => 'The confirmation token has expired, A new confirmation email has been sent.', - 'ldap_fail_anonymous' => 'LDAP access failed using anonymous bind', - 'ldap_fail_authed' => 'LDAP access failed using given dn & password details', + 'error_user_exists_different_creds' => 'Een gebruiker met het e-mailadres :email bestaat al.', + 'email_already_confirmed' => 'Het e-mailadres is al bevestigd. Probeer in te loggen.', + 'email_confirmation_invalid' => 'Deze bevestigingstoken is ongeldig, Probeer opnieuw te registreren.', + 'email_confirmation_expired' => 'De bevestigingstoken is verlopen, Een nieuwe bevestigingsmail is verzonden.', + 'ldap_fail_anonymous' => 'LDAP toegang kon geen \'anonymous bind\' uitvoeren', + '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' => 'Cannot connect to ldap server, Initial connection failed', - 'social_no_action_defined' => 'No action defined', - 'social_account_in_use' => 'This :socialAccount account is already in use, Try logging in via the :socialAccount option.', - 'social_account_email_in_use' => 'The email :email is already in use. If you already have an account you can connect your :socialAccount account from your profile settings.', - 'social_account_existing' => 'This :socialAccount is already attached to your profile.', - 'social_account_already_used_existing' => 'This :socialAccount account is already used by another user.', - 'social_account_not_used' => 'This :socialAccount account is not linked to any users. Please attach it in your profile settings. ', - 'social_account_register_instructions' => 'If you do not yet have an account, You can register an account using the :socialAccount option.', - 'social_driver_not_found' => 'Social driver not found', - 'social_driver_not_configured' => 'Your :socialAccount social settings are not configured correctly.', + 'ldap_cannot_connect' => 'Kon niet met de LDAP server verbinden', + 'social_no_action_defined' => 'Geen actie gedefineerd', + 'social_account_in_use' => 'Dit :socialAccount account is al in gebruik, Probeer in te loggen met de :socialAccount optie.', + 'social_account_email_in_use' => 'Het e-mailadres :email is al in gebruik. Als je al een account hebt kun je een :socialAccount account verbinden met je profielinstellingen.', + 'social_account_existing' => 'Dit :socialAccount is al gekoppeld aan een profiel.', + 'social_account_already_used_existing' => 'Dit :socialAccount account is ingebruik door een andere gebruiker.', + 'social_account_not_used' => 'Dit :socialAccount account is niet gekopeld aan een gebruiker. Koppel het via je profielinstellingen. ', + 'social_account_register_instructions' => 'Als je nog geen account hebt kun je je registreren met de :socialAccount optie.', + 'social_driver_not_found' => 'Social driver niet gevonden', + 'social_driver_not_configured' => 'Je :socialAccount instellingen zijn correct geconfigureerd.', // System - 'path_not_writable' => 'File path :filePath could not be uploaded to. Ensure it is writable to the server.', - 'cannot_get_image_from_url' => 'Cannot get image from :url', - 'cannot_create_thumbs' => 'The server cannot create thumbnails. Please check you have the GD PHP extension installed.', - 'server_upload_limit' => 'The server does not allow uploads of this size. Please try a smaller file size.', - 'image_upload_error' => 'An error occurred uploading the image', + 'path_not_writable' => 'Bestand :filePath kon niet geupload worden. Zorg dat je schrijfrechten op de server hebt.', + 'cannot_get_image_from_url' => 'Kon geen afbeelding genereren van :url', + 'cannot_create_thumbs' => 'De server kon geen thumbnails maken. Controleer of je de GD PHP extensie geïnstalleerd hebt.', + 'server_upload_limit' => 'Het afbeeldingsformaat is te groot. Probeer een kleinere bestandsgrootte.', + 'image_upload_error' => 'Er ging iets fout bij het uploaden van de afbeelding', // Attachments - 'attachment_page_mismatch' => 'Page mismatch during attachment update', + 'attachment_page_mismatch' => 'Bij het bijwerken van de bijlage bleek de pagina onjuist', // Pages - 'page_draft_autosave_fail' => 'Failed to save draft. Ensure you have internet connection before saving this page', + 'page_draft_autosave_fail' => 'Kon het concept niet opslaan. Zorg ervoor dat je een werkende internetverbinding hebt.', // Entities - 'entity_not_found' => 'Entity not found', - 'book_not_found' => 'Book not found', - 'page_not_found' => 'Page not found', - 'chapter_not_found' => 'Chapter not found', - 'selected_book_not_found' => 'The selected book was not found', - 'selected_book_chapter_not_found' => 'The selected Book or Chapter was not found', - 'guests_cannot_save_drafts' => 'Guests cannot save drafts', + 'entity_not_found' => 'Entiteit niet gevonden', + 'book_not_found' => 'Boek niet gevonden', + 'page_not_found' => 'Pagina niet gevonden', + 'chapter_not_found' => 'Hoofdstuk niet gevonden', + 'selected_book_not_found' => 'Het geselecteerde boek is niet gevonden', + 'selected_book_chapter_not_found' => 'Het geselecteerde boek of hoofdstuk is niet gevonden', + 'guests_cannot_save_drafts' => 'Gasten kunnen geen concepten opslaan', // Users - 'users_cannot_delete_only_admin' => 'You cannot delete the only admin', - 'users_cannot_delete_guest' => 'You cannot delete the guest user', + 'users_cannot_delete_only_admin' => 'Je kunt niet het enige admin account verwijderen', + 'users_cannot_delete_guest' => 'Je kunt het gastaccount niet verwijderen', // Roles - 'role_cannot_be_edited' => 'This role cannot be edited', - 'role_system_cannot_be_deleted' => 'This role is a system role and cannot be deleted', - 'role_registration_default_cannot_delete' => 'This role cannot be deleted while set as the default registration role', + 'role_cannot_be_edited' => 'Deze rol kan niet bewerkt worden', + 'role_system_cannot_be_deleted' => 'Dit is een systeemrol en kan niet verwijderd worden', + 'role_registration_default_cannot_delete' => 'Deze rol kan niet verwijerd worden zolang dit de standaardrol na registratie is.', // Error pages - '404_page_not_found' => 'Page Not Found', - 'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.', - 'return_home' => 'Return to home', - 'error_occurred' => 'An Error Occurred', - 'app_down' => ':appName is down right now', - 'back_soon' => 'It will be back up soon.', + '404_page_not_found' => 'Pagina Niet Gevonden', + 'sorry_page_not_found' => 'Sorry, de pagina die je zocht is niet beschikbaar.', + 'return_home' => 'Terug naar home', + 'error_occurred' => 'Er Ging Iets Fout', + 'app_down' => ':appName is nu niet beschikbaar', + 'back_soon' => 'Komt snel weer online.', ]; \ No newline at end of file diff --git a/resources/lang/nl/settings.php b/resources/lang/nl/settings.php index 338f29e43..7408a2dc3 100644 --- a/resources/lang/nl/settings.php +++ b/resources/lang/nl/settings.php @@ -23,9 +23,9 @@ return [ 'app_public_viewing' => 'Publieke bewerkingen toestaan?', 'app_secure_images' => 'Beter beveiligide afbeeldingen gebruiken?', 'app_secure_images_desc' => 'Omwille van de performance zijn alle afbeeldingen publiek toegankelijk. Zorg ervoor dat je de \'directory index\' niet hebt ingeschakeld.', - 'app_editor' => 'Pagina Bewerker', - 'app_editor_desc' => 'Selecteer welke editor je wilt gebruiken.', - 'app_custom_html' => 'Speciale HTML in de head', + 'app_editor' => 'Pagina Bewerken', + 'app_editor_desc' => 'Selecteer welke tekstverwerker je wilt gebruiken.', + 'app_custom_html' => 'Speciale HTML toevoegen', 'app_custom_html_desc' => 'Alles wat je hier toevoegd wordt in de
sectie van elke pagina meengenomen. Dit kun je bijvoorbeeld voor analytics gebruiken.', 'app_logo' => 'Applicatielogo', 'app_logo_desc' => 'De afbeelding moet 43px hoog zijn.