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

Commit2cd0828

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

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
@@ -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:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎library/os.po‎

Lines changed: 6 additions & 7 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-09-16 17:23+0000\n"
15+
"POT-Creation-Date:2025-09-22 14:43+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -1697,9 +1697,8 @@ msgid ""
16971697
"functions in the :mod:`os` module must be a string specifying a file path. "
16981698
"However, some functions now alternatively accept an open file descriptor for "
16991699
"their *path* argument. The function will then operate on the file referred "
1700-
"to by the descriptor. (For POSIX systems, Python will call the variant of "
1701-
"the function prefixed with ``f`` (e.g. call ``fchdir`` instead of "
1702-
"``chdir``).)"
1700+
"to by the descriptor. For POSIX systems, Python will call the variant of the "
1701+
"function prefixed with ``f`` (e.g. call ``fchdir`` instead of ``chdir``)."
17031702
msgstr""
17041703

17051704
msgid""
@@ -1718,7 +1717,7 @@ msgid ""
17181717
"**paths relative to directory descriptors:** If *dir_fd* is not ``None``, it "
17191718
"should be a file descriptor referring to a directory, and the path to "
17201719
"operate on should be relative; path will then be relative to that "
1721-
"directory. If the path is absolute, *dir_fd* is ignored.(For POSIX "
1720+
"directory. If the path is absolute, *dir_fd* is ignored. For POSIX "
17221721
"systems, Python will call the variant of the function with an ``at`` suffix "
17231722
"and possibly prefixed with ``f`` (e.g. call ``faccessat`` instead of "
17241723
"``access``)."
@@ -1734,8 +1733,8 @@ msgid ""
17341733
"**not following symlinks:** If *follow_symlinks* is ``False``, and the last "
17351734
"element of the path to operate on is a symbolic link, the function will "
17361735
"operate on the symbolic link itself rather than the file pointed to by the "
1737-
"link.(For POSIX systems, Python will call the ``l...`` variant of the "
1738-
"function.)"
1736+
"link. For POSIX systems, Python will call the ``l...`` variant of the "
1737+
"function."
17391738
msgstr""
17401739

17411740
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-16 17:23+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:Swedish (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp