forked from intellism/vscode-comment-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.fr.json
22 lines (22 loc) · 1.99 KB
/
package.nls.fr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"commentTranslate.displayName": "Commentaire Traduire",
"commentTranslate.description": "Ce plugin utilise l’API Google Translate pour traduire les commentaires pour le langage de programmation VSCode.",
"commentTranslate.command.select": "Sélectionnez rapidement la dernière zone de traduction",
"commentTranslate.command.clipboard": "Traduire le Presse-papiers",
"commentTranslate.command.selectAllText": "Sélectionnez rapidement toutes les chaînes dans le fichier",
"commentTranslate.command.selectAllComment": "Sélectionnez rapidement tous les commentaires dans le fichier",
"commentTranslate.command.translateAllText": "Traduisez rapidement toutes les chaînes dans le fichier",
"commentTranslate.command.translateAllComment": "Traduisez rapidement tous les commentaires dans un fichier",
"commentTranslate.command.changeTargetLanguage": "Changer la langue cible de traduction",
"commentTranslate.command.changeTranslateSource": "Modifier la source de traduction",
"commentTranslate.command.replaceSelections": "Traduire et remplacer des sélections",
"commentTranslate.configuration.concise": "Mode concis. Si cette option est activée, seule la pression sur Ctrl ou Commande déclenchera une traduction flottante",
"commentTranslate.configuration.contentHover": "Traduire le contenu Hover",
"commentTranslate.configuration.targetLanguage": "Traduction vers la langue cible",
"commentTranslate.configuration.source": "Traduire la source de service. Google, Bing, Baidu ont été intégrés.",
"commentTranslate.configuration.openHover": "Ouvrir la traduction par survol",
"commentTranslate.configuration.stringHover": "Chaîne de traduction survolée",
"commentTranslate.configuration.variableHover": "Variable de translation Hover",
"commentTranslate.configuration.selectTargetLanguageWhenReplacing": "Sélectionnez TargetLanguage lors du remplacement",
"commentTranslate.configuration.MultilineMerge": "Commentaire Fusion multiligne"
}