mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-26 18:30:50 +08:00
52 lines
4.0 KiB
PHP
52 lines
4.0 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Text used for user-preference specific views within bookstack.
|
|
*/
|
|
|
|
return [
|
|
'my_account' => 'My Account',
|
|
|
|
'shortcuts' => 'Snelkoppelingen',
|
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
|
'shortcuts_toggle_desc' => 'Hier kunt u toetscombinaties voor de gebruikersinterface in- of uitschakelen voor navigatie en acties.',
|
|
'shortcuts_customize_desc' => 'U kunt elk van de onderstaande toetsencombinaties aanpassen. Druk simpelweg op de gewenste toetscombinatie na het selecteren van de invoer voor een toetscombinatie.',
|
|
'shortcuts_toggle_label' => 'Toetsencombinaties ingeschakeld',
|
|
'shortcuts_section_navigation' => 'Navigatie',
|
|
'shortcuts_section_actions' => 'Gebruikelijke acties',
|
|
'shortcuts_save' => 'Sla Toetsencombinaties Op',
|
|
'shortcuts_overlay_desc' => 'Opmerking: Wanneer toetsencombinaties zijn ingeschakeld, is een overlay beschikbaar door op "?" te drukken, die de momenteel beschikbare toetscombinaties voor acties op het scherm markeert.',
|
|
'shortcuts_update_success' => 'Toetsencombinatievoorkeuren zijn bijgewerkt!',
|
|
'shortcuts_overview_desc' => 'Beheer toetsenbordsnelkoppelingen om door de gebruikersinterface van het systeem te navigeren.',
|
|
|
|
'notifications' => 'Melding Voorkeuren',
|
|
'notifications_desc' => 'Bepaal welke e-mailmeldingen je ontvangt wanneer bepaalde activiteiten in het systeem worden uitgevoerd.',
|
|
'notifications_opt_own_page_changes' => 'Geef melding bij wijzigingen aan pagina\'s waarvan ik de eigenaar ben',
|
|
'notifications_opt_own_page_comments' => 'Geef melding van opmerkingen op pagina\'s waarvan ik de eigenaar ben',
|
|
'notifications_opt_comment_replies' => 'Geef melding van reacties op mijn opmerkingen',
|
|
'notifications_save' => 'Voorkeuren opslaan',
|
|
'notifications_update_success' => 'Voorkeuren voor meldingen zijn bijgewerkt!',
|
|
'notifications_watched' => 'Gevolgde & Genegeerde Items',
|
|
'notifications_watched_desc' => ' Hieronder staan de items waarvoor aangepaste \'Volg\'-voorkeuren zijn toegepast. Om je voorkeuren voor deze items bij te werken, bekijk je het item en zoek je naar de \'Volg\' opties in de zijbalk.',
|
|
|
|
'auth' => 'Access & Security',
|
|
'auth_change_password' => 'Change Password',
|
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
|
'auth_change_password_success' => 'Password has been updated!',
|
|
|
|
'profile' => 'Profile Details',
|
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
|
'profile_view_public' => 'View Public Profile',
|
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
|
'profile_admin_options' => 'Administrator Options',
|
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
|
|
|
'delete_account' => 'Delete Account',
|
|
'delete_my_account' => 'Delete My Account',
|
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
|
];
|