Skip to content

Commit 728552b

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 2326bf6 commit 728552b

File tree

2 files changed

+42
-27
lines changed

2 files changed

+42
-27
lines changed

library/time.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ msgid ""
736736
"On Unix, the ``clock_nanosleep()`` and ``nanosleep()`` functions are now "
737737
"used if available. On Windows, a waitable timer is now used."
738738
msgstr ""
739-
"No Unix, as funções ``clock_nanosleep()`` e ``nanosleep()``são agora usadas "
739+
"No Unix, as funções ``clock_nanosleep()`` e ``nanosleep()`` são agora usadas "
740740
"se estiverem disponíveis. No Windows, um temporizador aguardável é agora "
741741
"usado."
742742

library/tkinter.font.po

Lines changed: 41 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# i17obot <[email protected]>, 2021
8+
# José Carlos, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-24 14:15+0000\n"
15+
"POT-Creation-Date: 2024-08-16 14:15+0000\n"
1516
"PO-Revision-Date: 2021-06-28 01:15+0000\n"
16-
"Last-Translator: i17obot <[email protected]>, 2021\n"
17+
"Last-Translator: José Carlos, 2024\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -25,21 +26,23 @@ msgstr ""
2526

2627
#: ../../library/tkinter.font.rst:2
2728
msgid ":mod:`!tkinter.font` --- Tkinter font wrapper"
28-
msgstr ""
29+
msgstr ":mod:`!tkinter.font` --- Invólucro de fontes Tkinter"
2930

3031
#: ../../library/tkinter.font.rst:8
3132
msgid "**Source code:** :source:`Lib/tkinter/font.py`"
32-
msgstr ""
33+
msgstr "**Código-fonte:** :source:`Lib/tkinter/font.py`"
3334

3435
#: ../../library/tkinter.font.rst:12
3536
msgid ""
3637
"The :mod:`tkinter.font` module provides the :class:`Font` class for creating "
3738
"and using named fonts."
3839
msgstr ""
40+
"O módulo :mod:`tkinter.font`apresenta a classe :class:`Font`para criação e "
41+
"utilização de fontes nomeadas."
3942

4043
#: ../../library/tkinter.font.rst:15
4144
msgid "The different font weights and slants are:"
42-
msgstr ""
45+
msgstr "Os diferentes pesos e inclinações de fontes são:"
4346

4447
#: ../../library/tkinter.font.rst:24
4548
msgid ""
@@ -49,18 +52,23 @@ msgid ""
4952
"as a single object, rather than specifying a font by its attributes with "
5053
"each occurrence."
5154
msgstr ""
55+
"A classe :class:`Font` representa uma fonte nomeada. Instâncias *Font* "
56+
"recebem nomes únicos e podem ser especificadas por família, tamanho e "
57+
"configuração de estilo. Fontes nomeadas são os métodos Tk para criação e "
58+
"identificação de fontes de um objeto singular, ao invés de especificar a "
59+
"fonte por seus atributos em cada ocorrência."
5260

5361
#: ../../library/tkinter.font.rst:30
5462
msgid "arguments:"
5563
msgstr "argumentos:"
5664

5765
#: ../../library/tkinter.font.rst:0
5866
msgid "*font* - font specifier tuple (family, size, options)"
59-
msgstr ""
67+
msgstr "*font* - tupla de especificação da fonte (família, tamanho, opções)"
6068

6169
#: ../../library/tkinter.font.rst:0
6270
msgid "*name* - unique font name"
63-
msgstr ""
71+
msgstr "*name* - nome único da fonte"
6472

6573
#: ../../library/tkinter.font.rst:0
6674
msgid "*exists* - self points to existing named font if true"
@@ -69,30 +77,31 @@ msgstr ""
6977
#: ../../library/tkinter.font.rst:36
7078
msgid "additional keyword options (ignored if *font* is specified):"
7179
msgstr ""
80+
"palavras reservadas opcionais (ignoradas caso *font* seja especificado):"
7281

7382
#: ../../library/tkinter.font.rst:0
7483
msgid "*family* - font family i.e. Courier, Times"
75-
msgstr ""
84+
msgstr "*family* - a família da fonte e.x. Courier, Times"
7685

7786
#: ../../library/tkinter.font.rst:0
7887
msgid "*size* - font size"
79-
msgstr ""
88+
msgstr "*size* - tamanho da fonte"
8089

8190
#: ../../library/tkinter.font.rst:0
8291
msgid "If *size* is positive it is interpreted as size in points."
8392
msgstr "Se *size* for positivo, ele é interpretado como tamanho em pontos."
8493

8594
#: ../../library/tkinter.font.rst:0
8695
msgid "If *size* is a negative number its absolute value is treated"
87-
msgstr ""
96+
msgstr "Caso *size* seja um número negativo, seu valor absoluto é tratado"
8897

8998
#: ../../library/tkinter.font.rst:0
9099
msgid "as size in pixels."
91-
msgstr ""
100+
msgstr "como tamanho em pixels."
92101

93102
#: ../../library/tkinter.font.rst:0
94103
msgid "*weight* - font emphasis (NORMAL, BOLD)"
95-
msgstr ""
104+
msgstr "*weight* - ênfase da fonte (normal,negrito)"
96105

97106
#: ../../library/tkinter.font.rst:0
98107
msgid "*slant* - ROMAN, ITALIC"
@@ -101,74 +110,80 @@ msgstr ""
101110
#: ../../library/tkinter.font.rst:0
102111
msgid "*underline* - font underlining (0 - none, 1 - underline)"
103112
msgstr ""
113+
"*underline* - sublinhamento da fonte (0 - sem sublinhamento, 1 - sublinhado)"
104114

105115
#: ../../library/tkinter.font.rst:0
106116
msgid "*overstrike* - font strikeout (0 - none, 1 - strikeout)"
107-
msgstr ""
117+
msgstr "*overstrike* - fonte riscada (0 - sem risco, 1 - letras riscadas)"
108118

109119
#: ../../library/tkinter.font.rst:50
110120
msgid "Return the attributes of the font."
111-
msgstr ""
121+
msgstr "Retorna os atributos da fonte."
112122

113123
#: ../../library/tkinter.font.rst:54
114124
msgid "Retrieve an attribute of the font."
115-
msgstr ""
125+
msgstr "Recupera um atributo da fonte."
116126

117127
#: ../../library/tkinter.font.rst:58
118128
msgid "Modify attributes of the font."
119-
msgstr ""
129+
msgstr "Modifica atributos da fonte."
120130

121131
#: ../../library/tkinter.font.rst:62
122132
msgid "Return new instance of the current font."
123-
msgstr ""
133+
msgstr "Retorna uma nova instância da fonte atual."
124134

125135
#: ../../library/tkinter.font.rst:66
126136
msgid ""
127137
"Return amount of space the text would occupy on the specified display when "
128138
"formatted in the current font. If no display is specified then the main "
129139
"application window is assumed."
130140
msgstr ""
141+
"Retorna a quantidade de espaço que o texto ocuparia na exibição especificada "
142+
"ao ser formatado na fonte atual. Caso nenhuma exibição seja especificada, a "
143+
"exibição presumida será a da janela principal da aplicação."
131144

132145
#: ../../library/tkinter.font.rst:72
133146
msgid "Return font-specific data. Options include:"
134-
msgstr ""
147+
msgstr "Retorna dados específicos da fonte. Opções inclusas:"
135148

136149
#: ../../library/tkinter.font.rst:75
137150
msgid "*ascent* - distance between baseline and highest point that a"
138-
msgstr ""
151+
msgstr "*ascent* - distância entre a linha de base e o ponto mais alto que um"
139152

140153
#: ../../library/tkinter.font.rst:76 ../../library/tkinter.font.rst:79
141154
msgid "character of the font can occupy"
142-
msgstr ""
155+
msgstr "caractere da fonte pode ocupar"
143156

144157
#: ../../library/tkinter.font.rst:78
145158
msgid "*descent* - distance between baseline and lowest point that a"
146159
msgstr ""
160+
"*descent* - distância entre a linha de base e o ponto mais baixo que um"
147161

148162
#: ../../library/tkinter.font.rst:81
149163
msgid "*linespace* - minimum vertical separation necessary between any two"
150-
msgstr ""
164+
msgstr "*linespace* - separação vertical mínima necessária entre dois"
151165

152166
#: ../../library/tkinter.font.rst:82
153167
msgid "characters of the font that ensures no vertical overlap between lines."
154168
msgstr ""
169+
"caracteres da fonte que garante que não ocorra sobreposição entre as linhas."
155170

156171
#: ../../library/tkinter.font.rst:84
157172
msgid "*fixed* - 1 if font is fixed-width else 0"
158-
msgstr ""
173+
msgstr "*fixed* - 1 caso a fonte seja de largura fixa, 0 caso contrário"
159174

160175
#: ../../library/tkinter.font.rst:88
161176
msgid "Return the different font families."
162-
msgstr ""
177+
msgstr "Retorna as diferentes famílias de fontes."
163178

164179
#: ../../library/tkinter.font.rst:92
165180
msgid "Return the names of defined fonts."
166-
msgstr ""
181+
msgstr "Retorna os nomes das fontes definidas."
167182

168183
#: ../../library/tkinter.font.rst:96
169184
msgid "Return a :class:`Font` representation of a tk named font."
170-
msgstr ""
185+
msgstr "Retorna a representação :class:`Font`de uma fonte nomeada do tk. "
171186

172187
#: ../../library/tkinter.font.rst:98
173188
msgid "The *root* parameter was added."
174-
msgstr ""
189+
msgstr "O parâmetro *root* foi adicionado."

0 commit comments

Comments
 (0)