Skip to content

Commit 7d3e31b

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent cf9945a commit 7d3e31b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.en.md

+1-1
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-5.167%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.169%25-0.svg)
1717
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
1818
<!-- [[[end]]] -->
1919

README.md

+1-1
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ść-5.167%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.169%25-0.svg)
1717
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
1818
<!-- [[[end]]] -->
1919

reference/grammar.po

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@ msgstr ""
2424
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2525

2626
msgid "Full Grammar specification"
27-
msgstr "Pełna specyfikacja Grammar"
27+
msgstr "Pełna specyfikacja gramatyki Pythona"
2828

2929
msgid ""
3030
"This is the full Python grammar, derived directly from the grammar used to "
3131
"generate the CPython parser (see :source:`Grammar/python.gram`). The version "
3232
"here omits details related to code generation and error recovery."
3333
msgstr ""
34+
"Jest to pełna gramatyka Pythona, pochodząca bezpośrednio z tej używanej do "
35+
"generowania kodu parsera CPythona (zobacz: :source:`Grammar/python.gram`). "
36+
"Wersja tutaj pomija szczegóły związane z generowaniem kodu oraz obsługą "
37+
"błędów."
3438

3539
msgid ""
3640
"The notation is a mixture of `EBNF <https://en.wikipedia.org/wiki/"

0 commit comments

Comments
 (0)