Browse Source

Update zh-cn.edn

Corrected the simplified Chinese translation of kill-line-*
Aaron2516 11 months ago
parent
commit
6c4ee2fe1f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/resources/dicts/zh-cn.edn

+ 2 - 2
src/resources/dicts/zh-cn.edn

@@ -597,8 +597,8 @@
  :command.editor/delete                   "向右删除"
  :command.editor/cycle-todo               "切换TODO状态"
  :command.editor/clear-block              "清除块内容"
- :command.editor/kill-line-before         "删除光标侧行"
- :command.editor/kill-line-after          "删除光标侧行"
+ :command.editor/kill-line-before         "删除光标侧行"
+ :command.editor/kill-line-after          "删除光标侧行"
  :command.editor/beginning-of-block       "移动光标到块开始位置"
  :command.editor/end-of-block             "移动光标到块末尾"
  :command.editor/forward-word             "光标向后移动一个单词"