Skip to content

Commit 8dd3076

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent d69a0be commit 8dd3076

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

library/mmap.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-09-16 17:23+0000\n"
11+
"POT-Creation-Date: 2025-09-22 14:43+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"

library/os.po

Lines changed: 6 additions & 7 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-09-16 17:23+0000\n"
14+
"POT-Creation-Date: 2025-09-22 14:43+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -1707,9 +1707,8 @@ msgid ""
17071707
"functions in the :mod:`os` module must be a string specifying a file path. "
17081708
"However, some functions now alternatively accept an open file descriptor for "
17091709
"their *path* argument. The function will then operate on the file referred "
1710-
"to by the descriptor. (For POSIX systems, Python will call the variant of "
1711-
"the function prefixed with ``f`` (e.g. call ``fchdir`` instead of "
1712-
"``chdir``).)"
1710+
"to by the descriptor. For POSIX systems, Python will call the variant of the "
1711+
"function prefixed with ``f`` (e.g. call ``fchdir`` instead of ``chdir``)."
17131712
msgstr ""
17141713

17151714
msgid ""
@@ -1728,7 +1727,7 @@ msgid ""
17281727
"**paths relative to directory descriptors:** If *dir_fd* is not ``None``, it "
17291728
"should be a file descriptor referring to a directory, and the path to "
17301729
"operate on should be relative; path will then be relative to that "
1731-
"directory. If the path is absolute, *dir_fd* is ignored. (For POSIX "
1730+
"directory. If the path is absolute, *dir_fd* is ignored. For POSIX "
17321731
"systems, Python will call the variant of the function with an ``at`` suffix "
17331732
"and possibly prefixed with ``f`` (e.g. call ``faccessat`` instead of "
17341733
"``access``)."
@@ -1744,8 +1743,8 @@ msgid ""
17441743
"**not following symlinks:** If *follow_symlinks* is ``False``, and the last "
17451744
"element of the path to operate on is a symbolic link, the function will "
17461745
"operate on the symbolic link itself rather than the file pointed to by the "
1747-
"link. (For POSIX systems, Python will call the ``l...`` variant of the "
1748-
"function.)"
1746+
"link. For POSIX systems, Python will call the ``l...`` variant of the "
1747+
"function."
17491748
msgstr ""
17501749

17511750
msgid ""

reference/compound_stmts.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-09-17 14:21+0000\n"
14+
"POT-Creation-Date: 2025-09-22 14:43+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)