Skip to content

Commit b901def

Browse files
authored
Merge pull request #2967 from jepler/fix-translation-merge-error
locale: Restore translations lost in 3574670
2 parents f72d166 + f3ac3ea commit b901def

File tree

4 files changed

+687
-619
lines changed

4 files changed

+687
-619
lines changed

locale/circuitpython.pot

Lines changed: 1 addition & 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-05-27 11:55-0400\n"
11+
"POT-Creation-Date: 2020-05-27 20: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"

locale/cs.po

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,91 +3,99 @@
33
# This file is distributed under the same license as the PACKAGE package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: PACKAGE VERSION\n"
109
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-05-27 11:55-0400\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
10+
"POT-Creation-Date: 2020-05-27 20:51-0500\n"
11+
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
12+
"Last-Translator: dronecz <[email protected]>\n"
1413
"Language-Team: LANGUAGE <[email protected]>\n"
15-
"Language: \n"
14+
"Language: cs\n"
1615
"MIME-Version: 1.0\n"
1716
"Content-Type: text/plain; charset=UTF-8\n"
1817
"Content-Transfer-Encoding: 8bit\n"
18+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
19+
"X-Generator: Weblate 4.1-dev\n"
1920

2021
#: main.c
2122
msgid ""
2223
"\n"
2324
"Code done running. Waiting for reload.\n"
2425
msgstr ""
26+
"\n"
27+
"Kód byl dokončen. Čekám na opětovné načtení.\n"
2528

2629
#: supervisor/shared/safe_mode.c
2730
msgid ""
2831
"\n"
2932
"Please file an issue with the contents of your CIRCUITPY drive at \n"
3033
"https://github.com/adafruit/circuitpython/issues\n"
3134
msgstr ""
35+
"\n"
36+
"Založte prosím problém s obsahem vaší jednotky CIRCUITPY na adrese\n"
37+
"https://github.com/adafruit/circuitpython/issues\n"
3238

3339
#: supervisor/shared/safe_mode.c
3440
msgid ""
3541
"\n"
3642
"To exit, please reset the board without "
3743
msgstr ""
44+
"\n"
45+
"Pro ukončení, prosím resetujte desku bez "
3846

3947
#: py/obj.c
4048
msgid " File \"%q\""
41-
msgstr ""
49+
msgstr "  Soubor \"% q\""
4250

4351
#: py/obj.c
4452
msgid " File \"%q\", line %d"
45-
msgstr ""
53+
msgstr "  Soubor \"% q\", řádek% d"
4654

4755
#: main.c
4856
msgid " output:\n"
49-
msgstr ""
57+
msgstr " výstup:\n"
5058

5159
#: py/objstr.c
5260
#, c-format
5361
msgid "%%c requires int or char"
54-
msgstr ""
62+
msgstr "%% c vyžaduje int nebo char"
5563

5664
#: shared-bindings/rgbmatrix/RGBMatrix.c
5765
#, c-format
5866
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
59-
msgstr ""
67+
msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"
6068

6169
#: shared-bindings/microcontroller/Pin.c
6270
msgid "%q in use"
63-
msgstr ""
71+
msgstr "%q se nyní používá"
6472

6573
#: py/obj.c
6674
msgid "%q index out of range"
67-
msgstr ""
75+
msgstr "%q index je mimo rozsah"
6876

6977
#: py/obj.c
7078
msgid "%q indices must be integers, not %s"
71-
msgstr ""
79+
msgstr "Indexy% q musí být celá čísla, nikoli% s"
7280

7381
#: shared-bindings/vectorio/Polygon.c
7482
msgid "%q list must be a list"
75-
msgstr ""
83+
msgstr "Seznam% q musí být seznam"
7684

7785
#: shared-bindings/_bleio/CharacteristicBuffer.c
7886
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
7987
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
8088
#: shared-bindings/vectorio/Rectangle.c
8189
msgid "%q must be >= 1"
82-
msgstr ""
90+
msgstr "% q musí být > = 1"
8391

8492
#: shared-module/vectorio/Polygon.c
8593
msgid "%q must be a tuple of length 2"
86-
msgstr ""
94+
msgstr "% q musí být n-tice délky 2"
8795

8896
#: shared-bindings/fontio/BuiltinFont.c
8997
msgid "%q should be an int"
90-
msgstr ""
98+
msgstr "% q by měl být int"
9199

92100
#: py/bc.c py/objnamedtuple.c
93101
msgid "%q() takes %d positional arguments but %d were given"

0 commit comments

Comments
 (0)