Welcome to mirror list, hosted at ThFree Co, Russian Federation.

messages.i18n.json « electron-browser « markers « parts « workbench « vs « src « fra « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f31962ae04c1e2044d7f998ce0b53b4b08372ffd (plain)
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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"viewCategory": "Affichage",
	"problems.view.toggle.label": "Activer/désactiver les problèmes (Erreurs, Avertissements, Infos)",
	"problems.view.focus.label": " Focus sur les problèmes (Erreurs, Avertissements, Infos)",
	"problems.panel.configuration.title": "Affichage des problèmes",
	"problems.panel.configuration.autoreveal": "Contrôle si l'affichage des problèmes doit automatiquement montrer les fichiers quand il les ouvre",
	"markers.panel.title.problems": "Problèmes",
	"markers.panel.aria.label.problems.tree": "Problèmes regroupés par fichiers",
	"markers.panel.no.problems.build": "Aucun problème n'a été détecté dans l'espace de travail jusqu'à présent.",
	"markers.panel.no.problems.filters": "Aucun résultat trouvé avec les critères de filtre fourni.",
	"markers.panel.no.problems.file.exclusions": "Tous les problèmes sont masqués parce que le filtre d’exclusion de fichiers est activé.",
	"markers.panel.action.useFilesExclude": "Filtrer en utilisant le paramètre d’exclusion de fichiers",
	"markers.panel.action.donotUseFilesExclude": "Ne pas utiliser le paramètre d’exclusion de fichiers",
	"markers.panel.action.filter": "Filtrer les problèmes",
	"markers.panel.filter.ariaLabel": "Filtrer les problèmes",
	"markers.panel.filter.placeholder": "Filtre. Par exemple : texte, **/*.ts, !**/node_modules/**",
	"markers.panel.filter.errors": "erreurs",
	"markers.panel.filter.warnings": "avertissements",
	"markers.panel.filter.infos": "infos",
	"markers.panel.single.error.label": "1 erreur",
	"markers.panel.multiple.errors.label": "{0} erreurs",
	"markers.panel.single.warning.label": "1 avertissement",
	"markers.panel.multiple.warnings.label": "{0} avertissements",
	"markers.panel.single.info.label": "1 info",
	"markers.panel.multiple.infos.label": "{0} infos",
	"markers.panel.single.unknown.label": "1 inconnu",
	"markers.panel.multiple.unknowns.label": "{0} inconnus",
	"markers.panel.at.ln.col.number": "({0}, {1})",
	"problems.tree.aria.label.resource": "{0} avec {1} problèmes",
	"problems.tree.aria.label.marker.relatedInformation": " Ce problème a des références à {0} emplacements.",
	"problems.tree.aria.label.error.marker": "Erreur générée par {0} : {1} à la ligne {2} et au caractère {3}. {4}",
	"problems.tree.aria.label.error.marker.nosource": "Erreur : {0} à la ligne {1} et au caractère {2}.{3}",
	"problems.tree.aria.label.warning.marker": "Avertissement généré par {0} : {1} à la ligne {2} et au caractère {3}.{4}",
	"problems.tree.aria.label.warning.marker.nosource": "Avertissement : {0} à la ligne {1} et au caractère {2}.{3}",
	"problems.tree.aria.label.info.marker": "Information générée par {0} : {1} à la ligne {2} et au caractère {3}.{4}",
	"problems.tree.aria.label.info.marker.nosource": "Information : {0} à la ligne {1} et au caractère {2}.{3}",
	"problems.tree.aria.label.marker": "Problème généré par {0} : {1} à la ligne {2} et au caractère {3}.{4}",
	"problems.tree.aria.label.marker.nosource": "Problème : {0} à la ligne {1} et au caractère {2}.{3}",
	"problems.tree.aria.label.relatedinfo.message": "{0} à la ligne {1} et caractère {2} dans {3}",
	"errors.warnings.show.label": "Afficher les erreurs et les avertissements"
}