Skip to content

Commit faf0407

Browse files
committed
feat: update locale/dt-zh-hans.json
1 parent 35dcc0a commit faf0407

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/locale/dt-zh-hans.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,15 @@
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
},

0 commit comments

Comments
 (0)