You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nls/fr/strings.js
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -317,13 +317,13 @@ define({
317
317
"BAD_PACKAGE_NAME": "{0} n’est pas un nom de pack valide.",
318
318
"MISSING_PACKAGE_VERSION": "Le fichier package.json n’indique pas la version du pack.",
319
319
"INVALID_VERSION_NUMBER": "Le numéro de version du pack ({0}) n’est pas valide.",
320
-
"INVALID_BRACKETS_VERSION": "[6771123] !é=The {APP_NAME} compatibility string ({0}) is invalid.=!",
321
-
"DISALLOWED_WORDS": "[6771122] !é=The words ({1}) are not allowed in the {0} field.=!",
320
+
"INVALID_BRACKETS_VERSION": "La chaîne de compatibilité {APP_NAME} ({0}) n’est pas valide.",
321
+
"DISALLOWED_WORDS": "Le champ {0} ne peut pas contenir les mots ({1}).",
322
322
"API_NOT_COMPATIBLE": "L’extension n’est pas compatible avec cette version de l’application {APP_NAME}. Elle a été installée dans le dossier contenant les extensions désactivées.",
323
323
"MISSING_MAIN": "Le pack ne contient pas de fichier main.js.",
324
-
"EXTENSION_ALREADY_INSTALLED": "[6976450] !é=Installing this package will overwrite a previously installed extension. Overwrite the old extension?=!",
325
-
"EXTENSION_SAME_VERSION": "[6976454] !é=This package is the same version as the one that is currently installed. Overwrite the existing installation?=!",
326
-
"EXTENSION_OLDER_VERSION": "[6976453] !é=This package is version {0} which is older than the currently installed ({1}). Overwrite the existing installation?=!",
324
+
"EXTENSION_ALREADY_INSTALLED": "L’installation de ce pack remplacera une extension installée précédemment. Voulez-vous remplacer l’extension installée ?",
325
+
"EXTENSION_SAME_VERSION": "Ce pack correspond à la même version que celle installée actuellement. Voulez-vous remplacer l’installation actuelle ?",
326
+
"EXTENSION_OLDER_VERSION": "Ce pack correspond à la version {0}, qui est antérieure à la version actuellement installée ({1}). Voulez-vous remplacer l’installation actuelle ?",
327
327
"DOWNLOAD_ID_IN_USE": "Erreur interne : l’ID de téléchargement est déjà utilisé.",
328
328
"NO_SERVER_RESPONSE": "Impossible de se connecter au serveur.",
329
329
"BAD_HTTP_STATUS": "Fichier introuvable sur le serveur (HTTP {0}).",
@@ -345,26 +345,26 @@ define({
345
345
"EXTENSION_ERROR": "Erreur d’extension",
346
346
"EXTENSION_KEYWORDS": "Mots-clés",
347
347
"EXTENSION_INSTALLED": "Installée",
348
-
"EXTENSION_UPDATE_INSTALLED": "[6981214] !é=This extension update has been downloaded and will be installed when you quit {APP_NAME}.=!",
348
+
"EXTENSION_UPDATE_INSTALLED": "Cette mise à jour d’extension a été téléchargée et sera installée lorsque vous quitterez {APP_NAME}.",
"CHANGE_AND_QUIT_MESSAGE": "[6976448] !é=To update or remove the marked extensions, you need to quit and restart {APP_NAME}. You'll be prompted to save unsaved changes.=!",
360
+
"CHANGE_AND_QUIT_TITLE": "Modifier les extensions",
361
+
"CHANGE_AND_QUIT_MESSAGE": "Pour mettre à jour ou supprimer les extensions marquées, vous devez quitter puis relancer {APP_NAME}. Vous serez invité à enregistrer vos modifications.",
362
362
"REMOVE_AND_QUIT": "Supprimer les extensions et quitter",
363
-
"CHANGE_AND_QUIT": "[6976447] !é=Change Extensions and Quit=!",
364
-
"UPDATE_AND_QUIT": "[6976459] !é=Update Extensions and Quit=!",
365
-
"EXTENSION_NOT_INSTALLED": "[6958949] !é=Couldn't remove extension {0} because it wasn't installed.=!",
366
-
"NO_EXTENSIONS": "[6967841] !é=No extensions installed yet.<br>Click the Install from URL button below to get started.=!",
367
-
"NO_EXTENSION_MATCHES": "[6976456] !é=No extensions match your search.=!",
363
+
"CHANGE_AND_QUIT": "Modifier les extensions et quitter",
364
+
"UPDATE_AND_QUIT": "Mettre à jour les extensions et quitter",
365
+
"EXTENSION_NOT_INSTALLED": "Impossible de supprimer l’extension {0} car elle n’est pas installée.",
366
+
"NO_EXTENSIONS": "Aucune extension installée pour le moment.<br>Cliquez sur le bouton Installer à partir de l’URL se trouvant ci-dessous pour démarrer.",
367
+
"NO_EXTENSION_MATCHES": "Aucune extension ne correspond à votre recherche.",
"EXTENSION_ALREADY_INSTALLED": "!能=[6976450] Installing this package will overwrite a previously installed extension. Overwrite the old extension?_=!",
325
-
"EXTENSION_SAME_VERSION": "!能=[6976454] This package is the same version as the one that is currently installed. Overwrite the existing installation?_=!",
326
-
"EXTENSION_OLDER_VERSION": "!能=[6976453] This package is version {0} which is older than the currently installed ({1}). Overwrite the existing installation?_=!",
"CHANGE_AND_QUIT_MESSAGE": "!能=[6976448] To update or remove the marked extensions, you need to quit and restart {APP_NAME}. You'll be prompted to save unsaved changes._=!",
0 commit comments