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

Commitc6fe562

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

File tree

14 files changed

+245
-58
lines changed

14 files changed

+245
-58
lines changed

‎deprecations/c-api-pending-removal-in-3.18.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-19 14:16+0000\n"
14+
"POT-Creation-Date:2025-10-09 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:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎deprecations/pending-removal-in-3.17.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-19 14:16+0000\n"
14+
"POT-Creation-Date:2025-10-09 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:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎library/argparse.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-19 14:16+0000\n"
14+
"POT-Creation-Date:2025-10-09 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:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎library/crypt.po‎

Lines changed: 3 additions & 3 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-10-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-11 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:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -34,8 +34,8 @@ msgstr ""
3434
msgid""
3535
"Applications can use the :mod:`hashlib` module from the standard library. "
3636
"Other possible replacements are third-party libraries from PyPI: :pypi:"
37-
"`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`. "
38-
"These are notsupported or maintained by the Python core team."
37+
"`legacycrypt`, :pypi:`bcrypt`,or:pypi:`argon2-cffi`. These are not "
38+
"supported or maintained by the Python core team."
3939
msgstr""
4040

4141
msgid""

‎library/getpass.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-19 14:16+0000\n"
14+
"POT-Creation-Date:2025-10-09 14:15+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/signal.po‎

Lines changed: 13 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-10-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-11 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:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -212,9 +212,18 @@ msgstr ""
212212
msgid"Default action is to ignore the signal."
213213
msgstr""
214214

215+
msgid"Profiling timer expired."
216+
msgstr""
217+
218+
msgid"Terminal quit signal."
219+
msgstr""
220+
215221
msgid"Segmentation fault: invalid memory reference."
216222
msgstr""
217223

224+
msgid"Stop executing (cannot be caught or ignored)."
225+
msgstr""
226+
218227
msgid""
219228
"Stack fault on coprocessor. The Linux kernel does not raise this signal: it "
220229
"can only be raised in user space."
@@ -234,6 +243,9 @@ msgstr ""
234243
msgid"User-defined signal 2."
235244
msgstr""
236245

246+
msgid"Virtual timer expired."
247+
msgstr""
248+
237249
msgid"Window resize signal."
238250
msgstr""
239251

‎library/typing.po‎

Lines changed: 3 additions & 3 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-10-09 14:15+0000\n"
14+
"POT-Creation-Date:2025-10-11 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:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -2714,7 +2714,7 @@ msgid ""
27142714
"'Alias'"
27152715
msgstr""
27162716

2717-
msgid"The module in which the type alias was defined::"
2717+
msgid"Thename of themodule in which the type alias was defined::"
27182718
msgstr""
27192719

27202720
msgid""
@@ -2938,7 +2938,7 @@ msgid ""
29382938
"runtime"
29392939
msgstr""
29402940

2941-
msgid"The module in which the new type is defined."
2941+
msgid"Thename of themodule in which the new type is defined."
29422942
msgstr""
29432943

29442944
msgid"The name of the new type."

‎library/zlib.po‎

Lines changed: 95 additions & 5 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-10-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-11 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:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -37,8 +37,8 @@ msgstr ""
3737
msgid""
3838
"zlib's functions have many options and often need to be used in a particular "
3939
"order. This documentation doesn't attempt to cover all of the permutations; "
40-
"consult the zlib manualat http://www.zlib.net/manual.html for authoritative "
41-
"information."
40+
"consult the`zlib manual<https://www.zlib.net/manual.html>`_ for "
41+
"authoritativeinformation."
4242
msgstr""
4343

4444
msgid"For reading and writing ``.gz`` files see the :mod:`gzip` module."
@@ -358,6 +358,96 @@ msgid ""
358358
"objects."
359359
msgstr""
360360

361+
msgid""
362+
"The following constants are available to configure compression and "
363+
"decompression behavior:"
364+
msgstr""
365+
366+
msgid"The deflate compression method."
367+
msgstr""
368+
369+
msgid""
370+
"The maximum window size, expressed as a power of 2. For example, if :const:`!"
371+
"MAX_WBITS` is ``15`` it results in a window size of ``32 KiB``."
372+
msgstr""
373+
374+
msgid"The default memory level for compression objects."
375+
msgstr""
376+
377+
msgid"The default buffer size for decompression operations."
378+
msgstr""
379+
380+
msgid"Compression level ``0``."
381+
msgstr""
382+
383+
msgid"Compression level ``1``."
384+
msgstr""
385+
386+
msgid"Compression level ``9``."
387+
msgstr""
388+
389+
msgid"Default compression level (``-1``)."
390+
msgstr""
391+
392+
msgid"Default compression strategy, for normal data."
393+
msgstr""
394+
395+
msgid"Compression strategy for data produced by a filter (or predictor)."
396+
msgstr""
397+
398+
msgid"Compression strategy that forces Huffman coding only."
399+
msgstr""
400+
401+
msgid""
402+
"Compression strategy that limits match distances to one (run-length "
403+
"encoding)."
404+
msgstr""
405+
406+
msgid""
407+
"This constant is only available if Python was compiled with zlib 1.2.0.1 or "
408+
"greater."
409+
msgstr""
410+
411+
msgid"Compression strategy that prevents the use of dynamic Huffman codes."
412+
msgstr""
413+
414+
msgid""
415+
"This constant is only available if Python was compiled with zlib 1.2.2.2 or "
416+
"greater."
417+
msgstr""
418+
419+
msgid"Flush mode ``0``. No special flushing behavior."
420+
msgstr""
421+
422+
msgid"Flush mode ``1``. Flush as much output as possible."
423+
msgstr""
424+
425+
msgid""
426+
"Flush mode ``2``. All output is flushed and the output is aligned to a byte "
427+
"boundary."
428+
msgstr""
429+
430+
msgid""
431+
"Flush mode ``3``. All output is flushed and the compression state is reset."
432+
msgstr""
433+
434+
msgid""
435+
"Flush mode ``4``. All pending input is processed, no more input is expected."
436+
msgstr""
437+
438+
msgid"Flush mode ``5``. A deflate block is completed and emitted."
439+
msgstr""
440+
441+
msgid""
442+
"Flush mode ``6``, for inflate operations. Instructs inflate to return when "
443+
"it gets to the next deflate block boundary."
444+
msgstr""
445+
446+
msgid""
447+
"This constant is only available if Python was compiled with zlib 1.2.3.4 or "
448+
"greater."
449+
msgstr""
450+
361451
msgid""
362452
"Information about the version of the zlib library in use is available "
363453
"through the following constants:"
@@ -390,13 +480,13 @@ msgstr ""
390480
msgid"Reading and writing :program:`gzip`\\ -format files."
391481
msgstr""
392482

393-
msgid"http://www.zlib.net"
483+
msgid"https://www.zlib.net"
394484
msgstr""
395485

396486
msgid"The zlib library home page."
397487
msgstr""
398488

399-
msgid"http://www.zlib.net/manual.html"
489+
msgid"https://www.zlib.net/manual.html"
400490
msgstr""
401491

402492
msgid""

‎reference/grammar.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-21 14:12+0000\n"
14+
"POT-Creation-Date:2025-10-11 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:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎sphinx.po‎

Lines changed: 1 addition & 28 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-10-09 14:15+0000\n"
14+
"POT-Creation-Date:2025-10-11 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:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -123,33 +123,6 @@ msgid ""
123123
"for file sizes."
124124
msgstr""
125125

126-
msgid"Unpacking"
127-
msgstr"Uppackning"
128-
129-
msgid""
130-
"Unix users should download the .tar.bz2 archives; these are bzipped tar\n"
131-
"archives and can be handled in the usual way using tar and the bzip2\n"
132-
"program. The <a href=\"https://infozip.sourceforge.net\">Info-ZIP</a> unzip "
133-
"program can be\n"
134-
"used to handle the ZIP archives if desired. The .tar.bz2 archives provide "
135-
"the\n"
136-
"best compression and fastest download times."
137-
msgstr""
138-
"Unix-användare bör ladda ner .tar.bz2-arkiven; dessa är bzippade tar\n"
139-
"arkiv och kan hanteras på vanligt sätt med hjälp av tar och bzip2\n"
140-
"programmet. Programmet <a href=\"https://infozip.sourceforge.net\">Info-ZIP</"
141-
"a> unzip kan användas för att\n"
142-
"användas för att hantera ZIP-arkiven om så önskas. .tar.bz2-arkiven ger den "
143-
"bästa\n"
144-
"bästa komprimeringen och snabbaste nedladdningstiden."
145-
146-
msgid""
147-
"Windows users can use the ZIP archives since those are customary on that\n"
148-
"platform. These are created on Unix using the Info-ZIP zip program."
149-
msgstr""
150-
"Windows-användare kan använda ZIP-arkiven eftersom de är vanliga på den\n"
151-
"plattformen. Dessa skapas på Unix med hjälp av zip-programmet Info-ZIP."
152-
153126
msgid"Problems"
154127
msgstr"Problem"
155128

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp