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

Commitf499c19

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

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

‎faq/library.po‎

Lines changed: 5 additions & 1 deletion
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-01 14:16+0000\n"
15+
"POT-Creation-Date:2025-09-05 14:17+0000\n"
1616
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -134,6 +134,10 @@ msgid ""
134134
"exec python $0 ${1+\"$@\"}\n"
135135
"\"\"\""
136136
msgstr""
137+
"#! /bin/sh\n"
138+
"\"\"\":\"\n"
139+
"exec python $0 ${1+\"$@\"}\n"
140+
"\"\"\""
137141

138142
msgid""
139143
"The minor disadvantage is that this defines the script's __doc__ string. "

‎library/__main__.po‎

Lines changed: 4 additions & 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-01 14:16+0000\n"
14+
"POT-Creation-Date:2025-09-05 14:17+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1616
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -158,6 +158,9 @@ msgid ""
158158
" # Execute when the module is not initialized from an import statement.\n"
159159
" ..."
160160
msgstr""
161+
"if __name__ == '__main__':\n"
162+
" # Exekveras när modulen inte initieras från ett import-sats.\n"
163+
" ..."
161164

162165
msgid""
163166
"For a more detailed look at how ``__name__`` is set in all situations, see "

‎library/asyncio-eventloop.po‎

Lines changed: 1 addition & 1 deletion
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-03 14:18+0000\n"
15+
"POT-Creation-Date:2025-09-05 14:17+0000\n"
1616
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎library/bdb.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-01 14:16+0000\n"
14+
"POT-Creation-Date:2025-09-05 14:17+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1616
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎using/cmdline.po‎

Lines changed: 5 additions & 2 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-03 14:18+0000\n"
15+
"POT-Creation-Date:2025-09-05 14:17+0000\n"
1616
"PO-Revision-Date:2025-08-02 17:35+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -106,6 +106,9 @@ msgid ""
106106
"statements separated by newlines, with significant leading whitespace as in "
107107
"normal module code."
108108
msgstr""
109+
"Exekvera Python-koden i *command*. *command* kan vara en eller flera satser "
110+
"åtskilda av nya rader, med betydande inledande blanksteg som i normal "
111+
"modulkod."
109112

110113
msgid""
111114
"If this option is given, the first element of :data:`sys.argv` will be ``\"-"
@@ -184,7 +187,7 @@ msgid "Equivalent functionality directly available to Python code"
184187
msgstr""
185188

186189
msgid":pep:`338` -- Executing modules as scripts"
187-
msgstr""
190+
msgstr":pep:`338` -- Exekvera moduler som skript"
188191

189192
msgid"Supply the package name to run a ``__main__`` submodule."
190193
msgstr""

‎whatsnew/2.1.po‎

Lines changed: 7 additions & 1 deletion
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-01 14:16+0000\n"
15+
"POT-Creation-Date:2025-09-05 14:17+0000\n"
1616
"PO-Revision-Date:2025-08-02 17:35+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -147,6 +147,12 @@ msgid ""
147147
" def g():\n"
148148
" return x"
149149
msgstr""
150+
"x = 1\n"
151+
"def f():\n"
152+
" # Nästa rad är ett syntaxfel\n"
153+
" exec 'x=2'\n"
154+
" def g():\n"
155+
" return x"
150156

151157
msgid""
152158
"Line 4 containing the ``exec`` statement is a syntax error, since ``exec`` "

‎whatsnew/2.5.po‎

Lines changed: 3 additions & 3 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-01 14:16+0000\n"
15+
"POT-Creation-Date:2025-09-05 14:17+0000\n"
1616
"PO-Revision-Date:2025-08-02 17:35+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -446,7 +446,7 @@ msgid ""
446446
msgstr""
447447

448448
msgid"PEP 338: Executing Modules as Scripts"
449-
msgstr""
449+
msgstr"PEP 338: Exekvering av moduler som skript"
450450

451451
msgid""
452452
"The :option:`-m` switch added in Python 2.4 to execute a module as a script "
@@ -465,7 +465,7 @@ msgid ""
465465
msgstr""
466466

467467
msgid":pep:`338` - Executing modules as scripts"
468-
msgstr""
468+
msgstr":pep:`338` - Exekvering av moduler som skript"
469469

470470
msgid"PEP written and implemented by Nick Coghlan."
471471
msgstr""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp