88msgstr ""
99"Project-Id-Version : Python 3.14\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-09 14:15 +0000\n "
11+ "POT-Creation-Date : 2025-10-21 14:16 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1313"Language-Team : German (https://app.transifex.com/python-doc/teams/5390/de/)\n "
1414"MIME-Version : 1.0\n "
@@ -149,9 +149,10 @@ msgstr ""
149149
150150msgid ""
151151"The maximum amount of processor time (in seconds) that a process can use. If "
152- "this limit is exceeded, a :const:`SIGXCPU` signal is sent to the process. "
153- "(See the :mod:`signal` module documentation for information about how to "
154- "catch this signal and do something useful, e.g. flush open files to disk.)"
152+ "this limit is exceeded, a :const:`~signal.SIGXCPU` signal is sent to the "
153+ "process. (See the :mod:`signal` module documentation for information about "
154+ "how to catch this signal and do something useful, e.g. flush open files to "
155+ "disk.)"
155156msgstr ""
156157
157158msgid "The maximum size of a file which the process may create."
@@ -272,7 +273,7 @@ msgid ""
272273msgstr ""
273274
274275msgid ""
275- "The fields :attr:`ru_utime` and :attr:`ru_stime` of the return value are "
276+ "The fields :attr:`! ru_utime` and :attr:`! ru_stime` of the return value are "
276277"floating-point values representing the amount of time spent executing in "
277278"user mode and the amount of time spent executing in system mode, "
278279"respectively. The remaining values are integers. Consult the :manpage:"
@@ -292,7 +293,7 @@ msgstr ""
292293msgid "``0``"
293294msgstr ""
294295
295- msgid ":attr:`ru_utime`"
296+ msgid ":attr:`! ru_utime`"
296297msgstr ""
297298
298299msgid "time in user mode (float seconds)"
@@ -301,7 +302,7 @@ msgstr ""
301302msgid "``1``"
302303msgstr ""
303304
304- msgid ":attr:`ru_stime`"
305+ msgid ":attr:`! ru_stime`"
305306msgstr ""
306307
307308msgid "time in system mode (float seconds)"
@@ -310,7 +311,7 @@ msgstr ""
310311msgid "``2``"
311312msgstr ""
312313
313- msgid ":attr:`ru_maxrss`"
314+ msgid ":attr:`! ru_maxrss`"
314315msgstr ""
315316
316317msgid "maximum resident set size"
@@ -319,7 +320,7 @@ msgstr ""
319320msgid "``3``"
320321msgstr ""
321322
322- msgid ":attr:`ru_ixrss`"
323+ msgid ":attr:`! ru_ixrss`"
323324msgstr ""
324325
325326msgid "shared memory size"
@@ -328,7 +329,7 @@ msgstr ""
328329msgid "``4``"
329330msgstr ""
330331
331- msgid ":attr:`ru_idrss`"
332+ msgid ":attr:`! ru_idrss`"
332333msgstr ""
333334
334335msgid "unshared memory size"
@@ -337,7 +338,7 @@ msgstr ""
337338msgid "``5``"
338339msgstr ""
339340
340- msgid ":attr:`ru_isrss`"
341+ msgid ":attr:`! ru_isrss`"
341342msgstr ""
342343
343344msgid "unshared stack size"
@@ -346,7 +347,7 @@ msgstr ""
346347msgid "``6``"
347348msgstr ""
348349
349- msgid ":attr:`ru_minflt`"
350+ msgid ":attr:`! ru_minflt`"
350351msgstr ""
351352
352353msgid "page faults not requiring I/O"
@@ -355,7 +356,7 @@ msgstr ""
355356msgid "``7``"
356357msgstr ""
357358
358- msgid ":attr:`ru_majflt`"
359+ msgid ":attr:`! ru_majflt`"
359360msgstr ""
360361
361362msgid "page faults requiring I/O"
@@ -364,7 +365,7 @@ msgstr ""
364365msgid "``8``"
365366msgstr ""
366367
367- msgid ":attr:`ru_nswap`"
368+ msgid ":attr:`! ru_nswap`"
368369msgstr ""
369370
370371msgid "number of swap outs"
@@ -373,7 +374,7 @@ msgstr ""
373374msgid "``9``"
374375msgstr ""
375376
376- msgid ":attr:`ru_inblock`"
377+ msgid ":attr:`! ru_inblock`"
377378msgstr ""
378379
379380msgid "block input operations"
@@ -382,7 +383,7 @@ msgstr ""
382383msgid "``10``"
383384msgstr ""
384385
385- msgid ":attr:`ru_oublock`"
386+ msgid ":attr:`! ru_oublock`"
386387msgstr ""
387388
388389msgid "block output operations"
@@ -391,7 +392,7 @@ msgstr ""
391392msgid "``11``"
392393msgstr ""
393394
394- msgid ":attr:`ru_msgsnd`"
395+ msgid ":attr:`! ru_msgsnd`"
395396msgstr ""
396397
397398msgid "messages sent"
@@ -400,7 +401,7 @@ msgstr ""
400401msgid "``12``"
401402msgstr ""
402403
403- msgid ":attr:`ru_msgrcv`"
404+ msgid ":attr:`! ru_msgrcv`"
404405msgstr ""
405406
406407msgid "messages received"
@@ -409,7 +410,7 @@ msgstr ""
409410msgid "``13``"
410411msgstr ""
411412
412- msgid ":attr:`ru_nsignals`"
413+ msgid ":attr:`! ru_nsignals`"
413414msgstr ""
414415
415416msgid "signals received"
@@ -418,7 +419,7 @@ msgstr ""
418419msgid "``14``"
419420msgstr ""
420421
421- msgid ":attr:`ru_nvcsw`"
422+ msgid ":attr:`! ru_nvcsw`"
422423msgstr ""
423424
424425msgid "voluntary context switches"
@@ -427,7 +428,7 @@ msgstr ""
427428msgid "``15``"
428429msgstr ""
429430
430- msgid ":attr:`ru_nivcsw`"
431+ msgid ":attr:`! ru_nivcsw`"
431432msgstr ""
432433
433434msgid "involuntary context switches"
0 commit comments