forked from intellism/vscode-comment-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
32 lines (32 loc) · 2.62 KB
/
package.nls.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
30
31
32
{
"commentTranslate.displayName": "Comment Translate",
"commentTranslate.description": "This extension helps developers translate comments, strings, code hints, error messages, and variable names in their code.",
"commentTranslate.command.select": "Select the last translation area",
"commentTranslate.command.clipboard": "Translate Clipboard",
"commentTranslate.command.selectAllText": "Select all String in file",
"commentTranslate.command.selectAllComment": "Select all Comment in file",
"commentTranslate.command.translateAllText": "Translate all String in file",
"commentTranslate.command.translateAllComment": "Translate all Comment in file",
"commentTranslate.command.changeTargetLanguage": "Change translate target language",
"commentTranslate.command.changeTranslateSource": "Change translate source",
"commentTranslate.command.replaceSelections": "Translate and replace selections",
"commentTranslate.command.toggleBrowseMode": "Toggle comment browse mode",
"commentTranslate.command.toggleDocumentBrowseMode": "Toggle comment browsing mode for the current document",
"commentTranslate.command.openDocumentBrowseMode": "Open comment browsing mode",
"commentTranslate.command.closeDocumentBrowseMode": "Close comment browsing mode",
"commentTranslate.command.translateForCopilotChat": "Translate selected text and display in GitHub Copilot Chat",
"commentTranslate.command.nameVariable": "Variable naming from translated descriptions",
"commentTranslate.configuration.concise": "Concise mode.If on, only pressing Ctrl or Command will trigger floating translation",
"commentTranslate.configuration.contentHover": "Translate Hover Content",
"commentTranslate.configuration.targetLanguage": "Translation to target language",
"commentTranslate.configuration.sourceLanguage": "Translation to source language",
"commentTranslate.configuration.source": "Translate servcie source. Google, Bing, Baidu have been built-in.",
"commentTranslate.configuration.browseEnabled": "Enable comment browse translation",
"commentTranslate.configuration.browseMode": "Comment browse mode",
"commentTranslate.configuration.openHover": "Open hover translation",
"commentTranslate.configuration.stringHover": "Hover translation string",
"commentTranslate.configuration.variableHover": "Hover translation variable",
"commentTranslate.configuration.selectTargetLanguageWhenReplacing": "Select TargetLanguage when replacing",
"commentTranslate.configuration.maxTranslationLength": "Max translation length",
"commentTranslate.configuration.MultilineMerge": "Comment Multi-line merge"
}