diff options
| author | _fonzlate <vooralfred@gmail.com> | 2020-06-02 17:33:42 +0000 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2020-06-02 21:50:12 +0200 |
| commit | fa8890f7ba4709c1657f2913f487b50d9808a999 (patch) | |
| tree | 7814b0df22aec5e78e45a23bdace147bca8a9fd1 | |
| parent | 048b30d65419f217c122a17572ae1fcfa72efbbf (diff) | |
Translated using Weblate (Dutch)
Currently translated at 100.0% (764 of 764 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
| -rw-r--r-- | locale/nl.po | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/locale/nl.po b/locale/nl.po index 52a8bdc96..5be371d83 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-06-01 17:10-0700\n" -"PO-Revision-Date: 2020-06-02 17:33+0000\n" +"PO-Revision-Date: 2020-06-02 19:50+0000\n" "Last-Translator: _fonzlate <vooralfred@gmail.com>\n" "Language-Team: none\n" "Language: nl\n" @@ -1699,22 +1699,26 @@ msgstr "WAARSCHUWING: De bestandsnaam van de code heeft twee extensies\n" #: shared-bindings/watchdog/WatchDogTimer.c msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET" msgstr "" +"WatchDogTimer kan niet worden gedeïnitialiseerd zodra de modus in ingesteld " +"op RESET" #: shared-bindings/watchdog/WatchDogTimer.c msgid "WatchDogTimer is not currently running" -msgstr "" +msgstr "WatchDogTimer is momenteel niet actief" #: shared-bindings/watchdog/WatchDogTimer.c msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET" msgstr "" +"WatchDogTimer.mode kan niet worden gewijzigd zodra de modus is ingesteld op " +"WatchDogMode.RESET" #: shared-bindings/watchdog/WatchDogTimer.c msgid "WatchDogTimer.timeout must be greater than 0" -msgstr "" +msgstr "WatchDogTimer.timeout moet groter dan 0 zijn" #: supervisor/shared/safe_mode.c msgid "Watchdog timer expired." -msgstr "" +msgstr "Watchdog-timer verstreken." #: py/builtinhelp.c #, c-format @@ -3141,7 +3145,7 @@ msgstr "time.struct_time() accepteert een 9-rij" #: ports/nrf/common-hal/watchdog/WatchDogTimer.c msgid "timeout duration exceeded the maximum supported value" -msgstr "" +msgstr "time-outduur is groter dan de ondersteunde maximale waarde" #: shared-bindings/busio/UART.c msgid "timeout must be 0.0-100.0 seconds" @@ -3298,7 +3302,7 @@ msgstr "value_count moet groter dan 0 zijn" #: shared-bindings/watchdog/WatchDogTimer.c msgid "watchdog timeout must be greater than 0" -msgstr "" +msgstr "watchdog time-out moet groter zijn dan 0" #: shared-bindings/_bleio/Adapter.c msgid "window must be <= interval" |
