@@ -1259,6 +1259,11 @@ msgid ""
1259
1259
"use the string ``\" hand2\" ``. You can also specify a bitmap and mask file "
1260
1260
"of your own. See page 179 of Ousterhout's book."
1261
1261
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."
1262
1267
1263
1268
#: ../../library/tkinter.rst:654
1264
1269
msgid "distance"
@@ -1272,6 +1277,12 @@ msgid ""
1272
1277
"``m`` for millimetres, ``p`` for printer's points. For example, 3.5 inches "
1273
1278
"is expressed as ``\" 3.5i\" ``."
1274
1279
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
+ "\" ``."
1275
1286
1276
1287
#: ../../library/tkinter.rst:659
1277
1288
msgid "font"
@@ -1283,17 +1294,23 @@ msgid ""
1283
1294
"with positive numbers are measured in points; sizes with negative numbers "
1284
1295
"are measured in pixels."
1285
1296
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."
1286
1300
1287
1301
#: ../../library/tkinter.rst:664
1288
1302
msgid "geometry"
1289
- msgstr ""
1303
+ msgstr "geometria "
1290
1304
1291
1305
#: ../../library/tkinter.rst:662
1292
1306
msgid ""
1293
1307
"This is a string of the form ``widthxheight``, where width and height are "
1294
1308
"measured in pixels for most widgets (in characters for widgets displaying "
1295
1309
"text). For example: ``fred[\" geometry\" ] = \" 200x100\" ``."
1296
1310
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\" ``."
1297
1314
1298
1315
#: ../../library/tkinter.rst:668
1299
1316
msgid "justify"
@@ -1304,6 +1321,8 @@ msgid ""
1304
1321
"Legal values are the strings: ``\" left\" ``, ``\" center\" ``, ``\" right\" ``, "
1305
1322
"and ``\" fill\" ``."
1306
1323
msgstr ""
1324
+ "Valores aceitos são as strings: ``\" left\" ``, ``\" center\" ``, ``\" right\" `` "
1325
+ "e ``\" fill\" ``."
1307
1326
1308
1327
#: ../../library/tkinter.rst:673
1309
1328
msgid "region"
@@ -1315,17 +1334,22 @@ msgid ""
1315
1334
"legal distance (see above). For example: ``\" 2 3 4 5\" `` and ``\" 3i 2i 4.5i "
1316
1335
"2i\" `` and ``\" 3c 2c 4c 10.43c\" `` are all legal regions."
1317
1336
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."
1318
1340
1319
1341
#: ../../library/tkinter.rst:677
1320
1342
msgid "relief"
1321
- msgstr ""
1343
+ msgstr "relief "
1322
1344
1323
1345
#: ../../library/tkinter.rst:676
1324
1346
msgid ""
1325
1347
"Determines what the border style of a widget will be. Legal values are: ``"
1326
1348
"\" raised\" ``, ``\" sunken\" ``, ``\" flat\" ``, ``\" groove\" ``, and ``\" ridge"
1327
1349
"\" ``."
1328
1350
msgstr ""
1351
+ "Determina qual será o estilo da borda de um widget. Os valores legais são: ``"
1352
+ "\" raised\" ``, ``\" sunken\" ``, ``\" flat\" ``, ``\" groove\" `` e ``\" ridge\" ``."
1329
1353
1330
1354
#: ../../library/tkinter.rst:681
1331
1355
msgid "scrollcommand"
@@ -1336,14 +1360,17 @@ msgid ""
1336
1360
"This is almost always the :meth:`!set` method of some scrollbar widget, but "
1337
1361
"can be any widget method that takes a single argument."
1338
1362
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."
1339
1366
1340
1367
#: ../../library/tkinter.rst:685
1341
1368
msgid "wrap:"
1342
1369
msgstr ""
1343
1370
1344
1371
#: ../../library/tkinter.rst:684
1345
1372
msgid "Must be one of: ``\" none\" ``, ``\" char\" ``, or ``\" word\" ``."
1346
- msgstr ""
1373
+ msgstr "Deve ser um de: `` \" none \" ``, `` \" char \" `` ou `` \" word \" ``. "
1347
1374
1348
1375
#: ../../library/tkinter.rst:688
1349
1376
msgid "Bindings and Events"
0 commit comments