File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " monaco-editor-i18n-plugin" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A i18n plugin for the Monaco editor" ,
55 "main" : " out/index.js" ,
66 "typings" : " ./out/index.d.ts" ,
Original file line number Diff line number Diff line change 205205 "markerAction.previous.label" : " 转到上一个问题 (错误、警告、信息)" ,
206206 "markerAction.previousInFiles.label" : " 转到文件中的上一个问题 (错误、警告、信息)"
207207 },
208+ "vs/editor/contrib/gotoSymbol/goToCommands" : {
209+ "actions.goToDecl.label" : " 转到定义" ,
210+ "goToReferences.label" : " 转到引用" ,
211+ "peek.submenu" : " 快速查看" ,
212+ "actions.previewDecl.label" : " 速览定义" ,
213+ "references.action.label" : " 查看引用" ,
214+ "references.no" : " 未找到\" {0}\" 的引用" ,
215+ "noResultWord" : " 未找到“{0}”的任何定义"
216+ },
208217 "vs/editor/contrib/quickAccess/gotoLineQuickAccess" : {
209218 "gotoLineLabelEmptyWithLimit" : " 当前行: {0},字符: {1}。键入要导航到的行号(介于 1 至 {2} 之间)。"
210219 },
You can’t perform that action at this time.
0 commit comments