Skip to content

Commit 853b94f

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 8bee8c0 commit 853b94f

58 files changed

Lines changed: 1430 additions & 1435 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extending/newtypes_tutorial.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@ msgid ""
366366
" File \"<stdin>\", line 1, in <module>\n"
367367
"TypeError: can only concatenate str (not \"custom.Custom\") to str"
368368
msgstr ""
369-
"&gt;&gt;&gt; \"\" + anpassad.anpassad()\n"
370-
"Traceback (senaste anropet senast):\n"
371-
" Fil \"<stdin>\", rad 1, i <module>\n"
372-
"TypeError: kan bara konkatenera str (inte \"custom.Custom\") till str"
369+
">>> \"\" + custom.Custom()\n"
370+
"Traceback (most recent call last):\n"
371+
" File \"<stdin>\", line 1, in <module>\n"
372+
"TypeError: can only concatenate str (not \"custom.Custom\") to str"
373373

374374
msgid ""
375375
"Note that the name is a dotted name that includes both the module name and "

faq/programming.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,10 +1521,10 @@ msgid ""
15211521
" File \"<stdin>\", line 1, in <module>\n"
15221522
"TypeError: divmod() takes no keyword arguments"
15231523
msgstr ""
1524-
"&gt;&gt;&gt; divmod(x=3, y=4)\n"
1525-
"Traceback (senaste anropet senast):\n"
1526-
" Fil \"<stdin>\", rad 1, i <module>\n"
1527-
"TypeError: divmod() tar inga nyckelordsargument"
1524+
">>> divmod(x=3, y=4)\n"
1525+
"Traceback (most recent call last):\n"
1526+
" File \"<stdin>\", line 1, in <module>\n"
1527+
"TypeError: divmod() takes no keyword arguments"
15281528

15291529
msgid "Numbers and strings"
15301530
msgstr "Siffror och strängar"
@@ -1627,11 +1627,11 @@ msgid ""
16271627
" ^\n"
16281628
"SyntaxError: invalid decimal literal"
16291629
msgstr ""
1630-
"&gt;&gt;&gt; 1.__class__\n"
1631-
" Fil \"<stdin>\", rad 1\n"
1632-
" 1.__klass\n"
1630+
">>> 1.__class__\n"
1631+
" File \"<stdin>\", line 1\n"
1632+
" 1.__class__\n"
16331633
" ^\n"
1634-
"SyntaxError: ogiltig decimal bokstav"
1634+
"SyntaxError: invalid decimal literal"
16351635

16361636
msgid ""
16371637
"The solution is to separate the literal from the period with either a space "
@@ -1963,11 +1963,11 @@ msgid ""
19631963
" ^\n"
19641964
"SyntaxError: unterminated string literal (detected at line 1)"
19651965
msgstr ""
1966-
"&gt;&gt;&gt; r'C:\\this\\will\\not\\work\\'\n"
1967-
" Fil \"<stdin>\", rad 1\n"
1966+
">>> r'C:\\this\\will\\not\\work\\'\n"
1967+
" File \"<stdin>\", line 1\n"
19681968
" r'C:\\this\\will\\not\\work\\'\n"
19691969
" ^\n"
1970-
"SyntaxError: oavslutad sträng bokstav (upptäckt på rad 1)"
1970+
"SyntaxError: unterminated string literal (detected at line 1)"
19711971

19721972
msgid ""
19731973
"There are several workarounds for this. One is to use regular strings and "

0 commit comments

Comments
 (0)