|
4 | 4 | <body>
|
5 | 5 | <trans-unit id="ContextClassesMustBePartialMessageFormat">
|
6 | 6 | <source>Derived 'JsonSerializerContext' type '{0}' specifies JSON-serializable types. The type and all containing types must be made partial to kick off source generation.</source>
|
7 |
| - <target state="new">Derived 'JsonSerializerContext' type '{0}' specifies JSON-serializable types. The type and all containing types must be made partial to kick off source generation.</target> |
| 7 | + <target state="translated">O tipo 'JsonSerializerContext' derivado '{0}' especifica tipos serializáveis por JSON. O tipo e todos os tipos de contenção devem ser feitos parcialmente para iniciar a geração de origem.</target> |
8 | 8 | <note />
|
9 | 9 | </trans-unit>
|
10 | 10 | <trans-unit id="ContextClassesMustBePartialTitle">
|
11 | 11 | <source>Derived 'JsonSerializerContext' types and all containing types must be partial.</source>
|
12 |
| - <target state="new">Derived 'JsonSerializerContext' types and all containing types must be partial.</target> |
| 12 | + <target state="translated">Os tipos derivados de 'JsonSerializerContext' e todos os tipos contidos devem ser parciais.</target> |
13 | 13 | <note />
|
14 | 14 | </trans-unit>
|
15 | 15 | <trans-unit id="DataExtensionPropertyInvalidFormat">
|
16 | 16 | <source>The data extension property '{0}.{1}' is invalid. It must implement 'IDictionary<string, JsonElement>' or 'IDictionary<string, object>', or be 'JsonObject'.</source>
|
17 |
| - <target state="new">The data extension property '{0}.{1}' is invalid. It must implement 'IDictionary<string, JsonElement>' or 'IDictionary<string, object>', or be 'JsonObject'.</target> |
| 17 | + <target state="translated">A propriedade da extensão de dados '{0}.{1}' é inválida. Deve implementar 'IDictionary<string, JsonElement>' ou 'IDictionary<string, object>', ou ter 'JsonObject'.</target> |
18 | 18 | <note />
|
19 | 19 | </trans-unit>
|
20 | 20 | <trans-unit id="DataExtensionPropertyInvalidTitle">
|
21 | 21 | <source>Data extension property type invalid.</source>
|
22 |
| - <target state="new">Data extension property type invalid.</target> |
| 22 | + <target state="translated">Tipo de propriedade de extensão de dados inválido.</target> |
23 | 23 | <note />
|
24 | 24 | </trans-unit>
|
25 | 25 | <trans-unit id="DerivedJsonConverterAttributesNotSupportedMessageFormat">
|
|
34 | 34 | </trans-unit>
|
35 | 35 | <trans-unit id="DuplicateTypeNameMessageFormat">
|
36 | 36 | <source>There are multiple types named {0}. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision.</source>
|
37 |
| - <target state="new">There are multiple types named {0}. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision.</target> |
| 37 | + <target state="translated">Existem vários tipos chamados {0}. A fonte foi gerada para o primeiro detectado. Use 'JsonSerializableAttribute.TypeInfoPropertyName' para resolver esta colisão.</target> |
38 | 38 | <note />
|
39 | 39 | </trans-unit>
|
40 | 40 | <trans-unit id="DuplicateTypeNameTitle">
|
41 | 41 | <source>Duplicate type name.</source>
|
42 |
| - <target state="new">Duplicate type name.</target> |
| 42 | + <target state="translated">Nome de tipo duplicado.</target> |
43 | 43 | <note />
|
44 | 44 | </trans-unit>
|
45 | 45 | <trans-unit id="FastPathPolymorphismNotSupportedMessageFormat">
|
46 | 46 | <source>Type '{0}' is annotated with 'JsonDerivedTypeAttribute' which is not supported in 'JsonSourceGenerationMode.Serialization'.</source>
|
47 |
| - <target state="new">Type '{0}' is annotated with 'JsonDerivedTypeAttribute' which is not supported in 'JsonSourceGenerationMode.Serialization'.</target> |
| 47 | + <target state="translated">O tipo '{0}' é anotado com 'JsonDerivedTypeAttribute' que não tem suporte em 'JsonSourceGenerationMode.Serialization'.</target> |
48 | 48 | <note />
|
49 | 49 | </trans-unit>
|
50 | 50 | <trans-unit id="FastPathPolymorphismNotSupportedTitle">
|
51 | 51 | <source>'JsonDerivedTypeAttribute' is not supported in 'JsonSourceGenerationMode.Serialization'.</source>
|
52 |
| - <target state="new">'JsonDerivedTypeAttribute' is not supported in 'JsonSourceGenerationMode.Serialization'.</target> |
| 52 | + <target state="translated">'JsonDerivedTypeAttribute' não tem suporte em 'JsonSourceGenerationMode.Serialization'.</target> |
53 | 53 | <note />
|
54 | 54 | </trans-unit>
|
55 | 55 | <trans-unit id="InaccessibleJsonIncludePropertiesNotSupportedFormat">
|
56 | 56 | <source>The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator.</source>
|
57 |
| - <target state="new">The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator.</target> |
| 57 | + <target state="translated">O membro '{0}.{1}' foi anotado com o JsonIncludeAttribute, mas não é visível para o gerador de origem.</target> |
58 | 58 | <note />
|
59 | 59 | </trans-unit>
|
60 | 60 | <trans-unit id="InaccessibleJsonIncludePropertiesNotSupportedTitle">
|
61 | 61 | <source>Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode.</source>
|
62 |
| - <target state="new">Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode.</target> |
| 62 | + <target state="translated">Propriedades inacessíveis anotadas com JsonIncludeAttribute não são suportadas no modo de geração de origem.</target> |
63 | 63 | <note />
|
64 | 64 | </trans-unit>
|
65 | 65 | <trans-unit id="InitOnlyPropertyDeserializationNotSupportedFormat">
|
66 | 66 | <source>The type '{0}' defines init-only properties, deserialization of which is currently not supported in source generation mode.</source>
|
67 |
| - <target state="new">The type '{0}' defines init-only properties, deserialization of which is currently not supported in source generation mode.</target> |
| 67 | + <target state="translated">O tipo '{0}' define propriedades apenas de inicialização, a desserialização das quais atualmente não é suportada no modo de geração de origem.</target> |
68 | 68 | <note />
|
69 | 69 | </trans-unit>
|
70 | 70 | <trans-unit id="InitOnlyPropertyDeserializationNotSupportedTitle">
|
71 | 71 | <source>Deserialization of init-only properties is currently not supported in source generation mode.</source>
|
72 |
| - <target state="new">Deserialization of init-only properties is currently not supported in source generation mode.</target> |
| 72 | + <target state="translated">A desserialização de propriedades apenas de inicialização não é atualmente suportada no modo de geração de origem.</target> |
73 | 73 | <note />
|
74 | 74 | </trans-unit>
|
75 | 75 | <trans-unit id="JsonConstructorInaccessibleMessageFormat">
|
76 | 76 | <source>The constructor on type '{0}' has been annotated with JsonConstructorAttribute but is not accessible by the source generator.</source>
|
77 |
| - <target state="new">The constructor on type '{0}' has been annotated with JsonConstructorAttribute but is not accessible by the source generator.</target> |
| 77 | + <target state="translated">O construtor do tipo '{0}' foi anotado com JsonConstructorAttribute, mas não pode ser acessado pelo gerador de origem.</target> |
78 | 78 | <note />
|
79 | 79 | </trans-unit>
|
80 | 80 | <trans-unit id="JsonConstructorInaccessibleTitle">
|
81 | 81 | <source>Constructor annotated with JsonConstructorAttribute is inaccessible.</source>
|
82 |
| - <target state="new">Constructor annotated with JsonConstructorAttribute is inaccessible.</target> |
| 82 | + <target state="translated">O construtor anotado com JsonConstructorAttribute está inacessível.</target> |
83 | 83 | <note />
|
84 | 84 | </trans-unit>
|
85 | 85 | <trans-unit id="JsonConverterAttributeInvalidTypeMessageFormat">
|
86 | 86 | <source>The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor.</source>
|
87 |
| - <target state="new">The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor.</target> |
| 87 | + <target state="translated">O tipo "JsonConverterAttribute" "{0}" especificado no membro "{1}" não é um tipo de conversor ou não contém um construtor sem parâmetros acessível.</target> |
88 | 88 | <note />
|
89 | 89 | </trans-unit>
|
90 | 90 | <trans-unit id="JsonConverterAttributeInvalidTypeTitle">
|
91 | 91 | <source>The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument.</source>
|
92 |
| - <target state="new">The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument.</target> |
| 92 | + <target state="translated">O "JsonConverterAttribute.Type" contém um argumento inválido ou inacessível.</target> |
93 | 93 | <note />
|
94 | 94 | </trans-unit>
|
95 | 95 | <trans-unit id="JsonStringEnumConverterNotSupportedMessageFormat">
|
96 | 96 | <source>The member '{0}' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead.</source>
|
97 |
| - <target state="new">The member '{0}' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead.</target> |
| 97 | + <target state="translated">O membro "{0}" foi anotado com "JsonStringEnumConverter" que não tem suporte na AOT nativa. Considere usar o genérico "JsonStringEnumConverter<TEnum>".</target> |
98 | 98 | <note />
|
99 | 99 | </trans-unit>
|
100 | 100 | <trans-unit id="JsonStringEnumConverterNotSupportedTitle">
|
101 | 101 | <source>The non-generic 'JsonStringEnumConverter' requires dynamic code.</source>
|
102 |
| - <target state="new">The non-generic 'JsonStringEnumConverter' requires dynamic code.</target> |
| 102 | + <target state="translated">O "JsonStringEnumConverter" não genérico requer código dinâmico.</target> |
103 | 103 | <note />
|
104 | 104 | </trans-unit>
|
105 | 105 | <trans-unit id="JsonUnsupportedLanguageVersionMessageFormat">
|
106 | 106 | <source>The System.Text.Json source generator is not available in C# '{0}'. Please use language version {1} or greater.</source>
|
107 |
| - <target state="new">The System.Text.Json source generator is not available in C# '{0}'. Please use language version {1} or greater.</target> |
| 107 | + <target state="translated">O gerador de fonte System.Text.Json não está disponível em C# '{0}'. Use a versão do idioma {1} ou superior.</target> |
108 | 108 | <note />
|
109 | 109 | </trans-unit>
|
110 | 110 | <trans-unit id="JsonUnsupportedLanguageVersionTitle">
|
111 | 111 | <source>C# language version not supported by the source generator.</source>
|
112 |
| - <target state="new">C# language version not supported by the source generator.</target> |
| 112 | + <target state="translated">Versão da linguagem C# não suportada pelo gerador de origem.</target> |
113 | 113 | <note />
|
114 | 114 | </trans-unit>
|
115 | 115 | <trans-unit id="MultipleJsonConstructorAttributeFormat">
|
116 | 116 | <source>Type '{0}' has multiple constructors annotated with 'JsonConstructorAttribute'.</source>
|
117 |
| - <target state="new">Type '{0}' has multiple constructors annotated with 'JsonConstructorAttribute'.</target> |
| 117 | + <target state="translated">O tipo '{0}' tem vários construtores anotados com 'JsonConstructorAttribute'.</target> |
118 | 118 | <note />
|
119 | 119 | </trans-unit>
|
120 | 120 | <trans-unit id="MultipleJsonConstructorAttributeTitle">
|
121 | 121 | <source>Type has multiple constructors annotated with JsonConstructorAttribute.</source>
|
122 |
| - <target state="new">Type has multiple constructors annotated with JsonConstructorAttribute.</target> |
| 122 | + <target state="translated">O tipo tem vários construtores anotados com JsonConstructorAttribute.</target> |
123 | 123 | <note />
|
124 | 124 | </trans-unit>
|
125 | 125 | <trans-unit id="MultipleJsonExtensionDataAttributeFormat">
|
126 | 126 | <source>Type '{0}' has multiple members annotated with 'JsonExtensionDataAttribute'.</source>
|
127 |
| - <target state="new">Type '{0}' has multiple members annotated with 'JsonExtensionDataAttribute'.</target> |
| 127 | + <target state="translated">Tipo '{0}' tem vários membros anotados com 'JsonExtensionDataAttribute'.</target> |
128 | 128 | <note />
|
129 | 129 | </trans-unit>
|
130 | 130 | <trans-unit id="MultipleJsonExtensionDataAttributeTitle">
|
131 | 131 | <source>Type has multiple members annotated with JsonExtensionDataAttribute.</source>
|
132 |
| - <target state="new">Type has multiple members annotated with JsonExtensionDataAttribute.</target> |
| 132 | + <target state="translated">Tipo tem vários membros anotados com JsonExtensionDataAttribute.</target> |
133 | 133 | <note />
|
134 | 134 | </trans-unit>
|
135 | 135 | <trans-unit id="TypeNotSupportedMessageFormat">
|
136 | 136 | <source>Did not generate serialization metadata for type '{0}'.</source>
|
137 |
| - <target state="new">Did not generate serialization metadata for type '{0}'.</target> |
| 137 | + <target state="translated">Não gerou metadados de serialização para o tipo '{0}'.</target> |
138 | 138 | <note />
|
139 | 139 | </trans-unit>
|
140 | 140 | <trans-unit id="TypeNotSupportedTitle">
|
141 | 141 | <source>Did not generate serialization metadata for type.</source>
|
142 |
| - <target state="new">Did not generate serialization metadata for type.</target> |
| 142 | + <target state="translated">Não gerou metadados de serialização para o tipo.</target> |
143 | 143 | <note />
|
144 | 144 | </trans-unit>
|
145 | 145 | </body>
|
|
0 commit comments