Skip to content

Commit 9500e4d

Browse files
authoredJul 24, 2023
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2227046 (dotnet#89321)
1 parent b06b325 commit 9500e4d

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
 

‎src/libraries/System.Text.Json/gen/Resources/xlf/Strings.pt-BR.xlf

+26-26
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
<body>
55
<trans-unit id="ContextClassesMustBePartialMessageFormat">
66
<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>
88
<note />
99
</trans-unit>
1010
<trans-unit id="ContextClassesMustBePartialTitle">
1111
<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>
1313
<note />
1414
</trans-unit>
1515
<trans-unit id="DataExtensionPropertyInvalidFormat">
1616
<source>The data extension property '{0}.{1}' is invalid. It must implement 'IDictionary&lt;string, JsonElement&gt;' or 'IDictionary&lt;string, object&gt;', or be 'JsonObject'.</source>
17-
<target state="new">The data extension property '{0}.{1}' is invalid. It must implement 'IDictionary&lt;string, JsonElement&gt;' or 'IDictionary&lt;string, object&gt;', or be 'JsonObject'.</target>
17+
<target state="translated">A propriedade da extensão de dados '{0}.{1}' é inválida. Deve implementar 'IDictionary&lt;string, JsonElement&gt;' ou 'IDictionary&lt;string, object&gt;', ou ter 'JsonObject'.</target>
1818
<note />
1919
</trans-unit>
2020
<trans-unit id="DataExtensionPropertyInvalidTitle">
2121
<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>
2323
<note />
2424
</trans-unit>
2525
<trans-unit id="DerivedJsonConverterAttributesNotSupportedMessageFormat">
@@ -34,112 +34,112 @@
3434
</trans-unit>
3535
<trans-unit id="DuplicateTypeNameMessageFormat">
3636
<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>
3838
<note />
3939
</trans-unit>
4040
<trans-unit id="DuplicateTypeNameTitle">
4141
<source>Duplicate type name.</source>
42-
<target state="new">Duplicate type name.</target>
42+
<target state="translated">Nome de tipo duplicado.</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="FastPathPolymorphismNotSupportedMessageFormat">
4646
<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>
4848
<note />
4949
</trans-unit>
5050
<trans-unit id="FastPathPolymorphismNotSupportedTitle">
5151
<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>
5353
<note />
5454
</trans-unit>
5555
<trans-unit id="InaccessibleJsonIncludePropertiesNotSupportedFormat">
5656
<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>
5858
<note />
5959
</trans-unit>
6060
<trans-unit id="InaccessibleJsonIncludePropertiesNotSupportedTitle">
6161
<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>
6363
<note />
6464
</trans-unit>
6565
<trans-unit id="InitOnlyPropertyDeserializationNotSupportedFormat">
6666
<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>
6868
<note />
6969
</trans-unit>
7070
<trans-unit id="InitOnlyPropertyDeserializationNotSupportedTitle">
7171
<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>
7373
<note />
7474
</trans-unit>
7575
<trans-unit id="JsonConstructorInaccessibleMessageFormat">
7676
<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>
7878
<note />
7979
</trans-unit>
8080
<trans-unit id="JsonConstructorInaccessibleTitle">
8181
<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>
8383
<note />
8484
</trans-unit>
8585
<trans-unit id="JsonConverterAttributeInvalidTypeMessageFormat">
8686
<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>
8888
<note />
8989
</trans-unit>
9090
<trans-unit id="JsonConverterAttributeInvalidTypeTitle">
9191
<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>
9393
<note />
9494
</trans-unit>
9595
<trans-unit id="JsonStringEnumConverterNotSupportedMessageFormat">
9696
<source>The member '{0}' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter&lt;TEnum&gt;' 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&lt;TEnum&gt;' 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&lt;TEnum&gt;".</target>
9898
<note />
9999
</trans-unit>
100100
<trans-unit id="JsonStringEnumConverterNotSupportedTitle">
101101
<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>
103103
<note />
104104
</trans-unit>
105105
<trans-unit id="JsonUnsupportedLanguageVersionMessageFormat">
106106
<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>
108108
<note />
109109
</trans-unit>
110110
<trans-unit id="JsonUnsupportedLanguageVersionTitle">
111111
<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>
113113
<note />
114114
</trans-unit>
115115
<trans-unit id="MultipleJsonConstructorAttributeFormat">
116116
<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>
118118
<note />
119119
</trans-unit>
120120
<trans-unit id="MultipleJsonConstructorAttributeTitle">
121121
<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>
123123
<note />
124124
</trans-unit>
125125
<trans-unit id="MultipleJsonExtensionDataAttributeFormat">
126126
<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>
128128
<note />
129129
</trans-unit>
130130
<trans-unit id="MultipleJsonExtensionDataAttributeTitle">
131131
<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>
133133
<note />
134134
</trans-unit>
135135
<trans-unit id="TypeNotSupportedMessageFormat">
136136
<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>
138138
<note />
139139
</trans-unit>
140140
<trans-unit id="TypeNotSupportedTitle">
141141
<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>
143143
<note />
144144
</trans-unit>
145145
</body>

0 commit comments

Comments
 (0)
Please sign in to comment.