Skip to content

Commit 010d711

Browse files
authored
update Simplified Chinese translation (#388)
1 parent fa17146 commit 010d711

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

locales/zh_cn.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"CtrlPlusf": "向下滚动一屏",
4949
"CtrlPlusu": "向上滚动半屏",
5050
"CtrlPlusd": "向下滚动半屏",
51-
"percent": "跳转到配对的符号(默认支持的配对符号组:: '()', '{}', '[]' - 在vim中使用 <code>:h matchpairs</code> 获得更多信息)"
51+
"percent": "跳转到配对的符号(默认支持的配对符号组: '()', '{}', '[]' - 在vim中使用 <code>:h matchpairs</code> 获得更多信息)"
5252
},
5353
"tip": "命令前追加数字表示命令的重复次数, 比如 <kbd>4j</kbd> 表示向下移动四行"
5454
},
@@ -218,16 +218,16 @@
218218
"daw": "删除光标处的单词及其前后的空格",
219219
"dDollar": "剪切, 从光标位置到行末 (同 D )",
220220
"x": "剪切当前字符",
221-
"threeToFiveD": "delete lines starting from 3 to 5",
222-
"gPatternD": "delete all lines containing pattern",
223-
"gNotPatternD": "delete all lines not containing pattern"
221+
"threeToFiveD": "删除 3 至 5 行",
222+
"gPatternD": "删除所有包含 pattern 的行",
223+
"gNotPatternD": "删除所有不包含 pattern 的行"
224224
},
225225
"tip1": {
226-
"title": "You can also use the following characters to specify the range:",
226+
"title": "你也可以使用以下字符来指定范围:",
227227
"commands": {
228-
"dotCommaDollarD": "From the current line to the end of the file",
229-
"dotCommaOneD": "From the current line to the beginning of the file",
230-
"tenCommaDollarD": "From the 10th line to the beginning of the file"
228+
"dotCommaDollarD": "从当前行到文件末尾",
229+
"dotCommaOneD": "从当前行到文件开头",
230+
"tenCommaDollarD": "第 10 行到文件末尾"
231231
}
232232
}
233233
},
@@ -244,7 +244,7 @@
244244
"=iB": "自动缩进 {} 内的区域 (光标需置于括号上)",
245245
"gg=G": "自动缩进整个缓冲区",
246246
"closeSquarep": "粘贴并调整缩进至当前行",
247-
"lessThanPercent": "de-indent a block with () or {} (cursor on brace)"
247+
"lessThanPercent": "向左缩进 () {} 内的区域 (光标需置于括号上)"
248248
}
249249
},
250250
"exiting": {

0 commit comments

Comments
 (0)