|
1 | 1 | # |
2 | 2 | msgid "" |
3 | | -msgstr "" |
4 | | -"Project-Id-Version: BeeWare 0.1\n" |
5 | | -"Report-Msgid-Bugs-To: \n" |
6 | | -"POT-Creation-Date: 2026-06-07 01:01+0000\n" |
7 | | -"PO-Revision-Date: 2026-06-07 01:01+0000\n" |
8 | | -"Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n" |
9 | | -"Language-Team: Portuguese <https://hosted.weblate.org/projects/beeware/tutorial/pt/>\n" |
10 | | -"Language: pt\n" |
11 | | -"MIME-Version: 1.0\n" |
12 | | -"Content-Type: text/plain; charset=UTF-8\n" |
13 | | -"Content-Transfer-Encoding: 8bit\n" |
14 | | -"Plural-Forms: nplurals=2; plural=n > 1;\n" |
15 | | -"X-Generator: Translate Toolkit 3.19.11\n" |
| 3 | +msgstr "Project-Id-Version: BeeWare 0.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2026-06-07 01:01+0000\nPO-Revision-Date: 2026-06-07 10:01+0000\nLast-Translator: Américo Monteiro <a_monteiro@gmx.com>\nLanguage-Team: Portuguese <https://hosted.weblate.org/projects/beeware/tutorial/pt/>\nLanguage: pt\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n > 1;\nX-Generator: Weblate 2026.6\n" |
16 | 4 |
|
17 | 5 | #: docs/en/SUMMARY.md:5 |
18 | 6 | msgid "[Tutorial 0 - Let's get set up!]{1}" |
@@ -2916,9 +2904,8 @@ msgstr "" |
2916 | 2904 | "self.name_input = toga.TextInput(flex=1)" |
2917 | 2905 |
|
2918 | 2906 | #: docs/en/tutorial/tutorial-2.md:178 |
2919 | | -#, fuzzy |
2920 | 2907 | msgid "Here, we define a Label and a TextInput. Both widgets have styles associated with them; the label will have 5px of margin on its left and right, and no margin on the top and bottom. The TextInput is marked as being flexible - that is, it will absorb all available space in its layout axis." |
2921 | | -msgstr "Nesta etapa, definimos um Label e um TextInput. Ambos os widgets possuem estilos associados; o Label terá 5px de preenchimento à esquerda e à direita, e nenhum preenchimento na parte superior e inferior. O TextInput é marcado como flexível, ou seja, ele absorverá todo o espaço disponível em seu eixo de layout." |
| 2908 | +msgstr "Aqui, definimos uma Etiqueta e uma Entrada-de-texto. Ambos os widgets possuem estilos associados; a Etiqueta terá 5px de preenchimento à esquerda e à direita, e nenhuma margem no topo nem fundo. A Entrada-de-texto é marcada como flexível - isto é, vai absorver todo o espaço disponível no seu eixo de disposição." |
2922 | 2909 |
|
2923 | 2910 | #: docs/en/tutorial/tutorial-2.md:180 |
2924 | 2911 | msgid "The TextInput is assigned as an instance variable of the class. This gives us easy access to the widget instance - something that we'll use in a moment." |
|
0 commit comments