Skip to content

Commit 60a509b

Browse files
authored
Merge pull request adafruit#1426 from arofarn/update-fr
Updated fr.po
2 parents 4f25cc1 + 5c776db commit 60a509b

8 files changed

Lines changed: 394 additions & 380 deletions

File tree

locale/circuitpython.pot

Lines changed: 12 additions & 12 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-12-06 17:04-0800\n"
11+
"POT-Creation-Date: 2018-12-26 20:49+0100\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"
@@ -346,12 +346,12 @@ msgid "bytes > 8 bits not supported"
346346
msgstr ""
347347

348348
#: ports/atmel-samd/common-hal/busio/UART.c:73
349-
#: ports/nrf/common-hal/busio/UART.c:83
349+
#: ports/nrf/common-hal/busio/UART.c:106
350350
msgid "tx and rx cannot both be None"
351351
msgstr ""
352352

353353
#: ports/atmel-samd/common-hal/busio/UART.c:146
354-
#: ports/nrf/common-hal/busio/UART.c:116
354+
#: ports/nrf/common-hal/busio/UART.c:140
355355
msgid "Failed to allocate RX buffer"
356356
msgstr ""
357357

@@ -360,12 +360,12 @@ msgid "Could not initialize UART"
360360
msgstr ""
361361

362362
#: ports/atmel-samd/common-hal/busio/UART.c:241
363-
#: ports/nrf/common-hal/busio/UART.c:157
363+
#: ports/nrf/common-hal/busio/UART.c:185
364364
msgid "No RX pin"
365365
msgstr ""
366366

367367
#: ports/atmel-samd/common-hal/busio/UART.c:300
368-
#: ports/nrf/common-hal/busio/UART.c:207
368+
#: ports/nrf/common-hal/busio/UART.c:220
369369
msgid "No TX pin"
370370
msgstr ""
371371

@@ -779,19 +779,19 @@ msgstr ""
779779
msgid "error = 0x%08lX"
780780
msgstr ""
781781

782-
#: ports/nrf/common-hal/busio/UART.c:87
782+
#: ports/nrf/common-hal/busio/UART.c:110
783783
msgid "Invalid buffer size"
784784
msgstr ""
785785

786-
#: ports/nrf/common-hal/busio/UART.c:91
786+
#: ports/nrf/common-hal/busio/UART.c:114
787787
msgid "Odd parity is not supported"
788788
msgstr ""
789789

790-
#: ports/nrf/common-hal/busio/UART.c:334 ports/nrf/common-hal/busio/UART.c:338
791-
#: ports/nrf/common-hal/busio/UART.c:343 ports/nrf/common-hal/busio/UART.c:348
792-
#: ports/nrf/common-hal/busio/UART.c:354 ports/nrf/common-hal/busio/UART.c:359
793-
#: ports/nrf/common-hal/busio/UART.c:364 ports/nrf/common-hal/busio/UART.c:368
794-
#: ports/nrf/common-hal/busio/UART.c:376
790+
#: ports/nrf/common-hal/busio/UART.c:346 ports/nrf/common-hal/busio/UART.c:350
791+
#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
792+
#: ports/nrf/common-hal/busio/UART.c:366 ports/nrf/common-hal/busio/UART.c:371
793+
#: ports/nrf/common-hal/busio/UART.c:376 ports/nrf/common-hal/busio/UART.c:380
794+
#: ports/nrf/common-hal/busio/UART.c:388
795795
msgid "busio.UART not available"
796796
msgstr ""
797797

locale/de_DE.po

Lines changed: 40 additions & 40 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-12-06 17:04-0800\n"
10+
"POT-Creation-Date: 2018-12-26 20:49+0100\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Sebastian Plamauer\n"
1313
"Language-Team: \n"
@@ -350,12 +350,12 @@ msgid "bytes > 8 bits not supported"
350350
msgstr "bytes mit merh als 8 bits werden nicht unterstützt"
351351

352352
#: ports/atmel-samd/common-hal/busio/UART.c:73
353-
#: ports/nrf/common-hal/busio/UART.c:83
353+
#: ports/nrf/common-hal/busio/UART.c:106
354354
msgid "tx and rx cannot both be None"
355355
msgstr "tx und rx können nicht beide None sein"
356356

357357
#: ports/atmel-samd/common-hal/busio/UART.c:146
358-
#: ports/nrf/common-hal/busio/UART.c:116
358+
#: ports/nrf/common-hal/busio/UART.c:140
359359
msgid "Failed to allocate RX buffer"
360360
msgstr "Konnte keinen RX Buffer allozieren"
361361

@@ -364,12 +364,12 @@ msgid "Could not initialize UART"
364364
msgstr "Konnte UART nicht initialisieren"
365365

366366
#: ports/atmel-samd/common-hal/busio/UART.c:241
367-
#: ports/nrf/common-hal/busio/UART.c:157
367+
#: ports/nrf/common-hal/busio/UART.c:185
368368
msgid "No RX pin"
369369
msgstr "Kein RX Pin"
370370

371371
#: ports/atmel-samd/common-hal/busio/UART.c:300
372-
#: ports/nrf/common-hal/busio/UART.c:207
372+
#: ports/nrf/common-hal/busio/UART.c:220
373373
msgid "No TX pin"
374374
msgstr "Kein TX Pin"
375375

@@ -789,21 +789,21 @@ msgstr "Alle timer werden benutzt"
789789
msgid "error = 0x%08lX"
790790
msgstr ""
791791

792-
#: ports/nrf/common-hal/busio/UART.c:87
792+
#: ports/nrf/common-hal/busio/UART.c:110
793793
#, fuzzy
794794
msgid "Invalid buffer size"
795795
msgstr "ungültiger dupterm index"
796796

797-
#: ports/nrf/common-hal/busio/UART.c:91
797+
#: ports/nrf/common-hal/busio/UART.c:114
798798
#, fuzzy
799799
msgid "Odd parity is not supported"
800800
msgstr "bytes mit merh als 8 bits werden nicht unterstützt"
801801

802-
#: ports/nrf/common-hal/busio/UART.c:334 ports/nrf/common-hal/busio/UART.c:338
803-
#: ports/nrf/common-hal/busio/UART.c:343 ports/nrf/common-hal/busio/UART.c:348
804-
#: ports/nrf/common-hal/busio/UART.c:354 ports/nrf/common-hal/busio/UART.c:359
805-
#: ports/nrf/common-hal/busio/UART.c:364 ports/nrf/common-hal/busio/UART.c:368
806-
#: ports/nrf/common-hal/busio/UART.c:376
802+
#: ports/nrf/common-hal/busio/UART.c:346 ports/nrf/common-hal/busio/UART.c:350
803+
#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
804+
#: ports/nrf/common-hal/busio/UART.c:366 ports/nrf/common-hal/busio/UART.c:371
805+
#: ports/nrf/common-hal/busio/UART.c:376 ports/nrf/common-hal/busio/UART.c:380
806+
#: ports/nrf/common-hal/busio/UART.c:388
807807
msgid "busio.UART not available"
808808
msgstr ""
809809

@@ -2571,28 +2571,20 @@ msgid ""
25712571
"exit safe mode.\n"
25722572
msgstr ""
25732573

2574-
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
2575-
#~ msgstr "CircuitPython ist abgestürzt. Ups!\n"
2576-
2577-
#~ msgid ""
2578-
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
2579-
#~ msgstr ""
2580-
#~ "Bitte erstelle ein issue hier mit dem Inhalt deines CIRCUITPY-speichers:\n"
2581-
2582-
#~ msgid "Can not add Service."
2583-
#~ msgstr "Kann den Dienst nicht hinzufügen."
2574+
#~ msgid "Invalid Service type"
2575+
#~ msgstr "Ungültiger Diensttyp"
25842576

2585-
#~ msgid "Can encode UUID into the advertisement packet."
2586-
#~ msgstr "Kann UUID in das advertisement packet kodieren."
2577+
#~ msgid "Can not apply advertisement data. status: 0x%02x"
2578+
#~ msgstr "Kann advertisement data nicht anwenden. Status: 0x%02x"
25872579

2588-
#~ msgid "Can not encode UUID, to check length."
2589-
#~ msgstr "Kann UUID nicht kodieren, um die Länge zu überprüfen."
2580+
#~ msgid "Cannot apply GAP parameters."
2581+
#~ msgstr "Kann GAP Parameter nicht anwenden."
25902582

2591-
#~ msgid "Can not add Characteristic."
2592-
#~ msgstr "Kann das Merkmal nicht hinzufügen."
2583+
#~ msgid "Can not apply device name in the stack."
2584+
#~ msgstr "Der Gerätename kann nicht im Stack verwendet werden."
25932585

2594-
#~ msgid "Can not query for the device address."
2595-
#~ msgstr "Kann nicht nach der Geräteadresse suchen."
2586+
#~ msgid "Cannot set PPCP parameters."
2587+
#~ msgstr "Kann PPCP Parameter nicht setzen."
25962588

25972589
#~ msgid ""
25982590
#~ "enough power for the whole circuit and press reset (after ejecting "
@@ -2601,17 +2593,25 @@ msgstr ""
26012593
#~ "genug Strom für den ganzen Schaltkreis liefert und drücke reset (nach dem "
26022594
#~ "sicheren Auswerfen von CIRCUITPY.)\n"
26032595

2604-
#~ msgid "Cannot set PPCP parameters."
2605-
#~ msgstr "Kann PPCP Parameter nicht setzen."
2596+
#~ msgid "Can not query for the device address."
2597+
#~ msgstr "Kann nicht nach der Geräteadresse suchen."
26062598

2607-
#~ msgid "Can not apply device name in the stack."
2608-
#~ msgstr "Der Gerätename kann nicht im Stack verwendet werden."
2599+
#~ msgid "Can not add Characteristic."
2600+
#~ msgstr "Kann das Merkmal nicht hinzufügen."
26092601

2610-
#~ msgid "Cannot apply GAP parameters."
2611-
#~ msgstr "Kann GAP Parameter nicht anwenden."
2602+
#~ msgid "Can not encode UUID, to check length."
2603+
#~ msgstr "Kann UUID nicht kodieren, um die Länge zu überprüfen."
26122604

2613-
#~ msgid "Can not apply advertisement data. status: 0x%02x"
2614-
#~ msgstr "Kann advertisement data nicht anwenden. Status: 0x%02x"
2605+
#~ msgid "Can encode UUID into the advertisement packet."
2606+
#~ msgstr "Kann UUID in das advertisement packet kodieren."
26152607

2616-
#~ msgid "Invalid Service type"
2617-
#~ msgstr "Ungültiger Diensttyp"
2608+
#~ msgid "Can not add Service."
2609+
#~ msgstr "Kann den Dienst nicht hinzufügen."
2610+
2611+
#~ msgid ""
2612+
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
2613+
#~ msgstr ""
2614+
#~ "Bitte erstelle ein issue hier mit dem Inhalt deines CIRCUITPY-speichers:\n"
2615+
2616+
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
2617+
#~ msgstr "CircuitPython ist abgestürzt. Ups!\n"

locale/en_US.po

Lines changed: 12 additions & 12 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-12-06 17:04-0800\n"
10+
"POT-Creation-Date: 2018-12-26 20:49+0100\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -346,12 +346,12 @@ msgid "bytes > 8 bits not supported"
346346
msgstr ""
347347

348348
#: ports/atmel-samd/common-hal/busio/UART.c:73
349-
#: ports/nrf/common-hal/busio/UART.c:83
349+
#: ports/nrf/common-hal/busio/UART.c:106
350350
msgid "tx and rx cannot both be None"
351351
msgstr ""
352352

353353
#: ports/atmel-samd/common-hal/busio/UART.c:146
354-
#: ports/nrf/common-hal/busio/UART.c:116
354+
#: ports/nrf/common-hal/busio/UART.c:140
355355
msgid "Failed to allocate RX buffer"
356356
msgstr ""
357357

@@ -360,12 +360,12 @@ msgid "Could not initialize UART"
360360
msgstr ""
361361

362362
#: ports/atmel-samd/common-hal/busio/UART.c:241
363-
#: ports/nrf/common-hal/busio/UART.c:157
363+
#: ports/nrf/common-hal/busio/UART.c:185
364364
msgid "No RX pin"
365365
msgstr ""
366366

367367
#: ports/atmel-samd/common-hal/busio/UART.c:300
368-
#: ports/nrf/common-hal/busio/UART.c:207
368+
#: ports/nrf/common-hal/busio/UART.c:220
369369
msgid "No TX pin"
370370
msgstr ""
371371

@@ -779,19 +779,19 @@ msgstr ""
779779
msgid "error = 0x%08lX"
780780
msgstr ""
781781

782-
#: ports/nrf/common-hal/busio/UART.c:87
782+
#: ports/nrf/common-hal/busio/UART.c:110
783783
msgid "Invalid buffer size"
784784
msgstr ""
785785

786-
#: ports/nrf/common-hal/busio/UART.c:91
786+
#: ports/nrf/common-hal/busio/UART.c:114
787787
msgid "Odd parity is not supported"
788788
msgstr ""
789789

790-
#: ports/nrf/common-hal/busio/UART.c:334 ports/nrf/common-hal/busio/UART.c:338
791-
#: ports/nrf/common-hal/busio/UART.c:343 ports/nrf/common-hal/busio/UART.c:348
792-
#: ports/nrf/common-hal/busio/UART.c:354 ports/nrf/common-hal/busio/UART.c:359
793-
#: ports/nrf/common-hal/busio/UART.c:364 ports/nrf/common-hal/busio/UART.c:368
794-
#: ports/nrf/common-hal/busio/UART.c:376
790+
#: ports/nrf/common-hal/busio/UART.c:346 ports/nrf/common-hal/busio/UART.c:350
791+
#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
792+
#: ports/nrf/common-hal/busio/UART.c:366 ports/nrf/common-hal/busio/UART.c:371
793+
#: ports/nrf/common-hal/busio/UART.c:376 ports/nrf/common-hal/busio/UART.c:380
794+
#: ports/nrf/common-hal/busio/UART.c:388
795795
msgid "busio.UART not available"
796796
msgstr ""
797797

0 commit comments

Comments
 (0)