diff options
author | 2019-09-21 08:51:10 -0400 | |
---|---|---|
committer | 2019-09-21 08:51:10 -0400 | |
commit | 68e7fc2fef3f9cbd4da4a89fa12915d4e683b439 (patch) | |
tree | 2dd8ae45a84585251b4ee5ea131e450b91cacdcd /core/locales/locale.zh.conf | |
parent | c51668199549617d07af4891af9aeae956bdd42c (diff) | |
download | textadept-68e7fc2fef3f9cbd4da4a89fa12915d4e683b439.tar.gz textadept-68e7fc2fef3f9cbd4da4a89fa12915d4e683b439.zip |
Added back "Paste Reindent", but as a separate menu/key/command from "Paste".
Diffstat (limited to 'core/locales/locale.zh.conf')
-rw-r--r-- | core/locales/locale.zh.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/locales/locale.zh.conf b/core/locales/locale.zh.conf index b90edd54..cc2b2a73 100644 --- a/core/locales/locale.zh.conf +++ b/core/locales/locale.zh.conf @@ -1,5 +1,5 @@ # Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. -# American English localization file for Textadept. +# Chinese localization file for Textadept. # # When translating this file into your native language, all translated text must # be encoded in UTF-8. For each "key = value" line, please replace the "value" @@ -167,6 +167,7 @@ _Redo = 恢复(_R) Cu_t = 剪切(_T) _Copy = 复制(_C) _Paste = 粘贴(_P) +Paste Re_indent = Paste Re_indent Duplicate _Line = 重复该行(_L) _Delete = 删除(_D) D_elete Word = 删除单词(_E) |