Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e81932

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 161ff34 commit 4e81932

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

c-api/memoryview.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-09-06 14:16+0000\n"
14+
"POT-Creation-Date: 2024-09-27 14:17+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1616
"Last-Translator: haaritsubaki, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

howto/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-09-06 14:16+0000\n"
14+
"POT-Creation-Date: 2024-09-27 14:17+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1616
"Last-Translator: Maciej Olko <[email protected]>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/introduction.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ msgstr ""
478478
">>> text = ('Umieść kilka ciągów znaków w nawiasach '\n"
479479
"... 'aby je połączyć.')\n"
480480
">>> text\n"
481-
"'Umieść kilka ciągów znaków w nawiasach, aby je połączyć'."
481+
"'Umieść kilka ciągów znaków w nawiasach aby je połączyć'."
482482

483483
msgid ""
484484
"This only works with two literals though, not with variables or expressions::"
@@ -922,7 +922,7 @@ msgstr ""
922922
"True\n"
923923
">>> rgba.append(\"alfa\")\n"
924924
">>> rgb\n"
925-
"[\"czerwony\", \"zielony\", \"niebieski\", \"alpha\"]"
925+
"[\"czerwony\", \"zielony\", \"niebieski\", \"alfa\"]"
926926

927927
msgid ""
928928
"All slice operations return a new list containing the requested elements. "

0 commit comments

Comments
 (0)