Update translation from Transifex · python/python-docs-pl@bb12121 · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
Skip to content

Commit bb12121

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 4cc0363 commit bb12121

14 files changed

+46
-33
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/actions/workflows/update-
1515
]]] -->
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1717
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.74%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-11.67%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-11.70%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
2020
<!-- [[[end]]] -->
2121

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/actions/workflows/update-
1515
]]] -->
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1717
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.74%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-11.67%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-11.70%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
2020
<!-- [[[end]]] -->
2121

library/datetime.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2916,7 +2916,7 @@ msgid "``strptime``"
29162916
msgstr "``strptime``"
29172917

29182918
msgid "Usage"
2919-
msgstr ""
2919+
msgstr "Użytek"
29202920

29212921
msgid "Convert object to a string according to a given format"
29222922
msgstr ""

library/grp.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ msgstr ""
2626
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2727

2828
msgid ":mod:`!grp` --- The group database"
29-
msgstr ""
29+
msgstr ":mod:`!grp` --- Baza danych grup"
3030

3131
msgid ""
3232
"This module provides access to the Unix group database. It is available on "
@@ -43,7 +43,7 @@ msgid ""
4343
msgstr ""
4444

4545
msgid "Index"
46-
msgstr ""
46+
msgstr "Indeks"
4747

4848
msgid "Attribute"
4949
msgstr "atrybut"
@@ -55,7 +55,7 @@ msgid "0"
5555
msgstr "0"
5656

5757
msgid "gr_name"
58-
msgstr ""
58+
msgstr "gr_name"
5959

6060
msgid "the name of the group"
6161
msgstr ""
@@ -64,7 +64,7 @@ msgid "1"
6464
msgstr "1"
6565

6666
msgid "gr_passwd"
67-
msgstr ""
67+
msgstr "gr_passwd"
6868

6969
msgid "the (encrypted) group password; often empty"
7070
msgstr ""
@@ -73,7 +73,7 @@ msgid "2"
7373
msgstr "2"
7474

7575
msgid "gr_gid"
76-
msgstr ""
76+
msgstr "gr_gid"
7777

7878
msgid "the numerical group ID"
7979
msgstr ""
@@ -82,7 +82,7 @@ msgid "3"
8282
msgstr "3"
8383

8484
msgid "gr_mem"
85-
msgstr ""
85+
msgstr "gr_mem"
8686

8787
msgid "all the group member's user names"
8888
msgstr ""
@@ -118,7 +118,7 @@ msgid "Return a list of all available group entries, in arbitrary order."
118118
msgstr ""
119119

120120
msgid "Module :mod:`pwd`"
121-
msgstr ""
121+
msgstr "Moduł :mod:`pwd`"
122122

123123
msgid "An interface to the user database, similar to this."
124124
msgstr ""

library/hashlib.po

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ msgid ""
111111
msgstr ""
112112

113113
msgid "Usage"
114-
msgstr ""
114+
msgstr "Użytek"
115115

116116
msgid ""
117117
"To obtain the digest of the byte string ``b\"Nobody inspects the spammish "
@@ -130,6 +130,16 @@ msgid ""
130130
">>> m.hexdigest()\n"
131131
"'031edd7d41651593c5fe5c006fa5752b37fddff7bc4e843aa6af0c950f4b9406'"
132132
msgstr ""
133+
">>> import hashlib\n"
134+
">>> m = hashlib.sha256()\n"
135+
">>> m.update(b\"Nobody inspects\")\n"
136+
">>> m.update(b\" the spammish repetition\")\n"
137+
">>> m.digest()\n"
138+
"b'\\x03\\x1e\\xdd}Ae\\x15\\x93\\xc5\\xfe\\\\"
139+
"\\x00o\\xa5u+7\\xfd\\xdf\\xf7\\xbcN\\x84:"
140+
"\\xa6\\xaf\\x0c\\x95\\x0fK\\x94\\x06'\n"
141+
">>> m.hexdigest()\n"
142+
"'031edd7d41651593c5fe5c006fa5752b37fddff7bc4e843aa6af0c950f4b9406'"
133143

134144
msgid "More condensed:"
135145
msgstr ""
@@ -357,7 +367,7 @@ msgid ""
357367
msgstr ""
358368

359369
msgid "BLAKE2"
360-
msgstr ""
370+
msgstr "BLAKE2"
361371

362372
msgid ""
363373
"BLAKE2_ is a cryptographic hash function defined in :rfc:`7693` that comes "
@@ -428,16 +438,16 @@ msgid "digest_size"
428438
msgstr ""
429439

430440
msgid "len(key)"
431-
msgstr ""
441+
msgstr "len(key)"
432442

433443
msgid "len(salt)"
434-
msgstr ""
444+
msgstr "len(salt)"
435445

436446
msgid "len(person)"
437-
msgstr ""
447+
msgstr "len(person)"
438448

439449
msgid "BLAKE2b"
440-
msgstr ""
450+
msgstr "BLAKE2b"
441451

442452
msgid "64"
443453
msgstr ""
@@ -446,7 +456,7 @@ msgid "16"
446456
msgstr "16"
447457

448458
msgid "BLAKE2s"
449-
msgstr ""
459+
msgstr "BLAKE2s"
450460

451461
msgid "32"
452462
msgstr ""
@@ -736,6 +746,9 @@ msgid ""
736746
" / \\\n"
737747
"00 01"
738748
msgstr ""
749+
" 10\n"
750+
" / \\\n"
751+
"00 01"
739752

740753
msgid ""
741754
"This example uses 64-byte internal digests, and returns the 32-byte final "
@@ -887,4 +900,4 @@ msgid "(use in module hashlib)"
887900
msgstr ""
888901

889902
msgid "blake2b, blake2s"
890-
msgstr ""
903+
msgstr "blake2b, blake2s"

library/pwd.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-06-13 14:21+0000\n"
16+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:11+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -43,7 +43,7 @@ msgid ""
4343
msgstr ""
4444

4545
msgid "Index"
46-
msgstr ""
46+
msgstr "Indeks"
4747

4848
msgid "Attribute"
4949
msgstr "atrybut"

library/resource.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
15+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:12+0000\n"
1717
"Last-Translator: Stan Ulbrych, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -286,7 +286,7 @@ msgid ""
286286
msgstr ""
287287

288288
msgid "Index"
289-
msgstr ""
289+
msgstr "Indeks"
290290

291291
msgid "Field"
292292
msgstr "Pole"

library/time.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ msgid ""
784784
msgstr ""
785785

786786
msgid "Index"
787-
msgstr ""
787+
msgstr "Indeks"
788788

789789
msgid "Attribute"
790790
msgstr "atrybut"

library/tkinter.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.14\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
17+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:15+0000\n"
1919
"Last-Translator: Stan Ulbrych, 2025\n"
2020
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -874,7 +874,7 @@ msgid ""
874874
msgstr ""
875875

876876
msgid "Index"
877-
msgstr ""
877+
msgstr "Indeks"
878878

879879
msgid "Meaning"
880880
msgstr "Znaczenie"

library/unittest.mock.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.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-05-30 14:22+0000\n"
16+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/urllib.parse.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-06-13 14:21+0000\n"
16+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:17+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -153,7 +153,7 @@ msgid "Attribute"
153153
msgstr "atrybut"
154154

155155
msgid "Index"
156-
msgstr ""
156+
msgstr "Indeks"
157157

158158
msgid "Value"
159159
msgstr "Wartość"

library/urllib.request.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-05-30 14:22+0000\n"
15+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:17+0000\n"
1717
"Last-Translator: Stan Ulbrych, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/winreg.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
16+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:17+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -206,7 +206,7 @@ msgid "The result is a tuple of 3 items:"
206206
msgstr ""
207207

208208
msgid "Index"
209-
msgstr ""
209+
msgstr "Indeks"
210210

211211
msgid "Meaning"
212212
msgstr "Znaczenie"

library/zipfile.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-06-13 14:21+0000\n"
16+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:18+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -827,7 +827,7 @@ msgid ""
827827
msgstr ""
828828

829829
msgid "Index"
830-
msgstr ""
830+
msgstr "Indeks"
831831

832832
msgid "Value"
833833
msgstr "Wartość"

0 commit comments

Comments
 (0)

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.