-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathpackage.nls.jp.json
29 lines (29 loc) · 2.68 KB
/
package.nls.jp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"commentTranslate.displayName": "コメント翻訳",
"commentTranslate.description": "このプラグインは、開発者がコード内のコメント、文字列、コードヒント、エラーメッセージ、変数名などの内容を翻訳するのを支援します。",
"commentTranslate.command.select": "最後の翻訳領域を素早く選択",
"commentTranslate.command.clipboard": "クリップボードを翻訳する",
"commentTranslate.command.selectAllText": "ファイル内のすべての文字列をすばやく選択する",
"commentTranslate.command.selectAllComment": "ファイル内のすべてのコメントをすばやく選択する",
"commentTranslate.command.translateAllText": "ファイル内のすべての文字列をすばやく翻訳する",
"commentTranslate.command.translateAllComment": "ファイル内のすべてのコメントをすばやく翻訳する",
"commentTranslate.command.changeTargetLanguage": "翻訳対象言語の変更",
"commentTranslate.command.changeTranslateSource": "ソースを変える",
"commentTranslate.command.replaceSelections": "選択の翻訳と置換",
"commentTranslate.command.toggleBrowseMode": "コメント閲覧モードを切り替える",
"commentTranslate.command.toggleDocumentBrowseMode": "現在のドキュメントのコメント閲覧モードを切り替える",
"commentTranslate.command.translateForCopilotChat": "選択したテキストを翻訳してGitHub Copilot Chatに表示",
"commentTranslate.command.nameVariable": "翻訳された説明から変数名を付ける",
"commentTranslate.configuration.concise": "簡潔なモード.オンにするとctrlまたはcommandを押すだけで懸濁翻訳がトリガーされます",
"commentTranslate.configuration.contentHover": "ホバーコンテンツを翻訳する",
"commentTranslate.configuration.targetLanguage": "ターゲット言語への翻訳",
"commentTranslate.configuration.source": "サービスソースの翻訳",
"commentTranslate.configuration.openHover": "オープンホバー翻訳",
"commentTranslate.configuration.stringHover": "翻訳文字列",
"commentTranslate.configuration.variableHover": "翻訳変数",
"commentTranslate.configuration.selectTargetLanguageWhenReplacing": "置換時にターゲット言語を選択",
"commentTranslate.configuration.MultilineMerge": "コメント複数行マージ",
"commentTranslate.configuration.browseEnabled": "コメント閲覧翻訳を有効にする",
"commentTranslate.configuration.browseMode": "コメント閲覧モード",
"commentTranslate.configuration.maxTranslationLength": "最大翻訳長"
}