Skip to content

Commit dd46e54

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 45da73f commit dd46e54

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.444%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.446%25-0.svg)
1717
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
1818
<!-- [[[end]]] -->
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.444%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.446%25-0.svg)
1717
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
1818
<!-- [[[end]]] -->
1919

library/turtle.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@ msgstr ""
21492149
msgid ""
21502150
"\"auto\": adapts the appearance of the turtle corresponding to the value of "
21512151
"pensize."
2152-
msgstr ""
2152+
msgstr "\"auto\": dostosowuje wygląd żółwia do wartości rozmiaru pióra."
21532153

21542154
msgid ""
21552155
"\"user\": adapts the appearance of the turtle according to the values of "
@@ -2171,6 +2171,11 @@ msgid ""
21712171
">>> turtle.resizemode()\n"
21722172
"'auto'"
21732173
msgstr ""
2174+
">>> turtle.resizemode()\n"
2175+
"'noresize'\n"
2176+
">>> turtle.resizemode(\"auto\")\n"
2177+
">>> turtle.resizemode()\n"
2178+
"'auto'"
21742179

21752180
msgid "positive number"
21762181
msgstr ""

whatsnew/3.3.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-01-03 14:16+0000\n"
16+
"POT-Creation-Date: 2025-01-17 14:16+0000\n"
1717
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
1818
"Last-Translator: Stanislaw Ulbrych, 2024\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)