File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ f'''''')
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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ f'''''')
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
Original file line number Diff line number Diff line change @@ -24,13 +24,17 @@ msgstr ""
2424"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2525
2626msgid "Full Grammar specification"
27- msgstr "Pełna specyfikacja Grammar "
27+ msgstr "Pełna specyfikacja gramatyki Pythona "
2828
2929msgid ""
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."
3333msgstr ""
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
3539msgid ""
3640"The notation is a mixture of `EBNF <https://en.wikipedia.org/wiki/"
You can’t perform that action at this time.
0 commit comments