-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathcgitb.po
56 lines (52 loc) · 2.16 KB
/
cgitb.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2025, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-03 14:16+0000\n"
"PO-Revision-Date: 2024-11-19 01:02+0000\n"
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
"teams/5390/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
"1000000 == 0 ? 1 : 2;\n"
#: ../../library/cgitb.rst:2
msgid ":mod:`!cgitb` --- Traceback manager for CGI scripts"
msgstr ":mod:`!cgitb` --- Gerenciador de traceback para scripts de CGI"
#: ../../library/cgitb.rst:10
msgid ""
"This module is no longer part of the Python standard library. It was :ref:"
"`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in "
"Python 3.11. The removal was decided in :pep:`594`."
msgstr ""
"Este módulo não faz mais parte da biblioteca padrão do Python. Ele foi :ref:"
"`removido no Python 3.13 <whatsnew313-pep594>` após ser descontinuado no "
"Python 3.11. A remoção foi decidida na :pep:`594`."
#: ../../library/cgitb.rst:14
msgid ""
"A fork of the module on PyPI can now be used instead: :pypi:`legacy-cgi`. "
"This is a copy of the cgi module, no longer maintained or supported by the "
"core Python team."
msgstr ""
"Um fork do módulo no PyPI agora pode ser usado em vez disso: :pypi:`legacy-"
"cgi`. Esta é uma cópia do módulo cgi, não mais mantido ou suportado pela "
"equipe core do Python."
#: ../../library/cgitb.rst:18
msgid ""
"The last version of Python that provided the :mod:`!cgitb` module was "
"`Python 3.12 <https://docs.python.org/3.12/library/cgitb.html>`_."
msgstr ""
"A última versão do Python que forneceu o módulo :mod:`!cgitb` foi o `Python "
"3.12 <https://docs.python.org/3.12/library/cgitb.html>`_."