Skip to content

Commit 50d0418

Browse files
committed
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2823751
1 parent be7cc74 commit 50d0418

File tree

13 files changed

+1066
-26
lines changed

13 files changed

+1066
-26
lines changed

src/libraries/System.Text.Json/gen/Resources/xlf/Strings.cs.xlf

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,36 @@
2222
<target state="translated">Typ vlastnosti rozšíření dat není platný</target>
2323
<note />
2424
</trans-unit>
25+
<trans-unit id="DerivedJsonConverterAttributesNotSupportedMessageFormat">
26+
<source>The custom attribute '{0}' deriving from JsonConverterAttribute is not supported by the source generator.</source>
27+
<target state="translated">Generátor zdroje nepodporuje vlastní atribut „{0}“ odvozený od atributu JsonConverterAttribute.</target>
28+
<note />
29+
</trans-unit>
30+
<trans-unit id="DerivedJsonConverterAttributesNotSupportedTitle">
31+
<source>Attributes deriving from JsonConverterAttribute are not supported by the source generator.</source>
32+
<target state="translated">Zdrojový generátor nepodporuje atributy odvozené od atributu JsonConverterAttribute.</target>
33+
<note />
34+
</trans-unit>
2535
<trans-unit id="DuplicateTypeNameMessageFormat">
26-
<source>There are multiple types named {0}. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision.</source>
27-
<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>
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="translated">Existuje více typů s názvem „{0}“. Zdroj byl vygenerován pro první zjištěný zdroj. K vyřešení této kolize použijte JsonSerializableAttribute.TypeInfoPropertyName.</target>
2838
<note />
2939
</trans-unit>
3040
<trans-unit id="DuplicateTypeNameTitle">
3141
<source>Duplicate type name.</source>
3242
<target state="translated">Duplicitní název typu</target>
3343
<note />
3444
</trans-unit>
45+
<trans-unit id="FastPathPolymorphismNotSupportedMessageFormat">
46+
<source>Type '{0}' is annotated with 'JsonDerivedTypeAttribute' which is not supported in 'JsonSourceGenerationMode.Serialization'.</source>
47+
<target state="translated">Typ {0} je anotován atributem JsonDerivedTypeAttribute, který se v JsonSourceGenerationMode.Serialization nepodporuje.</target>
48+
<note />
49+
</trans-unit>
50+
<trans-unit id="FastPathPolymorphismNotSupportedTitle">
51+
<source>'JsonDerivedTypeAttribute' is not supported in 'JsonSourceGenerationMode.Serialization'.</source>
52+
<target state="translated">Atribut JsonDerivedTypeAttribute se v JsonSourceGenerationMode.Serialization nepodporuje.</target>
53+
<note />
54+
</trans-unit>
3555
<trans-unit id="InaccessibleJsonIncludePropertiesNotSupportedFormat">
3656
<source>The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator.</source>
3757
<target state="translated">Člen {0}.{1} má anotaci od JsonIncludeAttribute, ale není pro zdrojový generátor viditelný.</target>
@@ -52,6 +72,56 @@
5272
<target state="translated">Deserializace vlastností pouze pro inicializaci se v současnosti v režimu generování zdroje nepodporuje.</target>
5373
<note />
5474
</trans-unit>
75+
<trans-unit id="JsonConstructorInaccessibleMessageFormat">
76+
<source>The constructor on type '{0}' has been annotated with JsonConstructorAttribute but is not accessible by the source generator.</source>
77+
<target state="translated">Konstruktor typu {0} byl opatřen poznámkou s atributem JsonConstructorAttribute, ale zdrojový generátor k němu nemá přístup.</target>
78+
<note />
79+
</trans-unit>
80+
<trans-unit id="JsonConstructorInaccessibleTitle">
81+
<source>Constructor annotated with JsonConstructorAttribute is inaccessible.</source>
82+
<target state="translated">Konstruktor anotovaný atributem JsonConstructorAttribute je nepřístupný.</target>
83+
<note />
84+
</trans-unit>
85+
<trans-unit id="JsonConverterAttributeInvalidTypeMessageFormat">
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="translated">Typ JsonConverterAttribute {0} specifikovaný u členu {1} není typem konvertoru nebo neobsahuje přístupný konstruktor bez parametrů.</target>
88+
<note />
89+
</trans-unit>
90+
<trans-unit id="JsonConverterAttributeInvalidTypeTitle">
91+
<source>The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument.</source>
92+
<target state="translated">JsonConverterAttribute.Type obsahuje neplatný nebo nepřístupný argument.</target>
93+
<note />
94+
</trans-unit>
95+
<trans-unit id="JsonSerializableAttributeOnNonContextTypeMessageFormat">
96+
<source>The type '{0}' has been annotated with JsonSerializableAttribute but does not derive from JsonSerializerContext. No source code will be generated.</source>
97+
<target state="translated">Typ „{0}“ byl anotován atributem JsonSerializableAttribute, ale není odvozen od třídy JsonSerializerContext. Nebude vygenerován žádný zdrojový kód.</target>
98+
<note />
99+
</trans-unit>
100+
<trans-unit id="JsonSerializableAttributeOnNonContextTypeTitle">
101+
<source>Types annotated with JsonSerializableAttribute must be classes deriving from JsonSerializerContext.</source>
102+
<target state="translated">Typy anotované atributem JsonSerializableAttribute musí být třídy odvozené od třídy JsonSerializerContext.</target>
103+
<note />
104+
</trans-unit>
105+
<trans-unit id="JsonStringEnumConverterNotSupportedMessageFormat">
106+
<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>
107+
<target state="translated">Člen {0} byl opatřen poznámkou jsonStringEnumConverter, což není v nativním AOT podporováno. Zvažte použití obecného objektu JsonStringEnumConverter&lt;TEnum&gt;.</target>
108+
<note />
109+
</trans-unit>
110+
<trans-unit id="JsonStringEnumConverterNotSupportedTitle">
111+
<source>The non-generic 'JsonStringEnumConverter' requires dynamic code.</source>
112+
<target state="translated">Neobecný objekt JsonStringEnumConverter vyžaduje dynamický kód.</target>
113+
<note />
114+
</trans-unit>
115+
<trans-unit id="JsonUnsupportedLanguageVersionMessageFormat">
116+
<source>The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.</source>
117+
<target state="translated">Zdrojový generátor System.Text.Json není k dispozici v jazyce C# {0}. Použijte prosím jazykovou verzi {1} nebo vyšší.</target>
118+
<note />
119+
</trans-unit>
120+
<trans-unit id="JsonUnsupportedLanguageVersionTitle">
121+
<source>C# language version not supported by the source generator.</source>
122+
<target state="translated">Zdrojový generátor nepodporuje jazykovou verzi jazyka C#.</target>
123+
<note />
124+
</trans-unit>
55125
<trans-unit id="MultipleJsonConstructorAttributeFormat">
56126
<source>Type '{0}' has multiple constructors annotated with 'JsonConstructorAttribute'.</source>
57127
<target state="translated">Typ {0} má více konstruktorů anotovaných s JsonConstructorAttribute. </target>
@@ -72,6 +142,16 @@
72142
<target state="translated">Typ obsahuje více členů s komentářem JsonExtensionDataAttribute</target>
73143
<note />
74144
</trans-unit>
145+
<trans-unit id="TypeContainsRefLikeMemberFormat">
146+
<source>The type '{0}' includes the ref like property, field or constructor parameter '{1}'. No source code will be generated for the property, field or constructor.</source>
147+
<target state="translated">Typ {0} zahrnuje ref-like parametr vlastnosti, pole nebo konstruktoru {1}. Pro vlastnost, pole nebo konstruktor se nevygeneruje žádný zdrojový kód.</target>
148+
<note />
149+
</trans-unit>
150+
<trans-unit id="TypeContainsRefLikeMemberTitle">
151+
<source>Type includes ref like property, field or constructor parameter.</source>
152+
<target state="translated">Typ zahrnuje ref-like parametr vlastnosti, pole nebo konstruktoru.</target>
153+
<note />
154+
</trans-unit>
75155
<trans-unit id="TypeNotSupportedMessageFormat">
76156
<source>Did not generate serialization metadata for type '{0}'.</source>
77157
<target state="translated">Nevygenerovala se metadata serializace pro typ {0}.</target>

src/libraries/System.Text.Json/gen/Resources/xlf/Strings.de.xlf

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,36 @@
2222
<target state="translated">Der Typ der Datenerweiterungseigenschaft ist ungültig.</target>
2323
<note />
2424
</trans-unit>
25+
<trans-unit id="DerivedJsonConverterAttributesNotSupportedMessageFormat">
26+
<source>The custom attribute '{0}' deriving from JsonConverterAttribute is not supported by the source generator.</source>
27+
<target state="translated">Das von JsonConverterAttribute abgeleitete benutzerdefinierte Attribut "{0}" wird vom Quellgenerator nicht unterstützt.</target>
28+
<note />
29+
</trans-unit>
30+
<trans-unit id="DerivedJsonConverterAttributesNotSupportedTitle">
31+
<source>Attributes deriving from JsonConverterAttribute are not supported by the source generator.</source>
32+
<target state="translated">Von JsonConverterAttribute abgeleitete Attribute werden vom Quellgenerator nicht unterstützt.</target>
33+
<note />
34+
</trans-unit>
2535
<trans-unit id="DuplicateTypeNameMessageFormat">
26-
<source>There are multiple types named {0}. Source was generated for the first one detected. Use 'JsonSerializableAttribute.TypeInfoPropertyName' to resolve this collision.</source>
27-
<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>
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="translated">Es gibt mehrere Typen mit dem Namen "{0}". Die Quelle wurde für die erste erkannte Quelle generiert. Verwenden Sie "JsonSerializableAttribute.TypeInfoPropertyName", um diesen Konflikt zu beheben.</target>
2838
<note />
2939
</trans-unit>
3040
<trans-unit id="DuplicateTypeNameTitle">
3141
<source>Duplicate type name.</source>
3242
<target state="translated">Doppelter Typname</target>
3343
<note />
3444
</trans-unit>
45+
<trans-unit id="FastPathPolymorphismNotSupportedMessageFormat">
46+
<source>Type '{0}' is annotated with 'JsonDerivedTypeAttribute' which is not supported in 'JsonSourceGenerationMode.Serialization'.</source>
47+
<target state="translated">Der Typ „{0}“ ist mit „JsonDerivedTypeAttribute“ versehen, was in „JsonSourceGenerationMode.Serialization“ nicht unterstützt wird.</target>
48+
<note />
49+
</trans-unit>
50+
<trans-unit id="FastPathPolymorphismNotSupportedTitle">
51+
<source>'JsonDerivedTypeAttribute' is not supported in 'JsonSourceGenerationMode.Serialization'.</source>
52+
<target state="translated">„JsonDerivedTypeAttribute“ wird in „JsonSourceGenerationMode.Serialization“ nicht unterstützt.</target>
53+
<note />
54+
</trans-unit>
3555
<trans-unit id="InaccessibleJsonIncludePropertiesNotSupportedFormat">
3656
<source>The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator.</source>
3757
<target state="translated">Der Member "{0}. {1}" wurde mit dem JsonIncludeAttribute versehen, ist jedoch für den Quellgenerator nicht sichtbar.</target>
@@ -52,6 +72,56 @@
5272
<target state="translated">Die Deserialisierung von reinen init-Eigenschaften wird im Quellgenerierungsmodus derzeit nicht unterstützt.</target>
5373
<note />
5474
</trans-unit>
75+
<trans-unit id="JsonConstructorInaccessibleMessageFormat">
76+
<source>The constructor on type '{0}' has been annotated with JsonConstructorAttribute but is not accessible by the source generator.</source>
77+
<target state="translated">Der Konstruktor für den Typ "{0}" wurde mit dem Kommentar "JsonConstructorAttribute" versehen, aber der Quellgenerator kann nicht darauf zugreifen.</target>
78+
<note />
79+
</trans-unit>
80+
<trans-unit id="JsonConstructorInaccessibleTitle">
81+
<source>Constructor annotated with JsonConstructorAttribute is inaccessible.</source>
82+
<target state="translated">Auf den Konstruktor mit dem Kommentar "JsonConstructorAttribute" kann nicht zugegriffen werden.</target>
83+
<note />
84+
</trans-unit>
85+
<trans-unit id="JsonConverterAttributeInvalidTypeMessageFormat">
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="translated">Der für den Member "{1}" angegebene JsonConverterAttribute-Typ "{0}" ist kein Konvertertyp oder enthält keinen parameterlosen Konstruktor, auf den zugegriffen werden kann.</target>
88+
<note />
89+
</trans-unit>
90+
<trans-unit id="JsonConverterAttributeInvalidTypeTitle">
91+
<source>The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument.</source>
92+
<target state="translated">"JsonConverterAttribute.Type" enthält ein ungültiges oder nicht zugängliches Argument.</target>
93+
<note />
94+
</trans-unit>
95+
<trans-unit id="JsonSerializableAttributeOnNonContextTypeMessageFormat">
96+
<source>The type '{0}' has been annotated with JsonSerializableAttribute but does not derive from JsonSerializerContext. No source code will be generated.</source>
97+
<target state="translated">Der Typ "{0}" wurde mit JsonSerializableAttribute kommentiert, ist aber nicht von JsonSerializerContext abgeleitet. Es wird kein Quellcode generiert.</target>
98+
<note />
99+
</trans-unit>
100+
<trans-unit id="JsonSerializableAttributeOnNonContextTypeTitle">
101+
<source>Types annotated with JsonSerializableAttribute must be classes deriving from JsonSerializerContext.</source>
102+
<target state="translated">Mit JsonSerializableAttribute kommentierte Typen müssen Klassen sein, die von JsonSerializerContext abgeleitet werden.</target>
103+
<note />
104+
</trans-unit>
105+
<trans-unit id="JsonStringEnumConverterNotSupportedMessageFormat">
106+
<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>
107+
<target state="translated">Der Member "{0}" wurde mit "JsonStringEnumConverter" kommentiert, was in nativem AOT nicht unterstützt wird. Erwägen Sie stattdessen die Verwendung des generischen "JsonStringEnumConverter&lt;TEnum&gt;".</target>
108+
<note />
109+
</trans-unit>
110+
<trans-unit id="JsonStringEnumConverterNotSupportedTitle">
111+
<source>The non-generic 'JsonStringEnumConverter' requires dynamic code.</source>
112+
<target state="translated">Der nicht generische "JsonStringEnumConverter" erfordert dynamischen Code.</target>
113+
<note />
114+
</trans-unit>
115+
<trans-unit id="JsonUnsupportedLanguageVersionMessageFormat">
116+
<source>The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.</source>
117+
<target state="translated">Der System.Text.Json-Quellgenerator ist in C# {0} nicht verfügbar. Verwenden Sie die Sprachversion {1} oder höher.</target>
118+
<note />
119+
</trans-unit>
120+
<trans-unit id="JsonUnsupportedLanguageVersionTitle">
121+
<source>C# language version not supported by the source generator.</source>
122+
<target state="translated">Die C#-Sprachversion wird vom Quellgenerator nicht unterstützt.</target>
123+
<note />
124+
</trans-unit>
55125
<trans-unit id="MultipleJsonConstructorAttributeFormat">
56126
<source>Type '{0}' has multiple constructors annotated with 'JsonConstructorAttribute'.</source>
57127
<target state="translated">Typ "{0}" weist mehrere Konstruktoren mit dem Kommentar "JsonConstructorAttribute" auf.</target>
@@ -72,6 +142,16 @@
72142
<target state="translated">Der Typ enthält mehrere Elemente, die mit dem JsonExtensionDataAttribute versehen sind.</target>
73143
<note />
74144
</trans-unit>
145+
<trans-unit id="TypeContainsRefLikeMemberFormat">
146+
<source>The type '{0}' includes the ref like property, field or constructor parameter '{1}'. No source code will be generated for the property, field or constructor.</source>
147+
<target state="translated">Der Typ „{0}“ enthält die Verweise wie Eigenschaft, Feld oder Konstruktorparameter „{1}“. Für die Eigenschaft, das Feld oder den Konstruktor wird kein Quellcode generiert.</target>
148+
<note />
149+
</trans-unit>
150+
<trans-unit id="TypeContainsRefLikeMemberTitle">
151+
<source>Type includes ref like property, field or constructor parameter.</source>
152+
<target state="translated">Der Typ enthält Verweise wie Eigenschaft, Feld oder Konstruktorparameter.</target>
153+
<note />
154+
</trans-unit>
75155
<trans-unit id="TypeNotSupportedMessageFormat">
76156
<source>Did not generate serialization metadata for type '{0}'.</source>
77157
<target state="translated">Die Serialisierungsmetadaten für den Typ "{0}" wurden nicht generiert.</target>

0 commit comments

Comments
 (0)