Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 55 additions & 54 deletions l10n/bundle.l10n.de.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,58 @@
{
"Default Value": "Standardwert",
"json.schema.invalidref": "$ref '{0}' in '{1}' kann nicht aufgelöst werden.",
"json.schema.problemloadingref": "Probleme beim Laden der Referenz '{0}': {1}",
"json.schema.nocontent": "Schema konnte nicht von '{0}' geladen werden: Kein Inhalt.",
"json.schema.invalidFormat": "Inhalt von '{0}' konnte nicht analysiert werden: Analysefehler in Zeile:{1}, Spalte:{2}",
"json.schema.invalidSchema": "Schema '{0}' ist ungültig: {1}",
"colorHexFormatWarning": "Ungültiges Farbformat. Verwenden Sie #RGB, #RGBA, #RRGGBB oder #RRGGBBAA.",
"dateTimeFormatWarning": "Zeichenfolge ist kein RFC3339-Datum-Zeit-Wert.",
"dateFormatWarning": "Zeichenfolge ist kein RFC3339-Datum.",
"timeFormatWarning": "Zeichenfolge ist keine RFC3339-Zeit.",
"emailFormatWarning": "Zeichenfolge ist keine E-Mail-Adresse.",
"ipv4FormatWarning": "Zeichenfolge entspricht nicht dem IPv4-Format.",
"ipv6FormatWarning": "Zeichenfolge entspricht nicht dem IPv6-Format.",
"enumWarning": "Wert wird nicht akzeptiert. Gültige Werte: {0}.",
"typeArrayMismatchWarning": "Falscher Typ. Erwartet wird einer von {0}.",
"notSchemaWarning": "Entspricht einem Schema, das nicht zulässig ist.",
"oneOfWarning": "Entspricht mehreren Schemata, obwohl nur eines gültig sein darf.",
"ifFilePatternAssociation": "filePatternAssociation '{0}' stimmt nicht mit der Dokument-URI '{1}' überein",
"multipleOfWarning": "Wert ist nicht durch {0} teilbar.",
"exclusiveMinimumWarning": "Wert liegt unter dem exklusiven Minimum von {0}.",
"exclusiveMaximumWarning": "Wert liegt über dem exklusiven Maximum von {0}.",
"minimumWarning": "Wert liegt unter dem Minimum von {0}.",
"maximumWarning": "Wert liegt über dem Maximum von {0}.",
"minLengthWarning": "Zeichenfolge ist kürzer als die minimale Länge von {0}.",
"maxLengthWarning": "Zeichenfolge ist länger als die maximale Länge von {0}.",
"patternWarning": "Zeichenfolge stimmt nicht mit dem Muster \"{0}\" überein.",
"uriEmpty": "URI erwartet.",
"uriSchemeMissing": "URI mit Schema wird erwartet.",
"uriFormatWarning": "Zeichenfolge ist keine gültige URI: {0}",
"additionalItemsWarning": "Array hat zu viele Elemente laut Schema. Erwartet: {0} oder weniger.",
"requiredItemMissingWarning": "Array enthält das erforderliche Element nicht.",
"minItemsWarning": "Array hat zu wenige Elemente. Erwartet: {0} oder mehr.",
"maxItemsWarning": "Array hat zu viele Elemente. Erwartet: {0} oder weniger.",
"uniqueItemsWarning": "Array enthält doppelte Elemente.",
"DisallowedExtraPropWarning": "Eigenschaft {0} ist nicht erlaubt.",
"MaxPropWarning": "Objekt hat mehr Eigenschaften als das Limit von {0}.",
"MinPropWarning": "Objekt hat weniger Eigenschaften als die erforderliche Anzahl von {0}.",
"RequiredDependentPropWarning": "Objekt fehlt die Eigenschaft {0}, die von Eigenschaft {1} benötigt wird.",
"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.item.array": "Ein Element eines Arrays erstellen{0}{1}",
"array.item": "- (Array-Element) ",
"allowedValues": "Erlaubte Werte:",
"example": "Beispiel:",
"source": "Quelle: [{0}]({1})",
"jumpToSchema": "Zur Schema-Position springen ({0})",
"convertToSpace": "Tab in Leerzeichen umwandeln",
"convertAllSpaceToTab": "Alle Tabs in Leerzeichen umwandeln",
"deleteUnusedAnchor": "Nicht verwendeten Anker löschen: {0}",
"convertToBoolean": "In Boolean umwandeln",
"convertToBlockStyle": "In Blockstil {0} umwandeln",
"fixKeyOrderToMap": "Schlüsselreihenfolge für diese Map korrigieren",
"flowStyleMapForbidden": "Flow-Stil-Mapping ist verboten",
"flowStyleSeqForbidden": "Flow-Stil-Sequenz ist verboten",
"unUsedAnchor": "Nicht verwendeter Anker \"{0}\"",
"unUsedAlias": "Nicht aufgelöstes Alias \"{0}\""
"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}\""
}
109 changes: 55 additions & 54 deletions l10n/bundle.l10n.fr.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,58 @@
{
"Default Value": "Valeur par défaut",
"json.schema.invalidref": "$ref '{0}' dans '{1}' ne peut pas être résolu",
"json.schema.problemloadingref": "Problèmes de chargement de la référence '{0}' : {1}",
"json.schema.noContent": "Impossible de charger le schéma à partir de {0}: aucun contenu.",
"json.schema.invalidFormat": "Impossible d’analyser le contenu de {0}: erreur d’analyse à la ligne:{1}, colonne:{2}",
"json.schema.invalidSchema": "Le schéma '{0}' n’est pas valide: {1}",
"colorHexFormatWarning": "Format de couleur non valide. Utilisez #RGB, #RGBA, #RRGGBB ou #RRGGBBAA.",
"dateTimeFormatWarning": "La chaîne n'est pas une date-heure RFC3339.",
"dateFormatWarning": "La chaîne n'est pas une date RFC3339.",
"timeFormatWarning": "La chaîne n'est pas une heure RFC3339.",
"emailFormatWarning": "La chaîne n'est pas une adresse e-mail.",
"ipv4FormatWarning": "La chaîne ne correspond pas au format IPv4.",
"ipv6FormatWarning": "La chaîne ne correspond pas au format IPv6.",
"enumWarning": "Valeur non acceptée. Valeurs valides: {0}.",
"typeArrayMismatchWarning": "Type incorrect. On attend un des {0}.",
"notSchemaWarning": "Correspond à un schéma qui n'est pas autorisé.",
"oneOfWarning": "Correspond à plusieurs schémas lorsqu'un seul doit être validé.",
"ifFilePatternAssociation": "filePatternAssociation '{0}' ne correspond pas à l'URI du document '{1}'",
"multipleOfWarning": "La valeur n'est pas divisible par {0}.",
"exclusiveMinimumWarning": "La valeur est inférieure au minimum exclusif de {0}.",
"exclusiveMaximumWarning": "La valeur est supérieure au maximum exclusif de {0}.",
"minimumWarning": "La valeur est inférieure au minimum de {0}.",
"maximumWarning": "La valeur est supérieure au maximum de {0}.",
"minLengthWarning": "La chaîne est plus courte que la longueur minimale de {0}.",
"maxLengthWarning": "La chaîne est plus longue que la longueur maximale de {0}.",
"patternWarning": "La chaîne ne correspond pas au modèle de '{0}'.",
"uriEmpty": "URI attendu.",
"uriSchemeMissing": "Une URI avec un schéma est attendue.",
"uriFormatWarning": "La chaîne n'est pas un URI: {0}",
"additionalItemsWarning": "Le tableau contient trop d'éléments selon le schéma. Valeur attendue : {0} ou moins.",
"requiredItemMissingWarning": "Le tableau ne contient pas l'élément requis.",
"minItemsWarning": "Le tableau contient trop peu d'éléments. On attend {0} ou plus.",
"maxItemsWarning": "Le tableau contient trop d'éléments. On attend {0} ou moins.",
"uniqueItemsWarning": "Le tableau contient des éléments en double.",
"DisallowedExtraPropWarning": "La propriété {0} n'est pas autorisée.",
"MaxPropWarning": "L'objet a plus de propriétés que la limite de {0}.",
"MinPropWarning": "L'objet a moins de propriétés que le nombre requis de {0}",
"RequiredDependentPropWarning": "L'objet ne possède pas la propriété {0} requise par la propriété {1}.",
"Default value": "Valeur par défaut",
"$ref '{0}' in '{1}' cannot be resolved.": "$ref '{0}' dans '{1}' ne peut pas être résolu",
"Problems loading reference '{0}': {1}": "Problèmes de chargement de la référence '{0}' : {1}",
"Unable to load schema from '{0}': No content.": "Impossible de charger le schéma à partir de {0}: aucun contenu.",
"Unable to load schema from '{0}': No content. {1}": "Impossible de charger le schéma à partir de {0}: aucun contenu. {1}",
"Unable to parse content from '{0}': Parse error at line: {1} column: {2}": "Impossible d’analyser le contenu de {0}: erreur d’analyse à la ligne:{1}, colonne:{2}",
"Schema '{0}' is not valid: {1}": "Le schéma '{0}' n’est pas valide: {1}",
"Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA.": "Format de couleur non valide. Utilisez #RGB, #RGBA, #RRGGBB ou #RRGGBBAA.",
"String is not a RFC3339 date-time.": "La chaîne n'est pas une date-heure RFC3339.",
"String is not a RFC3339 date.": "La chaîne n'est pas une date RFC3339.",
"String is not a RFC3339 time.": "La chaîne n'est pas une heure RFC3339.",
"String is not an e-mail address.": "La chaîne n'est pas une adresse e-mail.",
"String does not match IPv4 format.": "La chaîne ne correspond pas au format IPv4.",
"String does not match IPv6 format.": "La chaîne ne correspond pas au format IPv6.",
"Value is not accepted. Valid values: {0}.": "Valeur non acceptée. Valeurs valides: {0}.",
"Incorrect type. Expected one of {0}.": "Type incorrect. On attend un des {0}.",
"Matches a schema that is not allowed.": "Correspond à un schéma qui n'est pas autorisé.",
"Matches multiple schemas when only one must validate.": "Correspond à plusieurs schémas lorsqu'un seul doit être validé.",
"filePatternAssociation '{0}' does not match with doc uri '{1}'": "filePatternAssociation '{0}' ne correspond pas à l'URI du document '{1}'",
"Value is not divisible by {0}.": "La valeur n'est pas divisible par {0}.",
"Value is below the exclusive minimum of {0}.": "La valeur est inférieure au minimum exclusif de {0}.",
"Value is above the exclusive maximum of {0}.": "La valeur est supérieure au maximum exclusif de {0}.",
"Value is below the minimum of {0}.": "La valeur est inférieure au minimum de {0}.",
"Value is above the maximum of {0}.": "La valeur est supérieure au maximum de {0}.",
"String is shorter than the minimum length of {0}.": "La chaîne est plus courte que la longueur minimale de {0}.",
"String is longer than the maximum length of {0}.": "La chaîne est plus longue que la longueur maximale de {0}.",
"String does not match the pattern of \"{0}\".": "La chaîne ne correspond pas au modèle de '{0}'.",
"URI expected.": "URI attendu.",
"URI with a scheme is expected.": "Une URI avec un schéma est attendue.",
"String is not a URI: {0}": "La chaîne n'est pas un URI: {0}",
"Array has too many items according to schema. Expected {0} or fewer.": "Le tableau contient trop d'éléments selon le schéma. Valeur attendue : {0} ou moins.",
"Array does not contain required item.": "Le tableau ne contient pas l'élément requis.",
"Array has too few items. Expected {0} or more.": "Le tableau contient trop peu d'éléments. On attend {0} ou plus.",
"Array has too many items. Expected {0} or fewer.": "Le tableau contient trop d'éléments. On attend {0} ou moins.",
"Array has duplicate items.": "Le tableau contient des éléments en double.",
"Property {0} is not allowed.": "La propriété {0} n'est pas autorisée.",
"Object has more properties than limit of {0}.": "L'objet a plus de propriétés que la limite de {0}.",
"Object has fewer properties than the required number of {0}": "L'objet a moins de propriétés que le nombre requis de {0}",
"Object is missing property {0} required by property {1}.": "L'objet ne possède pas la propriété {0} requise par la propriété {1}.",
"Inline schema": "Schéma en ligne",
"create.item.array": "Créer un élément d'un tableau {0} {1}",
"array.item": "- (élément de tableau)",
"allowedValues": "Valeurs autorisées:",
"example": "Exemple:",
"source": "Source: [{0}]{1}",
"jumpToSchema": "Accéder à l'emplacement du schéma ({0})",
"convertToSpace": "Convertir les tabulations en espaces",
"convertAllSpaceToTab": "Convertir toutes les tabulations en espaces",
"deleteUnusedAnchor": "Supprimer l'ancre inutilisée: {0}",
"convertToBoolean": "Convertir en booléen",
"convertToBlockStyle": "Convertir en style de bloc {0}",
"fixKeyOrderToMap": "Corriger l'ordre des touches pour cette carte",
"flowStyleMapForbidden": "Le mappage de style de flux est interdit",
"flowStyleSeqForbidden": "La séquence de style Flow est interdite",
"unUsedAnchor": "Ancre inutilisée '{0}'",
"unUsedAlias": "Alias ​​non résolu '{0}'"
"Create an item of an array{0}{1}": "Créer un élément d'un tableau {0} {1}",
"- (array item) ": "- (élément de tableau)",
"Allowed Values:": "Valeurs autorisées:",
"Example:": "Exemple:",
"Source: [{0}]({1})": "Source: [{0}]({1})",
"Jump to schema location ({0})": "Accéder à l'emplacement du schéma ({0})",
"Convert Tab to Spaces": "Convertir les tabulations en espaces",
"Convert all Tabs to Spaces": "Convertir toutes les tabulations en espaces",
"Delete unused anchor: {0}": "Supprimer l'ancre inutilisée: {0}",
"Convert to boolean": "Convertir en booléen",
"Convert to block style {0}": "Convertir en style de bloc {0}",
"Fix key order for this map": "Corriger l'ordre des touches pour cette carte",
"Flow style mapping is forbidden": "Le mappage de style de flux est interdit",
"Flow style sequence is forbidden": "La séquence de style Flow est interdite",
"Unused anchor \"{0}\"": "Ancre inutilisée '{0}'",
"Unresolved alias \"{0}\"": "Alias non résolu '{0}'"
}
Loading