From e4ccd1c61c4ada6be718b7aabd60576bc506eb1f Mon Sep 17 00:00:00 2001 From: Mirthe Winter Date: Sat, 12 Jul 2025 17:20:05 +0200 Subject: [PATCH 1/3] Translated using Weblate (Dutch) Currently translated at 55.6% (564 of 1014 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/nl/ --- locale/nl.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locale/nl.po b/locale/nl.po index da253788f532a..9d2891d72fab9 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-01-04 12:55-0600\n" -"PO-Revision-Date: 2025-06-30 16:01+0000\n" -"Last-Translator: MAE \n" +"PO-Revision-Date: 2025-07-13 16:01+0000\n" +"Last-Translator: Mirthe Winter \n" "Language-Team: none\n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -49,7 +49,7 @@ msgstr "" #: py/obj.c msgid " File \"%q\"" -msgstr " Bestand" +msgstr " Bestand \"%q\"" #: py/obj.c msgid " File \"%q\", line %d" @@ -631,8 +631,8 @@ msgid "" "Auto-reload is on. Simply save files over USB to run them or enter REPL to " "disable.\n" msgstr "" -"Auto-herlaad staat aan. Sla bestanden simpelweg op over USB om uit te voeren " -"of start REPL om uit te schakelen.\n" +"Auto-herlaad staat aan. Sla bestanden simpelweg op over USB om ze uit te " +"voeren of voer REPL in om ze uit te schakelen.\n" #: ports/espressif/common-hal/canio/CAN.c msgid "Baudrate not supported by peripheral" From 4d4079b52e33de7515e284ea24ff43b5075bdcfd Mon Sep 17 00:00:00 2001 From: Mirthe Winter Date: Sat, 12 Jul 2025 17:20:38 +0200 Subject: [PATCH 2/3] Translated using Weblate (Dutch) Currently translated at 55.6% (564 of 1014 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/nl/ --- locale/nl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/nl.po b/locale/nl.po index 9d2891d72fab9..b6bc44de5710f 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -631,7 +631,7 @@ msgid "" "Auto-reload is on. Simply save files over USB to run them or enter REPL to " "disable.\n" msgstr "" -"Auto-herlaad staat aan. Sla bestanden simpelweg op over USB om ze uit te " +"Auto-herlaad staat aan. Sla bestanden simpelweg via USB op om ze uit te " "voeren of voer REPL in om ze uit te schakelen.\n" #: ports/espressif/common-hal/canio/CAN.c From d3afc2dd72dea484a94690c3be78289a48032271 Mon Sep 17 00:00:00 2001 From: Mirthe Winter Date: Sat, 12 Jul 2025 17:23:48 +0200 Subject: [PATCH 3/3] Translated using Weblate (Dutch) Currently translated at 55.6% (564 of 1014 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/nl/ --- locale/nl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/nl.po b/locale/nl.po index b6bc44de5710f..bafb415635e4d 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -632,7 +632,7 @@ msgid "" "disable.\n" msgstr "" "Auto-herlaad staat aan. Sla bestanden simpelweg via USB op om ze uit te " -"voeren of voer REPL in om ze uit te schakelen.\n" +"voeren of start REPL om ze uit te schakelen.\n" #: ports/espressif/common-hal/canio/CAN.c msgid "Baudrate not supported by peripheral" @@ -1845,7 +1845,7 @@ msgstr "Prefix buffer moet op de heap zijn" #: main.c msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n" msgstr "" -"Druk een willekeurige toets om de REPL te starten. Gebruik CTRL+D om te " +"Druk op een willekeurige toets om de REPL te starten. Gebruik CTRL+D om te " "herstarten.\n" #: main.c