Skip to content

Commit bd2044f

Browse files
committed
Update translation
2 parents 22f6869 + f7ebbac commit bd2044f

File tree

20 files changed

+569
-152
lines changed

20 files changed

+569
-152
lines changed

locale/circuitpython.pot

Lines changed: 28 additions & 7 deletions
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: 2018-10-01 18:52-0400\n"
11+
"POT-Creation-Date: 2018-10-03 23:15+0700\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"
@@ -378,10 +378,12 @@ msgid "bytes > 8 bits not supported"
378378
msgstr ""
379379

380380
#: ports/atmel-samd/common-hal/busio/UART.c:72
381+
#: ports/nrf/common-hal/busio/UART.c:82
381382
msgid "tx and rx cannot both be None"
382383
msgstr ""
383384

384385
#: ports/atmel-samd/common-hal/busio/UART.c:145
386+
#: ports/nrf/common-hal/busio/UART.c:115
385387
msgid "Failed to allocate RX buffer"
386388
msgstr ""
387389

@@ -390,10 +392,12 @@ msgid "Could not initialize UART"
390392
msgstr ""
391393

392394
#: ports/atmel-samd/common-hal/busio/UART.c:240
395+
#: ports/nrf/common-hal/busio/UART.c:149
393396
msgid "No RX pin"
394397
msgstr ""
395398

396399
#: ports/atmel-samd/common-hal/busio/UART.c:294
400+
#: ports/nrf/common-hal/busio/UART.c:195
397401
msgid "No TX pin"
398402
msgstr ""
399403

@@ -698,12 +702,29 @@ msgstr ""
698702
msgid "All SPI peripherals are in use"
699703
msgstr ""
700704

701-
#: ports/nrf/common-hal/busio/UART.c:43 ports/nrf/common-hal/busio/UART.c:47
702-
#: ports/nrf/common-hal/busio/UART.c:51 ports/nrf/common-hal/busio/UART.c:60
703-
#: ports/nrf/common-hal/busio/UART.c:66 ports/nrf/common-hal/busio/UART.c:71
704-
#: ports/nrf/common-hal/busio/UART.c:76 ports/nrf/common-hal/busio/UART.c:81
705-
#: ports/nrf/common-hal/busio/UART.c:86 ports/nrf/common-hal/busio/UART.c:90
706-
msgid "busio.UART not yet implemented"
705+
#: ports/nrf/common-hal/busio/SPI.c:176
706+
msgid "Baud rate too high for this SPI peripheral"
707+
msgstr ""
708+
709+
#: ports/nrf/common-hal/busio/UART.c:48
710+
#, c-format
711+
msgid "error = 0x%08lX"
712+
msgstr ""
713+
714+
#: ports/nrf/common-hal/busio/UART.c:86
715+
msgid "Invalid buffer size"
716+
msgstr ""
717+
718+
#: ports/nrf/common-hal/busio/UART.c:90
719+
msgid "Odd parity is not supported"
720+
msgstr ""
721+
722+
#: ports/nrf/common-hal/busio/UART.c:322 ports/nrf/common-hal/busio/UART.c:326
723+
#: ports/nrf/common-hal/busio/UART.c:331 ports/nrf/common-hal/busio/UART.c:336
724+
#: ports/nrf/common-hal/busio/UART.c:342 ports/nrf/common-hal/busio/UART.c:347
725+
#: ports/nrf/common-hal/busio/UART.c:352 ports/nrf/common-hal/busio/UART.c:356
726+
#: ports/nrf/common-hal/busio/UART.c:364
727+
msgid "busio.UART not available"
707728
msgstr ""
708729

709730
#: ports/nrf/common-hal/microcontroller/Processor.c:49

locale/de_DE.po

Lines changed: 30 additions & 7 deletions
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: 2018-10-01 18:44-0400\n"
10+
"POT-Creation-Date: 2018-10-03 23:15+0700\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Sebastian Plamauer\n"
1313
"Language-Team: \n"
@@ -387,10 +387,12 @@ msgid "bytes > 8 bits not supported"
387387
msgstr "bytes mit merh als 8 bits werden nicht unterstützt"
388388

389389
#: ports/atmel-samd/common-hal/busio/UART.c:72
390+
#: ports/nrf/common-hal/busio/UART.c:82
390391
msgid "tx and rx cannot both be None"
391392
msgstr "tx und rx können nicht beide None sein"
392393

393394
#: ports/atmel-samd/common-hal/busio/UART.c:145
395+
#: ports/nrf/common-hal/busio/UART.c:115
394396
msgid "Failed to allocate RX buffer"
395397
msgstr "Konnte keinen RX Buffer allozieren"
396398

@@ -399,10 +401,12 @@ msgid "Could not initialize UART"
399401
msgstr "Konnte UART nicht initialisieren"
400402

401403
#: ports/atmel-samd/common-hal/busio/UART.c:240
404+
#: ports/nrf/common-hal/busio/UART.c:149
402405
msgid "No RX pin"
403406
msgstr "Kein RX Pin"
404407

405408
#: ports/atmel-samd/common-hal/busio/UART.c:294
409+
#: ports/nrf/common-hal/busio/UART.c:195
406410
msgid "No TX pin"
407411
msgstr "Kein TX Pin"
408412

@@ -709,12 +713,31 @@ msgstr "Alle timer werden benutzt"
709713
msgid "All SPI peripherals are in use"
710714
msgstr "Alle timer werden benutzt"
711715

712-
#: ports/nrf/common-hal/busio/UART.c:43 ports/nrf/common-hal/busio/UART.c:47
713-
#: ports/nrf/common-hal/busio/UART.c:51 ports/nrf/common-hal/busio/UART.c:60
714-
#: ports/nrf/common-hal/busio/UART.c:66 ports/nrf/common-hal/busio/UART.c:71
715-
#: ports/nrf/common-hal/busio/UART.c:76 ports/nrf/common-hal/busio/UART.c:81
716-
#: ports/nrf/common-hal/busio/UART.c:86 ports/nrf/common-hal/busio/UART.c:90
717-
msgid "busio.UART not yet implemented"
716+
#: ports/nrf/common-hal/busio/SPI.c:176
717+
msgid "Baud rate too high for this SPI peripheral"
718+
msgstr ""
719+
720+
#: ports/nrf/common-hal/busio/UART.c:48
721+
#, c-format
722+
msgid "error = 0x%08lX"
723+
msgstr ""
724+
725+
#: ports/nrf/common-hal/busio/UART.c:86
726+
#, fuzzy
727+
msgid "Invalid buffer size"
728+
msgstr "ungültiger dupterm index"
729+
730+
#: ports/nrf/common-hal/busio/UART.c:90
731+
#, fuzzy
732+
msgid "Odd parity is not supported"
733+
msgstr "bytes mit merh als 8 bits werden nicht unterstützt"
734+
735+
#: ports/nrf/common-hal/busio/UART.c:322 ports/nrf/common-hal/busio/UART.c:326
736+
#: ports/nrf/common-hal/busio/UART.c:331 ports/nrf/common-hal/busio/UART.c:336
737+
#: ports/nrf/common-hal/busio/UART.c:342 ports/nrf/common-hal/busio/UART.c:347
738+
#: ports/nrf/common-hal/busio/UART.c:352 ports/nrf/common-hal/busio/UART.c:356
739+
#: ports/nrf/common-hal/busio/UART.c:364
740+
msgid "busio.UART not available"
718741
msgstr ""
719742

720743
#: ports/nrf/common-hal/microcontroller/Processor.c:49

locale/en_US.po

Lines changed: 28 additions & 7 deletions
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: 2018-10-01 18:44-0400\n"
10+
"POT-Creation-Date: 2018-10-03 23:15+0700\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -378,10 +378,12 @@ msgid "bytes > 8 bits not supported"
378378
msgstr ""
379379

380380
#: ports/atmel-samd/common-hal/busio/UART.c:72
381+
#: ports/nrf/common-hal/busio/UART.c:82
381382
msgid "tx and rx cannot both be None"
382383
msgstr ""
383384

384385
#: ports/atmel-samd/common-hal/busio/UART.c:145
386+
#: ports/nrf/common-hal/busio/UART.c:115
385387
msgid "Failed to allocate RX buffer"
386388
msgstr ""
387389

@@ -390,10 +392,12 @@ msgid "Could not initialize UART"
390392
msgstr ""
391393

392394
#: ports/atmel-samd/common-hal/busio/UART.c:240
395+
#: ports/nrf/common-hal/busio/UART.c:149
393396
msgid "No RX pin"
394397
msgstr ""
395398

396399
#: ports/atmel-samd/common-hal/busio/UART.c:294
400+
#: ports/nrf/common-hal/busio/UART.c:195
397401
msgid "No TX pin"
398402
msgstr ""
399403

@@ -698,12 +702,29 @@ msgstr ""
698702
msgid "All SPI peripherals are in use"
699703
msgstr ""
700704

701-
#: ports/nrf/common-hal/busio/UART.c:43 ports/nrf/common-hal/busio/UART.c:47
702-
#: ports/nrf/common-hal/busio/UART.c:51 ports/nrf/common-hal/busio/UART.c:60
703-
#: ports/nrf/common-hal/busio/UART.c:66 ports/nrf/common-hal/busio/UART.c:71
704-
#: ports/nrf/common-hal/busio/UART.c:76 ports/nrf/common-hal/busio/UART.c:81
705-
#: ports/nrf/common-hal/busio/UART.c:86 ports/nrf/common-hal/busio/UART.c:90
706-
msgid "busio.UART not yet implemented"
705+
#: ports/nrf/common-hal/busio/SPI.c:176
706+
msgid "Baud rate too high for this SPI peripheral"
707+
msgstr ""
708+
709+
#: ports/nrf/common-hal/busio/UART.c:48
710+
#, c-format
711+
msgid "error = 0x%08lX"
712+
msgstr ""
713+
714+
#: ports/nrf/common-hal/busio/UART.c:86
715+
msgid "Invalid buffer size"
716+
msgstr ""
717+
718+
#: ports/nrf/common-hal/busio/UART.c:90
719+
msgid "Odd parity is not supported"
720+
msgstr ""
721+
722+
#: ports/nrf/common-hal/busio/UART.c:322 ports/nrf/common-hal/busio/UART.c:326
723+
#: ports/nrf/common-hal/busio/UART.c:331 ports/nrf/common-hal/busio/UART.c:336
724+
#: ports/nrf/common-hal/busio/UART.c:342 ports/nrf/common-hal/busio/UART.c:347
725+
#: ports/nrf/common-hal/busio/UART.c:352 ports/nrf/common-hal/busio/UART.c:356
726+
#: ports/nrf/common-hal/busio/UART.c:364
727+
msgid "busio.UART not available"
707728
msgstr ""
708729

709730
#: ports/nrf/common-hal/microcontroller/Processor.c:49

locale/es.po

Lines changed: 26 additions & 9 deletions
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: 2018-10-01 18:44-0400\n"
10+
"POT-Creation-Date: 2018-10-03 23:15+0700\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -393,10 +393,12 @@ msgid "bytes > 8 bits not supported"
393393
msgstr "bytes > 8 bits no son soportados"
394394

395395
#: ports/atmel-samd/common-hal/busio/UART.c:72
396+
#: ports/nrf/common-hal/busio/UART.c:82
396397
msgid "tx and rx cannot both be None"
397398
msgstr "tx y rx no pueden ser ambos None"
398399

399400
#: ports/atmel-samd/common-hal/busio/UART.c:145
401+
#: ports/nrf/common-hal/busio/UART.c:115
400402
msgid "Failed to allocate RX buffer"
401403
msgstr "Fallo la asignación del buffer RX"
402404

@@ -405,10 +407,12 @@ msgid "Could not initialize UART"
405407
msgstr "No se pudo inicializar la UART"
406408

407409
#: ports/atmel-samd/common-hal/busio/UART.c:240
410+
#: ports/nrf/common-hal/busio/UART.c:149
408411
msgid "No RX pin"
409412
msgstr "Sin pin RX"
410413

411414
#: ports/atmel-samd/common-hal/busio/UART.c:294
415+
#: ports/nrf/common-hal/busio/UART.c:195
412416
msgid "No TX pin"
413417
msgstr "Sin pin TX"
414418

@@ -715,17 +719,30 @@ msgstr "Todos los timers están siendo utilizados"
715719
msgid "All SPI peripherals are in use"
716720
msgstr "Todos los timers están siendo utilizados"
717721

718-
#: ports/nrf/common-hal/busio/SPI.c:170
722+
#: ports/nrf/common-hal/busio/SPI.c:176
719723
msgid "Baud rate too high for this SPI peripheral"
720724
msgstr "Baud rate demasiado alto para este periférico SPI"
721725

722-
#: ports/nrf/common-hal/busio/UART.c:43 ports/nrf/common-hal/busio/UART.c:47
723-
#: ports/nrf/common-hal/busio/UART.c:51 ports/nrf/common-hal/busio/UART.c:60
724-
#: ports/nrf/common-hal/busio/UART.c:66 ports/nrf/common-hal/busio/UART.c:71
725-
#: ports/nrf/common-hal/busio/UART.c:76 ports/nrf/common-hal/busio/UART.c:81
726-
#: ports/nrf/common-hal/busio/UART.c:86 ports/nrf/common-hal/busio/UART.c:90
727-
msgid "busio.UART not yet implemented"
728-
msgstr "busio.UART aún sin implementación"
726+
#: ports/nrf/common-hal/busio/UART.c:48
727+
#, c-format
728+
msgid "error = 0x%08lX"
729+
msgstr "error = 0x%08lx"
730+
731+
#: ports/nrf/common-hal/busio/UART.c:86
732+
msgid "Invalid buffer size"
733+
msgstr "Tamaño de buffer inválido"
734+
735+
#: ports/nrf/common-hal/busio/UART.c:90
736+
msgid "Odd parity is not supported"
737+
msgstr "Paridad impar no soportada"
738+
739+
#: ports/nrf/common-hal/busio/UART.c:322 ports/nrf/common-hal/busio/UART.c:326
740+
#: ports/nrf/common-hal/busio/UART.c:331 ports/nrf/common-hal/busio/UART.c:336
741+
#: ports/nrf/common-hal/busio/UART.c:342 ports/nrf/common-hal/busio/UART.c:347
742+
#: ports/nrf/common-hal/busio/UART.c:352 ports/nrf/common-hal/busio/UART.c:356
743+
#: ports/nrf/common-hal/busio/UART.c:364
744+
msgid "busio.UART not available"
745+
msgstr "busio.UART no disponible"
729746

730747
#: ports/nrf/common-hal/microcontroller/Processor.c:49
731748
#, c-format

locale/fil.po

Lines changed: 32 additions & 8 deletions
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: 2018-10-01 18:44-0400\n"
10+
"POT-Creation-Date: 2018-10-03 23:15+0700\n"
1111
"PO-Revision-Date: 2018-08-30 23:04-0700\n"
1212
"Last-Translator: Timothy <[email protected]>\n"
1313
"Language-Team: fil\n"
@@ -390,10 +390,12 @@ msgid "bytes > 8 bits not supported"
390390
msgstr "hindi sinusuportahan ang bytes > 8 bits"
391391

392392
#: ports/atmel-samd/common-hal/busio/UART.c:72
393+
#: ports/nrf/common-hal/busio/UART.c:82
393394
msgid "tx and rx cannot both be None"
394395
msgstr "tx at rx hindi pwedeng parehas na None"
395396

396397
#: ports/atmel-samd/common-hal/busio/UART.c:145
398+
#: ports/nrf/common-hal/busio/UART.c:115
397399
msgid "Failed to allocate RX buffer"
398400
msgstr "Nabigong ilaan ang RX buffer"
399401

@@ -402,10 +404,12 @@ msgid "Could not initialize UART"
402404
msgstr "Hindi ma-initialize ang UART"
403405

404406
#: ports/atmel-samd/common-hal/busio/UART.c:240
407+
#: ports/nrf/common-hal/busio/UART.c:149
405408
msgid "No RX pin"
406409
msgstr "Walang RX pin"
407410

408411
#: ports/atmel-samd/common-hal/busio/UART.c:294
412+
#: ports/nrf/common-hal/busio/UART.c:195
409413
msgid "No TX pin"
410414
msgstr "Walang TX pin"
411415

@@ -715,13 +719,33 @@ msgstr "Lahat ng timer ginagamit"
715719
msgid "All SPI peripherals are in use"
716720
msgstr "Lahat ng timer ginagamit"
717721

718-
#: ports/nrf/common-hal/busio/UART.c:43 ports/nrf/common-hal/busio/UART.c:47
719-
#: ports/nrf/common-hal/busio/UART.c:51 ports/nrf/common-hal/busio/UART.c:60
720-
#: ports/nrf/common-hal/busio/UART.c:66 ports/nrf/common-hal/busio/UART.c:71
721-
#: ports/nrf/common-hal/busio/UART.c:76 ports/nrf/common-hal/busio/UART.c:81
722-
#: ports/nrf/common-hal/busio/UART.c:86 ports/nrf/common-hal/busio/UART.c:90
723-
msgid "busio.UART not yet implemented"
724-
msgstr "hindi pa implemented ang busio.UART"
722+
#: ports/nrf/common-hal/busio/SPI.c:176
723+
msgid "Baud rate too high for this SPI peripheral"
724+
msgstr ""
725+
726+
#: ports/nrf/common-hal/busio/UART.c:48
727+
#, c-format
728+
msgid "error = 0x%08lX"
729+
msgstr ""
730+
731+
#: ports/nrf/common-hal/busio/UART.c:86
732+
#, fuzzy
733+
msgid "Invalid buffer size"
734+
msgstr "mali ang buffer length"
735+
736+
#: ports/nrf/common-hal/busio/UART.c:90
737+
#, fuzzy
738+
msgid "Odd parity is not supported"
739+
msgstr "hindi sinusuportahan ang bytes > 8 bits"
740+
741+
#: ports/nrf/common-hal/busio/UART.c:322 ports/nrf/common-hal/busio/UART.c:326
742+
#: ports/nrf/common-hal/busio/UART.c:331 ports/nrf/common-hal/busio/UART.c:336
743+
#: ports/nrf/common-hal/busio/UART.c:342 ports/nrf/common-hal/busio/UART.c:347
744+
#: ports/nrf/common-hal/busio/UART.c:352 ports/nrf/common-hal/busio/UART.c:356
745+
#: ports/nrf/common-hal/busio/UART.c:364
746+
#, fuzzy
747+
msgid "busio.UART not available"
748+
msgstr ""
725749

726750
#: ports/nrf/common-hal/microcontroller/Processor.c:49
727751
#, c-format

0 commit comments

Comments
 (0)