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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/fra/src/vs/workbench/browser/parts')
-rw-r--r--i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json1
-rw-r--r--i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json8
-rw-r--r--i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json13
-rw-r--r--i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json3
-rw-r--r--i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json1
5 files changed, 23 insertions, 3 deletions
diff --git a/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json
index a04b897abfe..affef8547e2 100644
--- a/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json
+++ b/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json
@@ -5,6 +5,5 @@
// Do not edit this file. It is machine generated.
{
"hideActivitBar": "Masquer la barre d'activités",
- "activityBarAriaLabel": "Sélecteur d'affichage actif",
"globalActions": "Actions globales"
} \ No newline at end of file
diff --git a/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json
new file mode 100644
index 00000000000..ed052dd9d9c
--- /dev/null
+++ b/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "activityBarAriaLabel": "Sélecteur d'affichage actif"
+} \ No newline at end of file
diff --git a/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json
new file mode 100644
index 00000000000..0935a1bd196
--- /dev/null
+++ b/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json
@@ -0,0 +1,13 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "badgeTitle": "{0} - {1}",
+ "additionalViews": "Vues supplémentaires",
+ "numberBadge": "{0} ({1})",
+ "manageExtension": "Gérer l'extension",
+ "titleKeybinding": "{0} ({1})",
+ "toggle": "Afficher/masquer la vue épinglée"
+} \ No newline at end of file
diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json
index dc32ce2159e..4326e29e9e4 100644
--- a/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json
+++ b/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json
@@ -12,5 +12,6 @@
"groupTwoPicker": "Afficher les éditeurs du deuxième groupe",
"groupThreePicker": "Afficher les éditeurs du troisième groupe",
"allEditorsPicker": "Afficher tous les éditeurs ouverts",
- "view": "Affichage"
+ "view": "Affichage",
+ "file": "Fichier"
} \ No newline at end of file
diff --git a/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json
index 6e9f1b4185b..d4a3eda558a 100644
--- a/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json
+++ b/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json
@@ -4,6 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "canNotRun": "La commande '{0}' n'est pas activée et ne peut pas être exécutée.",
"manageExtension": "Gérer l'extension"
} \ No newline at end of file