Improved Dutch translations (#5091)
This commit is contained in:
parent
40d8bb453e
commit
8196b8169e
|
|
@ -48,6 +48,10 @@ return [
|
|||
'impersonate_working' => 'Inloggen als...',
|
||||
'impersonating' => 'Inloggen als :full_name',
|
||||
'stop_impersonating' => 'Terugkeren',
|
||||
'unsuspend' => 'Blokkering opheffen',
|
||||
'unsuspend_confirm' => 'Weet je zeker dat je de blokkering voor deze gebruiker wilt opheffen?',
|
||||
'unsuspend_success' => 'De blokkade voor deze gebruiker is opgeheven.',
|
||||
'unsuspend_working' => 'Blokkering opheffen...',
|
||||
'signed_in_as' => 'Ingelogd als :full_name',
|
||||
'sign_out' => 'Uitloggen',
|
||||
'login' => 'Inloggen',
|
||||
|
|
@ -414,6 +418,12 @@ return [
|
|||
'line_breaker_tags_comment' => 'Een lijst van HTML-tags waartussen een line breaker element wordt geplaatst.',
|
||||
'toolbar_buttons' => 'Toolbar knoppen',
|
||||
'toolbar_buttons_comment' => 'De toolbar knoppen die standaard getoond worden door de Rich Editor.',
|
||||
'toolbar_buttons_preset' => 'Voeg preset toe voor toolbar knoppen:',
|
||||
'toolbar_buttons_presets' => [
|
||||
'default' => 'Standaard',
|
||||
'minimal' => 'Minimaal',
|
||||
'full' => 'Volledig',
|
||||
],
|
||||
],
|
||||
'tooltips' => [
|
||||
'preview_website' => 'Voorvertoning website',
|
||||
|
|
@ -440,9 +450,9 @@ return [
|
|||
'app_tagline' => 'Applicatie slogan',
|
||||
'app_tagline_description' => 'Deze slogan wordt weergegeven in het aanmeldvenster van de beheeromgeving.',
|
||||
'colors' => 'Kleuren',
|
||||
'primary_color' => 'Primair color',
|
||||
'secondary_color' => 'Secundair color',
|
||||
'accent_color' => 'Accent color',
|
||||
'primary_color' => 'Primaire kleur',
|
||||
'secondary_color' => 'Secundaire kleur',
|
||||
'accent_color' => 'Accentkleur',
|
||||
'styles' => 'Stijlen',
|
||||
'custom_stylesheet' => 'Aangepaste stylesheet',
|
||||
'navigation' => 'Navigatie',
|
||||
|
|
@ -550,12 +560,14 @@ return [
|
|||
'iso_8859_13' => 'ISO-8859-13 (Latin-7, Baltic Rim)',
|
||||
'iso_8859_14' => 'ISO-8859-14 (Latin-8, Celtic)',
|
||||
'iso_8859_15' => 'ISO-8859-15 (Latin-9, Western European revision with euro sign)',
|
||||
'windows_1250' => 'Windows-1250 (CP1250, Central and Eastern European)',
|
||||
'windows_1251' => 'Windows-1251 (CP1251)',
|
||||
'windows_1252' => 'Windows-1252 (CP1252)',
|
||||
],
|
||||
],
|
||||
'permissions' => [
|
||||
'manage_media' => 'Beheer media',
|
||||
'manage_media' => 'Beheer media (afbeeldingen, videos, geluiden, documenten)',
|
||||
'allow_unsafe_markdown' => 'Gebruik onveilige Markdown (Kan Javascript bevatten)',
|
||||
],
|
||||
'mediafinder' => [
|
||||
'label' => 'Media zoeker',
|
||||
|
|
|
|||
|
|
@ -250,6 +250,8 @@ return [
|
|||
'no_records' => 'Geen componenten gevonden',
|
||||
'not_found' => 'Het component \':name\' is niet gevonden.',
|
||||
'method_not_found' => 'Het component \':name\' bevat geen \':method\' methode.',
|
||||
'soft_component' => 'Soft Component',
|
||||
'soft_component_description' => 'Dit component ontbreekt, maar is optioneel.',
|
||||
],
|
||||
'template' => [
|
||||
'invalid_type' => 'Onbekend type template.',
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ return [
|
|||
'sv' => 'Svenska',
|
||||
'sk' => 'Slovenský',
|
||||
'sl' => 'Slovenščina',
|
||||
'th' => 'ไทย',
|
||||
'tr' => 'Türkçe',
|
||||
'uk' => 'Українська мова',
|
||||
'zh-cn' => '简体中文',
|
||||
|
|
@ -143,8 +144,8 @@ return [
|
|||
'project' => [
|
||||
'name' => 'Project',
|
||||
'owner_label' => 'Eigenaar',
|
||||
'attach' => 'Project koppelen',
|
||||
'detach' => 'Project ontkoppelen',
|
||||
'attach' => 'Koppel project',
|
||||
'detach' => 'Ontkoppel project',
|
||||
'none' => 'Geen',
|
||||
'id' => [
|
||||
'label' => 'Project ID',
|
||||
|
|
@ -321,18 +322,19 @@ return [
|
|||
'plugin_description' => 'Omschrijving',
|
||||
'plugin_version' => 'Versie',
|
||||
'plugin_author' => 'Auteur',
|
||||
'plugin_not_found' => 'Plugin not found',
|
||||
'plugin_not_found' => 'Plugin niet gevonden',
|
||||
'plugin_version_not_found' => 'Pluginversie niet gevonden',
|
||||
'core_current_build' => 'Huidige build',
|
||||
'core_view_changelog' => 'Bekijk changelog',
|
||||
'core_build' => 'Build :build',
|
||||
'core_build_help' => 'De meest recente versie is beschikbaar.',
|
||||
'core_downloading' => 'Bestanden aan het downloaden',
|
||||
'core_extracting' => 'Bestanden aan het uitpakken',
|
||||
'core_set_build' => 'Build nummer bijwerken',
|
||||
'changelog' => 'Changelog',
|
||||
'core_set_build' => 'Bouwnummer bijwerken',
|
||||
'changelog' => 'Logboek van wijzigingen',
|
||||
'changelog_view_details' => 'Bekijk details',
|
||||
'plugins' => 'Plugins',
|
||||
'themes' => "Thema's",
|
||||
'themes' => 'Thema\'s',
|
||||
'disabled' => 'Uitgeschakeld',
|
||||
'plugin_downloading' => 'Plugin downloaden: :name',
|
||||
'plugin_extracting' => 'Plugin uitpakken: :name',
|
||||
|
|
@ -358,8 +360,8 @@ return [
|
|||
'important_action' => [
|
||||
'empty' => 'Selecteer actie',
|
||||
'confirm' => 'Bevestig update',
|
||||
'skip' => 'Sla deze plugin over (eenmalig)',
|
||||
'ignore' => 'Negeer deze plugin (altijd)',
|
||||
'skip' => 'Sla deze plugin eenmalig over',
|
||||
'ignore' => 'Negeer deze plugin',
|
||||
],
|
||||
'important_action_required' => 'Actie vereist!',
|
||||
'important_view_guide' => 'Toon upgrade handleiding',
|
||||
|
|
|
|||
Loading…
Reference in New Issue