Skip to content

Commit b11b791

Browse files
committed
address minor issues: typos, make translate, and sphinx
1 parent b114bbe commit b11b791

17 files changed

+286
-175
lines changed

locale/ID.po

+18-9
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: 2019-08-28 16:09-0400\n"
11+
"POT-Creation-Date: 2019-08-29 14:16-0400\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"
@@ -546,10 +546,19 @@ msgid "Expected a %q"
546546
msgstr ""
547547

548548
#: shared-bindings/bleio/CharacteristicBuffer.c
549+
#: shared-bindings/bleio/Descriptor.c
549550
msgid "Expected a Characteristic"
550551
msgstr ""
551552

552-
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Peripheral.c
553+
#: shared-bindings/bleio/Service.c
554+
msgid "Expected a Peripheral"
555+
msgstr ""
556+
557+
#: shared-bindings/bleio/Characteristic.c
558+
msgid "Expected a Service"
559+
msgstr ""
560+
561+
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Descriptor.c
553562
#: shared-bindings/bleio/Service.c
554563
msgid "Expected a UUID"
555564
msgstr ""
@@ -572,12 +581,16 @@ msgstr ""
572581
msgid "Failed to acquire mutex, err 0x%04x"
573582
msgstr "Gagal untuk mendapatkan mutex, status: 0x%08lX"
574583

575-
#: ports/nrf/common-hal/bleio/Characteristic.c
576584
#: ports/nrf/common-hal/bleio/Service.c
577585
#, fuzzy, c-format
578586
msgid "Failed to add characteristic, err 0x%04x"
579587
msgstr "Gagal untuk menambahkan karakteristik, status: 0x%08lX"
580588

589+
#: ports/nrf/common-hal/bleio/Characteristic.c
590+
#, c-format
591+
msgid "Failed to add descriptor, err 0x%04x"
592+
msgstr ""
593+
581594
#: ports/nrf/common-hal/bleio/Peripheral.c
582595
#, fuzzy, c-format
583596
msgid "Failed to add service, err 0x%04x"
@@ -849,7 +862,7 @@ msgstr "Pin-pin tidak valid"
849862
msgid "Invalid polarity"
850863
msgstr ""
851864

852-
#: shared-bindings/bleio/Service.c
865+
#: shared-bindings/bleio/Characteristic.c
853866
msgid "Invalid properties"
854867
msgstr ""
855868

@@ -2089,6 +2102,7 @@ msgstr ""
20892102
msgid "math domain error"
20902103
msgstr ""
20912104

2105+
#: ports/nrf/common-hal/bleio/Characteristic.c
20922106
#: ports/nrf/common-hal/bleio/Descriptor.c
20932107
#, c-format
20942108
msgid "max_length must be 0-%d when fixed_length is %s"
@@ -2107,11 +2121,6 @@ msgstr ""
21072121
msgid "memory allocation failed, heap is locked"
21082122
msgstr ""
21092123

2110-
#: ports/nrf/common-hal/bleio/Characteristic.c
2111-
#, c-format
2112-
msgid "mnax_length must be 0-%d when fixed_length is %s"
2113-
msgstr ""
2114-
21152124
#: py/builtinimport.c
21162125
msgid "module not found"
21172126
msgstr "modul tidak ditemukan"

locale/circuitpython.pot

+18-9
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: 2019-08-28 16:09-0400\n"
11+
"POT-Creation-Date: 2019-08-29 14:16-0400\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"
@@ -535,10 +535,19 @@ msgid "Expected a %q"
535535
msgstr ""
536536

537537
#: shared-bindings/bleio/CharacteristicBuffer.c
538+
#: shared-bindings/bleio/Descriptor.c
538539
msgid "Expected a Characteristic"
539540
msgstr ""
540541

541-
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Peripheral.c
542+
#: shared-bindings/bleio/Service.c
543+
msgid "Expected a Peripheral"
544+
msgstr ""
545+
546+
#: shared-bindings/bleio/Characteristic.c
547+
msgid "Expected a Service"
548+
msgstr ""
549+
550+
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Descriptor.c
542551
#: shared-bindings/bleio/Service.c
543552
msgid "Expected a UUID"
544553
msgstr ""
@@ -561,12 +570,16 @@ msgstr ""
561570
msgid "Failed to acquire mutex, err 0x%04x"
562571
msgstr ""
563572

564-
#: ports/nrf/common-hal/bleio/Characteristic.c
565573
#: ports/nrf/common-hal/bleio/Service.c
566574
#, c-format
567575
msgid "Failed to add characteristic, err 0x%04x"
568576
msgstr ""
569577

578+
#: ports/nrf/common-hal/bleio/Characteristic.c
579+
#, c-format
580+
msgid "Failed to add descriptor, err 0x%04x"
581+
msgstr ""
582+
570583
#: ports/nrf/common-hal/bleio/Peripheral.c
571584
#, c-format
572585
msgid "Failed to add service, err 0x%04x"
@@ -834,7 +847,7 @@ msgstr ""
834847
msgid "Invalid polarity"
835848
msgstr ""
836849

837-
#: shared-bindings/bleio/Service.c
850+
#: shared-bindings/bleio/Characteristic.c
838851
msgid "Invalid properties"
839852
msgstr ""
840853

@@ -2055,6 +2068,7 @@ msgstr ""
20552068
msgid "math domain error"
20562069
msgstr ""
20572070

2071+
#: ports/nrf/common-hal/bleio/Characteristic.c
20582072
#: ports/nrf/common-hal/bleio/Descriptor.c
20592073
#, c-format
20602074
msgid "max_length must be 0-%d when fixed_length is %s"
@@ -2073,11 +2087,6 @@ msgstr ""
20732087
msgid "memory allocation failed, heap is locked"
20742088
msgstr ""
20752089

2076-
#: ports/nrf/common-hal/bleio/Characteristic.c
2077-
#, c-format
2078-
msgid "mnax_length must be 0-%d when fixed_length is %s"
2079-
msgstr ""
2080-
20812090
#: py/builtinimport.c
20822091
msgid "module not found"
20832092
msgstr ""

locale/de_DE.po

+18-9
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: 2019-08-28 16:09-0400\n"
10+
"POT-Creation-Date: 2019-08-29 14:16-0400\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"
@@ -539,10 +539,19 @@ msgid "Expected a %q"
539539
msgstr "Erwartet ein(e) %q"
540540

541541
#: shared-bindings/bleio/CharacteristicBuffer.c
542+
#: shared-bindings/bleio/Descriptor.c
542543
msgid "Expected a Characteristic"
543544
msgstr "Characteristic wird erwartet"
544545

545-
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Peripheral.c
546+
#: shared-bindings/bleio/Service.c
547+
msgid "Expected a Peripheral"
548+
msgstr ""
549+
550+
#: shared-bindings/bleio/Characteristic.c
551+
msgid "Expected a Service"
552+
msgstr ""
553+
554+
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Descriptor.c
546555
#: shared-bindings/bleio/Service.c
547556
msgid "Expected a UUID"
548557
msgstr "Eine UUID wird erwartet"
@@ -565,12 +574,16 @@ msgstr ""
565574
msgid "Failed to acquire mutex, err 0x%04x"
566575
msgstr "Mutex konnte nicht akquiriert werden. Status: 0x%04x"
567576

568-
#: ports/nrf/common-hal/bleio/Characteristic.c
569577
#: ports/nrf/common-hal/bleio/Service.c
570578
#, c-format
571579
msgid "Failed to add characteristic, err 0x%04x"
572580
msgstr "Hinzufügen des Characteristic ist gescheitert. Status: 0x%04x"
573581

582+
#: ports/nrf/common-hal/bleio/Characteristic.c
583+
#, c-format
584+
msgid "Failed to add descriptor, err 0x%04x"
585+
msgstr ""
586+
574587
#: ports/nrf/common-hal/bleio/Peripheral.c
575588
#, c-format
576589
msgid "Failed to add service, err 0x%04x"
@@ -840,7 +853,7 @@ msgstr "Ungültige Pins"
840853
msgid "Invalid polarity"
841854
msgstr "Ungültige Polarität"
842855

843-
#: shared-bindings/bleio/Service.c
856+
#: shared-bindings/bleio/Characteristic.c
844857
msgid "Invalid properties"
845858
msgstr ""
846859

@@ -2102,6 +2115,7 @@ msgstr "map buffer zu klein"
21022115
msgid "math domain error"
21032116
msgstr ""
21042117

2118+
#: ports/nrf/common-hal/bleio/Characteristic.c
21052119
#: ports/nrf/common-hal/bleio/Descriptor.c
21062120
#, c-format
21072121
msgid "max_length must be 0-%d when fixed_length is %s"
@@ -2120,11 +2134,6 @@ msgstr "Speicherzuordnung fehlgeschlagen, Zuweisung von %u Bytes"
21202134
msgid "memory allocation failed, heap is locked"
21212135
msgstr "Speicherzuweisung fehlgeschlagen, der Heap ist gesperrt"
21222136

2123-
#: ports/nrf/common-hal/bleio/Characteristic.c
2124-
#, c-format
2125-
msgid "mnax_length must be 0-%d when fixed_length is %s"
2126-
msgstr ""
2127-
21282137
#: py/builtinimport.c
21292138
msgid "module not found"
21302139
msgstr "Modul nicht gefunden"

locale/en_US.po

+18-9
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: 2019-08-28 16:09-0400\n"
10+
"POT-Creation-Date: 2019-08-29 14:16-0400\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -535,10 +535,19 @@ msgid "Expected a %q"
535535
msgstr ""
536536

537537
#: shared-bindings/bleio/CharacteristicBuffer.c
538+
#: shared-bindings/bleio/Descriptor.c
538539
msgid "Expected a Characteristic"
539540
msgstr ""
540541

541-
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Peripheral.c
542+
#: shared-bindings/bleio/Service.c
543+
msgid "Expected a Peripheral"
544+
msgstr ""
545+
546+
#: shared-bindings/bleio/Characteristic.c
547+
msgid "Expected a Service"
548+
msgstr ""
549+
550+
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Descriptor.c
542551
#: shared-bindings/bleio/Service.c
543552
msgid "Expected a UUID"
544553
msgstr ""
@@ -561,12 +570,16 @@ msgstr ""
561570
msgid "Failed to acquire mutex, err 0x%04x"
562571
msgstr ""
563572

564-
#: ports/nrf/common-hal/bleio/Characteristic.c
565573
#: ports/nrf/common-hal/bleio/Service.c
566574
#, c-format
567575
msgid "Failed to add characteristic, err 0x%04x"
568576
msgstr ""
569577

578+
#: ports/nrf/common-hal/bleio/Characteristic.c
579+
#, c-format
580+
msgid "Failed to add descriptor, err 0x%04x"
581+
msgstr ""
582+
570583
#: ports/nrf/common-hal/bleio/Peripheral.c
571584
#, c-format
572585
msgid "Failed to add service, err 0x%04x"
@@ -834,7 +847,7 @@ msgstr ""
834847
msgid "Invalid polarity"
835848
msgstr ""
836849

837-
#: shared-bindings/bleio/Service.c
850+
#: shared-bindings/bleio/Characteristic.c
838851
msgid "Invalid properties"
839852
msgstr ""
840853

@@ -2055,6 +2068,7 @@ msgstr ""
20552068
msgid "math domain error"
20562069
msgstr ""
20572070

2071+
#: ports/nrf/common-hal/bleio/Characteristic.c
20582072
#: ports/nrf/common-hal/bleio/Descriptor.c
20592073
#, c-format
20602074
msgid "max_length must be 0-%d when fixed_length is %s"
@@ -2073,11 +2087,6 @@ msgstr ""
20732087
msgid "memory allocation failed, heap is locked"
20742088
msgstr ""
20752089

2076-
#: ports/nrf/common-hal/bleio/Characteristic.c
2077-
#, c-format
2078-
msgid "mnax_length must be 0-%d when fixed_length is %s"
2079-
msgstr ""
2080-
20812090
#: py/builtinimport.c
20822091
msgid "module not found"
20832092
msgstr ""

locale/en_x_pirate.po

+18-9
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: 2019-08-28 16:09-0400\n"
10+
"POT-Creation-Date: 2019-08-29 14:16-0400\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -539,10 +539,19 @@ msgid "Expected a %q"
539539
msgstr ""
540540

541541
#: shared-bindings/bleio/CharacteristicBuffer.c
542+
#: shared-bindings/bleio/Descriptor.c
542543
msgid "Expected a Characteristic"
543544
msgstr ""
544545

545-
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Peripheral.c
546+
#: shared-bindings/bleio/Service.c
547+
msgid "Expected a Peripheral"
548+
msgstr ""
549+
550+
#: shared-bindings/bleio/Characteristic.c
551+
msgid "Expected a Service"
552+
msgstr ""
553+
554+
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Descriptor.c
546555
#: shared-bindings/bleio/Service.c
547556
msgid "Expected a UUID"
548557
msgstr ""
@@ -565,12 +574,16 @@ msgstr ""
565574
msgid "Failed to acquire mutex, err 0x%04x"
566575
msgstr ""
567576

568-
#: ports/nrf/common-hal/bleio/Characteristic.c
569577
#: ports/nrf/common-hal/bleio/Service.c
570578
#, c-format
571579
msgid "Failed to add characteristic, err 0x%04x"
572580
msgstr ""
573581

582+
#: ports/nrf/common-hal/bleio/Characteristic.c
583+
#, c-format
584+
msgid "Failed to add descriptor, err 0x%04x"
585+
msgstr ""
586+
574587
#: ports/nrf/common-hal/bleio/Peripheral.c
575588
#, c-format
576589
msgid "Failed to add service, err 0x%04x"
@@ -838,7 +851,7 @@ msgstr ""
838851
msgid "Invalid polarity"
839852
msgstr ""
840853

841-
#: shared-bindings/bleio/Service.c
854+
#: shared-bindings/bleio/Characteristic.c
842855
msgid "Invalid properties"
843856
msgstr ""
844857

@@ -2059,6 +2072,7 @@ msgstr ""
20592072
msgid "math domain error"
20602073
msgstr ""
20612074

2075+
#: ports/nrf/common-hal/bleio/Characteristic.c
20622076
#: ports/nrf/common-hal/bleio/Descriptor.c
20632077
#, c-format
20642078
msgid "max_length must be 0-%d when fixed_length is %s"
@@ -2077,11 +2091,6 @@ msgstr ""
20772091
msgid "memory allocation failed, heap is locked"
20782092
msgstr ""
20792093

2080-
#: ports/nrf/common-hal/bleio/Characteristic.c
2081-
#, c-format
2082-
msgid "mnax_length must be 0-%d when fixed_length is %s"
2083-
msgstr ""
2084-
20852094
#: py/builtinimport.c
20862095
msgid "module not found"
20872096
msgstr ""

0 commit comments

Comments
 (0)