|
1 | 1 | { |
2 | | - "Default Value": "Standardwert", |
3 | | - "json.schema.invalidref": "$ref '{0}' in '{1}' kann nicht aufgelöst werden.", |
4 | | - "json.schema.problemloadingref": "Probleme beim Laden der Referenz '{0}': {1}", |
5 | | - "json.schema.nocontent": "Schema konnte nicht von '{0}' geladen werden: Kein Inhalt.", |
6 | | - "json.schema.invalidFormat": "Inhalt von '{0}' konnte nicht analysiert werden: Analysefehler in Zeile:{1}, Spalte:{2}", |
7 | | - "json.schema.invalidSchema": "Schema '{0}' ist ungültig: {1}", |
8 | | - "colorHexFormatWarning": "Ungültiges Farbformat. Verwenden Sie #RGB, #RGBA, #RRGGBB oder #RRGGBBAA.", |
9 | | - "dateTimeFormatWarning": "Zeichenfolge ist kein RFC3339-Datum-Zeit-Wert.", |
10 | | - "dateFormatWarning": "Zeichenfolge ist kein RFC3339-Datum.", |
11 | | - "timeFormatWarning": "Zeichenfolge ist keine RFC3339-Zeit.", |
12 | | - "emailFormatWarning": "Zeichenfolge ist keine E-Mail-Adresse.", |
13 | | - "ipv4FormatWarning": "Zeichenfolge entspricht nicht dem IPv4-Format.", |
14 | | - "ipv6FormatWarning": "Zeichenfolge entspricht nicht dem IPv6-Format.", |
15 | | - "enumWarning": "Wert wird nicht akzeptiert. Gültige Werte: {0}.", |
16 | | - "typeArrayMismatchWarning": "Falscher Typ. Erwartet wird einer von {0}.", |
17 | | - "notSchemaWarning": "Entspricht einem Schema, das nicht zulässig ist.", |
18 | | - "oneOfWarning": "Entspricht mehreren Schemata, obwohl nur eines gültig sein darf.", |
19 | | - "ifFilePatternAssociation": "filePatternAssociation '{0}' stimmt nicht mit der Dokument-URI '{1}' überein", |
20 | | - "multipleOfWarning": "Wert ist nicht durch {0} teilbar.", |
21 | | - "exclusiveMinimumWarning": "Wert liegt unter dem exklusiven Minimum von {0}.", |
22 | | - "exclusiveMaximumWarning": "Wert liegt über dem exklusiven Maximum von {0}.", |
23 | | - "minimumWarning": "Wert liegt unter dem Minimum von {0}.", |
24 | | - "maximumWarning": "Wert liegt über dem Maximum von {0}.", |
25 | | - "minLengthWarning": "Zeichenfolge ist kürzer als die minimale Länge von {0}.", |
26 | | - "maxLengthWarning": "Zeichenfolge ist länger als die maximale Länge von {0}.", |
27 | | - "patternWarning": "Zeichenfolge stimmt nicht mit dem Muster \"{0}\" überein.", |
28 | | - "uriEmpty": "URI erwartet.", |
29 | | - "uriSchemeMissing": "URI mit Schema wird erwartet.", |
30 | | - "uriFormatWarning": "Zeichenfolge ist keine gültige URI: {0}", |
31 | | - "additionalItemsWarning": "Array hat zu viele Elemente laut Schema. Erwartet: {0} oder weniger.", |
32 | | - "requiredItemMissingWarning": "Array enthält das erforderliche Element nicht.", |
33 | | - "minItemsWarning": "Array hat zu wenige Elemente. Erwartet: {0} oder mehr.", |
34 | | - "maxItemsWarning": "Array hat zu viele Elemente. Erwartet: {0} oder weniger.", |
35 | | - "uniqueItemsWarning": "Array enthält doppelte Elemente.", |
36 | | - "DisallowedExtraPropWarning": "Eigenschaft {0} ist nicht erlaubt.", |
37 | | - "MaxPropWarning": "Objekt hat mehr Eigenschaften als das Limit von {0}.", |
38 | | - "MinPropWarning": "Objekt hat weniger Eigenschaften als die erforderliche Anzahl von {0}.", |
39 | | - "RequiredDependentPropWarning": "Objekt fehlt die Eigenschaft {0}, die von Eigenschaft {1} benötigt wird.", |
| 2 | + "Default value": "Standardwert", |
| 3 | + "$ref '{0}' in '{1}' cannot be resolved.": "$ref '{0}' in '{1}' kann nicht aufgelöst werden.", |
| 4 | + "Problems loading reference '{0}': {1}": "Probleme beim Laden der Referenz '{0}': {1}", |
| 5 | + "Unable to load schema from '{0}': No content.": "Schema konnte nicht von '{0}' geladen werden: Kein Inhalt.", |
| 6 | + "Unable to load schema from '{0}': No content. {1}": "Schema konnte nicht von '{0}' geladen werden: Kein Inhalt. {1}", |
| 7 | + "Unable to parse content from '{0}': Parse error at line: {1} column: {2}": "Inhalt von '{0}' konnte nicht analysiert werden: Analysefehler in Zeile:{1}, Spalte:{2}", |
| 8 | + "Schema '{0}' is not valid: {1}": "Schema '{0}' ist ungültig: {1}", |
| 9 | + "Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA.": "Ungültiges Farbformat. Verwenden Sie #RGB, #RGBA, #RRGGBB oder #RRGGBBAA.", |
| 10 | + "String is not a RFC3339 date-time.": "Zeichenfolge ist kein RFC3339-Datum-Zeit-Wert.", |
| 11 | + "String is not a RFC3339 date.": "Zeichenfolge ist kein RFC3339-Datum.", |
| 12 | + "String is not a RFC3339 time.": "Zeichenfolge ist keine RFC3339-Zeit.", |
| 13 | + "String is not an e-mail address.": "Zeichenfolge ist keine E-Mail-Adresse.", |
| 14 | + "String does not match IPv4 format.": "Zeichenfolge entspricht nicht dem IPv4-Format.", |
| 15 | + "String does not match IPv6 format.": "Zeichenfolge entspricht nicht dem IPv6-Format.", |
| 16 | + "Value is not accepted. Valid values: {0}.": "Wert wird nicht akzeptiert. Gültige Werte: {0}.", |
| 17 | + "Incorrect type. Expected one of {0}.": "Falscher Typ. Erwartet wird einer von {0}.", |
| 18 | + "Matches a schema that is not allowed.": "Entspricht einem Schema, das nicht zulässig ist.", |
| 19 | + "Matches multiple schemas when only one must validate.": "Entspricht mehreren Schemata, obwohl nur eines gültig sein darf.", |
| 20 | + "filePatternAssociation '{0}' does not match with doc uri '{1}'": "filePatternAssociation '{0}' stimmt nicht mit der Dokument-URI '{1}' überein", |
| 21 | + "Value is not divisible by {0}.": "Wert ist nicht durch {0} teilbar.", |
| 22 | + "Value is below the exclusive minimum of {0}.": "Wert liegt unter dem exklusiven Minimum von {0}.", |
| 23 | + "Value is above the exclusive maximum of {0}.": "Wert liegt über dem exklusiven Maximum von {0}.", |
| 24 | + "Value is below the minimum of {0}.": "Wert liegt unter dem Minimum von {0}.", |
| 25 | + "Value is above the maximum of {0}.": "Wert liegt über dem Maximum von {0}.", |
| 26 | + "String is shorter than the minimum length of {0}.": "Zeichenfolge ist kürzer als die minimale Länge von {0}.", |
| 27 | + "String is longer than the maximum length of {0}.": "Zeichenfolge ist länger als die maximale Länge von {0}.", |
| 28 | + "String does not match the pattern of \"{0}\".": "Zeichenfolge stimmt nicht mit dem Muster \"{0}\" überein.", |
| 29 | + "URI expected.": "URI erwartet.", |
| 30 | + "URI with a scheme is expected.": "URI mit Schema wird erwartet.", |
| 31 | + "String is not a URI: {0}": "Zeichenfolge ist keine gültige URI: {0}", |
| 32 | + "Array has too many items according to schema. Expected {0} or fewer.": "Array hat zu viele Elemente laut Schema. Erwartet: {0} oder weniger.", |
| 33 | + "Array does not contain required item.": "Array enthält das erforderliche Element nicht.", |
| 34 | + "Array has too few items. Expected {0} or more.": "Array hat zu wenige Elemente. Erwartet: {0} oder mehr.", |
| 35 | + "Array has too many items. Expected {0} or fewer.": "Array hat zu viele Elemente. Erwartet: {0} oder weniger.", |
| 36 | + "Array has duplicate items.": "Array enthält doppelte Elemente.", |
| 37 | + "Property {0} is not allowed.": "Eigenschaft {0} ist nicht erlaubt.", |
| 38 | + "Object has more properties than limit of {0}.": "Objekt hat mehr Eigenschaften als das Limit von {0}.", |
| 39 | + "Object has fewer properties than the required number of {0}": "Objekt hat weniger Eigenschaften als die erforderliche Anzahl von {0}.", |
| 40 | + "Object is missing property {0} required by property {1}.": "Objekt fehlt die Eigenschaft {0}, die von Eigenschaft {1} benötigt wird.", |
40 | 41 | "Inline schema": "Inline-Schema", |
41 | | - "create.item.array": "Ein Element eines Arrays erstellen{0}{1}", |
42 | | - "array.item": "- (Array-Element) ", |
43 | | - "allowedValues": "Erlaubte Werte:", |
44 | | - "example": "Beispiel:", |
45 | | - "source": "Quelle: [{0}]({1})", |
46 | | - "jumpToSchema": "Zur Schema-Position springen ({0})", |
47 | | - "convertToSpace": "Tab in Leerzeichen umwandeln", |
48 | | - "convertAllSpaceToTab": "Alle Tabs in Leerzeichen umwandeln", |
49 | | - "deleteUnusedAnchor": "Nicht verwendeten Anker löschen: {0}", |
50 | | - "convertToBoolean": "In Boolean umwandeln", |
51 | | - "convertToBlockStyle": "In Blockstil {0} umwandeln", |
52 | | - "fixKeyOrderToMap": "Schlüsselreihenfolge für diese Map korrigieren", |
53 | | - "flowStyleMapForbidden": "Flow-Stil-Mapping ist verboten", |
54 | | - "flowStyleSeqForbidden": "Flow-Stil-Sequenz ist verboten", |
55 | | - "unUsedAnchor": "Nicht verwendeter Anker \"{0}\"", |
56 | | - "unUsedAlias": "Nicht aufgelöstes Alias \"{0}\"" |
| 42 | + "Create an item of an array{0}{1}": "Ein Element eines Arrays erstellen{0}{1}", |
| 43 | + "- (array item) ": "- (Array-Element) ", |
| 44 | + "Allowed Values:": "Erlaubte Werte:", |
| 45 | + "Example:": "Beispiel:", |
| 46 | + "Source: [{0}]({1})": "Quelle: [{0}]({1})", |
| 47 | + "Jump to schema location ({0})": "Zur Schema-Position springen ({0})", |
| 48 | + "Convert Tab to Spaces": "Tab in Leerzeichen umwandeln", |
| 49 | + "Convert all Tabs to Spaces": "Alle Tabs in Leerzeichen umwandeln", |
| 50 | + "Delete unused anchor: {0}": "Nicht verwendeten Anker löschen: {0}", |
| 51 | + "Convert to boolean": "In Boolean umwandeln", |
| 52 | + "Convert to block style {0}": "In Blockstil {0} umwandeln", |
| 53 | + "Fix key order for this map": "Schlüsselreihenfolge für diese Map korrigieren", |
| 54 | + "Flow style mapping is forbidden": "Flow-Stil-Mapping ist verboten", |
| 55 | + "Flow style sequence is forbidden": "Flow-Stil-Sequenz ist verboten", |
| 56 | + "Unused anchor \"{0}\"": "Nicht verwendeter Anker \"{0}\"", |
| 57 | + "Unresolved alias \"{0}\"": "Nicht aufgelöstes Alias \"{0}\"" |
57 | 58 | } |
0 commit comments