-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.nls.json
20 lines (20 loc) · 1.44 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"translates.title": "Translates",
"translateAndCopy.title": "Translate and Copy",
"translateAndReplace.title": "Translate and Replace",
"translateCandidateResult.title": "Translate Candidate Result",
"translationHoverSwitch.title": "Translation Hover Switch",
"translateSwitchLang.title": "Switch the target language to translate",
"translateDetectLang.title": "Reset the Detect language to translate",
"translateSwpLang.title": "Swap the first and second target language",
"translationSettings.title": "Settings",
"switchFunctionTranslation.description": "Switch Function Translation. For Example: There is a function named 'PostCreateReceipt'. It will change to 'Post Create Receipt' before translate. ",
"serverDomain.description": "You can set it to the fastest google translate domain.",
"firstLanguage.description": "All language will tranlate to this language first.",
"secondLanguage.description": "It will be translated into this language if it's the first language.",
"maxSizeOfResult.description": "The maximum length of the result displayed in the status bar and message box. If it exceeds this length, it will be replaced by an ellipsis.",
"noticeOnlyError.description": "Reduce the message box and only remind the error message.",
"firstLanguage.default": "zh-cn",
"translate.domain": "https://translate.google.com",
"proxy.description": "Connect to Google Translate via http proxy."
}