forked from redhat-developer/yaml-language-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle.l10n.de.json
More file actions
58 lines (58 loc) · 4.75 KB
/
bundle.l10n.de.json
File metadata and controls
58 lines (58 loc) · 4.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"Default value": "Standardwert",
"$ref '{0}' in '{1}' cannot be resolved.": "$ref '{0}' in '{1}' kann nicht aufgelöst werden.",
"Problems loading reference '{0}': {1}": "Probleme beim Laden der Referenz '{0}': {1}",
"Unable to load schema from '{0}': No content.": "Schema konnte nicht von '{0}' geladen werden: Kein Inhalt.",
"Unable to load schema from '{0}': No content. {1}": "Schema konnte nicht von '{0}' geladen werden: Kein Inhalt. {1}",
"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}",
"Schema '{0}' is not valid: {1}": "Schema '{0}' ist ungültig: {1}",
"Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA.": "Ungültiges Farbformat. Verwenden Sie #RGB, #RGBA, #RRGGBB oder #RRGGBBAA.",
"String is not a RFC3339 date-time.": "Zeichenfolge ist kein RFC3339-Datum-Zeit-Wert.",
"String is not a RFC3339 date.": "Zeichenfolge ist kein RFC3339-Datum.",
"String is not a RFC3339 time.": "Zeichenfolge ist keine RFC3339-Zeit.",
"String is not an e-mail address.": "Zeichenfolge ist keine E-Mail-Adresse.",
"String does not match IPv4 format.": "Zeichenfolge entspricht nicht dem IPv4-Format.",
"String does not match IPv6 format.": "Zeichenfolge entspricht nicht dem IPv6-Format.",
"Value is not accepted. Valid values: {0}.": "Wert wird nicht akzeptiert. Gültige Werte: {0}.",
"Incorrect type. Expected one of {0}.": "Falscher Typ. Erwartet wird einer von {0}.",
"Matches a schema that is not allowed.": "Entspricht einem Schema, das nicht zulässig ist.",
"Matches multiple schemas when only one must validate.": "Entspricht mehreren Schemata, obwohl nur eines gültig sein darf.",
"filePatternAssociation '{0}' does not match with doc uri '{1}'": "filePatternAssociation '{0}' stimmt nicht mit der Dokument-URI '{1}' überein",
"Value is not divisible by {0}.": "Wert ist nicht durch {0} teilbar.",
"Value is below the exclusive minimum of {0}.": "Wert liegt unter dem exklusiven Minimum von {0}.",
"Value is above the exclusive maximum of {0}.": "Wert liegt über dem exklusiven Maximum von {0}.",
"Value is below the minimum of {0}.": "Wert liegt unter dem Minimum von {0}.",
"Value is above the maximum of {0}.": "Wert liegt über dem Maximum von {0}.",
"String is shorter than the minimum length of {0}.": "Zeichenfolge ist kürzer als die minimale Länge von {0}.",
"String is longer than the maximum length of {0}.": "Zeichenfolge ist länger als die maximale Länge von {0}.",
"String does not match the pattern of \"{0}\".": "Zeichenfolge stimmt nicht mit dem Muster \"{0}\" überein.",
"URI expected.": "URI erwartet.",
"URI with a scheme is expected.": "URI mit Schema wird erwartet.",
"String is not a URI: {0}": "Zeichenfolge ist keine gültige URI: {0}",
"Array has too many items according to schema. Expected {0} or fewer.": "Array hat zu viele Elemente laut Schema. Erwartet: {0} oder weniger.",
"Array does not contain required item.": "Array enthält das erforderliche Element nicht.",
"Array has too few items. Expected {0} or more.": "Array hat zu wenige Elemente. Erwartet: {0} oder mehr.",
"Array has too many items. Expected {0} or fewer.": "Array hat zu viele Elemente. Erwartet: {0} oder weniger.",
"Array has duplicate items.": "Array enthält doppelte Elemente.",
"Property {0} is not allowed.": "Eigenschaft {0} ist nicht erlaubt.",
"Object has more properties than limit of {0}.": "Objekt hat mehr Eigenschaften als das Limit von {0}.",
"Object has fewer properties than the required number of {0}": "Objekt hat weniger Eigenschaften als die erforderliche Anzahl von {0}.",
"Object is missing property {0} required by property {1}.": "Objekt fehlt die Eigenschaft {0}, die von Eigenschaft {1} benötigt wird.",
"Inline schema": "Inline-Schema",
"Create an item of an array{0}{1}": "Ein Element eines Arrays erstellen{0}{1}",
"- (array item) ": "- (Array-Element) ",
"Allowed Values:": "Erlaubte Werte:",
"Example:": "Beispiel:",
"Source: [{0}]({1})": "Quelle: [{0}]({1})",
"Jump to schema location ({0})": "Zur Schema-Position springen ({0})",
"Convert Tab to Spaces": "Tab in Leerzeichen umwandeln",
"Convert all Tabs to Spaces": "Alle Tabs in Leerzeichen umwandeln",
"Delete unused anchor: {0}": "Nicht verwendeten Anker löschen: {0}",
"Convert to boolean": "In Boolean umwandeln",
"Convert to block style {0}": "In Blockstil {0} umwandeln",
"Fix key order for this map": "Schlüsselreihenfolge für diese Map korrigieren",
"Flow style mapping is forbidden": "Flow-Stil-Mapping ist verboten",
"Flow style sequence is forbidden": "Flow-Stil-Sequenz ist verboten",
"Unused anchor \"{0}\"": "Nicht verwendeter Anker \"{0}\"",
"Unresolved alias \"{0}\"": "Nicht aufgelöstes Alias \"{0}\""
}