Skip to content

Commit c972709

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 90c975d commit c972709

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![79.61% Language Switcher](https://img.shields.io/badge/language_switcher-79.61%25-0.svg)
18+
![79.75% Language Switcher](https://img.shields.io/badge/language_switcher-79.75%25-0.svg)
1919
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.11%25-0.svg)
2020
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
2121
<!-- [[[end]]] -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![79.61% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-79.61%25-0.svg)
18+
![79.75% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-79.75%25-0.svg)
1919
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.11%25-0.svg)
2020
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
2121
<!-- [[[end]]] -->

library/functions.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ msgid "If all arguments are omitted, returns ``0j``."
811811
msgstr ""
812812

813813
msgid "The complex type is described in :ref:`typesnumeric`."
814-
msgstr ""
814+
msgstr "Typ Complex został opisany na stronie :ref:`typesnumeric`."
815815

816816
msgid "Grouping digits with underscores as in code literals is allowed."
817817
msgstr ""
@@ -938,10 +938,10 @@ msgid "Parameters"
938938
msgstr "parametry"
939939

940940
msgid "A Python expression."
941-
msgstr ""
941+
msgstr "Expresja Python."
942942

943943
msgid "The global namespace (default: ``None``)."
944-
msgstr ""
944+
msgstr "Globalna przestrzeń nazw (domyślny: ``None``)."
945945

946946
msgid "The local namespace (default: ``None``)."
947947
msgstr ""
@@ -956,7 +956,7 @@ msgid "raises"
956956
msgstr "rzuca"
957957

958958
msgid "Syntax errors are reported as exceptions."
959-
msgstr ""
959+
msgstr "Błędy składni są zgłaszane jako wyjątki."
960960

961961
msgid ""
962962
"This function executes arbitrary code. Calling it with user-supplied input "
@@ -1148,7 +1148,7 @@ msgid "If no argument is given, ``0.0`` is returned."
11481148
msgstr ""
11491149

11501150
msgid "The float type is described in :ref:`typesnumeric`."
1151-
msgstr ""
1151+
msgstr "Typ float został opisany na stronie :ref:`typesnumeric`."
11521152

11531153
msgid ""
11541154
"Falls back to :meth:`~object.__index__` if :meth:`~object.__float__` is not "
@@ -1443,7 +1443,7 @@ msgid ""
14431443
msgstr ""
14441444

14451445
msgid "See also :ref:`typeiter`."
1446-
msgstr ""
1446+
msgstr "Zobacz także :ref:`typeiter`."
14471447

14481448
msgid ""
14491449
"One useful application of the second form of :func:`iter` is to build a "
@@ -1682,13 +1682,13 @@ msgid "``'r'``"
16821682
msgstr "``'r'``"
16831683

16841684
msgid "open for reading (default)"
1685-
msgstr ""
1685+
msgstr "otwarte do czytania (domyślny)"
16861686

16871687
msgid "``'w'``"
16881688
msgstr "``'w'``"
16891689

16901690
msgid "open for writing, truncating the file first"
1691-
msgstr ""
1691+
msgstr "otworzyć do zapisu, najpierw obcinając plik"
16921692

16931693
msgid "``'x'``"
16941694
msgstr "``'x'``"
@@ -1862,7 +1862,7 @@ msgid ""
18621862
msgstr ""
18631863

18641864
msgid "The newly created file is :ref:`non-inheritable <fd_inheritance>`."
1865-
msgstr ""
1865+
msgstr "Nowo utworzony plik jest :ref:`non-inheritable <fd_inheritance>`."
18661866

18671867
msgid ""
18681868
"The following example uses the :ref:`dir_fd <dir_fd>` parameter of the :func:"
@@ -1926,7 +1926,7 @@ msgid ""
19261926
msgstr ""
19271927

19281928
msgid "The file is now non-inheritable."
1929-
msgstr ""
1929+
msgstr "Plik nie jest teraz dziedziczony."
19301930

19311931
msgid ""
19321932
"If the system call is interrupted and the signal handler does not raise an "
@@ -1946,7 +1946,7 @@ msgid ""
19461946
msgstr ""
19471947

19481948
msgid "The ``'U'`` mode has been removed."
1949-
msgstr ""
1949+
msgstr "Tryb ``'U'`` został usunięty."
19501950

19511951
msgid ""
19521952
"Given a string representing one Unicode character, return an integer "
@@ -2732,7 +2732,7 @@ msgid ""
27322732
msgstr ""
27332733

27342734
msgid "spam = __import__('spam', globals(), locals(), [], 0)"
2735-
msgstr ""
2735+
msgstr "spam = __import__('spam', globals(), locals(), [], 0)"
27362736

27372737
msgid "The statement ``import spam.ham`` results in this call::"
27382738
msgstr ""

library/io.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ msgid ""
811811
msgstr ""
812812

813813
msgid "The newly created file is :ref:`non-inheritable <fd_inheritance>`."
814-
msgstr ""
814+
msgstr "Nowo utworzony plik jest :ref:`non-inheritable <fd_inheritance>`."
815815

816816
msgid ""
817817
"See the :func:`open` built-in function for examples on using the *opener* "
@@ -822,7 +822,7 @@ msgid "The *opener* parameter was added. The ``'x'`` mode was added."
822822
msgstr ""
823823

824824
msgid "The file is now non-inheritable."
825-
msgstr ""
825+
msgstr "Plik nie jest teraz dziedziczony."
826826

827827
msgid ""
828828
":class:`FileIO` provides these data attributes in addition to those from :"

0 commit comments

Comments
 (0)