Strings.de.xlf 5.4 KB
Newer Older
1 2 3 4
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
  <file datatype="xml" source-language="en" target-language="de" original="../Strings.resx">
    <body>
5 6
      <trans-unit id="CollectionNotSupported">
        <source>The collection type is not supported: '{0}'.</source>
7
        <target state="translated">Der Sammlungstyp wird nicht unterstützt: "{0}".</target>
8 9
        <note />
      </trans-unit>
10 11
      <trans-unit id="CouldNotDetermineTypeInfoMessageFormat">
        <source>Binding logic was not generated for a binder call. Unsupported input patterns include generic calls and passing boxed objects.</source>
12
        <target state="translated">Für einen Binderaufruf wurde keine Bindungslogik generiert. Nicht unterstützte Eingabemuster umfassen generische Aufrufe und übergeben geschachtelte Objekte.</target>
13 14 15 16
        <note />
      </trans-unit>
      <trans-unit id="CouldNotDetermineTypeInfoTitle">
        <source>The target type for a binder call could not be determined</source>
17
        <target state="translated">Der Zieltyp für einen Binderaufruf konnte nicht bestimmt werden.</target>
18 19
        <note />
      </trans-unit>
20 21
      <trans-unit id="DictionaryKeyNotSupported">
        <source>The dictionary key type is not supported: '{0}'.</source>
22
        <target state="translated">Der Wörterbuchschlüsseltyp wird nicht unterstützt: "{0}".</target>
23 24 25 26
        <note />
      </trans-unit>
      <trans-unit id="ElementTypeNotSupported">
        <source>The collection element type is not supported: '{0}'.</source>
27
        <target state="translated">Der Auflistungselementtyp wird nicht unterstützt: "{0}".</target>
28 29
        <note />
      </trans-unit>
30
      <trans-unit id="Language VersionIsNotSupportedMessageFormat">
31
        <source>The project's language version has to be at least 'C# 12'.</source>
32
        <target state="new">The project's language version has to be at least 'C# 12'.</target>
33 34 35
        <note />
      </trans-unit>
      <trans-unit id="LanguageVersionIsNotSupportedTitle">
36
        <source>Language version is required to be at least C# 12</source>
37
        <target state="new">Language version is required to be at least C# 12</target>
38 39
        <note />
      </trans-unit>
40 41
      <trans-unit id="MissingPublicInstanceConstructor">
        <source>Cannot create instance of type '{0}' because it is missing a public instance constructor.</source>
42
        <target state="translated">Die Instanz vom Typ "{0}" kann nicht erstellt werden, weil ein öffentlicher Instanzkonstruktor fehlt.</target>
43 44
        <note />
      </trans-unit>
45 46
      <trans-unit id="MultiDimArraysNotSupported">
        <source>Multidimensional arrays are not supported: '{0}'.</source>
47
        <target state="translated">Mehrdimensionale Arrays werden nicht unterstützt: "{0}".</target>
48 49
        <note />
      </trans-unit>
50 51
      <trans-unit id="MultipleParameterizedConstructors">
        <source>Cannot create instance of type '{0}' because it has multiple public parameterized constructors.</source>
52
        <target state="translated">Die Instanz vom Typ "{0}" kann nicht erstellt werden, weil sie über mehrere öffentliche parametrisierte Konstruktoren verfügt.</target>
53 54 55 56
        <note />
      </trans-unit>
      <trans-unit id="NullableUnderlyingTypeNotSupported">
        <source>Nullable underlying type is not supported: '{0}'.</source>
57
        <target state="translated">Der zugrunde liegende Typ, der NULL-Werte zulässt, wird nicht unterstützt: "{0}".</target>
58 59
        <note />
      </trans-unit>
60 61
      <trans-unit id="PropertyNotSupportedMessageFormat">
        <source>Property '{0}' on type '{1}' is not supported.</source>
62
        <target state="translated">Die Eigenschaft „{0}“ für den Typ „{1}“ wird nicht unterstützt.</target>
63 64 65
        <note />
      </trans-unit>
      <trans-unit id="PropertyNotSupportedTitle">
66
        <source>Did not generate binding logic for a property on a type</source>
67
        <target state="translated">Für eine Eigenschaft eines Typs wurde keine Bindungslogik generiert</target>
68 69
        <note />
      </trans-unit>
70 71
      <trans-unit id="TypeNotSupported">
        <source>The type is not supported: '{0}'.</source>
72
        <target state="translated">Der Typ wird nicht unterstützt: "{0}".</target>
73 74 75
        <note />
      </trans-unit>
      <trans-unit id="TypeNotSupportedTitle">
76
        <source>Did not generate binding logic for a type</source>
77
        <target state="translated">Für einen Typ wurde keine Bindungslogik generiert</target>
78 79
        <note />
      </trans-unit>
80 81
      <trans-unit id="ValueTypesInvalidForBindMessageFormat">
        <source>Binding logic was not generated for a binder call with target type '{0}'. Value types are invalid inputs to configuration 'Bind' methods.</source>
82
        <target state="translated">Für einen Binderaufruf mit dem Zieltyp "{0}" wurde keine Bindungslogik generiert. Werttypen sind ungültige Eingaben für die Konfiguration von Bind-Methoden.</target>
83 84 85 86
        <note />
      </trans-unit>
      <trans-unit id="ValueTypesInvalidForBindTitle">
        <source>Value types are invalid inputs to configuration 'Bind' methods</source>
87
        <target state="translated">Werttypen sind ungültige Eingaben für die Konfiguration von Bind-Methoden.</target>
88 89
        <note />
      </trans-unit>
90 91 92
    </body>
  </file>
</xliff>