Skip to content

Commit aa04452

Browse files
committed
locale: generate strings for watchdog timer
Run `make translate` to generate strings for `shared-bindings/watchdog`. Signed-off-by: Sean Cross <[email protected]>
1 parent aac5a4f commit aa04452

File tree

16 files changed

+464
-16
lines changed

16 files changed

+464
-16
lines changed

locale/ID.po

Lines changed: 29 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-26 13:09-0700\n"
11+
"POT-Creation-Date: 2020-05-27 11:28+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"
@@ -1662,6 +1662,26 @@ msgstr ""
16621662
msgid "WARNING: Your code filename has two extensions\n"
16631663
msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"
16641664

1665+
#: shared-bindings/watchdog/WatchDogTimer.c
1666+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1667+
msgstr ""
1668+
1669+
#: shared-bindings/watchdog/WatchDogTimer.c
1670+
msgid "WatchDogTimer is not currently running"
1671+
msgstr ""
1672+
1673+
#: shared-bindings/watchdog/WatchDogTimer.c
1674+
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
1675+
msgstr ""
1676+
1677+
#: shared-bindings/watchdog/WatchDogTimer.c
1678+
msgid "WatchDogTimer.timeout must be greater than 0"
1679+
msgstr ""
1680+
1681+
#: supervisor/shared/safe_mode.c
1682+
msgid "Watchdog timer expired."
1683+
msgstr ""
1684+
16651685
#: py/builtinhelp.c
16661686
#, c-format
16671687
msgid ""
@@ -3049,6 +3069,10 @@ msgstr ""
30493069
msgid "time.struct_time() takes a 9-sequence"
30503070
msgstr ""
30513071

3072+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3073+
msgid "timeout duration exceeded the maximum supported value"
3074+
msgstr ""
3075+
30523076
#: shared-bindings/busio/UART.c
30533077
msgid "timeout must be 0.0-100.0 seconds"
30543078
msgstr ""
@@ -3204,6 +3228,10 @@ msgstr ""
32043228
msgid "value_count must be > 0"
32053229
msgstr ""
32063230

3231+
#: shared-bindings/watchdog/WatchDogTimer.c
3232+
msgid "watchdog timeout must be greater than 0"
3233+
msgstr ""
3234+
32073235
#: shared-bindings/_bleio/Adapter.c
32083236
msgid "window must be <= interval"
32093237
msgstr ""

locale/circuitpython.pot

Lines changed: 29 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-26 13:09-0700\n"
11+
"POT-Creation-Date: 2020-05-27 11:28+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"
@@ -1645,6 +1645,26 @@ msgstr ""
16451645
msgid "WARNING: Your code filename has two extensions\n"
16461646
msgstr ""
16471647

1648+
#: shared-bindings/watchdog/WatchDogTimer.c
1649+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1650+
msgstr ""
1651+
1652+
#: shared-bindings/watchdog/WatchDogTimer.c
1653+
msgid "WatchDogTimer is not currently running"
1654+
msgstr ""
1655+
1656+
#: shared-bindings/watchdog/WatchDogTimer.c
1657+
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
1658+
msgstr ""
1659+
1660+
#: shared-bindings/watchdog/WatchDogTimer.c
1661+
msgid "WatchDogTimer.timeout must be greater than 0"
1662+
msgstr ""
1663+
1664+
#: supervisor/shared/safe_mode.c
1665+
msgid "Watchdog timer expired."
1666+
msgstr ""
1667+
16481668
#: py/builtinhelp.c
16491669
#, c-format
16501670
msgid ""
@@ -3024,6 +3044,10 @@ msgstr ""
30243044
msgid "time.struct_time() takes a 9-sequence"
30253045
msgstr ""
30263046

3047+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3048+
msgid "timeout duration exceeded the maximum supported value"
3049+
msgstr ""
3050+
30273051
#: shared-bindings/busio/UART.c
30283052
msgid "timeout must be 0.0-100.0 seconds"
30293053
msgstr ""
@@ -3178,6 +3202,10 @@ msgstr ""
31783202
msgid "value_count must be > 0"
31793203
msgstr ""
31803204

3205+
#: shared-bindings/watchdog/WatchDogTimer.c
3206+
msgid "watchdog timeout must be greater than 0"
3207+
msgstr ""
3208+
31813209
#: shared-bindings/_bleio/Adapter.c
31823210
msgid "window must be <= interval"
31833211
msgstr ""

locale/cs.po

Lines changed: 29 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-26 13:09-0700\n"
11+
"POT-Creation-Date: 2020-05-27 11:28+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"
@@ -1645,6 +1645,26 @@ msgstr ""
16451645
msgid "WARNING: Your code filename has two extensions\n"
16461646
msgstr ""
16471647

1648+
#: shared-bindings/watchdog/WatchDogTimer.c
1649+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1650+
msgstr ""
1651+
1652+
#: shared-bindings/watchdog/WatchDogTimer.c
1653+
msgid "WatchDogTimer is not currently running"
1654+
msgstr ""
1655+
1656+
#: shared-bindings/watchdog/WatchDogTimer.c
1657+
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
1658+
msgstr ""
1659+
1660+
#: shared-bindings/watchdog/WatchDogTimer.c
1661+
msgid "WatchDogTimer.timeout must be greater than 0"
1662+
msgstr ""
1663+
1664+
#: supervisor/shared/safe_mode.c
1665+
msgid "Watchdog timer expired."
1666+
msgstr ""
1667+
16481668
#: py/builtinhelp.c
16491669
#, c-format
16501670
msgid ""
@@ -3024,6 +3044,10 @@ msgstr ""
30243044
msgid "time.struct_time() takes a 9-sequence"
30253045
msgstr ""
30263046

3047+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3048+
msgid "timeout duration exceeded the maximum supported value"
3049+
msgstr ""
3050+
30273051
#: shared-bindings/busio/UART.c
30283052
msgid "timeout must be 0.0-100.0 seconds"
30293053
msgstr ""
@@ -3178,6 +3202,10 @@ msgstr ""
31783202
msgid "value_count must be > 0"
31793203
msgstr ""
31803204

3205+
#: shared-bindings/watchdog/WatchDogTimer.c
3206+
msgid "watchdog timeout must be greater than 0"
3207+
msgstr ""
3208+
31813209
#: shared-bindings/_bleio/Adapter.c
31823210
msgid "window must be <= interval"
31833211
msgstr ""

locale/de_DE.po

Lines changed: 29 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-26 13:09-0700\n"
10+
"POT-Creation-Date: 2020-05-27 11:28+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/"
@@ -1674,6 +1674,26 @@ msgid "WARNING: Your code filename has two extensions\n"
16741674
msgstr ""
16751675
"WARNUNG: Der Dateiname deines Programms hat zwei Dateityperweiterungen\n"
16761676

1677+
#: shared-bindings/watchdog/WatchDogTimer.c
1678+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1679+
msgstr ""
1680+
1681+
#: shared-bindings/watchdog/WatchDogTimer.c
1682+
msgid "WatchDogTimer is not currently running"
1683+
msgstr ""
1684+
1685+
#: shared-bindings/watchdog/WatchDogTimer.c
1686+
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
1687+
msgstr ""
1688+
1689+
#: shared-bindings/watchdog/WatchDogTimer.c
1690+
msgid "WatchDogTimer.timeout must be greater than 0"
1691+
msgstr ""
1692+
1693+
#: supervisor/shared/safe_mode.c
1694+
msgid "Watchdog timer expired."
1695+
msgstr ""
1696+
16771697
#: py/builtinhelp.c
16781698
#, c-format
16791699
msgid ""
@@ -3072,6 +3092,10 @@ msgstr "threshold muss im Intervall 0-65536 liegen"
30723092
msgid "time.struct_time() takes a 9-sequence"
30733093
msgstr ""
30743094

3095+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3096+
msgid "timeout duration exceeded the maximum supported value"
3097+
msgstr ""
3098+
30753099
#: shared-bindings/busio/UART.c
30763100
msgid "timeout must be 0.0-100.0 seconds"
30773101
msgstr ""
@@ -3230,6 +3254,10 @@ msgstr "Wert muss in %d Byte(s) passen"
32303254
msgid "value_count must be > 0"
32313255
msgstr "value_count muss größer als 0 sein"
32323256

3257+
#: shared-bindings/watchdog/WatchDogTimer.c
3258+
msgid "watchdog timeout must be greater than 0"
3259+
msgstr ""
3260+
32333261
#: shared-bindings/_bleio/Adapter.c
32343262
msgid "window must be <= interval"
32353263
msgstr ""

locale/en_US.po

Lines changed: 29 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-26 13:09-0700\n"
10+
"POT-Creation-Date: 2020-05-27 11:28+0800\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -1645,6 +1645,26 @@ msgstr ""
16451645
msgid "WARNING: Your code filename has two extensions\n"
16461646
msgstr ""
16471647

1648+
#: shared-bindings/watchdog/WatchDogTimer.c
1649+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1650+
msgstr ""
1651+
1652+
#: shared-bindings/watchdog/WatchDogTimer.c
1653+
msgid "WatchDogTimer is not currently running"
1654+
msgstr ""
1655+
1656+
#: shared-bindings/watchdog/WatchDogTimer.c
1657+
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
1658+
msgstr ""
1659+
1660+
#: shared-bindings/watchdog/WatchDogTimer.c
1661+
msgid "WatchDogTimer.timeout must be greater than 0"
1662+
msgstr ""
1663+
1664+
#: supervisor/shared/safe_mode.c
1665+
msgid "Watchdog timer expired."
1666+
msgstr ""
1667+
16481668
#: py/builtinhelp.c
16491669
#, c-format
16501670
msgid ""
@@ -3024,6 +3044,10 @@ msgstr ""
30243044
msgid "time.struct_time() takes a 9-sequence"
30253045
msgstr ""
30263046

3047+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3048+
msgid "timeout duration exceeded the maximum supported value"
3049+
msgstr ""
3050+
30273051
#: shared-bindings/busio/UART.c
30283052
msgid "timeout must be 0.0-100.0 seconds"
30293053
msgstr ""
@@ -3178,6 +3202,10 @@ msgstr ""
31783202
msgid "value_count must be > 0"
31793203
msgstr ""
31803204

3205+
#: shared-bindings/watchdog/WatchDogTimer.c
3206+
msgid "watchdog timeout must be greater than 0"
3207+
msgstr ""
3208+
31813209
#: shared-bindings/_bleio/Adapter.c
31823210
msgid "window must be <= interval"
31833211
msgstr ""

locale/en_x_pirate.po

Lines changed: 29 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-26 13:09-0700\n"
10+
"POT-Creation-Date: 2020-05-27 11:28+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/"
@@ -1654,6 +1654,26 @@ msgstr ""
16541654
msgid "WARNING: Your code filename has two extensions\n"
16551655
msgstr "Blimey! Yer code filename has two extensions\n"
16561656

1657+
#: shared-bindings/watchdog/WatchDogTimer.c
1658+
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
1659+
msgstr ""
1660+
1661+
#: shared-bindings/watchdog/WatchDogTimer.c
1662+
msgid "WatchDogTimer is not currently running"
1663+
msgstr ""
1664+
1665+
#: shared-bindings/watchdog/WatchDogTimer.c
1666+
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
1667+
msgstr ""
1668+
1669+
#: shared-bindings/watchdog/WatchDogTimer.c
1670+
msgid "WatchDogTimer.timeout must be greater than 0"
1671+
msgstr ""
1672+
1673+
#: supervisor/shared/safe_mode.c
1674+
msgid "Watchdog timer expired."
1675+
msgstr ""
1676+
16571677
#: py/builtinhelp.c
16581678
#, c-format
16591679
msgid ""
@@ -3033,6 +3053,10 @@ msgstr ""
30333053
msgid "time.struct_time() takes a 9-sequence"
30343054
msgstr ""
30353055

3056+
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3057+
msgid "timeout duration exceeded the maximum supported value"
3058+
msgstr ""
3059+
30363060
#: shared-bindings/busio/UART.c
30373061
msgid "timeout must be 0.0-100.0 seconds"
30383062
msgstr ""
@@ -3187,6 +3211,10 @@ msgstr ""
31873211
msgid "value_count must be > 0"
31883212
msgstr ""
31893213

3214+
#: shared-bindings/watchdog/WatchDogTimer.c
3215+
msgid "watchdog timeout must be greater than 0"
3216+
msgstr ""
3217+
31903218
#: shared-bindings/_bleio/Adapter.c
31913219
msgid "window must be <= interval"
31923220
msgstr ""

0 commit comments

Comments
 (0)