@codingame/monaco-vscode-language-pack-fr 2.0.0-v2.1 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +6 -6
- package/translations/extensions/vscode.configuration-editing.i18n.json +1 -1
- package/translations/extensions/vscode.css-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.git.i18n.json +50 -40
- package/translations/extensions/vscode.github.i18n.json +1 -1
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +13 -13
- package/translations/extensions/vscode.markdown-language-features.i18n.json +14 -8
- package/translations/extensions/vscode.npm.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +8 -9
- package/translations/main.i18n.json.js +369 -300
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-fr",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@2.0.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.0.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"Break when URL Contains": "Arrêter lorsque l’URL contient",
|
|
243
243
|
"Breaks on all throw errors, even if they're caught later.": "S'arrête sur toutes les erreurs levées, même si elles sont interceptées plus tard.",
|
|
244
244
|
"Breaks only on errors or promise rejections that are not handled.": "S'interrompt uniquement en cas d'erreur ou de rejet de la promesse qui n'est pas géré.",
|
|
245
|
-
"Browser connection failed, will retry: {0}": "
|
|
245
|
+
"Browser connection failed, will retry: {0}": "Échec de la connexion au navigateur. Nouvelle tentative : {0}",
|
|
246
246
|
"CPU Profile": "Profil du processeur",
|
|
247
247
|
"CPU profile saved as \"{0}\" in your workspace folder": "Profil d’UC enregistré en tant que « {0} » dans le dossier de votre espace de travail",
|
|
248
248
|
"CSP violation \"{0}\"": "Violation de la stratégie CSP « {0} »",
|
|
@@ -278,15 +278,15 @@
|
|
|
278
278
|
"Enter a URL or a pattern to match": "Entrer une URL ou un modèle à mettre en correspondance",
|
|
279
279
|
"Eval": "Eval",
|
|
280
280
|
"Frame could not be restarted": "Le cadre n’a pas pu être redémarré",
|
|
281
|
-
"Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "
|
|
282
|
-
"Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "
|
|
283
|
-
"Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "
|
|
281
|
+
"Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "Génère un fichier .cpuprofile que vous pouvez ouvrir dans VS Code ou les outils de développement Edge/Chrome",
|
|
282
|
+
"Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "Génère un fichier .heapprofile que vous pouvez ouvrir dans VS Code ou les outils de développement Edge/Chrome.",
|
|
283
|
+
"Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "Génère un fichier .heapsnapshot que vous pouvez ouvrir dans VS Code ou les outils de développement Edge/Chrome",
|
|
284
284
|
"Global": "Mondial",
|
|
285
285
|
"Globals": "Globals",
|
|
286
286
|
"Got it!": "OK !",
|
|
287
287
|
"Heap Profile": "Profil de segment de mémoire",
|
|
288
288
|
"Heap Snapshot": "Instantané du tas",
|
|
289
|
-
"How long to run the profile": "
|
|
289
|
+
"How long to run the profile": "Durée d'exécution du profilage",
|
|
290
290
|
"Ignore": "Ignorer",
|
|
291
291
|
"Installation complete! The extension will be used after you restart your debug session.": "Installation terminée ! L’extension sera utilisée après le redémarrage de votre session de débogage.",
|
|
292
292
|
"Installing the DWARF debugger...": "Installation du débogueur DWARF...",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"Thread is not paused": "Le thread n'est pas interrompu",
|
|
385
385
|
"Thread is not paused on exception": "Le thread n'est pas interrompu en cas d'exception",
|
|
386
386
|
"Thread not found": "Thread introuvable",
|
|
387
|
-
"Type of profile": "Type
|
|
387
|
+
"Type of profile": "Type de profil",
|
|
388
388
|
"URL contains \"{0}\"": "L’URL contient « {0} »",
|
|
389
389
|
"UWP webview debugging is not available on your platform.": "Le débogage de l’affichage web UWP n’est pas disponible sur votre plateforme.",
|
|
390
390
|
"Unable to attach to browser": "Impossible d'attacher le navigateur",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"Match all files with any of the file extensions.": "Faites correspondre tous les fichiers, indépendamment de leurs extensions.",
|
|
28
28
|
"Match files that have siblings with the same name but a different extension.": "Faites correspondre les fichiers ayant des frères portant le même nom, mais avec une extension distincte.",
|
|
29
29
|
"Match multiple top level folders.": "Faites correspondre plusieurs dossiers de premier niveau.",
|
|
30
|
-
"The character used by the operating system to separate components in file paths": "
|
|
30
|
+
"The character used by the operating system to separate components in file paths. Is also aliased to '/'.": "The character used by the operating system to separate components in file paths. Is also aliased to '/'.",
|
|
31
31
|
"The current opened file": "Fichier ouvert actif",
|
|
32
32
|
"The current opened file relative to ${workspaceFolder}": "Fichier ouvert actif relatif à ${workspaceFolder}",
|
|
33
33
|
"The current opened file workspace folder name without any slashes (/)": "Le nom du dossier de l'espace de travail du fichier actuellement ouvert sans aucune barre oblique (/)",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.": "Evitez d'utiliser !important. Cela indique que la spécificité de l’intégralité du code CSS est incorrecte et qu’il doit être refactorisé.",
|
|
32
32
|
"Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.": "Évitez d’utiliser « float ». Les floats conduisent à un CSS fragile qui est facile à rompre, si un des aspects de la mise en page change.",
|
|
33
33
|
"CSS Language Server": "Serveur de langage CSS",
|
|
34
|
-
"CSS fix is outdated and can
|
|
34
|
+
"CSS fix is outdated and can't be applied to the document.": "CSS fix is outdated and can't be applied to the document.",
|
|
35
35
|
"Causes one or more rules to be emitted at the root of the document.": "Entraîne l’émission d’une ou de plusieurs règles à la racine du document.",
|
|
36
36
|
"Changes one or more properties of a color.": "Modifie une ou plusieurs propriétés d’une couleur.",
|
|
37
37
|
"Changes the alpha component for a color.": "Modifie le composant alpha d’une couleur.",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"arccosine - inverse of cosine function": "arc cosinus – inverse de la fonction cosinus",
|
|
172
172
|
"arcsine - inverse of sine function": "arc sinus : inverse de la fonction sinus",
|
|
173
173
|
"arctangent - inverse of tangent function": "arc tangente : inverse de la fonction tangente",
|
|
174
|
-
"argument from
|
|
174
|
+
"argument from '{0}'": "argument from '{0}'",
|
|
175
175
|
"at-rule or selector expected": "règle-at ou sélecteur attendu",
|
|
176
176
|
"at-rule unknown": "règle-at inconnue",
|
|
177
177
|
"bind the evaluation of a ruleset to each member of a list.": "lier l’évaluation d’un ensemble de règles à chaque membre d’une liste.",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"css.colorDecorators.enable.deprecationMessage": "Le paramètre 'css.colorDecorators.enable' a été déprécié en faveur de 'editor.colorDecorators'.",
|
|
255
255
|
"css.completion.completePropertyWithSemicolon.desc": "Insère un point-virgule à la fin de la ligne au moment de la complétion des propriétés CSS.",
|
|
256
256
|
"css.completion.triggerPropertyValueCompletion.desc": "Par défaut, VS Code déclenche la complétion de la valeur de propriété après la sélection d'une propriété CSS. Utilisez ce paramètre pour désactiver ce comportement.",
|
|
257
|
-
"css.customData.desc": "
|
|
257
|
+
"css.customData.desc": "A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-css-languageservice/blob/master/docs/customData.md).\r\n\r\nVS Code loads custom data on startup to enhance its CSS support for CSS custom properties (variables), at-rules, pseudo-classes, and pseudo-elements you specify in the JSON files.\r\n\r\nThe file paths are relative to workspace and only workspace folder settings are considered.",
|
|
258
258
|
"css.format.braceStyle.desc": "Placez des accolades sur la même ligne que les règles (« Réduire ») ou placez des accolades sur une ligne (« Développer »).",
|
|
259
259
|
"css.format.enable.desc": "Activez/désactivez le formateur CSS par défaut.",
|
|
260
260
|
"css.format.maxPreserveNewLines.desc": "Nombre maximal de sauts de ligne à conserver dans un bloc lorsque « #css.format.preserveNewLines# » est activé.",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"css.format.newlineBetweenSelectors.desc": "Séparez les sélecteurs par une nouvelle ligne.",
|
|
263
263
|
"css.format.preserveNewLines.desc": "Indique si les sauts de ligne existants avant les éléments doivent être conservés.",
|
|
264
264
|
"css.format.spaceAroundSelectorSeparator.desc": "Assurez-vous qu’un caractère d’espace autour des séparateurs de sélecteurs '>', « + », « ~ » (par exemple, « a > b »).",
|
|
265
|
-
"css.hover.documentation": "
|
|
265
|
+
"css.hover.documentation": "Show property and value documentation in CSS hovers.",
|
|
266
266
|
"css.hover.references": "Affiche les références MDN pour CSS en cas de pointage du curseur.",
|
|
267
267
|
"css.lint.argumentsInColorFunction.desc": "Nombre de paramètres non valide.",
|
|
268
268
|
"css.lint.boxModel.desc": "Ne pas utiliser `width` ou `height` lorsque vous utilisez `padding` ou `border`.",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"less.format.newlineBetweenSelectors.desc": "Séparez les sélecteurs par une nouvelle ligne.",
|
|
301
301
|
"less.format.preserveNewLines.desc": "Indique si les sauts de ligne existants avant les éléments doivent être conservés.",
|
|
302
302
|
"less.format.spaceAroundSelectorSeparator.desc": "Assurez-vous qu’un caractère d’espace autour des séparateurs de sélecteurs '>', « + », « ~ » (par exemple, « a > b »).",
|
|
303
|
-
"less.hover.documentation": "
|
|
303
|
+
"less.hover.documentation": "Show property and value documentation in LESS hovers.",
|
|
304
304
|
"less.hover.references": "Affiche les références MDN pour LESS en cas de pointage du curseur.",
|
|
305
305
|
"less.lint.argumentsInColorFunction.desc": "Nombre de paramètres non valide.",
|
|
306
306
|
"less.lint.boxModel.desc": "Ne pas utiliser `width` ou `height` lorsque vous utilisez `padding` ou `border`.",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"scss.format.newlineBetweenSelectors.desc": "Séparez les sélecteurs par une nouvelle ligne.",
|
|
336
336
|
"scss.format.preserveNewLines.desc": "Indique si les sauts de ligne existants avant les éléments doivent être conservés.",
|
|
337
337
|
"scss.format.spaceAroundSelectorSeparator.desc": "Assurez-vous qu’un caractère d’espace autour des séparateurs de sélecteurs '>', « + », « ~ » (par exemple, « a > b »).",
|
|
338
|
-
"scss.hover.documentation": "
|
|
338
|
+
"scss.hover.documentation": "Show property and value documentation in SCSS hovers.",
|
|
339
339
|
"scss.hover.references": "Affiche les références MDN pour SCSS en cas de pointage du curseur.",
|
|
340
340
|
"scss.lint.argumentsInColorFunction.desc": "Nombre de paramètres non valide.",
|
|
341
341
|
"scss.lint.boxModel.desc": "Ne pas utiliser `width` ou `height` lorsque vous utilisez `padding` ou `border`.",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"bundle": {
|
|
12
12
|
"\"{0}\" has fingerprint \"{1}\"": "«{0}» a une empreinte digitale «{1}»",
|
|
13
13
|
"$(info) Remote \"{0}\" has no tags.": "$(info) le {0} distant n’a pas de balises.",
|
|
14
|
+
"$(info) This repository has no stashes.": "$(info) This repository has no stashes.",
|
|
14
15
|
"$(info) This repository has no tags.": "$(info) Ce référentiel n’a aucune balise.",
|
|
15
16
|
"A branch named \"{0}\" already exists": "Une branche nommée '{0}' existe déjà",
|
|
16
17
|
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "Un dépôt Git a été trouvé dans les dossiers parents de l’espace de travail ou dans les fichiers ouverts. Voulez-vous ouvrir le référentiel ?",
|
|
@@ -20,15 +21,15 @@
|
|
|
20
21
|
"Add remote from URL": "Ajouter un dépôt distant à partir d'une URL",
|
|
21
22
|
"Add remote from {0}": "Ajouter un dépôt distant à partir de {0}",
|
|
22
23
|
"Add to Workspace": "Ajouter à l'espace de travail",
|
|
23
|
-
"All Changes": "
|
|
24
|
+
"All Changes ({0} ↔ {1})": "All Changes ({0} ↔ {1})",
|
|
24
25
|
"All Repositories": "Tous les référentiels",
|
|
25
26
|
"Always": "Toujours",
|
|
26
27
|
"Always Pull": "Toujours tirer (pull)",
|
|
27
|
-
"Are you sure you want to DELETE {0} files
|
|
28
|
-
"Are you sure you want to DELETE {0}
|
|
28
|
+
"Are you sure you want to DELETE {0} files?\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST if you proceed.": "Voulez-vous vraiment supprimer {0} fichiers ?\r\nAttention ! Cette action est irréversible.\r\nCes fichiers seront définitivement perdus si vous l’effectuez.",
|
|
29
|
+
"Are you sure you want to DELETE {0}?\r\nThis is IRREVERSIBLE!\r\nThis file will be FOREVER LOST if you proceed.": "Voulez-vous vraiment supprimer {0} ?\r\nAttention ! Cette action est irréversible.\r\nCe fichier sera définitivement perdu si vous l’effectuez.",
|
|
29
30
|
"Are you sure you want to continue connecting?": "Voulez-vous vraiment continuer à vous connecter ?",
|
|
30
31
|
"Are you sure you want to create an empty commit?": "Êtes-vous sûr d vouloir créer un commit vide ?",
|
|
31
|
-
"Are you sure you want to discard ALL changes in {0} files
|
|
32
|
+
"Are you sure you want to discard ALL changes in {0} files?\r\nThis is IRREVERSIBLE!\r\nYour current working set will be FOREVER LOST if you proceed.": "Voulez-vous vraiment abandonner tous les changements apportés à {0} fichiers ?\r\nAttention ! Cette action est irréversible.\r\nVotre plage de travail actuelle sera définitivement perdue si vous l’effectuez.",
|
|
32
33
|
"Are you sure you want to discard changes in {0} files?": "Voulez-vous vraiment abandonner les changements apportés à {0} fichiers ?",
|
|
33
34
|
"Are you sure you want to discard changes in {0}?": "Voulez-vous vraiment abandonner les changements apportés à {0} ?",
|
|
34
35
|
"Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "Voulez-vous vraiment supprimer TOUS les stashes ? Des stashs {0} seront soumis à un nettoyage et PEUVENT ÊTRE IMPOSSIBLES À RÉCUPÉRER.",
|
|
@@ -41,15 +42,13 @@
|
|
|
41
42
|
"Ask Me Later": "Me demander plus tard",
|
|
42
43
|
"Branch name": "Nom de la branche",
|
|
43
44
|
"Branch name needs to match regex: {0}": "Le nom de la branche doit correspondre à la regex : {0}",
|
|
44
|
-
"Can
|
|
45
|
-
"Can
|
|
46
|
-
"Can
|
|
47
|
-
"Cancel": "Annuler",
|
|
45
|
+
"Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.": "Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.",
|
|
46
|
+
"Can't push refs to remote. Try running \"Pull\" first to integrate your changes.": "Impossible de pousser les références vers la branche distante. Exécutez d'abord 'Récupérer' pour intégrer vos modifications.",
|
|
47
|
+
"Can't undo because HEAD doesn't point to any commit.": "Impossible d’annuler car HEAD ne pointe vers aucune validation.",
|
|
48
48
|
"Changes": "Changements",
|
|
49
49
|
"Checking Out Branch/Tag...": "Extraction de la branche/balise...",
|
|
50
50
|
"Checking Out Changes...": "Extraction des modifications...",
|
|
51
51
|
"Checkout Branch/Tag...": "Extraire la branche/l'étiquette...",
|
|
52
|
-
"Checkout detached...": "Extraire en mode détaché...",
|
|
53
52
|
"Choose Folder...": "Choisir un dossier...",
|
|
54
53
|
"Choose a folder to clone {0} into": "Choisir un dossier dans lequel cloner {0}",
|
|
55
54
|
"Choose a repository": "Choisir un dépôt",
|
|
@@ -88,8 +87,6 @@
|
|
|
88
87
|
"Continuing Rebase...": "Poursuite du rebasement...",
|
|
89
88
|
"Could not clone your repository as Git is not installed.": "Impossible de cloner votre dépôt, car Git n’est pas installé.",
|
|
90
89
|
"Create Empty Commit": "Créer un commit vide",
|
|
91
|
-
"Create new branch from...": "Créez une branche à partir de...",
|
|
92
|
-
"Create new branch...": "Créez une branche...",
|
|
93
90
|
"Current": "Actuelle",
|
|
94
91
|
"Current commit message only contains whitespace characters": "Le message de validation actuel contient uniquement des espaces",
|
|
95
92
|
"Delete Branch": "Supprimer la branche",
|
|
@@ -102,15 +99,15 @@
|
|
|
102
99
|
"Discard All {0} Files": "Ignorer les {0} fichiers",
|
|
103
100
|
"Discard Changes": "Ignorer les modifications",
|
|
104
101
|
"Discard {0} Tracked Files": "Ignorer {0} fichiers suivis",
|
|
105
|
-
"Don
|
|
106
|
-
"Don
|
|
102
|
+
"Don't Pull": "Ne pas tirer (pull)",
|
|
103
|
+
"Don't Show Again": "Ne plus afficher",
|
|
107
104
|
"Download Git": "Télécharger Git",
|
|
108
105
|
"Email": "Adresse e-mail",
|
|
109
106
|
"Enables the following features: {0}": "Active les fonctionnalités suivantes : {0}",
|
|
110
107
|
"Failed to authenticate to git remote.": "Échec de l'authentification auprès de git remote.",
|
|
111
|
-
"Failed to authenticate to git remote
|
|
112
|
-
"File \"{0}\" was deleted by them and modified by us
|
|
113
|
-
"File \"{0}\" was deleted by us and modified by them
|
|
108
|
+
"Failed to authenticate to git remote:\r\n\r\n{0}": "Échec de l'authentification auprès de git remote :\r\n\r\n{0}",
|
|
109
|
+
"File \"{0}\" was deleted by them and modified by us.\r\n\r\nWhat would you like to do?": "Ils ont supprimé le fichier '{0}', et nous l'avons modifié.\r\n\r\nQue voulez-vous faire ?",
|
|
110
|
+
"File \"{0}\" was deleted by us and modified by them.\r\n\r\nWhat would you like to do?": "Nous avons supprimé le fichier '{0}', et ils l'ont supprimé.\r\n\r\nQue voulez-vous faire ?",
|
|
114
111
|
"Force Checkout": "Forcer l'extraction",
|
|
115
112
|
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "L’envoi forcé n’est pas autorisé. Activez-le avec le paramètre « git.allowForcePush ».",
|
|
116
113
|
"Git History": "Historique git",
|
|
@@ -133,7 +130,7 @@
|
|
|
133
130
|
"Invalid branch name": "Nom de branche non valide",
|
|
134
131
|
"It looks like the current branch \"{0}\" might have been rebased. Are you sure you still want to pull into it?": "Il semble que la branche actuelle '{0}' ait été rebasée. Voulez-vous vraiment effectuer un tirage (pull) dans celle-ci ?",
|
|
135
132
|
"It looks like the current branch might have been rebased. Are you sure you still want to pull into it?": "Il semble que la branche actuelle ait été rebasée. Voulez-vous vraiment effectuer un tirage (pull) dans celle-ci ?",
|
|
136
|
-
"It
|
|
133
|
+
"It's not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.": "Il n’est pas possible de changer le message de validation au milieu d’un rebasage. Terminez l'opération de rebasage et utilisez le rebasage interactif à la place.",
|
|
137
134
|
"Keep Our Version": "Conserver notre version",
|
|
138
135
|
"Keep Their Version": "Conserver leur version",
|
|
139
136
|
"Learn More": "En savoir plus",
|
|
@@ -151,8 +148,8 @@
|
|
|
151
148
|
"No": "Non",
|
|
152
149
|
"No rebase in progress.": "Pas de rebase en cours.",
|
|
153
150
|
"OK": "OK",
|
|
154
|
-
"OK, Don
|
|
155
|
-
"OK, Don
|
|
151
|
+
"OK, Don't Ask Again": "OK, Ne plus me demander à nouveau",
|
|
152
|
+
"OK, Don't Show Again": "OK, Ne plus afficher",
|
|
156
153
|
"Open": "Ouvrir ",
|
|
157
154
|
"Open Commit": "Ouvrir la validation",
|
|
158
155
|
"Open Comparison": "Comparaison de plans",
|
|
@@ -174,6 +171,7 @@
|
|
|
174
171
|
"Pick a stash to apply": "Choisir une remise (stash) à appliquer",
|
|
175
172
|
"Pick a stash to drop": "Choisir un remisage (stash) à supprimer",
|
|
176
173
|
"Pick a stash to pop": "Choisir une remise (stash) à appliquer et supprimer",
|
|
174
|
+
"Pick a stash to view": "Pick a stash to view",
|
|
177
175
|
"Pick workspace folder to initialize git repo in": "Choisir le dossier d’espace de travail dans lequel initialiser le dépôt git",
|
|
178
176
|
"Please check out a branch to push to a remote.": "Vous devez extraire une branche dont vous souhaitez effectuer le Push vers un emplacement distant.",
|
|
179
177
|
"Please clean your repository working tree before checkout.": "Nettoyez l'arborescence de travail de votre dépôt avant l'extraction.",
|
|
@@ -199,6 +197,7 @@
|
|
|
199
197
|
"Remote branch at {0}": "Branche distante à {0}",
|
|
200
198
|
"Remote name": "Nom du dépôt distant",
|
|
201
199
|
"Remote name format invalid": "Format non valide du nom de dépôt distant",
|
|
200
|
+
"Remote tag at {0}": "Remote tag at {0}",
|
|
202
201
|
"Reopen Closed Repositories": "Rouvrir les référentiels fermés",
|
|
203
202
|
"Replace Local Tag(s)": "Remplacer la ou les balises locales",
|
|
204
203
|
"Restore file": "Restaurer le fichier",
|
|
@@ -206,11 +205,12 @@
|
|
|
206
205
|
"Save All & Commit Changes": "Enregistrer tout et valider les modifications",
|
|
207
206
|
"Save All & Stash": "Tout enregistrer et faire un stash",
|
|
208
207
|
"Select a branch or tag to checkout": "Sélectionner une branche ou une étiquette à extraire",
|
|
208
|
+
"Select a branch or tag to merge from": "Select a branch or tag to merge from",
|
|
209
209
|
"Select a branch to checkout in detached mode": "Sélectionner une branche à extraire en mode détaché",
|
|
210
210
|
"Select a branch to delete": "Sélectionner une branche à supprimer",
|
|
211
|
-
"Select a branch to merge from": "Sélectionner une branche à fusionner",
|
|
212
211
|
"Select a branch to rebase onto": "Sélectionner une branche où rebaser",
|
|
213
212
|
"Select a ref to create the branch from": "Sélectionner une référence à partir de laquelle créer la branche",
|
|
213
|
+
"Select a remote tag to delete": "Select a remote tag to delete",
|
|
214
214
|
"Select a remote to delete a tag from": "Sélectionner un dépôt distant à partir duquel supprimer une balise",
|
|
215
215
|
"Select a remote to fetch": "Sélectionner un dépôt distant à extraire",
|
|
216
216
|
"Select a tag to delete": "Sélectionner une étiquette à supprimer",
|
|
@@ -229,12 +229,12 @@
|
|
|
229
229
|
"Syncing. Cancelling may cause serious damages to the repository": "Synchronisation. L'annulation peut endommager gravement le dépôt",
|
|
230
230
|
"Tag at {0}": "Balise sur {0}",
|
|
231
231
|
"Tag name": "Nom de la balise",
|
|
232
|
-
"The \"{0}\" repository has {1} submodules which won
|
|
232
|
+
"The \"{0}\" repository has {1} submodules which won't be opened automatically. You can still open each one individually by opening a file within.": "Le référentiel «{0}» a {1} sous-modules qui ne seront pas ouverts automatiquement. Vous pouvez toujours ouvrir chacun d’eux individuellement en ouvrant un fichier dans.",
|
|
233
233
|
"The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "La branche '{0}' n'a pas de branche distante. Voulez-vous publier cette branche ?",
|
|
234
234
|
"The branch \"{0}\" is not fully merged. Delete anyway?": "La branche '{0}' n'est pas complètement fusionnée. Supprimer quand même ?",
|
|
235
235
|
"The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "La branche active n’est pas publiée sur le référentiel distant. Voulez-vous le publier pour accéder à vos modifications ailleurs ?",
|
|
236
|
-
"The following file has unsaved changes which won
|
|
237
|
-
"The following file has unsaved changes which won
|
|
236
|
+
"The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\r\n\r\nWould you like to save it before committing?": "Le fichier suivant a des changements non enregistrés qui ne seront pas inclus dans la validation si vous continuez : {0}.\r\n\r\nVoulez-vous l'enregistrer avant la validation ?",
|
|
237
|
+
"The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\r\n\r\nWould you like to save it before stashing?": "Le fichier suivant contient des changements non enregistrés qui ne seront pas inclus dans le stash si vous continuez{0}: .\r\n\r\nVoulez-vous l’enregistrer avant de faire un stash ?",
|
|
238
238
|
"The following untracked file will be DELETED FROM DISK if discarded: {0}.": "Le fichier non suivi suivant sera SUPPRIMÉ DU DISQUE s'il est ignoré : {0}.",
|
|
239
239
|
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "Les référentiels Git dans le dossier actif sont potentiellement dangereux, car les dossiers appartiennent à une autre personne que l’utilisateur actuel.",
|
|
240
240
|
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "Le dépôt Git dans '{0}' a trop de modifications actives, seul un sous-ensemble de fonctionnalités Git sera activé.",
|
|
@@ -248,16 +248,16 @@
|
|
|
248
248
|
"There are no available repositories": "Aucun dépôt disponible",
|
|
249
249
|
"There are no changes to commit.": "Il n'existe aucun changement à valider.",
|
|
250
250
|
"There are no changes to stash.": "Aucune modification à remiser (stash).",
|
|
251
|
-
"There are no staged changes to commit
|
|
251
|
+
"There are no staged changes to commit.\r\n\r\nWould you like to stage all your changes and commit them directly?": "Il n’existe aucun changement indexé à valider.\r\n\r\nVoulez-vous indexer tous vos changements et les valider directement ?",
|
|
252
252
|
"There are no staged changes to stash.": "Il n’y a aucun changement indexé à remiser.",
|
|
253
253
|
"There are no stashes in the repository.": "Aucune remise (stash) à restaurer dans ce dépôt.",
|
|
254
|
-
"There are {0} unsaved files
|
|
255
|
-
"There are {0} unsaved files
|
|
254
|
+
"There are {0} unsaved files.\r\n\r\nWould you like to save them before committing?": "Il y a {0} fichiers non sauvegardés.\r\n\r\nSouhaitez-vous sauvegarder avant de commiter ?",
|
|
255
|
+
"There are {0} unsaved files.\r\n\r\nWould you like to save them before stashing?": "{0} fichiers n’ont pas été enregistrés.\r\n\r\nVoulez-vous les enregistrer avant de faire un stash ?",
|
|
256
256
|
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "{0} fichiers non suivis seront SUPPRIMÉS DU DISQUE s'ils sont ignorés.",
|
|
257
257
|
"There were merge conflicts while applying the stash.": "Il y a eu des conflits de fusion en appliquant la remise (stash).",
|
|
258
258
|
"This action will pull and push commits from and to \"{0}/{1}\".": "Cette action permet d’extraire et d’envoyer (push) les validations à partir de et vers « {0}/{1} ».",
|
|
259
259
|
"This repository has no remotes configured to fetch from.": "Ce dépôt n'a aucun dépôt distant configuré pour rappatrier.",
|
|
260
|
-
"This will DELETE {0} untracked files
|
|
260
|
+
"This will DELETE {0} untracked files!\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST.": "Cette action SUPPRIME {0} fichiers non suivis !\r\nCette action est IRRÉVERSIBLE !\r\nCes fichiers seront DÉFINITIVEMENT PERDUS.",
|
|
261
261
|
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "Ceci va créer un dépôt Git dans '{0}'. Êtes-vous sûr de vouloir continuer ?",
|
|
262
262
|
"Too many changes were detected. Only the first {0} changes will be shown below.": "Trop de modifications ont été détectées. Seules les premières modifications {0} s’affichent ci-dessous.",
|
|
263
263
|
"Type Changed": "Type modifié",
|
|
@@ -276,19 +276,23 @@
|
|
|
276
276
|
"Would you like to open the initialized repository?": "Voulez-vous ouvrir le dépôt initialisé ?",
|
|
277
277
|
"Would you like {0} to [periodically run \"git fetch\"]({1})?": "Voulez-vous que {0} [exécute périodiquement « git fetch »]({1}) ?",
|
|
278
278
|
"Yes": "Oui",
|
|
279
|
-
"Yes, Don
|
|
279
|
+
"Yes, Don't Show Again": "Oui, Ne plus afficher",
|
|
280
280
|
"You": "Vous",
|
|
281
|
-
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable
|
|
282
|
-
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others
|
|
283
|
-
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote
|
|
281
|
+
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\r\n\r\nAre you sure to continue?": "Vous êtes sur le point de valider vos changements sans vérification. Cela signifie que les crochets pre-commit vont être ignorés, ce qui n’est peut-être pas souhaitable.\r\n\r\nVoulez-vous vraiment continuer ?",
|
|
282
|
+
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\r\n\r\nAre you sure to continue?": "Vous êtes sur le point de forcer l’envoi des changements que vous avez apportés. Cette action peut être délétère et peut remplacer par inadvertance les changements apportés par d’autres utilisateurs.\r\n\r\nVoulez-vous vraiment continuer ?",
|
|
283
|
+
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\r\n\r\nHow would you like to proceed?": "Vous essayez de valider sur une branche protégée et vous n’êtes peut-être pas autorisé à envoyer (push) vos validations vers la branche distante.\r\n\r\nComment voulez-vous procéder ?",
|
|
284
284
|
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "Git «{0}» semble être installé. Le code fonctionne mieux avec git >= 2",
|
|
285
285
|
"Your local changes would be overwritten by checkout.": "Vos changements locaux vont être remplacés par l'extraction.",
|
|
286
286
|
"Your repository has no remotes configured to publish to.": "Votre dépôt n'a aucun dépôt distant configuré pour une publication.",
|
|
287
287
|
"Your repository has no remotes configured to pull from.": "Votre dépôt n'a aucun dépôt distant configuré pour un Pull.",
|
|
288
288
|
"Your repository has no remotes configured to push to.": "Votre dépôt n'a aucun dépôt distant configuré pour un Push.",
|
|
289
289
|
"Your repository has no remotes.": "Votre dépôt n'a pas de dépôt distant.",
|
|
290
|
+
"branches": "branches",
|
|
290
291
|
"no": "non",
|
|
292
|
+
"remote branches": "remote branches",
|
|
293
|
+
"tags": "tags",
|
|
291
294
|
"yes": "oui",
|
|
295
|
+
"{0}\r\n\r\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\r\n\r\nCette opération est IRRÉVERSIBLE, votre plage de travail actuelle sera DÉFINITIVEMENT PERDUE.",
|
|
292
296
|
"{0} (Deleted)": "{0} (supprimé)",
|
|
293
297
|
"{0} (Index)": "{0} (index)",
|
|
294
298
|
"{0} (Intent to add)": "{0} (intention à ajouter)",
|
|
@@ -299,18 +303,20 @@
|
|
|
299
303
|
"{0} (Working Tree)": "{0} (Arborescence de travail)",
|
|
300
304
|
"{0} ({1})": "{0} ({1})",
|
|
301
305
|
"{0} ({1}) ↔ {0} ({2})": "{0} ({1}) ↔ {0} ({2})",
|
|
306
|
+
"{0} Checkout detached...": "{0} Checkout detached...",
|
|
302
307
|
"{0} Commit": "Validation {0}",
|
|
303
308
|
"{0} Commit & Push": "Validation{0} et envoi (push)",
|
|
304
309
|
"{0} Commit & Sync": "Validation {0} et synchronisation",
|
|
305
310
|
"{0} Commit (Amend)": "Validation {0} (Modifier)",
|
|
306
311
|
"{0} Continue": "{0} Continuer",
|
|
312
|
+
"{0} Create new branch from...": "{0}Créez une nouvelle branche à partir de...",
|
|
313
|
+
"{0} Create new branch...": "{0}Créez une nouvelle branche...",
|
|
307
314
|
"{0} Fetch all remotes": "{0} récupérer tous les fichiers distants",
|
|
308
315
|
"{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} Publier Branch",
|
|
309
316
|
"{0} Sync Changes{1}{2}": "{0}Synchroniser les modifications {1}{2}",
|
|
310
317
|
"{0} characters left in current line": "{0} caractères restants sur la ligne actuelle",
|
|
311
318
|
"{0} characters over {1} in current line": "{0} caractères sur {1} sur la ligne actuelle",
|
|
312
|
-
"{0} ↔ {1}": "{0} ↔ {1}"
|
|
313
|
-
"{0}\\n\\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\\n\\nCette opération est IRRÉVERSIBLE, votre plage de travail actuelle sera DÉFINITIVEMENT PERDUE."
|
|
319
|
+
"{0} ↔ {1}": "{0} ↔ {1}"
|
|
314
320
|
},
|
|
315
321
|
"package": {
|
|
316
322
|
"colors.added": "Couleur des ressources ajoutées.",
|
|
@@ -340,6 +346,7 @@
|
|
|
340
346
|
"command.cloneRecursive": "Cloner (récursif)",
|
|
341
347
|
"command.close": "Fermer le dépôt",
|
|
342
348
|
"command.closeAllDiffEditors": "Fermer tous les éditeurs de différences",
|
|
349
|
+
"command.closeOtherRepositories": "Close Other Repositories",
|
|
343
350
|
"command.commit": "Valider",
|
|
344
351
|
"command.commitAll": "Valider tout",
|
|
345
352
|
"command.commitAllAmend": "Tout Valider (Modifier)",
|
|
@@ -366,8 +373,8 @@
|
|
|
366
373
|
"command.continueInLocalClone.qualifiedName": "Continuer à travailler dans un nouveau clone local",
|
|
367
374
|
"command.createTag": "Créer une balise",
|
|
368
375
|
"command.deleteBranch": "Supprimer la branche...",
|
|
369
|
-
"command.deleteRemoteTag": "
|
|
370
|
-
"command.deleteTag": "
|
|
376
|
+
"command.deleteRemoteTag": "Delete Remote Tag...",
|
|
377
|
+
"command.deleteTag": "Delete Tag...",
|
|
371
378
|
"command.fetch": "Récupérer",
|
|
372
379
|
"command.fetchAll": "Récupérer depuis tous les Remotes",
|
|
373
380
|
"command.fetchPrune": "Récupérer (élaguer)",
|
|
@@ -378,7 +385,7 @@
|
|
|
378
385
|
"command.ignore": "Ajouter à .gitignore",
|
|
379
386
|
"command.init": "Initialiser le dépôt",
|
|
380
387
|
"command.manageUnsafeRepositories": "Gérer des référentiels non sécurisés",
|
|
381
|
-
"command.merge": "
|
|
388
|
+
"command.merge": "Merge...",
|
|
382
389
|
"command.mergeAbort": "Abandonner la fusion",
|
|
383
390
|
"command.openAllChanges": "Ouvrir tous les changements",
|
|
384
391
|
"command.openChange": "Ouvrir les modifications",
|
|
@@ -421,27 +428,30 @@
|
|
|
421
428
|
"command.stageSelectedRanges": "Mettre en attente les plages sélectionnées",
|
|
422
429
|
"command.stash": "Remiser (stash)",
|
|
423
430
|
"command.stashApply": "Appliquer la remise (Stash)...",
|
|
431
|
+
"command.stashApplyEditor": "Apply Stash",
|
|
424
432
|
"command.stashApplyLatest": "Appliquer la dernière remise (Stash)",
|
|
425
433
|
"command.stashDrop": "Supprimer le remisage (stash)...",
|
|
426
434
|
"command.stashDropAll": "Supprimer tous les stashes...",
|
|
435
|
+
"command.stashDropEditor": "Drop Stash",
|
|
427
436
|
"command.stashIncludeUntracked": "Remiser (Inclure les non-tracés)",
|
|
428
437
|
"command.stashPop": "Appliquer et supprimer la remise...",
|
|
438
|
+
"command.stashPopEditor": "Pop Stash",
|
|
429
439
|
"command.stashPopLatest": "Appliquer et supprimer la dernière remise",
|
|
430
440
|
"command.stashStaged": "Stash intermédiaire",
|
|
441
|
+
"command.stashView": "View Stash...",
|
|
431
442
|
"command.sync": "Synchroniser",
|
|
432
443
|
"command.syncRebase": "Synchroniser (Rebase)",
|
|
433
444
|
"command.timelineCompareWithSelected": "Comparer avec la sélection",
|
|
434
445
|
"command.timelineCopyCommitId": "Copier l'ID de commit",
|
|
435
446
|
"command.timelineCopyCommitMessage": "Copiez le message de commit.",
|
|
436
|
-
"command.timelineOpenCommit": "Ouvrir la validation",
|
|
437
447
|
"command.timelineOpenDiff": "Ouvrir les modifications",
|
|
438
448
|
"command.timelineSelectForCompare": "Sélectionner pour comparaison",
|
|
439
449
|
"command.undoCommit": "Annuler la dernière validation",
|
|
440
450
|
"command.unstage": "Annuler la mise en attente des modifications",
|
|
441
451
|
"command.unstageAll": "Annuler la mise en attente de toutes les modifications",
|
|
442
452
|
"command.unstageSelectedRanges": "Annuler la mise en attente des plages sélectionnées",
|
|
443
|
-
"command.
|
|
444
|
-
"command.
|
|
453
|
+
"command.viewAllChanges": "View All Changes",
|
|
454
|
+
"command.viewCommit": "View Commit",
|
|
445
455
|
"config.allowForcePush": "Contrôle si force push (avec ou sans lease) est activé.",
|
|
446
456
|
"config.allowNoVerifyCommit": "Détermine si les commits sans exécution des crochets pre-commit et commit-msg sont autorisés.",
|
|
447
457
|
"config.alwaysShowStagedChangesResourceGroup": "Toujours afficher le groupe de ressources des changements en zone de transit (Staged).",
|
|
@@ -490,7 +500,7 @@
|
|
|
490
500
|
"config.detectSubmodules": "Contrôle s’il faut détecter automatiquement les sous-modules Git.",
|
|
491
501
|
"config.detectSubmodulesLimit": "Contrôle la limite des sous-modules Git détectés.",
|
|
492
502
|
"config.discardAllScope": "Contrôle les modifications ignorées par la commande 'Ignorer toutes les modifications'. 'all' ignore toutes les modifications. 'tracked' ignore uniquement les fichiers suivis. 'prompt' affiche un message d'invite chaque fois que l’action est exécutée.",
|
|
493
|
-
"config.enableCommitSigning": "
|
|
503
|
+
"config.enableCommitSigning": "Enables commit signing with GPG, X.509, or SSH.",
|
|
494
504
|
"config.enableSmartCommit": "Validez toutes les modifications en l'absence de modifications en attente.",
|
|
495
505
|
"config.enableStatusBarSync": "Contrôle si la commande Git Sync apparaît dans la barre d'état.",
|
|
496
506
|
"config.enabled": "Si Git est activé.",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"The current file has uncommitted changes. Please commit your changes before copying a link.": "Le fichier actif contient des modifications non validées. Validez vos modifications avant de copier un lien.",
|
|
43
43
|
"The fork \"{0}\" was successfully created on GitHub.": "La duplication (fork) '{0}' a été correctement créée sur GitHub.",
|
|
44
44
|
"Uploading files": "Chargement des fichiers",
|
|
45
|
-
"You don
|
|
45
|
+
"You don't have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "Vous n’avez pas les autorisations nécessaires pour effectuer un envoi (push) vers « {0}/{1} » sur GitHub. Voulez-vous créer une duplication (fork) pour y effectuer l’envoi à la place ?",
|
|
46
46
|
"Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "Votre envoi (push) vers «{0}/{1}» a été rejeté par GitHub, car la protection push est activée et un ou plusieurs secrets ont été détectés."
|
|
47
47
|
},
|
|
48
48
|
"package": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"Changes one or more properties of a color.": "Modifie une ou plusieurs propriétés d’une couleur.",
|
|
35
35
|
"Changes the alpha component for a color.": "Modifie le composant alpha d’une couleur.",
|
|
36
36
|
"Changes the hue of a color.": "Modifie la teinte d’une couleur.",
|
|
37
|
-
"Character entity representing
|
|
38
|
-
"Character entity representing
|
|
37
|
+
"Character entity representing '{0}'": "Character entity representing '{0}'",
|
|
38
|
+
"Character entity representing '{0}', unicode equivalent '{1}'": "Character entity representing '{0}', unicode equivalent '{1}'",
|
|
39
39
|
"Closing bracket expected.": "Crochet fermant attendu.",
|
|
40
40
|
"Closing bracket missing.": "Crochet fermant manquant.",
|
|
41
41
|
"Combines several lists into a single multidimensional list.": "Regroupe plusieurs listes en une seule liste multidimensionnelle.",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"arccosine - inverse of cosine function": "arc cosinus : inverse de la fonction cosinus",
|
|
181
181
|
"arcsine - inverse of sine function": "arc sinus : inverse de la fonction sinus",
|
|
182
182
|
"arctangent - inverse of tangent function": "arc tangente : inverse de la fonction tangente",
|
|
183
|
-
"argument from
|
|
183
|
+
"argument from '{0}'": "argument from '{0}'",
|
|
184
184
|
"at-rule or selector expected": "règle-at ou sélecteur attendu",
|
|
185
185
|
"at-rule unknown": "règle-at inconnue",
|
|
186
186
|
"bind the evaluation of a ruleset to each member of a list.": "Liez l’évaluation d’un ensemble de règles à chaque membre d’une liste.",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"$ref
|
|
12
|
+
"$ref '{0}' in '{1}' can not be resolved.": "$ref '{0}' in '{1}' can not be resolved.",
|
|
13
13
|
"<empty>": "<empty>",
|
|
14
14
|
"A default value. Used by suggestions.": "Valeur par défaut. Utilisée par les suggestions.",
|
|
15
15
|
"A descriptive title of the element.": "Titre descriptif de l’élément.",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"A regular expression to match the string against. It is not implicitly anchored.": "Expression régulière à mettre en correspondance avec la chaîne. Elle n’est pas implicitement ancrée.",
|
|
22
22
|
"A schema which must not match.": "Schéma qui ne doit pas correspondre.",
|
|
23
23
|
"A unique identifier for the schema.": "Identificateur unique du schéma.",
|
|
24
|
-
"An array instance is valid against
|
|
24
|
+
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.",
|
|
25
25
|
"An array of schemas, all of which must match.": "Tableau de schémas, qui doivent tous correspondre.",
|
|
26
26
|
"An array of schemas, exactly one of which must match.": "Tableau de schémas, dont l’un doit correspondre exactement.",
|
|
27
27
|
"An array of schemas, where at least one must match.": "Tableau de schémas, où au moins un doit correspondre.",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"Describes the content encoding of a string property.": "Décrit l’encodage de contenu d’une propriété de chaîne.",
|
|
46
46
|
"Describes the format expected for the value.": "Décrit le format attendu pour la valeur.",
|
|
47
47
|
"Describes the media type of a string property.": "Décrit le type de média d’une propriété de chaîne.",
|
|
48
|
-
"Downloading schemas is disabled through setting
|
|
48
|
+
"Downloading schemas is disabled through setting '{0}'": "Le téléchargement des schémas est désactivé via le paramètre '{0}'",
|
|
49
49
|
"Downloading schemas is disabled. Click to configure.": "Le téléchargement des schémas est désactivé. Cliquez pour configurer.",
|
|
50
50
|
"Draft-03 schemas are not supported.": "Les schémas Draft-03 ne sont pas pris en charge.",
|
|
51
|
-
"Duplicate anchor declaration:
|
|
51
|
+
"Duplicate anchor declaration: '{0}'": "Duplicate anchor declaration: '{0}'",
|
|
52
52
|
"Duplicate object key": "Clé d’objet en double",
|
|
53
53
|
"Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "Schéma ou booléen. S’il s’agit d’un schéma, il sert à valider toutes les propriétés sans correspondance par 'properties' ou 'patternProperties'. Si la valeur est fausse, toutes les propriétés sans correspondance entraînent l’échec de ce schéma.",
|
|
54
54
|
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "Chaîne de l’un des types de schéma de base (nombre, entier, caractère Null, tableau, objet, booléen, chaîne) ou tableau de chaînes spécifiant un sous-ensemble de ces types.",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"Open Extension": "Ouvrir l'extension",
|
|
96
96
|
"Open Settings": "Ouvrir les paramètres",
|
|
97
97
|
"Outline": "Structure",
|
|
98
|
-
"Problem reading content from
|
|
99
|
-
"Problems loading reference
|
|
98
|
+
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.",
|
|
99
|
+
"Problems loading reference '{0}': {1}": "Problems loading reference '{0}': {1}",
|
|
100
100
|
"Property expected": "Propriété attendue",
|
|
101
101
|
"Property keys must be doublequoted": "Les clés de propriété doivent être entre guillemets doubles",
|
|
102
102
|
"Property {0} is not allowed.": "La propriété {0} n’est pas autorisée.",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"String is not an IPv6 address.": "La chaîne n’est pas une adresse IPv6.",
|
|
118
118
|
"String is not an e-mail address.": "La chaîne n’est pas une adresse e-mail.",
|
|
119
119
|
"String is shorter than the minimum length of {0}.": "La chaîne est plus courte que la longueur minimale de {0}.",
|
|
120
|
-
"The
|
|
121
|
-
"The
|
|
120
|
+
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "The \"else\" subschema is used for validation when the \"if\" subschema fails.",
|
|
121
|
+
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "The \"if\" subschema is used for validation when the \"if\" subschema succeeds.",
|
|
122
122
|
"The maximum length of a string.": "Longueur maximale d’une chaîne.",
|
|
123
123
|
"The maximum number of items that can be inside an array. Inclusive.": "Nombre maximal d’éléments pouvant se trouver dans un tableau. Inclusif.",
|
|
124
124
|
"The maximum number of properties an object can have. Inclusive.": "Nombre maximal de propriétés qu’un objet peut avoir. Inclusif.",
|
|
@@ -130,18 +130,18 @@
|
|
|
130
130
|
"The schema to verify this document against.": "Schéma par rapport auquel vérifier ce document.",
|
|
131
131
|
"The schema uses meta-schema features ({0}) that are not yet supported by the validator.": "Le schéma utilise des fonctionnalités de méta-schéma ({0}) qui ne sont pas encore prises en charge par le validateur.",
|
|
132
132
|
"The set of literal values that are valid.": "Ensemble de valeurs littérales valides.",
|
|
133
|
-
"The validation outcome of the
|
|
133
|
+
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.",
|
|
134
134
|
"Trailing comma": "Virgule de fin",
|
|
135
135
|
"URI expected.": "URI attendu.",
|
|
136
136
|
"URI is expected.": "L'URI est attendu.",
|
|
137
137
|
"URI with a scheme is expected.": "Un URI avec un schéma est attendu.",
|
|
138
138
|
"Unable to compute used schemas: No document": "Impossible de calculer les schémas utilisés : aucun document",
|
|
139
139
|
"Unable to compute used schemas: {0}": "Impossible de calculer les schémas utilisés : {0}",
|
|
140
|
-
"Unable to load schema from
|
|
141
|
-
"Unable to load schema from
|
|
142
|
-
"Unable to load schema from
|
|
140
|
+
"Unable to load schema from '{0}'. No schema request service available": "Unable to load schema from '{0}'. No schema request service available",
|
|
141
|
+
"Unable to load schema from '{0}': No content.": "Unable to load schema from '{0}': No content.",
|
|
142
|
+
"Unable to load schema from '{0}': {1}.": "Unable to load schema from '{0}': {1}.",
|
|
143
143
|
"Unable to load {0}": "Impossible de charger {0}",
|
|
144
|
-
"Unable to parse content from
|
|
144
|
+
"Unable to parse content from '{0}': Parse error at offset {1}.": "Unable to parse content from '{0}': Parse error at offset {1}.",
|
|
145
145
|
"Unable to resolve schema. Click to retry.": "Impossible de résoudre le schéma. Cliquez pour réessayer.",
|
|
146
146
|
"Unexpected end of comment.": "Fin de commentaire inattendue.",
|
|
147
147
|
"Unexpected end of number.": "Fin de nombre inattendue.",
|