@@ -6,7 +6,7 @@ msgstr ""
6
6
"Project-Id-Version : PACKAGE VERSION\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2020-08-04 18:42-0500\n "
9
- "PO-Revision-Date : 2020-07-31 14:41 +0000\n "
9
+ "PO-Revision-Date : 2020-08-09 11:32 +0000\n "
10
10
"
Last-Translator :
Wellington Terumi Uemura <[email protected] >\n "
11
11
"Language-Team : \n "
12
12
"Language : pt_BR\n "
@@ -82,7 +82,7 @@ msgstr "O índice %q está fora do intervalo"
82
82
83
83
#: py/obj.c
84
84
msgid "%q indices must be integers, not %q"
85
- msgstr ""
85
+ msgstr "Os indicadores %q devem ser inteiros, não %q "
86
86
87
87
#: shared-bindings/vectorio/Polygon.c
88
88
msgid "%q list must be a list"
@@ -122,39 +122,39 @@ msgstr "'%q' argumento(s) requerido(s)"
122
122
123
123
#: py/runtime.c
124
124
msgid "'%q' object cannot assign attribute '%q'"
125
- msgstr ""
125
+ msgstr "O objeto '%q' não pode definir o atributo '%q' "
126
126
127
127
#: py/proto.c
128
128
msgid "'%q' object does not support '%q'"
129
- msgstr ""
129
+ msgstr "O objeto '%q' não suporta '%q' "
130
130
131
131
#: py/obj.c
132
132
msgid "'%q' object does not support item assignment"
133
- msgstr ""
133
+ msgstr "O objeto '%q' não suporta a atribuição do item "
134
134
135
135
#: py/obj.c
136
136
msgid "'%q' object does not support item deletion"
137
- msgstr ""
137
+ msgstr "O objeto '%q' não suporta exclusão dos itens "
138
138
139
139
#: py/runtime.c
140
140
msgid "'%q' object has no attribute '%q'"
141
- msgstr ""
141
+ msgstr "Objeto '%q' não possui qualquer atributo '%q' "
142
142
143
143
#: py/runtime.c
144
144
msgid "'%q' object is not an iterator"
145
- msgstr ""
145
+ msgstr "O objeto '%q' não é um iterador "
146
146
147
147
#: py/objtype.c py/runtime.c
148
148
msgid "'%q' object is not callable"
149
- msgstr ""
149
+ msgstr "O objeto '%s' não é invocável "
150
150
151
151
#: py/runtime.c
152
152
msgid "'%q' object is not iterable"
153
- msgstr ""
153
+ msgstr "O objeto '%q' não é iterável "
154
154
155
155
#: py/obj.c
156
156
msgid "'%q' object is not subscriptable"
157
- msgstr ""
157
+ msgstr "O objeto '%q' não é subscritível "
158
158
159
159
#: py/emitinlinethumb.c py/emitinlinextensa.c
160
160
#, c-format
@@ -1262,7 +1262,7 @@ msgstr "Não está jogando"
1262
1262
1263
1263
#: main.c
1264
1264
msgid "Not running saved code.\n"
1265
- msgstr ""
1265
+ msgstr "O código salvo não está em execução.\n "
1266
1266
1267
1267
#: shared-bindings/util.c
1268
1268
msgid ""
@@ -1437,7 +1437,7 @@ msgstr "A entrada da linha deve ser digitalio.DigitalInOut"
1437
1437
1438
1438
#: main.c
1439
1439
msgid "Running in safe mode! "
1440
- msgstr ""
1440
+ msgstr "Executando no modo de segurança! "
1441
1441
1442
1442
#: shared-module/sdcardio/SDCard.c
1443
1443
msgid "SD card CSD format not supported"
@@ -1824,7 +1824,7 @@ msgstr "O __init__() deve retornar Nenhum"
1824
1824
1825
1825
#: py/objtype.c
1826
1826
msgid "__init__() should return None, not '%q'"
1827
- msgstr ""
1827
+ msgstr "O __init__() deve retornar Nenhum, não '%q' "
1828
1828
1829
1829
#: py/objobject.c
1830
1830
msgid "__new__ arg must be a user-type"
@@ -2011,15 +2011,15 @@ msgstr "a expressão não pode ser atribuída"
2011
2011
2012
2012
#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
2013
2013
msgid "can't convert %q to %q"
2014
- msgstr ""
2014
+ msgstr "não é possível converter %q para %q "
2015
2015
2016
2016
#: py/objstr.c
2017
2017
msgid "can't convert '%q' object to %q implicitly"
2018
2018
msgstr "não é possível converter implicitamente o objeto '%q' para %q"
2019
2019
2020
2020
#: py/obj.c
2021
2021
msgid "can't convert to %q"
2022
- msgstr ""
2022
+ msgstr "não é possível converter para %q "
2023
2023
2024
2024
#: py/objstr.c
2025
2025
msgid "can't convert to str implicitly"
@@ -2847,7 +2847,7 @@ msgstr "a quantidade dos pontos deve ser pelo menos 2"
2847
2847
2848
2848
#: py/obj.c
2849
2849
msgid "object '%q' is not a tuple or list"
2850
- msgstr ""
2850
+ msgstr "o objeto '%q' não é uma tupla ou uma lista "
2851
2851
2852
2852
#: py/obj.c
2853
2853
msgid "object does not support item assignment"
@@ -2883,7 +2883,7 @@ msgstr "objeto não iterável"
2883
2883
2884
2884
#: py/obj.c
2885
2885
msgid "object of type '%q' has no len()"
2886
- msgstr ""
2886
+ msgstr "o objeto do tipo '%q' não tem len() "
2887
2887
2888
2888
#: py/obj.c
2889
2889
msgid "object with buffer protocol required"
@@ -2983,7 +2983,7 @@ msgstr "o polígono só pode ser registrado em um pai"
2983
2983
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
2984
2984
#: shared-bindings/ps2io/Ps2.c
2985
2985
msgid "pop from empty %q"
2986
- msgstr ""
2986
+ msgstr "pop a partir do %q vazio "
2987
2987
2988
2988
#: py/objint_mpz.c
2989
2989
msgid "pow() 3rd argument cannot be 0"
@@ -3142,7 +3142,7 @@ msgstr "a operação do fluxo não é compatível"
3142
3142
3143
3143
#: py/objstrunicode.c
3144
3144
msgid "string indices must be integers, not %q"
3145
- msgstr ""
3145
+ msgstr "a sequência dos índices devem ser inteiros, não %q "
3146
3146
3147
3147
#: py/stream.c
3148
3148
msgid "string not supported; use bytes or bytearray"
@@ -3289,7 +3289,7 @@ msgstr "especificador de conversão desconhecido %c"
3289
3289
3290
3290
#: py/objstr.c
3291
3291
msgid "unknown format code '%c' for object of type '%q'"
3292
- msgstr ""
3292
+ msgstr "o formato do código '%c' é desconhecido para o objeto do tipo '%q' "
3293
3293
3294
3294
#: py/compile.c
3295
3295
msgid "unknown type"
@@ -3329,15 +3329,15 @@ msgstr "o caractere do formato não é compatível '%c' (0x%x) no índice %d"
3329
3329
3330
3330
#: py/runtime.c
3331
3331
msgid "unsupported type for %q: '%q'"
3332
- msgstr ""
3332
+ msgstr "tipo sem suporte para %q: '%q' "
3333
3333
3334
3334
#: py/runtime.c
3335
3335
msgid "unsupported type for operator"
3336
3336
msgstr "tipo não compatível para o operador"
3337
3337
3338
3338
#: py/runtime.c
3339
3339
msgid "unsupported types for %q: '%q', '%q'"
3340
- msgstr ""
3340
+ msgstr "tipo sem suporte para %q: '%q', '%q' "
3341
3341
3342
3342
#: py/objint.c
3343
3343
#, c-format
0 commit comments