mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
New translations plugins.php (Dutch)
[ci skip]
This commit is contained in:
parent
688d0222c6
commit
0772e2029d
@ -10,36 +10,36 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'installed' => 'Plugins installed',
|
'installed' => 'Plugins installed',
|
||||||
'about' => 'About',
|
'about' => 'Over',
|
||||||
'website' => 'Website',
|
'website' => 'Website',
|
||||||
'repository' => 'Code repository',
|
'repository' => 'Code repository',
|
||||||
'authors' => 'Authors',
|
'authors' => 'Auteurs',
|
||||||
'author_email' => 'Email {authorName}',
|
'author_email' => 'E-mail {authorName}',
|
||||||
'author_homepage' => '{authorName} homepage',
|
'author_homepage' => '{authorName} startpagina',
|
||||||
'declaredHooks' => 'Declared hooks',
|
'declaredHooks' => 'Declared hooks',
|
||||||
'settings' => 'Settings',
|
'settings' => 'Instellingen',
|
||||||
'settingsTitle' => '{type, select,
|
'settingsTitle' => '{type, select,
|
||||||
podcast {{pluginTitle} podcast settings}
|
podcast {{pluginTitle} podcast settings}
|
||||||
episode {{pluginTitle} episode settings}
|
episode {{pluginTitle} episode settings}
|
||||||
other {{pluginTitle} general settings}
|
other {{pluginTitle} general settings}
|
||||||
}',
|
}',
|
||||||
'view' => 'View',
|
'view' => 'Weergeven',
|
||||||
'activate' => 'Activate',
|
'activate' => 'Activeren',
|
||||||
'deactivate' => 'Deactivate',
|
'deactivate' => 'Deactiveren',
|
||||||
'active' => 'Active',
|
'active' => 'Actief',
|
||||||
'inactive' => 'Inactive',
|
'inactive' => 'Inactief',
|
||||||
'invalid' => 'Invalid',
|
'invalid' => 'Ongeldig',
|
||||||
'incompatible' => 'Incompatible',
|
'incompatible' => 'Niet compatibel',
|
||||||
'incompatible_hint' => 'Plugin requires Castopod v{minCastopodVersion} minimum.',
|
'incompatible_hint' => 'Plugin requires Castopod v{minCastopodVersion} minimum.',
|
||||||
'uninstall' => 'Uninstall',
|
'uninstall' => 'Deïnstalleren',
|
||||||
'keywords' => [
|
'keywords' => [
|
||||||
'podcasting20' => 'Podcasting 2.0',
|
'podcasting20' => 'Podcasting 2.0',
|
||||||
'seo' => 'SEO',
|
'seo' => 'SEO',
|
||||||
'analytics' => 'Analytics',
|
'analytics' => 'Statistieken',
|
||||||
'accessibility' => 'Accessibility',
|
'accessibility' => 'Toegankelijkheid',
|
||||||
],
|
],
|
||||||
'noDescription' => 'No description',
|
'noDescription' => 'Geen beschrijving',
|
||||||
'noReadme' => 'No README file found.',
|
'noReadme' => 'Geen README-bestand gevonden.',
|
||||||
'messages' => [
|
'messages' => [
|
||||||
'saveSettingsSuccess' => '{pluginTitle} settings were successfully saved!',
|
'saveSettingsSuccess' => '{pluginTitle} settings were successfully saved!',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user