8000 Addition of translation files · adafruit/circuitpython@37f4197 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37f4197

Browse files
committed
Addition of translation files
1 parent c328ae8 commit 37f4197

13 files changed

+286
-13
lines changed

locale/ID.po

Lines changed: 22 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-02-05 15:55-0800\n"
11+
"POT-Creation-Date: 2020-02-18 16:13+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -462,6 +462,10 @@ msgstr ""
462462
msgid "Cannot set value when direction is input."
463463
msgstr ""
464464

465+
#: ports/mimxrt10xx/common-hal/busio/UART.c
466+
msgid "Cannot specify RTS or CTS in RS485 mode"
467+
msgstr ""
468+
465469
#: py/objslice.c
466470
msgid "Cannot subclass slice"
467471
msgstr ""
@@ -1183,6 +1187,10 @@ msgstr ""
11831187
msgid "RNG Init Error"
11841188
msgstr ""
11851189

1190+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1191+
msgid "RS485 inversion specified when not in RS485 mode"
1192+
msgstr ""
1193+
11861194
#: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx/common-hal/rtc/RTC.c
11871195
#: ports/nrf/common-hal/rtc/RTC.c
11881196
msgid "RTC calibration is not supported on this board"
@@ -1192,6 +1200,11 @@ msgstr ""
11921200
msgid "RTC is not supported on this board"
11931201
msgstr ""
11941202

1203+
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1204+
#: ports/nrf/common-hal/busio/UART.c ports/stm32f4/common-hal/busio/UART.c
1205+
msgid "RTS/CTS/RS485 Not yet supported on this device"
1206+
msgstr ""
1207+
11951208
#: ports/stm32f4/common-hal/os/__init__.c
11961209
msgid "Random number generation error"
11971210
msgstr ""
@@ -1255,6 +1268,14 @@ msgstr "Nilai sampel terlalu tinggi. Nilai harus kurang dari %d"
12551268
msgid "Scan already in progess. Stop with stop_scan."
12561269
msgstr ""
12571270

1271+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1272+
msgid "Selected CTS pin not valid"
1273+
msgstr ""
1274+
1275+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1276+
msgid "Selected RTS pin not valid"
1277+
msgstr ""
1278+
12581279
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
12591280
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
12601281
msgid "Serializer in use"

locale/circuitpython.pot

Lines changed: 22 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-02-11 19:18-0500\n"
11+
"POT-Creation-Date: 2020-02-18 16:15+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -452,6 +452,10 @@ msgstr ""
452452
msgid "Cannot set value when direction is input."
453453
msgstr ""
454454

455+
#: ports/mimxrt10xx/common-hal/busio/UART.c
456+
msgid "Cannot specify RTS or CTS in RS485 mode"
457+
msgstr ""
458+
455459
#: py/objslice.c
456460
msgid "Cannot subclass slice"
457461
msgstr ""
@@ -1169,6 +1173,10 @@ msgstr ""
11691173
msgid "RNG Init Error"
11701174
msgstr ""
11711175

1176+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1177+
msgid "RS485 inversion specified when not in RS485 mode"
1178+
msgstr ""
1179+
11721180
#: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx/common-hal/rtc/RTC.c
11731181
#: ports/nrf/common-hal/rtc/RTC.c
11741182
msgid "RTC calibration is not supported on this board"
@@ -1178,6 +1186,11 @@ msgstr ""
11781186
msgid "RTC is not supported on this board"
11791187
msgstr ""
11801188

1189+
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1190+
#: ports/nrf/common-hal/busio/UART.c ports/stm32f4/common-hal/busio/UART.c
1191+
msgid "RTS/CTS/RS485 Not yet supported on this device"
1192+
msgstr ""
1193+
11811194
#: ports/stm32f4/common-hal/os/__init__.c
11821195
msgid "Random number generation error"
11831196
msgstr ""
@@ -1239,6 +1252,14 @@ msgstr ""
12391252
msgid "Scan already in progess. Stop with stop_scan."
12401253
msgstr ""
12411254

1255+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1256+
msgid "Selected CTS pin not valid"
1257+
msgstr ""
1258+
1259+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1260+
msgid "Selected RTS pin not valid"
1261+
msgstr ""
1262+
12421263
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
12431264
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
12441265
msgid "Serializer in use"

locale/de_DE.po

Lines changed: 22 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-02-05 15:55-0800\n"
10+
"POT-Creation-Date: 2020-02-18 16:13+0000\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Pascal Deneaux\n"
1313
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@@ -456,6 +456,10 @@ msgstr "Reset zum bootloader nicht möglich da bootloader nicht vorhanden"
456456
msgid "Cannot set value when direction is input."
457457
msgstr "Der Wert kann nicht gesetzt werden, wenn die Richtung input ist."
458458

459+
#: ports/mimxrt10xx/common-hal/busio/UART.c
460+
msgid "Cannot specify RTS or CTS in RS485 mode"
461+
msgstr ""
462+
459463
#: py/objslice.c
460464
msgid "Cannot subclass slice"
461465
msgstr ""
@@ -1186,6 +1190,10 @@ msgstr ""
11861190
msgid "RNG Init Error"
11871191
msgstr ""
11881192

1193+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1194+
msgid "RS485 inversion specified when not in RS485 mode"
1195+
msgstr ""
1196+
11891197
#: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx/common-hal/rtc/RTC.c
11901198
#: ports/nrf/common-hal/rtc/RTC.c
11911199
msgid "RTC calibration is not supported on this board"
@@ -1195,6 +1203,11 @@ msgstr "Die RTC-Kalibrierung wird auf diesem Board nicht unterstützt"
11951203
msgid "RTC is not supported on this board"
11961204
msgstr "Eine RTC wird auf diesem Board nicht unterstützt"
11971205

1206+
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1207+
#: ports/nrf/common-hal/busio/UART.c ports/stm32f4/common-hal/busio/UART.c
1208+
msgid "RTS/CTS/RS485 Not yet supported on this device"
1209+
msgstr ""
1210+
11981211
#: ports/stm32f4/common-hal/os/__init__.c
11991212
msgid "Random number generation error"
12001213
msgstr ""
@@ -1256,6 +1269,14 @@ msgstr "Abtastrate zu hoch. Wert muss unter %d liegen"
12561269
msgid "Scan already in progess. Stop with stop_scan."
12571270
msgstr ""
12581271

1272+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1273+
msgid "Selected CTS pin not valid"
1274+
msgstr ""
1275+
1276+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1277+
msgid "Selected RTS pin not valid"
1278+
msgstr ""
1279+
12591280
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
12601281
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
12611282
msgid "Serializer in use"

locale/en_US.po

Lines changed: 22 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-02-05 15:55-0800\n"
10+
"POT-Creation-Date: 2020-02-18 16:13+0000\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -452,6 +452,10 @@ msgstr ""
452452
msgid "Cannot set value when direction is input."
453453
msgstr ""
454454

455+
#: ports/mimxrt10xx/common-hal/busio/UART.c
456+
msgid "Cannot specify RTS or CTS in RS485 mode"
457+
msgstr ""
458+
455459
#: py/objslice.c
456460
msgid "Cannot subclass slice"
457461
msgstr ""
@@ -1169,6 +1173,10 @@ msgstr ""
11691173
msgid "RNG Init Error"
11701174
msgstr ""
11711175

1176+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1177+
msgid "RS485 inversion specified when not in RS485 mode"
1178+
msgstr ""
1179+
11721180
#: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx/common-hal/rtc/RTC.c
11731181
#: ports/nrf/common-hal/rtc/RTC.c
11741182
msgid "RTC calibration is not supported on this board"
@@ -1178,6 +1186,11 @@ msgstr ""
11781186
msgid "RTC is not supported on this board"
11791187
msgstr ""
11801188

1189+
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1190+
#: ports/nrf/common-hal/busio/UART.c ports/stm32f4/common-hal/busio/UART.c
1191+
msgid "RTS/CTS/RS485 Not yet supported on this device"
1192+
msgstr ""
1193+
11811194
#: ports/stm32f4/common-hal/os/__init__.c
11821195
msgid "Random number generation error"
11831196
msgstr ""
@@ -1239,6 +1252,14 @@ msgstr ""
12391252
msgid "Scan already in progess. Stop with stop_scan."
12401253
msgstr ""
12411254

1255+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1256+
msgid "Selected CTS pin not valid"
1257+
msgstr ""
1258+
1259+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1260+
msgid "Selected RTS pin not valid"
1261+
msgstr ""
1262+
12421263
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
12431264
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
12441265
msgid "Serializer in use"

locale/en_x_pirate.po

Lines changed: 22 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-02-05 15:55-0800\n"
10+
"POT-Creation-Date: 2020-02-18 16:13+0000\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -456,6 +456,10 @@ msgstr ""
456456
msgid "Cannot set value when direction is input."
457457
msgstr ""
458458

459+
#: ports/mimxrt10xx/common-hal/busio/UART.c
460+
msgid "Cannot specify RTS or CTS in RS485 mode"
461+
msgstr ""
462+
459463
#: py/objslice.c
460464
msgid "Cannot subclass slice"
461465
msgstr ""
@@ -1173,6 +1177,10 @@ msgstr ""
11731177
msgid "RNG Init Error"
11741178
msgstr ""
11751179

1180+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1181+
msgid "RS485 inversion specified when not in RS485 mode"
1182+
msgstr ""
1183+
11761184
#: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx/common-hal/rtc/RTC.c
11771185
#: ports/nrf/common-hal/rtc/RTC.c
11781186
msgid "RTC calibration is not supported on this board"
@@ -1182,6 +1190,11 @@ msgstr ""
11821190
msgid "RTC is not supported on this board"
11831191
msgstr ""
11841192

1193+
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1194+
#: ports/nrf/common-hal/busio/UART.c ports/stm32f4/common-hal/busio/UART.c
1195+
msgid "RTS/CTS/RS485 Not yet supported on this device"
1196+
msgstr ""
1197+
11851198
#: ports/stm32f4/common-hal/os/__init__.c
11861199
msgid "Random number generation error"
11871200
msgstr ""
@@ -1243,6 +1256,14 @@ msgstr ""
12431256
msgid "Scan already in progess. Stop with stop_scan."
12441257
msgstr ""
12451258

1259+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1260+
msgid "Selected CTS pin not valid"
1261+
msgstr ""
1262+
1263+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1264+
msgid "Selected RTS pin not valid"
1265+
msgstr ""
1266+
12461267
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
12471268
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
12481269
msgid "Serializer in use"

locale/es.po

Lines changed: 22 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-02-05 15:55-0800\n"
10+
"POT-Creation-Date: 2020-02-18 16:13+0000\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -458,6 +458,10 @@ msgstr "No se puede reiniciar a bootloader porque no hay bootloader presente."
458458
msgid "Cannot set value when direction is input."
459459
msgstr "No se puede asignar un valor cuando la dirección es input."
460460

461+
#: ports/mimxrt10xx/common-hal/busio/UART.c
462+
msgid "Cannot specify RTS or CTS in RS485 mode"
463+
msgstr ""
464+
461465
#: py/objslice.c
462466
msgid "Cannot subclass slice"
463467
msgstr "Cannot subclass slice"
@@ -1185,6 +1189,10 @@ msgstr ""
11851189
msgid "RNG Init Error"
11861190
msgstr ""
11871191

1192+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1193+
msgid "RS485 inversion specified when not in RS485 mode"
1194+
msgstr ""
1195+
11881196
#: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx/common-hal/rtc/RTC.c
11891197
#: ports/nrf/common-hal/rtc/RTC.c
11901198
msgid "RTC calibration is not supported on this board"
@@ -1194,6 +1202,11 @@ msgstr "Calibración de RTC no es soportada en esta placa"
11941202
msgid "RTC is not supported on this board"
11951203
msgstr "RTC no soportado en esta placa"
11961204

1205+
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1206+
#: ports/nrf/common-hal/busio/UART.c ports/stm32f4/common-hal/busio/UART.c
1207+
msgid "RTS/CTS/RS485 Not yet supported on this device"
1208+
msgstr ""
1209+
11971210
#: ports/stm32f4/common-hal/os/__init__.c
11981211
msgid "Random number generation error"
11991212
msgstr ""
@@ -1256,6 +1269,14 @@ msgstr "Frecuencia de muestreo demasiado alta. Debe ser menor a %d"
12561269
msgid "Scan already in progess. Stop with stop_scan."
12571270
msgstr ""
12581271

1272+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1273+
msgid "Selected CTS pin not valid"
1274+
msgstr ""
1275+
1276+
#: ports/mimxrt10xx/common-hal/busio/UART.c
1277+
msgid "Selected RTS pin not valid"
1278+
msgstr ""
1279+
12591280
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
12601281
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
12611282
msgid "Serializer in use"

0 commit comments

Comments
 (0)
0