forked from intellism/vscode-comment-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-cn.json
32 lines (32 loc) · 2.5 KB
/
package.nls.zh-cn.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": "注释翻译",
"commentTranslate.description": "这个插件帮助开发者翻译代码中的注释、字符串、代码提示、错误提醒和变量名称等内容。",
"commentTranslate.command.select": "快速选择最后一个翻译区域",
"commentTranslate.command.clipboard": "翻译剪贴板",
"commentTranslate.command.selectAllText": "快速选择文件中的所有字符串",
"commentTranslate.command.selectAllComment": "快速选择文件中的所有注释",
"commentTranslate.command.translateAllText": "翻译文件中的所有字符串",
"commentTranslate.command.translateAllComment": "翻译文件中的所有注释",
"commentTranslate.command.changeTargetLanguage": "更改翻译目标语言",
"commentTranslate.command.changeTranslateSource": "更改翻译源",
"commentTranslate.command.replaceSelections": "翻译并替换选区",
"commentTranslate.command.toggleBrowseMode": "切换注释浏览模式",
"commentTranslate.command.toggleDocumentBrowseMode": "切换当前文档的注释浏览模式",
"commentTranslate.command.openDocumentBrowseMode": "打开注释浏览模式",
"commentTranslate.command.closeDocumentBrowseMode": "关闭注释浏览模式",
"commentTranslate.command.translateForCopilotChat": "翻译选定文本并在 GitHub Copilot 聊天中显示",
"commentTranslate.command.nameVariable": "从翻译描述中命名变量",
"commentTranslate.configuration.concise": "简洁模式.开启后只有按住ctrl或command才会触发悬浮翻译",
"commentTranslate.configuration.contentHover": "翻译悬停内容",
"commentTranslate.configuration.targetLanguage": "翻译成目标语言",
"commentTranslate.configuration.sourceLanguage": "翻译源语言",
"commentTranslate.configuration.source": "翻译服务源。已内置 Google、Bing、百度。",
"commentTranslate.configuration.browseEnabled": "启用注释浏览翻译",
"commentTranslate.configuration.browseMode": "注释浏览模式",
"commentTranslate.configuration.openHover": "开启悬停翻译",
"commentTranslate.configuration.stringHover": "开启悬停翻译字符串",
"commentTranslate.configuration.variableHover": "开启悬停翻译变量",
"commentTranslate.configuration.selectTargetLanguageWhenReplacing": "替换时选择目标语言",
"commentTranslate.configuration.maxTranslationLength": "最大翻译长度",
"commentTranslate.configuration.MultilineMerge": "多行注释合并"
}