diff --git a/plinth/locale/nl/LC_MESSAGES/django.po b/plinth/locale/nl/LC_MESSAGES/django.po index 797471529..c93251fd5 100644 --- a/plinth/locale/nl/LC_MESSAGES/django.po +++ b/plinth/locale/nl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-02-12 20:35-0500\n" -"PO-Revision-Date: 2023-12-03 21:05+0000\n" +"PO-Revision-Date: 2024-02-28 10:02+0000\n" "Last-Translator: ikmaak \n" "Language-Team: Dutch \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.3-dev\n" +"X-Generator: Weblate 5.5-dev\n" "X-Language: nl_NL\n" "X-Source-Language: C\n" @@ -1538,7 +1538,7 @@ msgstr "Voer diagnose uit" #: modules/diagnostics/__init__.py:307 #, no-python-format, python-brace-format msgid "Found {issue_count} issues during routine tests." -msgstr "" +msgstr "{issue_count} problemen gevonden tijdens routinetests." #: modules/diagnostics/__init__.py:308 msgid "Diagnostics results" @@ -1549,30 +1549,22 @@ msgid "Go to diagnostics results" msgstr "Ga naar resultaten van diagnose" #: modules/diagnostics/forms.py:11 -#, fuzzy -#| msgid "Enable Subdomains" msgid "Enable daily run" -msgstr "Subdomeinen Inschakelen" +msgstr "Dagelijkse tests inschakelen" #: modules/diagnostics/forms.py:12 -#, fuzzy -#| msgid "When enabled, FreedomBox automatically updates once a day." msgid "When enabled, diagnostic checks will run once a day." msgstr "" -"Als deze functie is ingeschakeld, wordt FreedomBox automatisch één keer per " -"dag bijgewerkt." +"Als deze functie is ingeschakeld, worden dagelijks diagnostische tests " +"uitgevoerd." #: modules/diagnostics/templates/diagnostics.html:11 -#, fuzzy -#| msgid "Diagnostics" msgid "Diagnostics Run" -msgstr "Diagnose" +msgstr "Diagnose uitvoeren" #: modules/diagnostics/templates/diagnostics.html:17 -#, fuzzy -#| msgid "Run Diagnostics" msgid "Run Diagnostics Now" -msgstr "Voer Diagnostische test uit" +msgstr "Voer Diagnosetests nu uit" #: modules/diagnostics/templates/diagnostics.html:22 msgid "View Results" @@ -3214,7 +3206,7 @@ msgstr "" #: modules/kiwix/templates/kiwix-add-package.html:24 #, python-format msgid "You have %(max_filesize)s of free disk space available." -msgstr "" +msgstr "Er is %(max_filesize)s vrije diskruimte beschikbaar." #: modules/kiwix/templates/kiwix-add-package.html:36 msgid "Upload ZIM file" @@ -3230,6 +3222,8 @@ msgid "" "Delete this package permanently? You may add it back later if you have a " "copy of the ZIM file." msgstr "" +"Dit pakket permanent verwijderen? Het is later terug te zetten met behulp " +"van het ZIM bestand." #: modules/kiwix/templates/kiwix.html:11 msgid "Manage Content Packages" @@ -6946,10 +6940,8 @@ msgid "" msgstr "" #: modules/storage/__init__.py:381 -#, fuzzy -#| msgid "Filesystem" msgid "Read-only root filesystem" -msgstr "Bestandssysteem" +msgstr "Alleen-lezen bestandssysteem" #: modules/storage/__init__.py:391 #, fuzzy @@ -8497,10 +8489,9 @@ msgid "Finished: {name}" msgstr "Klaar: {name}" #: package.py:214 -#, fuzzy, python-brace-format -#| msgid "Package {expression} is not available for install" +#, python-brace-format msgid "Package {package_expression} is not available for install" -msgstr "Pakket {expression} is niet beschikbaar voor installatie" +msgstr "Pakket {package_expression} is niet beschikbaar voor installatie" #: package.py:231 #, python-brace-format