From 0772e2029d27a755a146598772707c55966391ee Mon Sep 17 00:00:00 2001 From: crowdin Date: Sun, 7 Jul 2024 13:55:10 +0000 Subject: [PATCH] New translations plugins.php (Dutch) [ci skip] --- modules/Plugins/Language/nl/Plugins.php | 34 ++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/modules/Plugins/Language/nl/Plugins.php b/modules/Plugins/Language/nl/Plugins.php index 04d5927d..caa8ca59 100644 --- a/modules/Plugins/Language/nl/Plugins.php +++ b/modules/Plugins/Language/nl/Plugins.php @@ -10,36 +10,36 @@ declare(strict_types=1); return [ 'installed' => 'Plugins installed', - 'about' => 'About', + 'about' => 'Over', 'website' => 'Website', 'repository' => 'Code repository', - 'authors' => 'Authors', - 'author_email' => 'Email {authorName}', - 'author_homepage' => '{authorName} homepage', + 'authors' => 'Auteurs', + 'author_email' => 'E-mail {authorName}', + 'author_homepage' => '{authorName} startpagina', 'declaredHooks' => 'Declared hooks', - 'settings' => 'Settings', + 'settings' => 'Instellingen', 'settingsTitle' => '{type, select, podcast {{pluginTitle} podcast settings} episode {{pluginTitle} episode settings} other {{pluginTitle} general settings} }', - 'view' => 'View', - 'activate' => 'Activate', - 'deactivate' => 'Deactivate', - 'active' => 'Active', - 'inactive' => 'Inactive', - 'invalid' => 'Invalid', - 'incompatible' => 'Incompatible', + 'view' => 'Weergeven', + 'activate' => 'Activeren', + 'deactivate' => 'Deactiveren', + 'active' => 'Actief', + 'inactive' => 'Inactief', + 'invalid' => 'Ongeldig', + 'incompatible' => 'Niet compatibel', 'incompatible_hint' => 'Plugin requires Castopod v{minCastopodVersion} minimum.', - 'uninstall' => 'Uninstall', + 'uninstall' => 'Deïnstalleren', 'keywords' => [ 'podcasting20' => 'Podcasting 2.0', 'seo' => 'SEO', - 'analytics' => 'Analytics', - 'accessibility' => 'Accessibility', + 'analytics' => 'Statistieken', + 'accessibility' => 'Toegankelijkheid', ], - 'noDescription' => 'No description', - 'noReadme' => 'No README file found.', + 'noDescription' => 'Geen beschrijving', + 'noReadme' => 'Geen README-bestand gevonden.', 'messages' => [ 'saveSettingsSuccess' => '{pluginTitle} settings were successfully saved!', ],