New translations plugins.php (Dutch)

[ci skip]
This commit is contained in:
crowdin 2024-07-07 13:55:10 +00:00
parent 688d0222c6
commit 0772e2029d

View File

@ -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!',
],