Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -6,12 +6,12 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"label.find": "Trouver",
"placeholder.find": "Trouver",
"label.find": "Rechercher",
"placeholder.find": "Rechercher",
"label.previousMatchButton": "Correspondance précédente",
"label.nextMatchButton": "Prochaine correspondance",
"label.closeButton": "Fermer",
"title.matchesCountLimit": "Seuls les premiers 999 résultats sont mis en évidence, mais toutes les opérations de recherche fonctionnent sur lensemble du texte.",
"title.matchesCountLimit": "Votre recherche a retourné un grand nombre de résultats, seuls les 999 premières correspondances sont mises en surbrillance.",
"label.matchesLocation": "{0} sur {1}",
"label.noResults": "Aucun résultat"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"ProfilerTableEditor.eventCountFiltered": "Événements (filtrés) : {0}/{1}",
"ProfilerTableEditor.eventCount": "Événements : {0}"
}

View File

@@ -6,6 +6,10 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profiler.viewSelectAccessibleName": "Sélectionner une vue",
"profiler.sessionSelectAccessibleName": "Sélectionner une session",
"profiler.sessionSelectLabel": "Sélectionner une session :",
"profiler.viewSelectLabel": "Sélectionner la vue :",
"text": "Texte",
"label": "Étiquette",
"profilerEditor.value": "Valeur",

View File

@@ -6,5 +6,13 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profilerInput.profiler": "Profileur"
"profilerInput.profiler": "Profileur",
"profilerInput.notConnected": "Non connecté",
"profiler.sessionStopped": "La session XEvent Profiler a été arrêtée de manière inattendue sur le serveur {0}.",
"profiler.sessionCreationError": "Erreur au démarrage d'une nouvelle session",
"profiler.eventsLost": "La session XEvent Profiler pour {0} a des événements perdus.",
"confirmStopProfilerSession": "Voulez-vous arrêter la session XEvent en cours dexécution ?",
"profilerClosingActions.yes": "Oui",
"profilerClosingActions.no": "Non",
"profilerClosingActions.cancel": "Annuler"
}

View File

@@ -5,5 +5,6 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"profilerTextEditorAriaLabel": "Editeur de profiler pour le texte d'événement. En lecture uniquement."
}