Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04c1941

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parentbae98e1 commit04c1941

File tree

11 files changed

+79
-38
lines changed

11 files changed

+79
-38
lines changed

‎c-api/buffer.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-09 14:13+0000\n"
14+
"POT-Creation-Date:2025-11-29 14:13+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎c-api/capsule.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-09 14:13+0000\n"
14+
"POT-Creation-Date:2025-11-29 14:13+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/argparse.po‎

Lines changed: 13 additions & 15 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-11-27 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-29 14:13+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1717
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -968,9 +968,8 @@ msgstr ""
968968

969969
msgid""
970970
"``'store_true'`` and ``'store_false'`` - These are special cases of "
971-
"``'store_const'`` used for storing the values ``True`` and ``False`` "
972-
"respectively. In addition, they create default values of ``False`` and "
973-
"``True`` respectively::"
971+
"``'store_const'`` that respectively store the values ``True`` and ``False`` "
972+
"with default values of ``False`` and ``True``::"
974973
msgstr""
975974

976975
msgid""
@@ -998,11 +997,10 @@ msgid ""
998997
msgstr""
999998

1000999
msgid""
1001-
"``'append_const'`` - This stores a list, and appends the value specified by "
1002-
"the const_ keyword argument to the list; note that the const_ keyword "
1003-
"argument defaults to ``None``. The ``'append_const'`` action is typically "
1004-
"useful when multiple arguments need to store constants to the same list. For "
1005-
"example::"
1000+
"``'append_const'`` - This appends the value specified by the const_ keyword "
1001+
"argument to a list; note that the const_ keyword argument defaults to "
1002+
"``None``. The ``'append_const'`` action is typically useful when multiple "
1003+
"arguments need to store constants to the same list. For example::"
10061004
msgstr""
10071005

10081006
msgid""
@@ -1016,11 +1014,11 @@ msgid ""
10161014
msgstr""
10171015

10181016
msgid""
1019-
"``'extend'`` - Thisstores a list andappends each item fromthe multi-value "
1020-
"argument list to it.The ``'extend'`` action is typically used with the "
1021-
"nargs_ keyword argumentvalue ``'+'`` or ``'*'``. Note that when nargs_ is "
1022-
"``None`` (the default) or ``'?'``, each character of the argument string "
1023-
"will be appended to the list.Example usage::"
1017+
"``'extend'`` - This appends each item froma multi-value argument to a list. "
1018+
"The ``'extend'`` action is typically used with the nargs_ keyword argument "
1019+
"value ``'+'`` or ``'*'``. Note that when nargs_ is ``None`` (the default) or "
1020+
"``'?'``, each character of the argument string will be appended to the list. "
1021+
"Example usage::"
10241022
msgstr""
10251023

10261024
msgid""
@@ -1033,7 +1031,7 @@ msgid ""
10331031
msgstr""
10341032

10351033
msgid""
1036-
"``'count'`` - This counts the number of timesa keyword argument occurs. For "
1034+
"``'count'`` - This counts the number of timesan argument occurs. For "
10371035
"example, this is useful for increasing verbosity levels::"
10381036
msgstr""
10391037

‎library/codecs.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-07 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-27 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/json.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-09 14:13+0000\n"
14+
"POT-Creation-Date:2025-11-29 14:13+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/subprocess.po‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-17 14:14+0000\n"
14+
"POT-Creation-Date:2025-11-29 14:13+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -937,7 +937,9 @@ msgstr ""
937937
msgid""
938938
"If the process does not terminate after *timeout* seconds, a :exc:"
939939
"`TimeoutExpired` exception will be raised. Catching this exception and "
940-
"retrying communication will not lose any output."
940+
"retrying communication will not lose any output. Supplying *input* to a "
941+
"subsequent post-timeout :meth:`communicate` call is in undefined behavior "
942+
"and may become an error in the future."
941943
msgstr""
942944

943945
msgid""

‎library/sys.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-09 14:13+0000\n"
14+
"POT-Creation-Date:2025-11-29 14:13+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/time.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-09 14:13+0000\n"
14+
"POT-Creation-Date:2025-11-29 14:13+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/warnings.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-07 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-27 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/zipfile.po‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-11-11 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-29 14:13+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -37,11 +37,11 @@ msgid ""
3737
msgstr""
3838

3939
msgid""
40-
"This module does notcurrentlyhandlemulti-disk ZIP files. It can handle "
41-
"ZIP filesthat use the ZIP64 extensions (that is ZIP files that are more "
42-
"than 4 GiB insize). It supports decryption of encrypted files in ZIP "
43-
"archives, but it currentlycannot create an encrypted file. Decryption is "
44-
"extremely slow as it isimplemented in native Python rather than C."
40+
"This module does not handlemultipart ZIP files. It can handle ZIP files "
41+
"that use the ZIP64 extensions (that is ZIP files that are more than 4 GiB in "
42+
"size). It supports decryption of encrypted files in ZIP archives, but it "
43+
"cannot create an encrypted file. Decryption is extremely slow as it is "
44+
"implemented in native Python rather than C."
4545
msgstr""
4646

4747
msgid""
@@ -170,7 +170,7 @@ msgid ""
170170
"development libraries."
171171
msgstr""
172172

173-
msgid"ZipFileObjects"
173+
msgid"ZipFileobjects"
174174
msgstr""
175175

176176
msgid""
@@ -254,7 +254,7 @@ msgstr ""
254254

255255
msgid""
256256
"*metadata_encoding* is an instance-wide setting for the ZipFile. It is not "
257-
"currentlypossible to set this on a per-member basis."
257+
"possible to set this on a per-member basis."
258258
msgstr""
259259

260260
msgid""
@@ -580,7 +580,7 @@ msgid ""
580580
"Comments longer than this will be truncated."
581581
msgstr""
582582

583-
msgid"PathObjects"
583+
msgid"Pathobjects"
584584
msgstr""
585585

586586
msgid""
@@ -707,7 +707,7 @@ msgid ""
707707
"Path`` for early access to changes."
708708
msgstr""
709709

710-
msgid"PyZipFileObjects"
710+
msgid"PyZipFileobjects"
711711
msgstr""
712712

713713
msgid""
@@ -792,7 +792,7 @@ msgstr ""
792792
msgid"Recursion sorts directory entries."
793793
msgstr""
794794

795-
msgid"ZipInfoObjects"
795+
msgid"ZipInfoobjects"
796796
msgstr""
797797

798798
msgid""
@@ -952,7 +952,7 @@ msgstr ""
952952
msgid"Size of the uncompressed file."
953953
msgstr""
954954

955-
msgid"Command-Line Interface"
955+
msgid"Command-line interface"
956956
msgstr""
957957

958958
msgid""
@@ -1024,7 +1024,7 @@ msgid ""
10241024
"or unsupported compression method / decryption."
10251025
msgstr""
10261026

1027-
msgid"FileSystem limitations"
1027+
msgid"Filesystem limitations"
10281028
msgstr""
10291029

10301030
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp