Skip to content

Commit 93fc104

Browse files
committed
Merge pull request processing#2781 from liquidzym/zh-languge
zh_languages minor fix and improved
2 parents 2405b96 + 381269f commit 93fc104

1 file changed

Lines changed: 51 additions & 51 deletions

File tree

app/src/processing/app/languages/PDE_zh.properties

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ menu.file.examples = 范例程序...
1919
menu.file.close = 关闭
2020
menu.file.save = 保存
2121
menu.file.save_as = 另存为...
22-
menu.file.export_application = 导出程序...
22+
menu.file.export_application = 输出程序...
2323
menu.file.page_setup = 页面设置
2424
menu.file.print = 打印...
2525
menu.file.preferences = 偏好设定...
26-
menu.file.quit = Quit
26+
menu.file.quit = 退出
2727

2828
# | File | Edit | Sketch | Library | Tools | Help |
2929
# | Edit |
@@ -34,7 +34,7 @@ menu.edit.cut = 剪切
3434
menu.edit.copy = 复制
3535
menu.edit.copy_as_html = 复制为HTML
3636
menu.edit.paste = 黏贴
37-
menu.edit.select_all = 选择全部
37+
menu.edit.select_all = 全部选择
3838
menu.edit.auto_format = 自动对齐
3939
menu.edit.comment_uncomment = 注释/取消注释
4040
menu.edit.increase_indent = 增加缩进量
@@ -91,26 +91,26 @@ menu.help.visit.url = http://processing.org/
9191
# Basics
9292

9393
# Buttons
94-
prompt.yes = Yes
95-
prompt.no = No
96-
prompt.cancel = Cancel
97-
prompt.ok = OK
98-
prompt.browse = Browse
99-
prompt.export = Export
94+
prompt.yes =
95+
prompt.no =
96+
prompt.cancel = 取消
97+
prompt.ok = 确认
98+
prompt.browse = 浏览
99+
prompt.export = 输出
100100

101101

102102
# ---------------------------------------
103103
# Frames
104104

105105
# Open (Frame)
106-
open = Open a Processing sketch...
106+
open = 打开 Processing 速写本...
107107

108108
# Save (Frame)
109-
save = Save sketch folder as...
110-
save.title = Do you want to save changes to this sketch<br> before closing?
111-
save.hint = If you don't save, your changes will be lost.
112-
save.btn.save = Save
113-
save.btn.dont_save = Don't Save
109+
save = 保存速写本文件夹为...
110+
save.title = 在关闭前你想要保存该速写本更改内容么<br>?
111+
save.hint = 如果你没保存, 你所有的更改内容将丢失.
112+
save.btn.save = 保存
113+
save.btn.dont_save = 不保存
114114

115115
# Preferences (Frame)
116116
preferences = 偏好设置
@@ -121,16 +121,16 @@ preferences.sketchbook_location.popup = 速写本位置
121121
preferences.language = 语言
122122
preferences.editor_and_console_font = 编辑器和控制台字体
123123
preferences.editor_and_console_font.tip = \
124-
Select the font used in the Editor and the Console.<br>\
124+
为编辑器和控制台选择字体.<br>\
125125
Only monospaced (fixed-width) fonts may be used,<br>\
126126
though the list may be imperfect.
127127
preferences.editor_font_size = 编辑器字体大小
128128
preferences.console_font_size = 控制台字体大小
129129
preferences.background_color = 展示模式时的背景颜色
130130
preferences.background_color.tip = \
131-
Select the background color used when using Present.<br>\
132-
Present is used to present a sketch in full-screen,<br>\
133-
accessible from the Sketch menu.
131+
选择背景颜色当使用展示模式时.<br>\
132+
展示模式通常被用来在全屏模式下展示速写程序,<br>\
133+
可从速写本菜单中访问.
134134
preferences.use_smooth_text = 在编辑器窗口中使用平滑字体
135135
preferences.enable_complex_text_input = 启用复杂字体输入
136136
preferences.enable_complex_text_input_example = i.e. Japanese
@@ -141,70 +141,70 @@ preferences.trigger_with = Trigger with
141141
preferences.cmd_space = space
142142
preferences.increase_max_memory = 增加最大内存至
143143
preferences.delete_previous_folder_on_export = 当导出时删除先前的文件夹
144-
preferences.hide_toolbar_background_image = Hide tab/toolbar background image
145-
preferences.check_for_updates_on_startup = Check for updates on startup
144+
preferences.hide_toolbar_background_image = 隐藏标签/工具栏背景图片
145+
preferences.check_for_updates_on_startup = 在启动时检查有无更新
146146
preferences.run_sketches_on_display = Run sketches on display
147147
preferences.run_sketches_on_display.tip = \
148148
Sets the display where sketches are initially placed.<br>\
149149
As usual, if the sketch window is moved, it will re-open<br>\
150150
at the same location, however when running in present<br>\
151151
(full screen) mode, this display will always be used.
152-
preferences.automatically_associate_pde_files = Automatically associate .pde files with Processing
152+
preferences.automatically_associate_pde_files = 自动关联 .pde 文件通过 Processing
153153
preferences.launch_programs_in = Launch programs in
154-
preferences.launch_programs_in.mode = mode
155-
preferences.file = More preferences can be edited directly in the file
156-
preferences.file.hint = edit only when Processing is not running
154+
preferences.launch_programs_in.mode = 模式
155+
preferences.file = 更多选项可直接编辑该文件
156+
preferences.file.hint = 请在Processing不在运行时编辑该文件
157157

158158
# Sketchbook Location (Frame)
159-
sketchbook_location = Select new sketchbook location
159+
sketchbook_location = 选择新速写本位置
160160

161161
# Sketchbook (Frame)
162162
sketchbook = Sketchbook
163163
sketchbook.tree = Sketchbook
164164

165165
# examples (Frame)
166-
examples = Examples
166+
examples = 范例程序
167167

168168
# Export (Frame)
169-
export = 导出选项
169+
export = 输出选项
170170
export.platforms = 系统平台
171171
export.options = 选项
172-
export.options.fullscreen = 全拼 (展示模式)
172+
export.options.fullscreen = 全屏 (展示模式)
173173
export.options.show_stop_button = 显示停止按钮
174-
export.description.line1 = 为导出程序创建双击事件,
174+
export.description.line1 = 为输出程序创建双击事件,
175175
export.description.line2 = 为所选系统创建独立运行程序.
176176

177177
# Find (Frame)
178-
find = Find
179-
find.find = Find:
180-
find.replace_with = Replace with:
181-
find.ignore_case = Ignore Case
182-
find.all_tabs = All Tabs
178+
find = 搜索
179+
find.find = 搜索:
180+
find.replace_with = 替换为:
181+
find.ignore_case = 忽略大小写
182+
find.all_tabs = 所有标签
183183
find.wrap_around = Wrap Around
184-
find.btn.replace_all = Replace All
185-
find.btn.replace = Replace
186-
find.btn.find_and_replace = Find & Replace
187-
find.btn.previous = Previous
188-
find.btn.find = Find
184+
find.btn.replace_all = 全部替换
185+
find.btn.replace = 替换
186+
find.btn.find_and_replace = 搜索 & 替换
187+
find.btn.previous = 上一个
188+
find.btn.find = 搜索
189189

190190
# Find in reference (Frame)
191-
find_in_reference = Find in Reference
191+
find_in_reference = 在参考文档中搜索
192192

193193
# Library Manager (Frame)
194-
library.category = Category:
195-
library.filter_your_search = Filter your search...
194+
library.category = 目录:
195+
library.filter_your_search = 筛查需找...
196196

197197
# File (Frame)
198-
file = Select an image or other data file to copy to your sketch
198+
file = 选择一个图片或其它文件拷贝至你的速写本中
199199

200200
# Create Font (Frame)
201-
create_font = Create Font
201+
create_font = 创建字体
202202

203203
# Color Selector (Frame)
204-
color_selector = Color Selector
204+
color_selector = 颜色选择
205205

206206
# Archive Sketch (Frame)
207-
archive_sketch = Archive sketch as...
207+
archive_sketch = 速写本压缩输出...
208208

209209

210210
# ---------------------------------------
@@ -225,11 +225,11 @@ toolbar.add_mode = 添加模式...
225225
# Editor
226226

227227
# [Tab1] [Tab2] [v]
228-
editor.header.new_tab = 新建Tab
228+
editor.header.new_tab = 新建标签
229229
editor.header.rename = 重命名
230230
editor.header.delete = 删除
231-
editor.header.previous_tab = 前一个Tab
232-
editor.header.next_tab = 后一个Tab
231+
editor.header.previous_tab = 前一个标签
232+
editor.header.next_tab = 后一个标签
233233
editor.header.delete.warning.title = Yeah, no.
234234
editor.header.delete.warning.text = You can't delete the last tab of the last open sketch.
235235

@@ -267,7 +267,7 @@ contrib.install = 安装
267267
contrib.progress.starting = 开始
268268
contrib.progress.downloading = 下载
269269
contrib.download_error = 下载时出现问题.
270-
contrib.unsupported_operating_system = 你当前的操作系统似乎不被自持. 你应该访问 %s's 该库文件地址得到更多信息.
270+
contrib.unsupported_operating_system = 你当前的操作系统似乎不被支持. 你应该访问 %s's 该库文件地址得到更多信息.
271271

272272

273273
# ---------------------------------------

0 commit comments

Comments
 (0)