Skip to content

Commit 78aba07

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 08e05ca commit 78aba07

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

library/array.po

+9-10
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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-26 16:43+0000\n"
14+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:12+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"
@@ -254,11 +254,10 @@ msgid ""
254254
"`RuntimeError` is raised. It is useful when reading data from a file "
255255
"written on a machine with a different byte order."
256256
msgstr ""
257-
"\"Zamień miejscami kęsy\" - z ang. - \"Byteswap\" wszystkie elementy "
258-
"tablicy. To jest wspierane tylko dla wartości które są 1, 2, 4, lub 8 w "
259-
"rozmiarze; dla innych typów wartości wyjątek :exc:`RuntimeError` jest "
260-
"zgłaszany. Jest to użyteczne gdy wczytuje się dane z pliku zapisanym na "
261-
"maszynie o odmiennym porządku bajtów."
257+
"Zmienia kolejność bajtów wszystkich elementów tablicy. Wspierane tylko dla "
258+
"wartości których rozmiar to 1, 2, 4, lub 8 bajtów; dla innych typów wartości "
259+
"zgłaszany jest wyjątek :exc:`RuntimeError`. Jest to użyteczne gdy wczytuje "
260+
"się dane z pliku zapisanego na maszynie o odmiennym porządku bajtów."
262261

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

using/unix.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-19 16:40+0000\n"
14+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)