mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-20 20:10:11 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"delete": "Supprimer",
|
||||
"codeBefore": "Insérer le code avant",
|
||||
"codeAfter": "Insérer le code après",
|
||||
"markdownBefore": "Insérer le code Markdown avant",
|
||||
"markdownAfter": "Insérer le code Markdown après",
|
||||
"clear": "Effacer la sortie"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"notebook.failed": "Sélectionnez la cellule active et réessayez",
|
||||
"runCell": "Exécuter la cellule",
|
||||
"stopCell": "Annuler l'exécution",
|
||||
"errorRunCell": "Erreur de la dernière exécution. Cliquer pour réexécuter"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"clickOn": "Cliquer sur",
|
||||
"plusCode": "+ Code",
|
||||
"or": "Ou",
|
||||
"plusText": "+ Texte",
|
||||
"toAddCell": "pour ajouter une cellule de code ou de texte"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"doubleClickEdit": "Double-cliquer pour modifier"
|
||||
}
|
||||
13
i18n/fra/src/sql/parts/notebook/models/cell.i18n.json
Normal file
13
i18n/fra/src/sql/parts/notebook/models/cell.i18n.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"executionCanceled": "L'exécution de la requête a été annulée",
|
||||
"notebookNotReady": "La session de ce notebook n'est pas encore prête",
|
||||
"sessionNotReady": "La session de ce notebook va commencer dans un instant",
|
||||
"noDefaultKernel": "Aucun noyau disponible pour ce notebook"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"clientSession.unknownError": "Une erreur s'est produite au démarrage d'une session de notebook",
|
||||
"ServerNotStarted": "Le serveur n'a pas démarré pour une raison inconnue",
|
||||
"kernelRequiresConnection": "Noyau {0} introuvable. Le noyau par défaut est utilisé à la place."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"sqlKernel": "SQL"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"selectConnection": "Sélectionner une connexion",
|
||||
"localhost": "localhost",
|
||||
"addConnection": "Ajouter une nouvelle connexion"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"deleteCellFailed": "La suppression de la cellule a échoué.",
|
||||
"changeKernelFailedRetry": "Le changement de noyau a échoué. Le noyau {0} est utilisé. Erreur : {1}",
|
||||
"changeKernelFailed": "Le changement de noyau a échoué en raison de l'erreur : {0}",
|
||||
"changeContextFailed": "Le changement de contexte a échoué : {0}",
|
||||
"startSessionFailed": "Impossible de démarrer la session : {0}",
|
||||
"shutdownError": "Une erreur s'est produite à la fermeture du notebook : {0}",
|
||||
"shutdownClientSessionError": "Une erreur de session du client s'est produite pendant la fermeture du notebook : {0}",
|
||||
"ProviderNoManager": "Gestionnaire de notebook introuvable pour le fournisseur {0}"
|
||||
}
|
||||
16
i18n/fra/src/sql/parts/notebook/notebook.component.i18n.json
Normal file
16
i18n/fra/src/sql/parts/notebook/notebook.component.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"displayFailed": "Impossible d'afficher le contenu : {0}",
|
||||
"noKernelInstalled": "Installez l'extension SQL Server 2019 pour exécuter des cellules",
|
||||
"installSql2019Extension": "Installer l'extension",
|
||||
"code": "Code",
|
||||
"text": "Texte",
|
||||
"clearResults": "Effacer les résultats",
|
||||
"cellNotFound": "cellule avec l'URI {0} introuvable dans ce modèle"
|
||||
}
|
||||
22
i18n/fra/src/sql/parts/notebook/notebookActions.i18n.json
Normal file
22
i18n/fra/src/sql/parts/notebook/notebookActions.i18n.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"loading": "Chargement de noyaux...",
|
||||
"changing": "Changement du noyau...",
|
||||
"Kernel": "Noyau : ",
|
||||
"AttachTo": "Joindre à : ",
|
||||
"loadingContexts": "Chargement des contextes...",
|
||||
"addNewConnection": "Ajouter une nouvelle connexion",
|
||||
"selectConnection": "Sélectionner une connexion",
|
||||
"localhost": "localhost",
|
||||
"trustLabel": "Approuvé",
|
||||
"untrustLabel": "Non approuvé",
|
||||
"alreadyTrustedMsg": "Le notebook est déjà approuvé.",
|
||||
"noKernel": "Pas de noyau",
|
||||
"noContextAvailable": "Aucun(e)"
|
||||
}
|
||||
10
i18n/fra/src/sql/parts/notebook/notebookUtils.i18n.json
Normal file
10
i18n/fra/src/sql/parts/notebook/notebookUtils.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"mkdirOutputMsg": "... Création de {0}"
|
||||
}
|
||||
Reference in New Issue
Block a user