Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e5b9d9

Browse files
pomerge from 3.10 branch into 3.6
1 parent fc62dd0 commit 5e5b9d9

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

library/tkinter.po

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,11 @@ msgid ""
12591259
"use the string ``\"hand2\"``. You can also specify a bitmap and mask file "
12601260
"of your own. See page 179 of Ousterhout's book."
12611261
msgstr ""
1262+
"Os nomes de cursor X padrão de :file:`cursorfont.h` podem ser usados, sem o "
1263+
"prefixo ``XC_``. Por exemplo, para obter um cursor de mão (:const:"
1264+
"`XC_hand2`), use a string ``\"hand2\"``. Você também pode especificar um "
1265+
"bitmap e um arquivo de máscara de sua preferência. Veja a página 179 do "
1266+
"livro de Ousterhout."
12621267

12631268
#: ../../library/tkinter.rst:654
12641269
msgid "distance"
@@ -1272,6 +1277,12 @@ msgid ""
12721277
"``m`` for millimetres, ``p`` for printer's points. For example, 3.5 inches "
12731278
"is expressed as ``\"3.5i\"``."
12741279
msgstr ""
1280+
"As distâncias da tela podem ser especificadas em pixels ou distâncias "
1281+
"absolutas. Pixels são dados como números e distâncias absolutas como "
1282+
"strings, com os caracteres finais denotando unidades: ``c`` para "
1283+
"centímetros, ``i`` para polegadas, ``m`` para milímetros, ``p`` para os "
1284+
"pontos da impressora. Por exemplo, 3,5 polegadas é expresso como ``\"3.5i"
1285+
"\"``."
12751286

12761287
#: ../../library/tkinter.rst:659
12771288
msgid "font"
@@ -1283,17 +1294,23 @@ msgid ""
12831294
"with positive numbers are measured in points; sizes with negative numbers "
12841295
"are measured in pixels."
12851296
msgstr ""
1297+
"Tk usa um formato de nome de fonte de lista, como ``{courier 10 bold}``. "
1298+
"Tamanhos de fonte com números positivos são medidos em pontos; tamanhos com "
1299+
"números negativos são medidos em pixels."
12861300

12871301
#: ../../library/tkinter.rst:664
12881302
msgid "geometry"
1289-
msgstr ""
1303+
msgstr "geometria"
12901304

12911305
#: ../../library/tkinter.rst:662
12921306
msgid ""
12931307
"This is a string of the form ``widthxheight``, where width and height are "
12941308
"measured in pixels for most widgets (in characters for widgets displaying "
12951309
"text). For example: ``fred[\"geometry\"] = \"200x100\"``."
12961310
msgstr ""
1311+
"Esta é uma string no formato ``widthxheight``, onde largura e altura são "
1312+
"medidas em pixels para a maioria dos widgets (em caracteres para widgets que "
1313+
"exibem texto). Por exemplo: ``fred[\"geometry\"] = \"200x100\"``."
12971314

12981315
#: ../../library/tkinter.rst:668
12991316
msgid "justify"
@@ -1304,6 +1321,8 @@ msgid ""
13041321
"Legal values are the strings: ``\"left\"``, ``\"center\"``, ``\"right\"``, "
13051322
"and ``\"fill\"``."
13061323
msgstr ""
1324+
"Valores aceitos são as strings: ``\"left\"``, ``\"center\"``, ``\"right\"`` "
1325+
"e ``\"fill\"``."
13071326

13081327
#: ../../library/tkinter.rst:673
13091328
msgid "region"
@@ -1315,17 +1334,22 @@ msgid ""
13151334
"legal distance (see above). For example: ``\"2 3 4 5\"`` and ``\"3i 2i 4.5i "
13161335
"2i\"`` and ``\"3c 2c 4c 10.43c\"`` are all legal regions."
13171336
msgstr ""
1337+
"Esta é uma string com quatro elementos delimitados por espaço, cada um dos "
1338+
"quais a uma distância legal (veja acima). Por exemplo: ``\"2 3 4 5\"`` e ``"
1339+
"\"3i 2i 4.5i 2i\"`` e ``\"3c 2c 4c 10.43c\"`` são todas regiões legais."
13181340

13191341
#: ../../library/tkinter.rst:677
13201342
msgid "relief"
1321-
msgstr ""
1343+
msgstr "relief"
13221344

13231345
#: ../../library/tkinter.rst:676
13241346
msgid ""
13251347
"Determines what the border style of a widget will be. Legal values are: ``"
13261348
"\"raised\"``, ``\"sunken\"``, ``\"flat\"``, ``\"groove\"``, and ``\"ridge"
13271349
"\"``."
13281350
msgstr ""
1351+
"Determina qual será o estilo da borda de um widget. Os valores legais são: ``"
1352+
"\"raised\"``, ``\"sunken\"``, ``\"flat\"``, ``\"groove\"`` e ``\"ridge\"``."
13291353

13301354
#: ../../library/tkinter.rst:681
13311355
msgid "scrollcommand"
@@ -1336,14 +1360,17 @@ msgid ""
13361360
"This is almost always the :meth:`!set` method of some scrollbar widget, but "
13371361
"can be any widget method that takes a single argument."
13381362
msgstr ""
1363+
"Este é quase sempre o método :meth:`!set` de algum widget da barra de "
1364+
"rolagem, mas pode ser qualquer método de widget que receba um único "
1365+
"argumento."
13391366

13401367
#: ../../library/tkinter.rst:685
13411368
msgid "wrap:"
13421369
msgstr ""
13431370

13441371
#: ../../library/tkinter.rst:684
13451372
msgid "Must be one of: ``\"none\"``, ``\"char\"``, or ``\"word\"``."
1346-
msgstr ""
1373+
msgstr "Deve ser um de: ``\"none\"``, ``\"char\"`` ou ``\"word\"``."
13471374

13481375
#: ../../library/tkinter.rst:688
13491376
msgid "Bindings and Events"

0 commit comments

Comments
 (0)