@codingame/monaco-vscode-language-pack-fr 7.1.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/translations/extensions/vscode.css-language-features.i18n.json +2 -2
- package/translations/extensions/vscode.git.i18n.json +4 -4
- package/translations/extensions/vscode.github-authentication.i18n.json +6 -6
- package/translations/extensions/vscode.markdown-language-features.i18n.json +1 -1
- package/translations/main.i18n.json.js +5511 -7324
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-fr",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@8.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
"Includes the styles defined by another mixin into the current rule.": "Inclut les styles définis par un autre mixin dans la règle actuelle.",
|
|
89
89
|
"Increases or decreases one or more components of a color.": "Augmente ou diminue un ou plusieurs composants d’une couleur.",
|
|
90
90
|
"Inherits the styles of another selector.": "Hérite des styles d’un autre sélecteur.",
|
|
91
|
-
"Insert url() Function": "
|
|
92
|
-
"Insert url() Functions": "
|
|
91
|
+
"Insert url() Function": "Insérer une fonction url()",
|
|
92
|
+
"Insert url() Functions": "Insérer des fonctions url()",
|
|
93
93
|
"Inserts $insert into $string at $index.": "Insère $insert dans $string à $index.",
|
|
94
94
|
"Invalid number of parameters": "Nombre de paramètres non valide",
|
|
95
95
|
"Joins together two lists into one.": "Regroupe deux listes en une seule.",
|
|
@@ -296,10 +296,10 @@
|
|
|
296
296
|
"Your repository has no remotes configured to pull from.": "Votre dépôt n'a aucun dépôt distant configuré pour un Pull.",
|
|
297
297
|
"Your repository has no remotes configured to push to.": "Votre dépôt n'a aucun dépôt distant configuré pour un Push.",
|
|
298
298
|
"Your repository has no remotes.": "Votre dépôt n'a pas de dépôt distant.",
|
|
299
|
-
"[main] Log level: {0}": "[main]
|
|
300
|
-
"[main] Skipped found git in: \"{0}\"": "[main]
|
|
301
|
-
"[main] Using git \"{0}\" from \"{1}\"": "[main]
|
|
302
|
-
"[main] Validating found git in: \"{0}\"": "[main]
|
|
299
|
+
"[main] Log level: {0}": "[main] Niveau du journal : {0}",
|
|
300
|
+
"[main] Skipped found git in: \"{0}\"": "[main] Git trouvé ignoré dans : «{0}»",
|
|
301
|
+
"[main] Using git \"{0}\" from \"{1}\"": "[main] Utilisation de git \"{0}\" de \"{1}»",
|
|
302
|
+
"[main] Validating found git in: \"{0}\"": "[main] Validation du git trouvé dans : «{0}»",
|
|
303
303
|
"branches": "branches",
|
|
304
304
|
"no": "non",
|
|
305
305
|
"remote branches": "branches distantes",
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
"Copy & Continue to GitHub": "Copier et continuer vers GitHub",
|
|
15
15
|
"GitHub Enterprise Server URI is not a valid URI: {0}": "L’URI du serveur GitHub Enterprise n’est pas un URI valide : {0}",
|
|
16
16
|
"Having trouble logging in? Would you like to try a different way? ({0})": "Vous ne parvenez pas à vous connecter ? Voulez-vous essayer une autre méthode ? ({0})",
|
|
17
|
-
"Incorrect account detected": "
|
|
18
|
-
"Keep {0}": "
|
|
19
|
-
"Login with {0}": "
|
|
17
|
+
"Incorrect account detected": "Compte incorrect détecté",
|
|
18
|
+
"Keep {0}": "Conserver {0}",
|
|
19
|
+
"Login with {0}": "Se connecter avec {0}",
|
|
20
20
|
"No": "Non",
|
|
21
21
|
"Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "Ouvrez [{0}]({0}) dans un nouvel onglet et collez votre code à usage unique : {1}",
|
|
22
|
-
"Please reload the window to apply the new setting.": "
|
|
23
|
-
"Reload Window": "
|
|
22
|
+
"Please reload the window to apply the new setting.": "Rechargez la fenêtre pour appliquer le nouveau paramètre.",
|
|
23
|
+
"Reload Window": "Recharger la fenêtre",
|
|
24
24
|
"Sign in failed: {0}": "Échec de la connexion : {0}",
|
|
25
25
|
"Sign out failed: {0}": "Échec de la déconnexion : {0}",
|
|
26
26
|
"Signing in to {0}.../The {0} will be a url, e.g. github.com": "Connexion à {0}...",
|
|
27
|
-
"The chosen account, {0}, does not match the requested account, {1}.": "
|
|
27
|
+
"The chosen account, {0}, does not match the requested account, {1}.": "Le compte choisi, {0}, ne correspond pas au compte demandé, {1}.",
|
|
28
28
|
"To finish authenticating, navigate to GitHub and paste in the above one-time code.": "Pour terminer l’authentification, accédez à GitHub et collez le code unique ci-dessus.",
|
|
29
29
|
"To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "Pour terminer l’authentification, accédez à GitHub pour créer un PAT, puis collez le PAT dans la zone d’entrée.",
|
|
30
30
|
"Yes": "Oui",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"configuration.markdown.editor.filePaste.enabled.smart": "Créez des liens Markdown de manière intelligente par défaut lorsque vous ne les collez pas dans un bloc de code ou dans un autre élément spécial. Utilisez le widget coller pour basculer entre le collage en texte brut ou sous forme de liens Markdown.",
|
|
95
95
|
"configuration.markdown.editor.filePaste.videoSnippet": "Extrait de code utilisé lors de l’ajout de vidéos à Markdown. Cet extrait de code peut utiliser les variables suivantes :\r\n- « ${src} » — Chemin résolu du fichier vidéo.\r\n- « ${title}» — Titre utilisé pour la vidéo. Un espace réservé d’extrait de code est automatiquement créé pour cette variable.",
|
|
96
96
|
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Contrôle si des liens Markdown sont créés lorsque des URL sont collées dans un éditeur Markdown. Nécessite l’activation de « #editor.pasteAs.enabled# ».",
|
|
97
|
-
"configuration.markdown.editor.updateLinksOnPaste.enabled": "
|
|
97
|
+
"configuration.markdown.editor.updateLinksOnPaste.enabled": "Activez/désactivez une option de collage qui met à jour les liens et la référence dans le texte copié et collé entre les éditeurs Markdown.\r\n\r\nPour utiliser cette fonctionnalité, après avoir collé du texte contenant des liens pouvant être mis à jour, il vous suffit de cliquer sur le widget Coller et de sélectionner Coller et mettre à jour les liens collés.",
|
|
98
98
|
"configuration.markdown.links.openLocation.beside": "Ouvrez les liens à côté de l'éditeur actif.",
|
|
99
99
|
"configuration.markdown.links.openLocation.currentGroup": "Ouvrez les liens dans le groupe d'éditeurs actif.",
|
|
100
100
|
"configuration.markdown.links.openLocation.description": "Contrôle l'emplacement où doivent s'ouvrir les liens dans les fichiers Markdown.",
|