@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version :Python 3.13\n "
1414"Report-Msgid-Bugs-To :\n "
15- "POT-Creation-Date :2025-10-21 15:05 +0000\n "
15+ "POT-Creation-Date :2025-10-23 15:08 +0000\n "
1616"PO-Revision-Date :2025-09-15 01:04+0000\n "
1717"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1818"Language-Team :Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -256,6 +256,11 @@ msgid ""
256256"how to catch this signal and do something useful, e.g. flush open files to "
257257"disk.)"
258258msgstr ""
259+ "O tempo máximo de processador (em segundos) que um processo pode usar. Se "
260+ "esse limite for excedido, um sinal :const:`~signal.SIGXCPU` é enviado ao "
261+ "processo. (Consulte a documentação do módulo :mod:`signal` para obter "
262+ "informações sobre como capturar esse sinal e fazer algo útil, por exemplo, "
263+ "liberar arquivos abertos no disco.)"
259264
260265#: ../../library/resource.rst:137
261266msgid "The maximum size of a file which the process may create."
@@ -455,6 +460,12 @@ msgid ""
455460"`getrusage(2)` man page for detailed information about these values. A brief "
456461"summary is presented here:"
457462msgstr ""
463+ "Os campos :attr:`!ru_utime` e :attr:`!ru_stime` do valor de retorno são "
464+ "valores de ponto flutuante que representam o tempo gasto na execução no modo "
465+ "usuário e o tempo gasto na execução no modo sistema, respectivamente. Os "
466+ "valores restantes são inteiros. Consulte a página man :manpage:"
467+ "`getrusage(2)` para obter informações detalhadas sobre esses valores. Um "
468+ "breve resumo é apresentado aqui:"
458469
459470#: ../../library/resource.rst:320
460471msgid "Index"
@@ -474,7 +485,7 @@ msgstr "``0``"
474485
475486#: ../../library/resource.rst:322
476487msgid ":attr:`!ru_utime`"
477- msgstr ""
488+ msgstr ":attr:`!ru_utime` "
478489
479490#: ../../library/resource.rst:322
480491msgid "time in user mode (float seconds)"
@@ -486,7 +497,7 @@ msgstr "``1``"
486497
487498#: ../../library/resource.rst:324
488499msgid ":attr:`!ru_stime`"
489- msgstr ""
500+ msgstr ":attr:`!ru_stime` "
490501
491502#: ../../library/resource.rst:324
492503msgid "time in system mode (float seconds)"
@@ -498,7 +509,7 @@ msgstr "``2``"
498509
499510#: ../../library/resource.rst:326
500511msgid ":attr:`!ru_maxrss`"
501- msgstr ""
512+ msgstr ":attr:`!ru_maxrss` "
502513
503514#: ../../library/resource.rst:326
504515msgid "maximum resident set size"
@@ -510,7 +521,7 @@ msgstr "``3``"
510521
511522#: ../../library/resource.rst:328
512523msgid ":attr:`!ru_ixrss`"
513- msgstr ""
524+ msgstr ":attr:`!ru_ixrss` "
514525
515526#: ../../library/resource.rst:328
516527msgid "shared memory size"
@@ -522,7 +533,7 @@ msgstr "``4``"
522533
523534#: ../../library/resource.rst:330
524535msgid ":attr:`!ru_idrss`"
525- msgstr ""
536+ msgstr ":attr:`!ru_idrss` "
526537
527538#: ../../library/resource.rst:330
528539msgid "unshared memory size"
@@ -534,7 +545,7 @@ msgstr "``5``"
534545
535546#: ../../library/resource.rst:332
536547msgid ":attr:`!ru_isrss`"
537- msgstr ""
548+ msgstr ":attr:`!ru_isrss` "
538549
539550#: ../../library/resource.rst:332
540551msgid "unshared stack size"
@@ -546,7 +557,7 @@ msgstr "``6``"
546557
547558#: ../../library/resource.rst:334
548559msgid ":attr:`!ru_minflt`"
549- msgstr ""
560+ msgstr ":attr:`!ru_minflt` "
550561
551562#: ../../library/resource.rst:334
552563msgid "page faults not requiring I/O"
@@ -558,7 +569,7 @@ msgstr "``7``"
558569
559570#: ../../library/resource.rst:336
560571msgid ":attr:`!ru_majflt`"
561- msgstr ""
572+ msgstr ":attr:`!ru_majflt` "
562573
563574#: ../../library/resource.rst:336
564575msgid "page faults requiring I/O"
@@ -570,7 +581,7 @@ msgstr "``8``"
570581
571582#: ../../library/resource.rst:338
572583msgid ":attr:`!ru_nswap`"
573- msgstr ""
584+ msgstr ":attr:`!ru_nswap` "
574585
575586#: ../../library/resource.rst:338
576587msgid "number of swap outs"
@@ -582,7 +593,7 @@ msgstr "``9``"
582593
583594#: ../../library/resource.rst:340
584595msgid ":attr:`!ru_inblock`"
585- msgstr ""
596+ msgstr ":attr:`!ru_inblock` "
586597
587598#: ../../library/resource.rst:340
588599msgid "block input operations"
@@ -594,7 +605,7 @@ msgstr "``10``"
594605
595606#: ../../library/resource.rst:342
596607msgid ":attr:`!ru_oublock`"
597- msgstr ""
608+ msgstr ":attr:`!ru_oublock` "
598609
599610#: ../../library/resource.rst:342
600611msgid "block output operations"
@@ -606,7 +617,7 @@ msgstr "``11``"
606617
607618#: ../../library/resource.rst:344
608619msgid ":attr:`!ru_msgsnd`"
609- msgstr ""
620+ msgstr ":attr:`!ru_msgsnd` "
610621
611622#: ../../library/resource.rst:344
612623msgid "messages sent"
@@ -618,7 +629,7 @@ msgstr "``12``"
618629
619630#: ../../library/resource.rst:346
620631msgid ":attr:`!ru_msgrcv`"
621- msgstr ""
632+ msgstr ":attr:`!ru_msgrcv` "
622633
623634#: ../../library/resource.rst:346
624635msgid "messages received"
@@ -630,7 +641,7 @@ msgstr "``13``"
630641
631642#: ../../library/resource.rst:348
632643msgid ":attr:`!ru_nsignals`"
633- msgstr ""
644+ msgstr ":attr:`!ru_nsignals` "
634645
635646#: ../../library/resource.rst:348
636647msgid "signals received"
@@ -642,7 +653,7 @@ msgstr "``14``"
642653
643654#: ../../library/resource.rst:350
644655msgid ":attr:`!ru_nvcsw`"
645- msgstr ""
656+ msgstr ":attr:`!ru_nvcsw` "
646657
647658#: ../../library/resource.rst:350
648659msgid "voluntary context switches"
@@ -654,7 +665,7 @@ msgstr "``15``"
654665
655666#: ../../library/resource.rst:352
656667msgid ":attr:`!ru_nivcsw`"
657- msgstr ""
668+ msgstr ":attr:`!ru_nivcsw` "
658669
659670#: ../../library/resource.rst:352
660671msgid "involuntary context switches"