File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ f'''''')
14
14
]]] -->
15
15
![ 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 )
17
17
![ 24 Translators] ( https://img.shields.io/badge/Translators-24-0.svg )
18
18
<!-- [[[end]]] -->
19
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ f'''''')
14
14
]]] -->
15
15
![ 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 )
17
17
![ 24 tłumaczy] ( https://img.shields.io/badge/tłumaczy-24-0.svg )
18
18
<!-- [[[end]]] -->
19
19
Original file line number Diff line number Diff line change @@ -24,13 +24,17 @@ msgstr ""
24
24
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
25
25
26
26
msgid "Full Grammar specification"
27
- msgstr "Pełna specyfikacja Grammar "
27
+ msgstr "Pełna specyfikacja gramatyki Pythona "
28
28
29
29
msgid ""
30
30
"This is the full Python grammar, derived directly from the grammar used to "
31
31
"generate the CPython parser (see :source:`Grammar/python.gram`). The version "
32
32
"here omits details related to code generation and error recovery."
33
33
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."
34
38
35
39
msgid ""
36
40
"The notation is a mixture of `EBNF <https://en.wikipedia.org/wiki/"
You can’t perform that action at this time.
0 commit comments