|
127 | 127 | "vs/editor/contrib/lineSelection/browser/lineSelection": { |
128 | 128 | "expandLineSelection": "展开行选择" |
129 | 129 | }, |
| 130 | + "vs/platform/actions/browser/toolbar": { |
| 131 | + "hide": "隐藏", |
| 132 | + "resetThisMenu": "重置菜单" |
| 133 | + }, |
| 134 | + "vs/platform/actions/common/menuService": { |
| 135 | + "configure keybinding": "配置键绑定", |
| 136 | + "hide.label": "隐藏“{0}”" |
| 137 | + }, |
130 | 138 | "vs/editor/contrib/linesOperations/browser/linesOperations": { |
131 | 139 | "duplicateSelection": "重复选择", |
132 | 140 | "editor.transformToCamelcase": "转换为驼峰式大小写", |
|
174 | 182 | "transposeLetters.label": "转置字母" |
175 | 183 | }, |
176 | 184 | "vs/editor/contrib/inlineCompletions/browser/controller/commands": { |
177 | | - "action.inlineSuggest.trigger": "触发内联建议" |
| 185 | + "accept": "接受", |
| 186 | + "acceptLine": "接受行", |
| 187 | + "acceptWord": "接受 Word", |
| 188 | + "action.inlineSuggest.accept": "接受内联建议", |
| 189 | + "action.inlineSuggest.acceptNextLine": "接受内联建议的下一行", |
| 190 | + "action.inlineSuggest.acceptNextWord": "接受内联建议的下一个字", |
| 191 | + "action.inlineSuggest.alwaysShowToolbar": "始终显示工具栏", |
| 192 | + "action.inlineSuggest.dev.extractRepro": "开发人员: 提取内联建议状态", |
| 193 | + "action.inlineSuggest.hide": "隐藏内联建议", |
| 194 | + "action.inlineSuggest.jump": "跳转到下一个内联编辑", |
| 195 | + "action.inlineSuggest.showNext": "显示下一个内联建议", |
| 196 | + "action.inlineSuggest.showPrevious": "显示上一个内联建议", |
| 197 | + "action.inlineSuggest.trigger": "触发内联建议", |
| 198 | + "action.inlineSuggest.trigger.explicitInlineEdit": "触发内联编辑", |
| 199 | + "jump": "跳转", |
| 200 | + "noInlineEditAvailable": "无内联编辑可用。", |
| 201 | + "reject": "Reject" |
| 202 | + }, |
| 203 | + "vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys": { |
| 204 | + "cursorAtInlineEdit": "光标是否处于内联编辑状态", |
| 205 | + "cursorInIndentation": "光标是否处于缩进状态", |
| 206 | + "editor.hasSelection": "编辑器是否有选择", |
| 207 | + "inlineEditVisible": "内联编辑是否可见", |
| 208 | + "inlineSuggestionHasIndentation": "内联建议是否以空白开头", |
| 209 | + "inlineSuggestionHasIndentationLessThanTabSize": "内联建议是否以小于选项卡插入内容的空格开头", |
| 210 | + "inlineSuggestionVisible": "内联建议是否可见", |
| 211 | + "suppressSuggestions": "是否应抑制当前建议", |
| 212 | + "tabShouldAcceptInlineEdit": "选项卡是否应接受内联编辑。", |
| 213 | + "tabShouldJumpToInlineEdit": "选项卡是否应跳转到内联编辑。" |
| 214 | + }, |
| 215 | + "vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController": { |
| 216 | + "showAccessibleViewHint": "在辅助视图中检查此项 ({0})" |
| 217 | + }, |
| 218 | + "vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant": { |
| 219 | + "hoverAccessibilityStatusBar": "此处有内联完成", |
| 220 | + "inlineSuggestionFollows": "建议:" |
| 221 | + }, |
| 222 | + "vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget": { |
| 223 | + "content": "{0} ({1})", |
| 224 | + "next": "下一步", |
| 225 | + "parameterHintsNextIcon": "“显示下一个参数”提示的图标。", |
| 226 | + "parameterHintsPreviousIcon": "“显示上一个参数”提示的图标。", |
| 227 | + "previous": "上一步" |
178 | 228 | }, |
179 | 229 | "vs/editor/contrib/suggest/browser/suggestController": { |
180 | 230 | "suggest.trigger.label": "触发建议", |
|
0 commit comments