mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 09:35:40 -05:00
* updated langpacks to be pushed in * bumped version number to 1.29.0 * patched german lang pack * patched spanish langpack * patched french langpack * italian langpack patched * Japanese langpack patched * Korean langpack patched * portuguese langpack patched * russian langpack patched * patched chinese simplified langpack and fixed changelog for ru and pt * patched chinese traditional langpack
45 lines
2.8 KiB
JSON
45 lines
2.8 KiB
JSON
{
|
||
"": [
|
||
"--------------------------------------------------------------------------------------------",
|
||
"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."
|
||
],
|
||
"version": "1.0.0",
|
||
"contents": {
|
||
"package": {
|
||
"displayName": "GitHub",
|
||
"description": "GitHub",
|
||
"config.gitAuthentication": "Détermine si l'authentification GitHub automatique doit être activée pour les commandes Git dans VS Code.",
|
||
"welcome.publishFolder": "Vous pouvez également publier directement ce dossier sur un dépôt GitHub. Une fois la publication effectuée, vous avez accès aux fonctionnalités de contrôle de code source gérées par git and GitHub.\r\n[$(github) Publier sur GitHub](command:github.publish)",
|
||
"welcome.publishWorkspaceFolder": "Vous pouvez également publier directement un dossier d'espace de travail sur un dépôt GitHub. Une fois la publication effectuée, vous avez accès aux fonctionnalités de contrôle de code source gérées par git and GitHub.\r\n[$(github) Publier sur GitHub](command:github.publish)"
|
||
},
|
||
"dist/publish": {
|
||
"pick folder": "Choisir un dossier à publier sur GitHub",
|
||
"ignore": "Sélectionnez les fichiers à inclure dans le dépôt.",
|
||
"publishing_private": "Publication sur un dépôt GitHub privé",
|
||
"publishing_public": "Publication sur un dépôt GitHub public",
|
||
"publishing_firstcommit": "Création du premier commit",
|
||
"publishing_uploading": "Chargement des fichiers",
|
||
"openingithub": "Ouvrir dans GitHub",
|
||
"publishing_done": "Publication réussie du dépôt '{0}' sur GitHub."
|
||
},
|
||
"dist/pushErrorHandler": {
|
||
"ok": "OK",
|
||
"fork unable": "Vous n'avez pas les autorisations nécessaires pour effectuer un envoi (push) vers '{0}/{1}' sur GitHub.",
|
||
"create a fork": "Créer une duplication (fork)",
|
||
"no": "Non",
|
||
"fork": "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 ?",
|
||
"create fork": "Créer une duplication (fork) GitHub",
|
||
"forking": "Création d'une duplication (fork) '{0}/{1}'...",
|
||
"forking_pushing": "Envoi (push) des changements...",
|
||
"openingithub": "Ouvrir dans GitHub",
|
||
"createpr": "Créer une demande de tirage (PR)",
|
||
"forking_done": "La duplication (fork) '{0}' a été correctement créée sur GitHub.",
|
||
"createghpr": "Création d'une demande de tirage (pull request) GitHub...",
|
||
"openpr": "Ouvrir la demande de tirage (PR)",
|
||
"donepr": "La demande de tirage (PR) '{0}/{1}#{2}' a été correctement créée sur GitHub."
|
||
}
|
||
}
|
||
} |