Skip to content

Commit be9caeb

Browse files
committed
update translations
1 parent ffe734e commit be9caeb

File tree

9 files changed

+663
-169
lines changed

9 files changed

+663
-169
lines changed

locale/ID.po

Lines changed: 62 additions & 9 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: 2019-01-10 21:32-0500\n"
11+
"POT-Creation-Date: 2019-01-13 23:51-0500\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"
@@ -1964,7 +1964,7 @@ msgstr ""
19641964
msgid "argument should be a '%q' not a '%q'"
19651965
msgstr ""
19661966

1967-
#: py/runtime.c:1123 py/runtime.c:1197
1967+
#: py/runtime.c:1123 py/runtime.c:1197 shared-bindings/_pixelbuf/__init__.c:106
19681968
msgid "no such attribute"
19691969
msgstr ""
19701970

@@ -2043,6 +2043,54 @@ msgstr ""
20432043
msgid "byte code not implemented"
20442044
msgstr ""
20452045

2046+
#: shared-bindings/_pixelbuf/PixelBuf.c:101
2047+
#, c-format
2048+
msgid "byteorder is not an instance of ByteOrder (got a %s)"
2049+
msgstr ""
2050+
2051+
#: shared-bindings/_pixelbuf/PixelBuf.c:106
2052+
#, c-format
2053+
msgid "Can not use dotstar with %s"
2054+
msgstr ""
2055+
2056+
#: shared-bindings/_pixelbuf/PixelBuf.c:118
2057+
msgid "rawbuf is not the same size as buf"
2058+
msgstr ""
2059+
2060+
#: shared-bindings/_pixelbuf/PixelBuf.c:123
2061+
#, c-format
2062+
msgid "buf is too small. need %d bytes"
2063+
msgstr ""
2064+
2065+
#: shared-bindings/_pixelbuf/PixelBuf.c:129
2066+
msgid "write_args must be a list, tuple, or None"
2067+
msgstr ""
2068+
2069+
#: shared-bindings/_pixelbuf/PixelBuf.c:394
2070+
msgid "Only slices with step=1 (aka None) are supported"
2071+
msgstr ""
2072+
2073+
#: shared-bindings/_pixelbuf/PixelBuf.c:396
2074+
msgid "Range out of bounds"
2075+
msgstr ""
2076+
2077+
#: shared-bindings/_pixelbuf/PixelBuf.c:405
2078+
msgid "tuple/list required on RHS"
2079+
msgstr ""
2080+
2081+
#: shared-bindings/_pixelbuf/PixelBuf.c:421
2082+
#, c-format
2083+
msgid "Unmatched number of items on RHS (expected %d, got %d)."
2084+
msgstr ""
2085+
2086+
#: shared-bindings/_pixelbuf/PixelBuf.c:444
2087+
msgid "Pixel beyond bounds of buffer"
2088+
msgstr ""
2089+
2090+
#: shared-bindings/_pixelbuf/__init__.c:112
2091+
msgid "readonly attribute"
2092+
msgstr ""
2093+
20462094
#: shared-bindings/_stage/Layer.c:71
20472095
msgid "graphic must be 2048 bytes long"
20482096
msgstr ""
@@ -2493,6 +2541,11 @@ msgid ""
24932541
"Object has been deinitialized and can no longer be used. Create a new object."
24942542
msgstr ""
24952543

2544+
#: shared-module/_pixelbuf/PixelBuf.c:69
2545+
#, c-format
2546+
msgid "Expected tuple of length %d, got %d"
2547+
msgstr ""
2548+
24962549
#: shared-module/audioio/Mixer.c:47 shared-module/audioio/WaveFile.c:117
24972550
msgid "Couldn't allocate first buffer"
24982551
msgstr ""
@@ -2688,20 +2741,20 @@ msgstr ""
26882741
#~ msgid "Invalid UUID string length"
26892742
#~ msgstr "Panjang string UUID tidak valid"
26902743

2691-
#~ msgid "Invalid UUID parameter"
2692-
#~ msgstr "Parameter UUID tidak valid"
2693-
2694-
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
2695-
#~ msgstr ""
2696-
#~ "Sepertinya inti kode CircuitPython kita crash dengan sangat keras. Ups!\n"
2697-
26982744
#~ msgid ""
26992745
#~ "enough power for the whole circuit and press reset (after ejecting "
27002746
#~ "CIRCUITPY).\n"
27012747
#~ msgstr ""
27022748
#~ "tegangan cukup untuk semua sirkuit dan tekan reset (setelah mencabut "
27032749
#~ "CIRCUITPY).\n"
27042750

2751+
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
2752+
#~ msgstr ""
2753+
#~ "Sepertinya inti kode CircuitPython kita crash dengan sangat keras. Ups!\n"
2754+
2755+
#~ msgid "Invalid UUID parameter"
2756+
#~ msgstr "Parameter UUID tidak valid"
2757+
27052758
#~ msgid ""
27062759
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
27072760
#~ msgstr ""

locale/circuitpython.pot

Lines changed: 55 additions & 2 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: 2019-01-10 21:32-0500\n"
11+
"POT-Creation-Date: 2019-01-13 23:51-0500\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"
@@ -1931,7 +1931,7 @@ msgstr ""
19311931
msgid "argument should be a '%q' not a '%q'"
19321932
msgstr ""
19331933

1934-
#: py/runtime.c:1123 py/runtime.c:1197
1934+
#: py/runtime.c:1123 py/runtime.c:1197 shared-bindings/_pixelbuf/__init__.c:106
19351935
msgid "no such attribute"
19361936
msgstr ""
19371937

@@ -2010,6 +2010,54 @@ msgstr ""
20102010
msgid "byte code not implemented"
20112011
msgstr ""
20122012

2013+
#: shared-bindings/_pixelbuf/PixelBuf.c:101
2014+
#, c-format
2015+
msgid "byteorder is not an instance of ByteOrder (got a %s)"
2016+
msgstr ""
2017+
2018+
#: shared-bindings/_pixelbuf/PixelBuf.c:106
2019+
#, c-format
2020+
msgid "Can not use dotstar with %s"
2021+
msgstr ""
2022+
2023+
#: shared-bindings/_pixelbuf/PixelBuf.c:118
2024+
msgid "rawbuf is not the same size as buf"
2025+
msgstr ""
2026+
2027+
#: shared-bindings/_pixelbuf/PixelBuf.c:123
2028+
#, c-format
2029+
msgid "buf is too small. need %d bytes"
2030+
msgstr ""
2031+
2032+
#: shared-bindings/_pixelbuf/PixelBuf.c:129
2033+
msgid "write_args must be a list, tuple, or None"
2034+
msgstr ""
2035+
2036+
#: shared-bindings/_pixelbuf/PixelBuf.c:394
2037+
msgid "Only slices with step=1 (aka None) are supported"
2038+
msgstr ""
2039+
2040+
#: shared-bindings/_pixelbuf/PixelBuf.c:396
2041+
msgid "Range out of bounds"
2042+
msgstr ""
2043+
2044+
#: shared-bindings/_pixelbuf/PixelBuf.c:405
2045+
msgid "tuple/list required on RHS"
2046+
msgstr ""
2047+
2048+
#: shared-bindings/_pixelbuf/PixelBuf.c:421
2049+
#, c-format
2050+
msgid "Unmatched number of items on RHS (expected %d, got %d)."
2051+
msgstr ""
2052+
2053+
#: shared-bindings/_pixelbuf/PixelBuf.c:444
2054+
msgid "Pixel beyond bounds of buffer"
2055+
msgstr ""
2056+
2057+
#: shared-bindings/_pixelbuf/__init__.c:112
2058+
msgid "readonly attribute"
2059+
msgstr ""
2060+
20132061
#: shared-bindings/_stage/Layer.c:71
20142062
msgid "graphic must be 2048 bytes long"
20152063
msgstr ""
@@ -2457,6 +2505,11 @@ msgid ""
24572505
"Object has been deinitialized and can no longer be used. Create a new object."
24582506
msgstr ""
24592507

2508+
#: shared-module/_pixelbuf/PixelBuf.c:69
2509+
#, c-format
2510+
msgid "Expected tuple of length %d, got %d"
2511+
msgstr ""
2512+
24602513
#: shared-module/audioio/Mixer.c:47 shared-module/audioio/WaveFile.c:117
24612514
msgid "Couldn't allocate first buffer"
24622515
msgstr ""

locale/de_DE.po

Lines changed: 72 additions & 19 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: 2019-01-10 21:32-0500\n"
10+
"POT-Creation-Date: 2019-01-13 23:51-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Sebastian Plamauer\n"
1313
"Language-Team: \n"
@@ -1960,7 +1960,7 @@ msgstr ""
19601960
msgid "argument should be a '%q' not a '%q'"
19611961
msgstr ""
19621962

1963-
#: py/runtime.c:1123 py/runtime.c:1197
1963+
#: py/runtime.c:1123 py/runtime.c:1197 shared-bindings/_pixelbuf/__init__.c:106
19641964
msgid "no such attribute"
19651965
msgstr ""
19661966

@@ -2039,6 +2039,54 @@ msgstr ""
20392039
msgid "byte code not implemented"
20402040
msgstr ""
20412041

2042+
#: shared-bindings/_pixelbuf/PixelBuf.c:101
2043+
#, c-format
2044+
msgid "byteorder is not an instance of ByteOrder (got a %s)"
2045+
msgstr ""
2046+
2047+
#: shared-bindings/_pixelbuf/PixelBuf.c:106
2048+
#, c-format
2049+
msgid "Can not use dotstar with %s"
2050+
msgstr ""
2051+
2052+
#: shared-bindings/_pixelbuf/PixelBuf.c:118
2053+
msgid "rawbuf is not the same size as buf"
2054+
msgstr ""
2055+
2056+
#: shared-bindings/_pixelbuf/PixelBuf.c:123
2057+
#, c-format
2058+
msgid "buf is too small. need %d bytes"
2059+
msgstr ""
2060+
2061+
#: shared-bindings/_pixelbuf/PixelBuf.c:129
2062+
msgid "write_args must be a list, tuple, or None"
2063+
msgstr ""
2064+
2065+
#: shared-bindings/_pixelbuf/PixelBuf.c:394
2066+
msgid "Only slices with step=1 (aka None) are supported"
2067+
msgstr ""
2068+
2069+
#: shared-bindings/_pixelbuf/PixelBuf.c:396
2070+
msgid "Range out of bounds"
2071+
msgstr ""
2072+
2073+
#: shared-bindings/_pixelbuf/PixelBuf.c:405
2074+
msgid "tuple/list required on RHS"
2075+
msgstr ""
2076+
2077+
#: shared-bindings/_pixelbuf/PixelBuf.c:421
2078+
#, c-format
2079+
msgid "Unmatched number of items on RHS (expected %d, got %d)."
2080+
msgstr ""
2081+
2082+
#: shared-bindings/_pixelbuf/PixelBuf.c:444
2083+
msgid "Pixel beyond bounds of buffer"
2084+
msgstr ""
2085+
2086+
#: shared-bindings/_pixelbuf/__init__.c:112
2087+
msgid "readonly attribute"
2088+
msgstr ""
2089+
20422090
#: shared-bindings/_stage/Layer.c:71
20432091
msgid "graphic must be 2048 bytes long"
20442092
msgstr ""
@@ -2494,6 +2542,11 @@ msgid ""
24942542
"Object has been deinitialized and can no longer be used. Create a new object."
24952543
msgstr ""
24962544

2545+
#: shared-module/_pixelbuf/PixelBuf.c:69
2546+
#, c-format
2547+
msgid "Expected tuple of length %d, got %d"
2548+
msgstr ""
2549+
24972550
#: shared-module/audioio/Mixer.c:47 shared-module/audioio/WaveFile.c:117
24982551
msgid "Couldn't allocate first buffer"
24992552
msgstr ""
@@ -2691,12 +2744,24 @@ msgstr ""
26912744
#~ msgid "Invalid UUID parameter"
26922745
#~ msgstr "Ungültiger UUID-Parameter"
26932746

2694-
#~ msgid "Invalid Service type"
2695-
#~ msgstr "Ungültiger Diensttyp"
2747+
#~ msgid "Can not add Service."
2748+
#~ msgstr "Kann den Dienst nicht hinzufügen."
2749+
2750+
#~ msgid "Cannot apply GAP parameters."
2751+
#~ msgstr "Kann GAP Parameter nicht anwenden."
26962752

26972753
#~ msgid "Can not apply advertisement data. status: 0x%02x"
26982754
#~ msgstr "Kann advertisement data nicht anwenden. Status: 0x%02x"
26992755

2756+
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
2757+
#~ msgstr "CircuitPython ist abgestürzt. Ups!\n"
2758+
2759+
#~ msgid "Can not apply device name in the stack."
2760+
#~ msgstr "Der Gerätename kann nicht im Stack verwendet werden."
2761+
2762+
#~ msgid "Invalid Service type"
2763+
#~ msgstr "Ungültiger Diensttyp"
2764+
27002765
#~ msgid ""
27012766
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
27022767
#~ msgstr ""
@@ -2705,30 +2770,18 @@ msgstr ""
27052770
#~ msgid "Can not encode UUID, to check length."
27062771
#~ msgstr "Kann UUID nicht kodieren, um die Länge zu überprüfen."
27072772

2708-
#~ msgid "Can not add Characteristic."
2709-
#~ msgstr "Kann das Merkmal nicht hinzufügen."
2710-
2711-
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
2712-
#~ msgstr "CircuitPython ist abgestürzt. Ups!\n"
2713-
2714-
#~ msgid "Cannot apply GAP parameters."
2715-
#~ msgstr "Kann GAP Parameter nicht anwenden."
2716-
27172773
#~ msgid ""
27182774
#~ "enough power for the whole circuit and press reset (after ejecting "
27192775
#~ "CIRCUITPY).\n"
27202776
#~ msgstr ""
27212777
#~ "genug Strom für den ganzen Schaltkreis liefert und drücke reset (nach dem "
27222778
#~ "sicheren Auswerfen von CIRCUITPY.)\n"
27232779

2780+
#~ msgid "Can not add Characteristic."
2781+
#~ msgstr "Kann das Merkmal nicht hinzufügen."
2782+
27242783
#~ msgid "Can encode UUID into the advertisement packet."
27252784
#~ msgstr "Kann UUID in das advertisement packet kodieren."
27262785

27272786
#~ msgid "Can not query for the device address."
27282787
#~ msgstr "Kann nicht nach der Geräteadresse suchen."
2729-
2730-
#~ msgid "Can not add Service."
2731-
#~ msgstr "Kann den Dienst nicht hinzufügen."
2732-
2733-
#~ msgid "Can not apply device name in the stack."
2734-
#~ msgstr "Der Gerätename kann nicht im Stack verwendet werden."

0 commit comments

Comments
 (0)