diff options
| author | 2023-10-27 17:08:07 +0200 | |
|---|---|---|
| committer | 2023-10-27 17:08:07 +0200 | |
| commit | ee04355b284a14de9916a629c10d8edb80b817a2 (patch) | |
| tree | 74b58d51f8d32bf66ed74e5607c21233a2c7de4f /app/i18n/nl/conf.php | |
| parent | ce6ba583be15414d7541867e96b627fcdd3f9043 (diff) | |
[i18n] Update Dutch translations (#5759)
Diffstat (limited to 'app/i18n/nl/conf.php')
| -rw-r--r-- | app/i18n/nl/conf.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index 806a5b4ed..8feea1ee6 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -33,9 +33,9 @@ return array( 'display' => array( '_' => 'Opmaak', 'darkMode' => array( - '_' => 'Automatic dark mode (beta)', // TODO - 'auto' => 'Auto', // TODO - 'no' => 'No', // TODO + '_' => 'Automatische dark mode (beta)', + 'auto' => 'Auto', // IGNORE + 'no' => 'Nee', ), 'icon' => array( 'bottom_line' => 'Onderaan', @@ -56,8 +56,8 @@ return array( 'theme' => array( '_' => 'Thema', 'deprecated' => array( - '_' => 'Deprecated', // TODO - 'description' => 'This theme is no longer supported and will be not available anymore in a <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">future release of FreshRSS</a>', // TODO + '_' => 'Verouderd', + 'description' => 'Dit thema wordt niet langer ondersteund en zal niet meer beschikbaar zijn in een <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">toekomstige release van FreshRSS</a>.', ), ), 'theme_not_available' => 'Het ā%sā thema is niet meer beschikbaar. Kies een ander thema.', @@ -71,11 +71,11 @@ return array( 'timezone' => 'Tijdzone', 'title' => 'Opmaak', 'website' => array( - 'full' => 'Icon and name', // TODO - 'icon' => 'Icon only', // TODO - 'label' => 'Website', // TODO - 'name' => 'Name only', // TODO - 'none' => 'None', // TODO + 'full' => 'Icoon en naam', + 'icon' => 'Alleen icoon', + 'label' => 'Website', // IGNORE + 'name' => 'Alleen naam', + 'none' => 'Geen', ), 'width' => array( 'content' => 'Inhoud breedte', |
