Skip to content

Commit 134a328

Browse files
committed
locale: add translations for WatchDogTimer
Signed-off-by: Sean Cross <[email protected]>
1 parent 93ede76 commit 134a328

File tree

16 files changed

+400
-16
lines changed

16 files changed

+400
-16
lines changed

locale/ID.po

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-05-19 15:01+0800\n"
11+
"POT-Creation-Date: 2020-05-22 12:36+0800\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -456,6 +456,10 @@ msgstr ""
456456
msgid "Can't set CCCD on local Characteristic"
457457
msgstr ""
458458

459+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
460+
msgid "Cannot change the timeout once mode is WatchDogMode.RESET"
461+
msgstr ""
462+
459463
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
460464
msgid "Cannot delete values"
461465
msgstr ""
@@ -1662,6 +1666,18 @@ msgstr ""
16621666
msgid "WARNING: Your code filename has two extensions\n"
16631667
msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"
16641668

1669+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1670+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1671+
msgstr ""
1672+
1673+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1674+
msgid "WatchDogTimer is not currently running"
1675+
msgstr ""
1676+
1677+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1678+
msgid "WatchDogTimer mode cannot be changed once set to WatchDogMode.RESET"
1679+
msgstr ""
1680+
16651681
#: py/builtinhelp.c
16661682
#, c-format
16671683
msgid ""
@@ -3049,6 +3065,10 @@ msgstr ""
30493065
msgid "time.struct_time() takes a 9-sequence"
30503066
msgstr ""
30513067

3068+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3069+
msgid "timeout duration exceeded the maximum supported value"
3070+
msgstr ""
3071+
30523072
#: shared-bindings/busio/UART.c
30533073
msgid "timeout must be 0.0-100.0 seconds"
30543074
msgstr ""
@@ -3204,6 +3224,10 @@ msgstr ""
32043224
msgid "value_count must be > 0"
32053225
msgstr ""
32063226

3227+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3228+
msgid "watchdog timeout must be greater than 0"
3229+
msgstr ""
3230+
32073231
#: shared-bindings/_bleio/Adapter.c
32083232
msgid "window must be <= interval"
32093233
msgstr ""

locale/circuitpython.pot

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-05-19 15:01+0800\n"
11+
"POT-Creation-Date: 2020-05-22 12:36+0800\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -451,6 +451,10 @@ msgstr ""
451451
msgid "Can't set CCCD on local Characteristic"
452452
msgstr ""
453453

454+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
455+
msgid "Cannot change the timeout once mode is WatchDogMode.RESET"
456+
msgstr ""
457+
454458
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
455459
msgid "Cannot delete values"
456460
msgstr ""
@@ -1645,6 +1649,18 @@ msgstr ""
16451649
msgid "WARNING: Your code filename has two extensions\n"
16461650
msgstr ""
16471651

1652+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1653+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1654+
msgstr ""
1655+
1656+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1657+
msgid "WatchDogTimer is not currently running"
1658+
msgstr ""
1659+
1660+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1661+
msgid "WatchDogTimer mode cannot be changed once set to WatchDogMode.RESET"
1662+
msgstr ""
1663+
16481664
#: py/builtinhelp.c
16491665
#, c-format
16501666
msgid ""
@@ -3024,6 +3040,10 @@ msgstr ""
30243040
msgid "time.struct_time() takes a 9-sequence"
30253041
msgstr ""
30263042

3043+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3044+
msgid "timeout duration exceeded the maximum supported value"
3045+
msgstr ""
3046+
30273047
#: shared-bindings/busio/UART.c
30283048
msgid "timeout must be 0.0-100.0 seconds"
30293049
msgstr ""
@@ -3178,6 +3198,10 @@ msgstr ""
31783198
msgid "value_count must be > 0"
31793199
msgstr ""
31803200

3201+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3202+
msgid "watchdog timeout must be greater than 0"
3203+
msgstr ""
3204+
31813205
#: shared-bindings/_bleio/Adapter.c
31823206
msgid "window must be <= interval"
31833207
msgstr ""

locale/cs.po

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-05-19 15:01+0800\n"
11+
"POT-Creation-Date: 2020-05-22 12:36+0800\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -451,6 +451,10 @@ msgstr ""
451451
msgid "Can't set CCCD on local Characteristic"
452452
msgstr ""
453453

454+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
455+
msgid "Cannot change the timeout once mode is WatchDogMode.RESET"
456+
msgstr ""
457+
454458
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
455459
msgid "Cannot delete values"
456460
msgstr ""
@@ -1645,6 +1649,18 @@ msgstr ""
16451649
msgid "WARNING: Your code filename has two extensions\n"
16461650
msgstr ""
16471651

1652+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1653+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1654+
msgstr ""
1655+
1656+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1657+
msgid "WatchDogTimer is not currently running"
1658+
msgstr ""
1659+
1660+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1661+
msgid "WatchDogTimer mode cannot be changed once set to WatchDogMode.RESET"
1662+
msgstr ""
1663+
16481664
#: py/builtinhelp.c
16491665
#, c-format
16501666
msgid ""
@@ -3024,6 +3040,10 @@ msgstr ""
30243040
msgid "time.struct_time() takes a 9-sequence"
30253041
msgstr ""
30263042

3043+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3044+
msgid "timeout duration exceeded the maximum supported value"
3045+
msgstr ""
3046+
30273047
#: shared-bindings/busio/UART.c
30283048
msgid "timeout must be 0.0-100.0 seconds"
30293049
msgstr ""
@@ -3178,6 +3198,10 @@ msgstr ""
31783198
msgid "value_count must be > 0"
31793199
msgstr ""
31803200

3201+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3202+
msgid "watchdog timeout must be greater than 0"
3203+
msgstr ""
3204+
31813205
#: shared-bindings/_bleio/Adapter.c
31823206
msgid "window must be <= interval"
31833207
msgstr ""

locale/de_DE.po

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-19 15:01+0800\n"
10+
"POT-Creation-Date: 2020-05-22 12:36+0800\n"
1111
"PO-Revision-Date: 2020-05-18 02:48+0000\n"
1212
"Last-Translator: Jeff Epler <[email protected]>\n"
1313
"Language-Team: German <https://later.unpythonic.net/projects/circuitpython/"
@@ -462,6 +462,10 @@ msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf."
462462
msgid "Can't set CCCD on local Characteristic"
463463
msgstr ""
464464

465+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
466+
msgid "Cannot change the timeout once mode is WatchDogMode.RESET"
467+
msgstr ""
468+
465469
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
466470
msgid "Cannot delete values"
467471
msgstr "Kann Werte nicht löschen"
@@ -1674,6 +1678,18 @@ msgid "WARNING: Your code filename has two extensions\n"
16741678
msgstr ""
16751679
"WARNUNG: Der Dateiname deines Programms hat zwei Dateityperweiterungen\n"
16761680

1681+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1682+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1683+
msgstr ""
1684+
1685+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1686+
msgid "WatchDogTimer is not currently running"
1687+
msgstr ""
1688+
1689+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1690+
msgid "WatchDogTimer mode cannot be changed once set to WatchDogMode.RESET"
1691+
msgstr ""
1692+
16771693
#: py/builtinhelp.c
16781694
#, c-format
16791695
msgid ""
@@ -3072,6 +3088,10 @@ msgstr "threshold muss im Intervall 0-65536 liegen"
30723088
msgid "time.struct_time() takes a 9-sequence"
30733089
msgstr ""
30743090

3091+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3092+
msgid "timeout duration exceeded the maximum supported value"
3093+
msgstr ""
3094+
30753095
#: shared-bindings/busio/UART.c
30763096
msgid "timeout must be 0.0-100.0 seconds"
30773097
msgstr ""
@@ -3230,6 +3250,10 @@ msgstr "Wert muss in %d Byte(s) passen"
32303250
msgid "value_count must be > 0"
32313251
msgstr "value_count muss größer als 0 sein"
32323252

3253+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3254+
msgid "watchdog timeout must be greater than 0"
3255+
msgstr ""
3256+
32333257
#: shared-bindings/_bleio/Adapter.c
32343258
msgid "window must be <= interval"
32353259
msgstr ""

locale/en_US.po

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-19 15:01+0800\n"
10+
"POT-Creation-Date: 2020-05-22 12:36+0800\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -451,6 +451,10 @@ msgstr ""
451451
msgid "Can't set CCCD on local Characteristic"
452452
msgstr ""
453453

454+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
455+
msgid "Cannot change the timeout once mode is WatchDogMode.RESET"
456+
msgstr ""
457+
454458
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
455459
msgid "Cannot delete values"
456460
msgstr ""
@@ -1645,6 +1649,18 @@ msgstr ""
16451649
msgid "WARNING: Your code filename has two extensions\n"
16461650
msgstr ""
16471651

1652+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1653+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1654+
msgstr ""
1655+
1656+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1657+
msgid "WatchDogTimer is not currently running"
1658+
msgstr ""
1659+
1660+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1661+
msgid "WatchDogTimer mode cannot be changed once set to WatchDogMode.RESET"
1662+
msgstr ""
1663+
16481664
#: py/builtinhelp.c
16491665
#, c-format
16501666
msgid ""
@@ -3024,6 +3040,10 @@ msgstr ""
30243040
msgid "time.struct_time() takes a 9-sequence"
30253041
msgstr ""
30263042

3043+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3044+
msgid "timeout duration exceeded the maximum supported value"
3045+
msgstr ""
3046+
30273047
#: shared-bindings/busio/UART.c
30283048
msgid "timeout must be 0.0-100.0 seconds"
30293049
msgstr ""
@@ -3178,6 +3198,10 @@ msgstr ""
31783198
msgid "value_count must be > 0"
31793199
msgstr ""
31803200

3201+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3202+
msgid "watchdog timeout must be greater than 0"
3203+
msgstr ""
3204+
31813205
#: shared-bindings/_bleio/Adapter.c
31823206
msgid "window must be <= interval"
31833207
msgstr ""

locale/en_x_pirate.po

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-19 15:01+0800\n"
10+
"POT-Creation-Date: 2020-05-22 12:36+0800\n"
1111
"PO-Revision-Date: 2020-03-30 22:11+0000\n"
1212
"Last-Translator: Tannewt <[email protected]>\n"
1313
"Language-Team: English <https://later.unpythonic.net/projects/circuitpython/"
@@ -460,6 +460,10 @@ msgstr ""
460460
msgid "Can't set CCCD on local Characteristic"
461461
msgstr ""
462462

463+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
464+
msgid "Cannot change the timeout once mode is WatchDogMode.RESET"
465+
msgstr ""
466+
463467
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
464468
msgid "Cannot delete values"
465469
msgstr ""
@@ -1654,6 +1658,18 @@ msgstr ""
16541658
msgid "WARNING: Your code filename has two extensions\n"
16551659
msgstr "Blimey! Yer code filename has two extensions\n"
16561660

1661+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1662+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1663+
msgstr ""
1664+
1665+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1666+
msgid "WatchDogTimer is not currently running"
1667+
msgstr ""
1668+
1669+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
1670+
msgid "WatchDogTimer mode cannot be changed once set to WatchDogMode.RESET"
1671+
msgstr ""
1672+
16571673
#: py/builtinhelp.c
16581674
#, c-format
16591675
msgid ""
@@ -3033,6 +3049,10 @@ msgstr ""
30333049
msgid "time.struct_time() takes a 9-sequence"
30343050
msgstr ""
30353051

3052+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3053+
msgid "timeout duration exceeded the maximum supported value"
3054+
msgstr ""
3055+
30363056
#: shared-bindings/busio/UART.c
30373057
msgid "timeout must be 0.0-100.0 seconds"
30383058
msgstr ""
@@ -3187,6 +3207,10 @@ msgstr ""
31873207
msgid "value_count must be > 0"
31883208
msgstr ""
31893209

3210+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3211+
msgid "watchdog timeout must be greater than 0"
3212+
msgstr ""
3213+
31903214
#: shared-bindings/_bleio/Adapter.c
31913215
msgid "window must be <= interval"
31923216
msgstr ""

0 commit comments

Comments
 (0)