Skip to content

Commit 70c8c37

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 7b4172b commit 70c8c37

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

library/array.po

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-19 19:10+0000\n"
14+
"POT-Creation-Date: 2024-02-09 18:46+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -43,7 +43,7 @@ msgstr ""
4343
"typów są określone:"
4444

4545
msgid "Type code"
46-
msgstr "Kod typu"
46+
msgstr "kod typu"
4747

4848
msgid "C Type"
4949
msgstr "typ języka C"
@@ -52,7 +52,7 @@ msgid "Python Type"
5252
msgstr "typ Pythona"
5353

5454
msgid "Minimum size in bytes"
55-
msgstr "Minimalny rozmiar w bajtach"
55+
msgstr "minimalny rozmiar w bajtach"
5656

5757
msgid "Notes"
5858
msgstr "Notatki"
@@ -252,11 +252,10 @@ msgid ""
252252
"`RuntimeError` is raised. It is useful when reading data from a file "
253253
"written on a machine with a different byte order."
254254
msgstr ""
255-
"\"Zamień miejscami kęsy\" - z ang. - \"Byteswap\" wszystkie elementy "
256-
"tablicy. To jest wspierane tylko dla wartości które są 1, 2, 4, lub 8 w "
257-
"rozmiarze; dla innych typów wartości wyjątek :exc:`RuntimeError` jest "
258-
"zgłaszany. Jest to użyteczne gdy wczytuje się dane z pliku zapisanym na "
259-
"maszynie o odmiennym porządku bajtów."
255+
"Zmienia kolejność bajtów wszystkich elementów tablicy. Wspierane tylko dla "
256+
"wartości których rozmiar to 1, 2, 4, lub 8 bajtów; dla innych typów wartości "
257+
"zgłaszany jest wyjątek :exc:`RuntimeError`. Jest to użyteczne gdy wczytuje "
258+
"się dane z pliku zapisanego na maszynie o odmiennym porządku bajtów."
260259

261260
msgid "Return the number of occurrences of *x* in the array."
262261
msgstr "Zwróć liczbę wystąpień *x* w tablicy."

0 commit comments

Comments
 (0)