diff options
Diffstat (limited to 'core/locales/locale.zh.conf')
-rw-r--r-- | core/locales/locale.zh.conf | 298 |
1 files changed, 149 insertions, 149 deletions
diff --git a/core/locales/locale.zh.conf b/core/locales/locale.zh.conf index 74699c31..79215913 100644 --- a/core/locales/locale.zh.conf +++ b/core/locales/locale.zh.conf @@ -22,28 +22,28 @@ Open File = Open File # and when that text cannot be converted into UTF-8 for display. Encoding conversion failed. = Encoding conversion failed. # The title of dialogs prompting the user to save a file. -Save = Save +Save File = Save File # The text displayed for untitled and unsaved buffers. Untitled = Untitled # The text displayed in a dialog when the user attempts to close a file with # unsaved changes. Close without saving? = 关闭而不保存? There are unsaved changes in = 有未保存的更改于 -_Cancel = 取消(_C) -Close _without saving = 关闭而不保存(_W) +Cancel = 取消(_C) +Close without saving = 关闭而不保存(_W) # The text displayed in a dialog when a file has been externally modified. Reload? = Reload? Reload modified file? = Reload modified file? has been modified. Reload it? = has been modified. Reload it? -_Yes = 是(_Y) -_No = 否(_N) +Yes = 是(_Y) +No = 否(_N) # The column label for lists of filenames in dialogs. 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 File Limit Exceeded = File Limit Exceeded -_OK = 确定(_O) +OK = 确定(_O) # [core/keys.lua] # The statusbar text shown when the user has pressed a key that is part of a key @@ -75,7 +75,7 @@ Lua reset = 重置Lua # unsaved changes in open buffers. Quit without saving? = 不保存直接退出? The following buffers are unsaved: = 以下缓冲区未保存: -Quit _without saving = 不保存直接退出(_W) +Quit without saving = 不保存直接退出(_W) # [modules/textadept/bookmarks.lua] # The text displayed in the dialog for selecting a bookmark to jump to. @@ -92,17 +92,17 @@ returned non-zero status = returned non-zero status # [modules/textadept/find.lua] # The text displayed in the find & replace pane. -_Find: = 查找(_F): -R_eplace: = 替换(_E): +Find: = 查找(_F): +Replace: = 替换(_E): # The button text displayed in the GUI find & replace pane. -Find _Next = 查找下一个(_N) -Find _Prev = 查找上一个(_P) -_Replace = 替换(_R) -Replace _All = 替换所有(_A) -_Match case = 区分大小写(_M) -_Whole word = 整个单词(_W) -Rege_x = 正则(_X) -_In files = 在文件中(_I) +Find Next = 查找下一个(_N) +Find Prev = 查找上一个(_P) +Replace = 替换(_R) +Replace All = 替换所有(_A) +Match case = 区分大小写(_M) +Whole word = 整个单词(_W) +Regex = 正则(_X) +In files = 在文件中(_I) # 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. @@ -148,193 +148,193 @@ Load Macro = Load Macro # [modules/textadept/menu.lua] # Typical "File" menu items for creating new files, opening, saving, and closing # existing files, opening and saving sessions, and quitting Textadept. -_File = 文件(_F) -_New = 新建(_N) -_Open = 打开(_O) -Open _Recent... = 打开最近文件(_R)... -Re_load = 重新载入(_L) -_Save = 保存(_S) -Save _As = 另存为(_A) +File = 文件(_F) +New = 新建(_N) +Open = 打开(_O) +Open Recent... = 打开最近文件(_R)... +Reload = 重新载入(_L) +Save = 保存(_S) +Save As = 另存为(_A) Save All = 全部保存 -_Close = 关闭(_C) +Close = 关闭(_C) Close All = 关闭所有 -Loa_d Session... = 读取会话(_D)... -Sav_e Session... = 保存会话(_E)... -_Quit = 退出(_Q) +Load Session... = 读取会话(_D)... +Save Session... = 保存会话(_E)... +Quit = 退出(_Q) # Typical "Edit" menu items for manipulating buffer text and source code. -_Edit = 编辑(_E) -_Undo = 撤销(_U) -_Redo = 恢复(_R) -Cu_t = 剪切(_T) -_Copy = 复制(_C) -_Paste = 粘贴(_P) -Paste Re_indent = Paste Re_indent -Duplicate _Line = 重复该行(_L) -_Delete = 删除(_D) -D_elete Word = 删除单词(_E) -Select _All = 全选(_A) -_Match Brace = 匹配括号(_M) -Complete _Word = 补全单词(_W) -_Highlight Word = 高亮单词(_H) -Toggle _Block Comment = 设置区块注释(_B) -T_ranspose Characters = 颠倒字符(_R) -_Join Lines = 合并行(_J) +Edit = 编辑(_E) +Undo = 撤销(_U) +Redo = 恢复(_R) +Cut = 剪切(_T) +Copy = 复制(_C) +Paste = 粘贴(_P) +Paste Reindent = Paste Re_indent +Duplicate Line = 重复该行(_L) +Delete = 删除(_D) +Delete Word = 删除单词(_E) +Select All = 全选(_A) +Match Brace = 匹配括号(_M) +Complete Word = 补全单词(_W) +Highlight Word = 高亮单词(_H) +Toggle Block Comment = 设置区块注释(_B) +Transpose Characters = 颠倒字符(_R) +Join Lines = 合并行(_J) # The menu item for filtering text through a shell command and replacing input # text with that command's output text. -_Filter Through = _Filter Through +Filter Through = _Filter Through # Menu items for selecting text and entities. -_Select = 选择(_S) -Select between _Matching Delimiters = 选择匹配分隔符之间的部分(_M) -Select between _XML Tags = 选择_XML标签之间的部分 -Select in XML _Tag = 选择XML标签内的部分(_T) -Select _Word = 选择单词(_W) -Select _Line = 选择行(_L) -Select Para_graph = 选择段落(_G) +Select = 选择(_S) +Select between Matching Delimiters = 选择匹配分隔符之间的部分(_M) +Select between XML Tags = 选择_XML标签之间的部分 +Select in XML Tag = 选择XML标签内的部分(_T) +Select Word = 选择单词(_W) +Select Line = 选择行(_L) +Select Paragraph = 选择段落(_G) # Menu items for transforming selected text. -Selectio_n = 选区(_N) -_Upper Case Selection = 大写选区(_U) -_Lower Case Selection = 小写选区(_L) -Enclose as _XML Tags = 包裹为成对的_XML标签 -Enclose as Single XML _Tag = 包裹为单一的XML标签(_T) -Enclose in Single _Quotes = 用单引号包裹(_Q) -Enclose in _Double Quotes = 用双引号包裹(_D) -Enclose in _Parentheses = 用圆括号包裹(_P) -Enclose in _Brackets = 用方括号包裹(_B) -Enclose in B_races = 用花括号包裹(_R) -_Move Selected Lines Up = 上移选中行(_M) -Move Selected Lines Do_wn = 下移选中行(_W) +Selection = 选区(_N) +Upper Case Selection = 大写选区(_U) +Lower Case Selection = 小写选区(_L) +Enclose as XML Tags = 包裹为成对的_XML标签 +Enclose as Single XML Tag = 包裹为单一的XML标签(_T) +Enclose in Single Quotes = 用单引号包裹(_Q) +Enclose in Double Quotes = 用双引号包裹(_D) +Enclose in Parentheses = 用圆括号包裹(_P) +Enclose in Brackets = 用方括号包裹(_B) +Enclose in Braces = 用花括号包裹(_R) +Move Selected Lines Up = 上移选中行(_M) +Move Selected Lines Down = 下移选中行(_W) # Menu items for searching and replacing text within buffers and files. -_Search = 搜索(_S) -_Find = 查找(_F) -Find _Previous = 查找上一个(_P) -Find _Incremental = 增量查找(_I) -Find in Fi_les = 在文件中查找(_L) -Goto Nex_t File Found = 转到下一个找到的文件(_T) -Goto Previou_s File Found = 转到上一个找到的文件(_S) +Search = 搜索(_S) +Find = 查找(_F) +Find Previous = 查找上一个(_P) +Find Incremental = 增量查找(_I) +Find in Files = 在文件中查找(_L) +Goto Next File Found = 转到下一个找到的文件(_T) +Goto Previous File Found = 转到上一个找到的文件(_S) # Menu item for jumping to a specific line in a buffer. -_Jump to = 跳转到(_J) +Jump to = 跳转到(_J) # Menu items for various tools and utilities for editing and working with source # code. -_Tools = 工具(_T) +Tools = 工具(_T) # Menu item for opening Textadept's Lua command entry. -Command _Entry = 命令输入(_E) +Command Entry = 命令输入(_E) # Menu item for selecting a menu command to run. -Select Co_mmand = 选择命令(_M) +Select Command = 选择命令(_M) # Menu items for running or compiling the current source file. -_Run = 运行(_R) -_Compile = 编译(_C) +Run = 运行(_R) +Compile = 编译(_C) # Menu item for setting command line arguments for run and compile commands. -Set _Arguments... = 设置参数(_A)... +Set Arguments... = 设置参数(_A)... # The text displayed in the dialog for specifying command line arguments for run # and compile commands. Command line arguments = 命令行参数 For Run: = 运行参数: For Compile: = 编译参数: # Menu item for building the current project. -Buil_d = 构建(_D) +Build = 构建(_D) # Menu item for stopping a run, compile, or build shell command. -S_top = 停止(_T) +Stop = 停止(_T) # Menu items for navigating through recognized shell command errors. -_Next Error = 下一个错误(_N) -_Previous Error = 上一个错误(_P) +Next Error = 下一个错误(_N) +Previous Error = 上一个错误(_P) # Menu items for working with bookmarked lines in buffers. -_Bookmarks = 书签(_B) -_Toggle Bookmark = 设置书签(_T) -_Clear Bookmarks = 清空书签(_C) -_Next Bookmark = 下一个书签(_N) -_Previous Bookmark = 上一个书签(_P) -_Goto Bookmark... = 转到书签(_G)... +Bookmarks = 书签(_B) +Toggle Bookmark = 设置书签(_T) +Clear Bookmarks = 清空书签(_C) +Next Bookmark = 下一个书签(_N) +Previous Bookmark = 上一个书签(_P) +Goto Bookmark... = 转到书签(_G)... # Menu items for recording, playing back, saving, and loading macros. -_Macros = _Macros -Start/Stop _Recording = Start/Stop _Recording -_Play = _Play -Sa_ve... = Sa_ve... -_Load... = _Load... +Macros = _Macros +Start/Stop Recording = Start/Stop _Recording +Play = _Play +Save... = Sa_ve... +Load... = _Load... # Menu items for launching a quick open dialog in order to open files in certain # directories. A quick open dialog lists all files in a directory and its # subdirectories and filters the list down as the user types. -Quick _Open = 快速打开(_O) -Quickly Open _User Home = 快速打开用户主文件夹(_U) -Quickly Open _Textadept Home = 快速打开_Textadept主文件夹 -Quickly Open _Current Directory = 快速打开当前目录(_C) -Quickly Open Current _Project = 快速打开当前工程(_P) +Quick Open = 快速打开(_O) +Quickly Open User Home = 快速打开用户主文件夹(_U) +Quickly Open Textadept Home = 快速打开_Textadept主文件夹 +Quickly Open Current Directory = 快速打开当前目录(_C) +Quickly Open Current Project = 快速打开当前工程(_P) # Menu items for working with snippets, insert-able pieces of code that act like # templates with placeholders for user input. -_Snippets = 片段(_S) -_Insert Snippet... = _Insert Snippet... -_Expand Snippet/Next Placeholder = _Expand Snippet/Next Placeholder -_Previous Snippet Placeholder = _Previous Snippet Placeholder -_Cancel Snippet = _Cancel Snippet -Complete Trigger _Word = Complete Trigger _Word +Snippets = 片段(_S) +Insert Snippet... = _Insert Snippet... +Expand Snippet/Next Placeholder = _Expand Snippet/Next Placeholder +Previous Snippet Placeholder = _Previous Snippet Placeholder +Cancel Snippet = _Cancel Snippet +Complete Trigger Word = Complete Trigger _Word # Menu items for auto-completing programming language symbols and showing # documentation for them (e.g. typing `textadept.editing.` followed by a # "Complete Symbol" would show all possible completions for that symbol). -_Complete Symbol = 自动完成符号(_C) -Show _Documentation = 查看文档(_D) +Complete Symbol = 自动完成符号(_C) +Show Documentation = 查看文档(_D) # Menu item for inspecting the character under the caret. The character's byte # information, the lexer used to syntax-highlight that character, and the # character's lexical style (e.g. string, comment, number, etc.) are shown. -Show St_yle = 查看样式(_Y) +Show Style = 查看样式(_Y) Lexer = Lexer Style = 样式 # Menu items for navigating between open buffers. -_Buffer = 缓冲区(_B) -_Next Buffer = 下一缓冲区(_N) -_Previous Buffer = 上一缓冲区(_P) -_Switch to Buffer... = 切换缓冲区(_S)... +Buffer = 缓冲区(_B) +Next Buffer = 下一缓冲区(_N) +Previous Buffer = 上一缓冲区(_P) +Switch to Buffer... = 切换缓冲区(_S)... # Menu items for changing the indentation settings for the current buffer. -_Indentation = 缩进(_I) -Tab width: _2 = Tab宽度: _2 -Tab width: _3 = Tab宽度: _3 -Tab width: _4 = Tab宽度: _4 -Tab width: _8 = Tab宽度: _8 -_Toggle Use Tabs = 使用Tab(_T) -_Convert Indentation = 转换缩进(_C) +Indentation = 缩进(_I) +Tab width: 2 = Tab宽度: _2 +Tab width: 3 = Tab宽度: _3 +Tab width: 4 = Tab宽度: _4 +Tab width: 8 = Tab宽度: _8 +Toggle Use Tabs = 使用Tab(_T) +Convert Indentation = 转换缩进(_C) # Menu item for changing the end-of-line mode for the current buffer. -_EOL Mode = _EOL模式 +EOL Mode = _EOL模式 # Menu items for changing the encoding of the current buffer's text. -E_ncoding = 编码(_N) -_UTF-8 Encoding = _UTF-8编码 -_ASCII Encoding = _ASCII编码 -_CP-1252 Encoding = _CP-1252编码 -UTF-1_6 Encoding = UTF-1_6编码 +Encoding = 编码(_N) +UTF-8 Encoding = _UTF-8编码 +ASCII Encoding = _ASCII编码 +CP-1252 Encoding = _CP-1252编码 +UTF-16 Encoding = UTF-1_6编码 # Menu items for changing the way the current buffer is displayed. -Toggle View _EOL = 显示/隐藏_EOL -Toggle _Wrap Mode = 自动换行(_W) -Toggle View White_space = 显示/隐藏空格(_S) +Toggle View EOL = 显示/隐藏_EOL +Toggle Wrap Mode = 自动换行(_W) +Toggle View Whitespace = 显示/隐藏空格(_S) # Menu items for changing and refreshing the syntax-highlighting language for # the current buffer. -Select _Lexer... = 选择_Lexer... -_Refresh Syntax Highlighting = 刷新语法高亮(_R) +Select Lexer... = 选择_Lexer... +Refresh Syntax Highlighting = 刷新语法高亮(_R) # Menu items for navigating between views, splitting them, closing them, and # resizing them. -_View = 视图(_V) -_Next View = 下一视图(_N) -_Previous View = 上一视图(_P) -Split View _Horizontal = 横向拆分视图(_H) -Split View _Vertical = 纵向拆分视图(_V) -_Unsplit View = 合并视图(_U) -Unsplit _All Views = 合并所有视图(_A) -_Grow View = 扩大视图区域(_G) -Shrin_k View = 缩小视图区域(_K) +View = 视图(_V) +Next View = 下一视图(_N) +Previous View = 上一视图(_P) +Split View Horizontal = 横向拆分视图(_H) +Split View Vertical = 纵向拆分视图(_V) +Unsplit View = 合并视图(_U) +Unsplit All Views = 合并所有视图(_A) +Grow View = 扩大视图区域(_G) +Shrink View = 缩小视图区域(_K) # Menu item for folding (showing/hiding) the block of code the starts on the # current line. Fold-able blocks of code are typically classes, functions, and # control structures. -Toggle Current _Fold = 折叠/展开(_F) +Toggle Current Fold = 折叠/展开(_F) # Menu item for showing line indentation markers. -Toggle Show In_dent Guides = Toggle Show In_dent Guides +Toggle Show Indent Guides = Toggle Show In_dent Guides # Menu item for allowing the caret to move beyond line ends and into "virtual # space". -Toggle _Virtual Space = 开启/关闭虚拟空格(_V) +Toggle Virtual Space = 开启/关闭虚拟空格(_V) # Menu items for changing the zoom factor of displayed buffer text. -Zoom _In = 放大(_I) -Zoom _Out = 缩小(_O) -_Reset Zoom = 重置缩放(_R) +Zoom In = 放大(_I) +Zoom Out = 缩小(_O) +Reset Zoom = 重置缩放(_R) # Menu items for getting help on Textadept and its Lua API documentation. -_Help = 帮助(_H) -Show _Manual = 打开手册(_M) -Show _LuaDoc = 打开_LuaDoc -_About = 关于(_A) +Help = 帮助(_H) +Show Manual = 打开手册(_M) +Show LuaDoc = 打开_LuaDoc +About = 关于(_A) # The error message displayed when activating a menu item associated with an # unknown command. Unknown command: = 未知命令: |