@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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-21 14:16 +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/ "
@@ -154,9 +154,10 @@ msgstr ""
154154
155155msgid ""
156156"The maximum amount of processor time (in seconds) that a process can use. If "
157- "this limit is exceeded, a :const:`SIGXCPU` signal is sent to the process. "
158- "(See the :mod:`signal` module documentation for information about how to "
159- "catch this signal and do something useful, e.g. flush open files to disk.)"
157+ "this limit is exceeded, a :const:`~signal.SIGXCPU` signal is sent to the "
158+ "process. (See the :mod:`signal` module documentation for information about "
159+ "how to catch this signal and do something useful, e.g. flush open files to "
160+ "disk.)"
160161msgstr ""
161162
162163msgid "The maximum size of a file which the process may create."
@@ -277,7 +278,7 @@ msgid ""
277278msgstr ""
278279
279280msgid ""
280- "The fields :attr:`ru_utime` and :attr:`ru_stime` of the return value are "
281+ "The fields :attr:`! ru_utime` and :attr:`! ru_stime` of the return value are "
281282"floating-point values representing the amount of time spent executing in "
282283"user mode and the amount of time spent executing in system mode, "
283284"respectively. The remaining values are integers. Consult the :manpage:"
@@ -297,7 +298,7 @@ msgstr ""
297298msgid "``0``"
298299msgstr ""
299300
300- msgid ":attr:`ru_utime`"
301+ msgid ":attr:`! ru_utime`"
301302msgstr ""
302303
303304msgid "time in user mode (float seconds)"
@@ -306,7 +307,7 @@ msgstr ""
306307msgid "``1``"
307308msgstr ""
308309
309- msgid ":attr:`ru_stime`"
310+ msgid ":attr:`! ru_stime`"
310311msgstr ""
311312
312313msgid "time in system mode (float seconds)"
@@ -315,7 +316,7 @@ msgstr ""
315316msgid "``2``"
316317msgstr ""
317318
318- msgid ":attr:`ru_maxrss`"
319+ msgid ":attr:`! ru_maxrss`"
319320msgstr ""
320321
321322msgid "maximum resident set size"
@@ -324,7 +325,7 @@ msgstr ""
324325msgid "``3``"
325326msgstr ""
326327
327- msgid ":attr:`ru_ixrss`"
328+ msgid ":attr:`! ru_ixrss`"
328329msgstr ""
329330
330331msgid "shared memory size"
@@ -333,7 +334,7 @@ msgstr ""
333334msgid "``4``"
334335msgstr ""
335336
336- msgid ":attr:`ru_idrss`"
337+ msgid ":attr:`! ru_idrss`"
337338msgstr ""
338339
339340msgid "unshared memory size"
@@ -342,7 +343,7 @@ msgstr ""
342343msgid "``5``"
343344msgstr ""
344345
345- msgid ":attr:`ru_isrss`"
346+ msgid ":attr:`! ru_isrss`"
346347msgstr ""
347348
348349msgid "unshared stack size"
@@ -351,7 +352,7 @@ msgstr ""
351352msgid "``6``"
352353msgstr ""
353354
354- msgid ":attr:`ru_minflt`"
355+ msgid ":attr:`! ru_minflt`"
355356msgstr ""
356357
357358msgid "page faults not requiring I/O"
@@ -360,7 +361,7 @@ msgstr ""
360361msgid "``7``"
361362msgstr ""
362363
363- msgid ":attr:`ru_majflt`"
364+ msgid ":attr:`! ru_majflt`"
364365msgstr ""
365366
366367msgid "page faults requiring I/O"
@@ -369,7 +370,7 @@ msgstr ""
369370msgid "``8``"
370371msgstr ""
371372
372- msgid ":attr:`ru_nswap`"
373+ msgid ":attr:`! ru_nswap`"
373374msgstr ""
374375
375376msgid "number of swap outs"
@@ -378,7 +379,7 @@ msgstr ""
378379msgid "``9``"
379380msgstr ""
380381
381- msgid ":attr:`ru_inblock`"
382+ msgid ":attr:`! ru_inblock`"
382383msgstr ""
383384
384385msgid "block input operations"
@@ -387,7 +388,7 @@ msgstr ""
387388msgid "``10``"
388389msgstr ""
389390
390- msgid ":attr:`ru_oublock`"
391+ msgid ":attr:`! ru_oublock`"
391392msgstr ""
392393
393394msgid "block output operations"
@@ -396,7 +397,7 @@ msgstr ""
396397msgid "``11``"
397398msgstr ""
398399
399- msgid ":attr:`ru_msgsnd`"
400+ msgid ":attr:`! ru_msgsnd`"
400401msgstr ""
401402
402403msgid "messages sent"
@@ -405,7 +406,7 @@ msgstr ""
405406msgid "``12``"
406407msgstr ""
407408
408- msgid ":attr:`ru_msgrcv`"
409+ msgid ":attr:`! ru_msgrcv`"
409410msgstr ""
410411
411412msgid "messages received"
@@ -414,7 +415,7 @@ msgstr ""
414415msgid "``13``"
415416msgstr ""
416417
417- msgid ":attr:`ru_nsignals`"
418+ msgid ":attr:`! ru_nsignals`"
418419msgstr ""
419420
420421msgid "signals received"
@@ -423,7 +424,7 @@ msgstr ""
423424msgid "``14``"
424425msgstr ""
425426
426- msgid ":attr:`ru_nvcsw`"
427+ msgid ":attr:`! ru_nvcsw`"
427428msgstr ""
428429
429430msgid "voluntary context switches"
@@ -432,7 +433,7 @@ msgstr ""
432433msgid "``15``"
433434msgstr ""
434435
435- msgid ":attr:`ru_nivcsw`"
436+ msgid ":attr:`! ru_nivcsw`"
436437msgstr ""
437438
438439msgid "involuntary context switches"