forked from intellism/vscode-comment-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.jp.json
16 lines (16 loc) · 1.3 KB
/
package.nls.jp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"commentTranslate.displayName": "コメント翻訳",
"commentTranslate.configuration.concise": "簡潔なモード.オンにするとctrlまたはcommandを押すだけで懸濁翻訳がトリガーされます",
"commentTranslate.description": "このプラグインは、Google Translate APIを使用してVSCodeプログラミング言語のコメントを翻訳します。 ",
"commentTranslate.command.select": "最後の翻訳領域を素早く選択",
"commentTranslate.command.changeTargetLanguage": "翻訳対象言語の変更",
"commentTranslate.command.changeTranslateSource": "ソースを変える",
"commentTranslate.command.replaceSelections": "選択の翻訳と置換",
"commentTranslate.command.replaceAllCommentsInFile": "ファイル内のすべてのコメントを翻訳して置き換えます",
"commentTranslate.configuration.targetLanguage": "ターゲット言語への翻訳",
"commentTranslate.configuration.source": "サービスソースの翻訳",
"commentTranslate.configuration.openHover": "オープンホバー翻訳",
"commentTranslate.configuration.stringHover": "翻訳文字列",
"commentTranslate.configuration.variableHover": "翻訳変数",
"commentTranslate.configuration.MultilineMerge": "コメント複数行マージ"
}