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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/nls/fr/strings.js
+7-1
Original file line number
Diff line number
Diff line change
@@ -897,5 +897,11 @@ define({
897
897
"REFERENCES_NO_RESULTS": "Références non disponibles pour la position actuelle du curseur",
898
898
899
899
"CMD_FIND_DOCUMENT_SYMBOLS": "Rechercher des symboles de document",
900
-
"CMD_FIND_PROJECT_SYMBOLS": "Rechercher des symboles de projet"
900
+
"CMD_FIND_PROJECT_SYMBOLS": "Rechercher des symboles de projet",
901
+
902
+
// Remote debugging enabled
903
+
"REMOTE_DEBUGGING_ENABLED": "Débogage à distance activé sur localhost:",
904
+
905
+
// Remote debugging port argument is invalid
906
+
"REMOTE_DEBUGGING_PORT_INVALID": "Impossible d’activer le débogage à distance sur le port {0}. Les numéros de port doivent être compris entre {1} et {2}."
0 commit comments