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

Commit

Permalink
Merge pull request #14984 from jha-g/jha-g/merging-localized-strings
Browse files Browse the repository at this point in the history
Merge pull request #14729 from adobe/alf_localization_1.14
  • Loading branch information
narayani28 committed Nov 28, 2019
2 parents 6dc2c94 + 3aee379 commit 959fed1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/nls/fr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -897,5 +897,11 @@ define({
"REFERENCES_NO_RESULTS": "Références non disponibles pour la position actuelle du curseur",

"CMD_FIND_DOCUMENT_SYMBOLS": "Rechercher des symboles de document",
"CMD_FIND_PROJECT_SYMBOLS": "Rechercher des symboles de projet"
"CMD_FIND_PROJECT_SYMBOLS": "Rechercher des symboles de projet",

// Remote debugging enabled
"REMOTE_DEBUGGING_ENABLED": "Débogage à distance activé sur localhost:",

// Remote debugging port argument is invalid
"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}."
});
8 changes: 7 additions & 1 deletion src/nls/ja/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -897,5 +897,11 @@ define({
"REFERENCES_NO_RESULTS": "現在のカーソル位置で利用可能な参照はありません",

"CMD_FIND_DOCUMENT_SYMBOLS": "ドキュメント記号を検索",
"CMD_FIND_PROJECT_SYMBOLS": "プロジェクト記号を検索"
"CMD_FIND_PROJECT_SYMBOLS": "プロジェクト記号を検索",

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

// Remote debugging port argument is invalid
"REMOTE_DEBUGGING_PORT_INVALID": "ポート {0} でリモートデバッグを有効にできません。ポート番号は、{1} から {2} の間で指定してください。"
});

0 comments on commit 959fed1

Please sign in to comment.