Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 962b30f

Browse files
committed
Updated by ALF automation.
1 parent b8a5f01 commit 962b30f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/nls/fr/strings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,8 +900,8 @@ define({
900900
"CMD_FIND_PROJECT_SYMBOLS": "Rechercher des symboles de projet",
901901

902902
// Remote debugging enabled
903-
"REMOTE_DEBUGGING_ENABLED": "Remote debugging enabled on localhost:",
903+
"REMOTE_DEBUGGING_ENABLED": "Débogage à distance activé sur localhost :",
904904

905905
// Remote debugging port argument is invalid
906-
"REMOTE_DEBUGGING_PORT_INVALID": "Cannot enable remote debugging on port {0}. Port numbers should be between {1} and {2}."
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}."
907907
});

src/nls/ja/strings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,8 +900,8 @@ define({
900900
"CMD_FIND_PROJECT_SYMBOLS": "プロジェクト記号を検索",
901901

902902
// Remote debugging enabled
903-
"REMOTE_DEBUGGING_ENABLED": "Remote debugging enabled on localhost:",
903+
"REMOTE_DEBUGGING_ENABLED": "次のローカルホストでリモートデバッグが有効になりました。",
904904

905905
// Remote debugging port argument is invalid
906-
"REMOTE_DEBUGGING_PORT_INVALID": "Cannot enable remote debugging on port {0}. Port numbers should be between {1} and {2}."
906+
"REMOTE_DEBUGGING_PORT_INVALID": "ポート {0} でリモートデバッグを有効にできません。ポート番号は、{1} から {2} の間で指定してください。"
907907
});

0 commit comments

Comments
 (0)