mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
More i18n files which got ignored due to out folder
This commit is contained in:
44
i18n/fra/extensions/json/server/out/jsonParser.i18n.json
Normal file
44
i18n/fra/extensions/json/server/out/jsonParser.i18n.json
Normal file
@@ -0,0 +1,44 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"ColonExpected": "Signe des deux points attendu",
|
||||
"DisallowedExtraPropWarning": "La propriété {0} n'est pas autorisée",
|
||||
"DoubleQuotesExpected": "Les clés de propriété doivent être entre guillemets doubles",
|
||||
"DuplicateKeyWarning": "Clé d'objet en double",
|
||||
"End of file expected": "Fin de fichier attendue",
|
||||
"ExpectedCloseBrace": "Virgule ou accolade fermante attendue",
|
||||
"ExpectedCloseBracket": "Virgule ou crochet fermant attendu",
|
||||
"Invalid symbol": "Littéral, tableau ou objet JSON attendu",
|
||||
"InvalidEscapeCharacter": "Caractère d'échappement non valide dans la chaîne",
|
||||
"InvalidNumberFormat": "Format de nombre non valide",
|
||||
"InvalidUnicode": "Séquence unicode non valide dans la chaîne",
|
||||
"MaxPropWarning": "L'objet a plus de propriétés que la limite ({0})",
|
||||
"MinPropWarning": "L'objet a moins de propriétés que le nombre exigé ({0})",
|
||||
"MissingRequiredPropWarning": "Propriété \"{0}\" manquante",
|
||||
"PropertyExpected": "Propriété attendue",
|
||||
"RequiredDependentPropWarning": "La propriété {0} exigée par la propriété {1} est manquante pour l'objet",
|
||||
"UnexpectedEndOfComment": "Fin de commentaire inattendue",
|
||||
"UnexpectedEndOfNumber": "Fin de nombre inattendue",
|
||||
"UnexpectedEndOfString": "Fin de chaîne inattendue",
|
||||
"ValueExpected": "Valeur attendue",
|
||||
"additionalItemsWarning": "Le tableau comporte trop d'éléments selon le schéma. {0} éléments au maximum sont attendus",
|
||||
"enumWarning": "La valeur n'est pas acceptée. Valeurs valides : {0}",
|
||||
"exclusiveMaximumWarning": "La valeur est supérieure au maximum exclusif ({0})",
|
||||
"exclusiveMinimumWarning": "La valeur est inférieure au minimum exclusif ({0})",
|
||||
"maxItemsWarning": "Le tableau contient trop d'éléments. {0} éléments au maximum sont attendus",
|
||||
"maxLengthWarning": "La chaîne est plus courte que la longueur maximum ",
|
||||
"maximumWarning": "La valeur est supérieure au maximum ({0})",
|
||||
"minItemsWarning": "Le tableau ne contient pas assez d'éléments. {0} éléments au minimum sont attendus",
|
||||
"minLengthWarning": "La chaîne est plus courte que la longueur minimum ",
|
||||
"minimumWarning": "La valeur est inférieure au minimum ({0})",
|
||||
"multipleOfWarning": "La valeur n'est pas divisible par {0}",
|
||||
"notSchemaWarning": "Correspond à un schéma non autorisé.",
|
||||
"oneOfWarning": "Correspond à plusieurs schémas alors qu'un seul doit exister pour la validation.",
|
||||
"patternWarning": "La chaîne ne correspond pas au modèle \"{0}\"",
|
||||
"typeArrayMismatchWarning": "Type incorrect. L'un des types suivants est attendu : {0}",
|
||||
"typeMismatchWarning": "Type incorrect. \"{0}\" attendu",
|
||||
"uniqueItemsWarning": "Le tableau comporte des doublons"
|
||||
}
|
||||
Reference in New Issue
Block a user