aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locales/locale.zh.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core/locales/locale.zh.conf')
-rw-r--r--core/locales/locale.zh.conf17
1 files changed, 9 insertions, 8 deletions
diff --git a/core/locales/locale.zh.conf b/core/locales/locale.zh.conf
index 78439441..74699c31 100644
--- a/core/locales/locale.zh.conf
+++ b/core/locales/locale.zh.conf
@@ -17,7 +17,7 @@ Undefined event name = 未定义的事件名称
# [core/file_io.lua]
# The title of dialogs prompting the user to open a file.
-Open = Open
+Open File = Open File
# The error message displayed when a file's text encoding could not be detected
# and when that text cannot be converted into UTF-8 for display.
Encoding conversion failed. = Encoding conversion failed.
@@ -38,7 +38,7 @@ has been modified. Reload it? = has been modified. Reload it?
_Yes = 是(_Y)
_No = 否(_N)
# The column label for lists of filenames in dialogs.
-File = 文件
+Filename = 文件
# The text displayed in a dialog when more than X files were found in the quick
# open dialog.
files or more were found. Showing the first = files or more were found. Showing the first
@@ -91,9 +91,10 @@ Line Number: = 行号:
returned non-zero status = returned non-zero status
# [modules/textadept/find.lua]
-# The text displayed in the GUI find & replace pane.
+# The text displayed in the find & replace pane.
_Find: = 查找(_F):
R_eplace: = 替换(_E):
+# The button text displayed in the GUI find & replace pane.
Find _Next = 查找下一个(_N)
Find _Prev = 查找上一个(_P)
_Replace = 替换(_R)
@@ -102,9 +103,9 @@ _Match case = 区分大小写(_M)
_Whole word = 整个单词(_W)
Rege_x = 正则(_X)
_In files = 在文件中(_I)
-# The text displayed in the terminal version's find & replace pane.
-Find: = 查找:
-Replace: = 替换:
+# The button text displayed in the terminal version's find & replace pane.
+# These should be as short as possible, as most terminals are 80 characters in
+# width.
[Next] = [下一个]
[Prev] = [上一个]
[Replace] = [替换]
@@ -119,7 +120,7 @@ Search wrapped = Search wrapped
# The statusbar text shown when the text to search for was not found.
No results found = 未找到结果
# The title of the dialog for selecting files to search in.
-Find in Files = 在文件中查找
+Select Directory = 在文件中查找
# The name of the buffer Textadept prints "Find in Files" results to.
[Files Found Buffer] = [Files Found Buffer]
# The "Find in Files" result for text found in a binary file. This result is
@@ -237,7 +238,7 @@ S_top = 停止(_T)
_Next Error = 下一个错误(_N)
_Previous Error = 上一个错误(_P)
# Menu items for working with bookmarked lines in buffers.
-_Bookmark = 书签(_B)
+_Bookmarks = 书签(_B)
_Toggle Bookmark = 设置书签(_T)
_Clear Bookmarks = 清空书签(_C)
_Next Bookmark = 下一个书签(_N)