forked from intellism/vscode-comment-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
16 lines (16 loc) · 1.26 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"commentTranslate.displayName": "Comment Translate",
"commentTranslate.description": "This plugin uses the Google Translate API to translate comments for the VSCode programming language.",
"commentTranslate.command.select": "Quickly select the last translation area",
"commentTranslate.command.changeTargetLanguage": "Change translate target language",
"commentTranslate.command.changeTranslateSource": "Change translate source",
"commentTranslate.command.replaceSelections": "Translate and replace selections",
"commentTranslate.command.replaceAllCommentsInFile": "Translate and replace all comments in file",
"commentTranslate.configuration.concise": "Concise mode.If on, only pressing Ctrl or Command will trigger floating translation",
"commentTranslate.configuration.targetLanguage": "Translation to target language",
"commentTranslate.configuration.source": "Translate servcie source. Google, Bing, Baidu have been built-in.",
"commentTranslate.configuration.openHover": "Open hover translation",
"commentTranslate.configuration.stringHover": "Hover translation string",
"commentTranslate.configuration.variableHover": "Hover translation variable",
"commentTranslate.configuration.MultilineMerge": "Comment Multi-line merge"
}