forked from intellism/vscode-comment-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-cn.json
16 lines (16 loc) · 1.17 KB
/
package.nls.zh-cn.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": "多行注释合并"
}