mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #2781 from liquidzym/zh-languge
zh_languages minor fix and improved
This commit is contained in:
@@ -19,11 +19,11 @@ menu.file.examples = 范例程序...
|
||||
menu.file.close = 关闭
|
||||
menu.file.save = 保存
|
||||
menu.file.save_as = 另存为...
|
||||
menu.file.export_application = 导出程序...
|
||||
menu.file.export_application = 输出程序...
|
||||
menu.file.page_setup = 页面设置
|
||||
menu.file.print = 打印...
|
||||
menu.file.preferences = 偏好设定...
|
||||
menu.file.quit = Quit
|
||||
menu.file.quit = 退出
|
||||
|
||||
# | File | Edit | Sketch | Library | Tools | Help |
|
||||
# | Edit |
|
||||
@@ -34,7 +34,7 @@ menu.edit.cut = 剪切
|
||||
menu.edit.copy = 复制
|
||||
menu.edit.copy_as_html = 复制为HTML
|
||||
menu.edit.paste = 黏贴
|
||||
menu.edit.select_all = 选择全部
|
||||
menu.edit.select_all = 全部选择
|
||||
menu.edit.auto_format = 自动对齐
|
||||
menu.edit.comment_uncomment = 注释/取消注释
|
||||
menu.edit.increase_indent = 增加缩进量
|
||||
@@ -91,26 +91,26 @@ menu.help.visit.url = http://processing.org/
|
||||
# Basics
|
||||
|
||||
# Buttons
|
||||
prompt.yes = Yes
|
||||
prompt.no = No
|
||||
prompt.cancel = Cancel
|
||||
prompt.ok = OK
|
||||
prompt.browse = Browse
|
||||
prompt.export = Export
|
||||
prompt.yes = 是
|
||||
prompt.no = 否
|
||||
prompt.cancel = 取消
|
||||
prompt.ok = 确认
|
||||
prompt.browse = 浏览
|
||||
prompt.export = 输出
|
||||
|
||||
|
||||
# ---------------------------------------
|
||||
# Frames
|
||||
|
||||
# Open (Frame)
|
||||
open = Open a Processing sketch...
|
||||
open = 打开 Processing 速写本...
|
||||
|
||||
# Save (Frame)
|
||||
save = Save sketch folder as...
|
||||
save.title = Do you want to save changes to this sketch<br> before closing?
|
||||
save.hint = If you don't save, your changes will be lost.
|
||||
save.btn.save = Save
|
||||
save.btn.dont_save = Don't Save
|
||||
save = 保存速写本文件夹为...
|
||||
save.title = 在关闭前你想要保存该速写本更改内容么<br>?
|
||||
save.hint = 如果你没保存, 你所有的更改内容将丢失.
|
||||
save.btn.save = 保存
|
||||
save.btn.dont_save = 不保存
|
||||
|
||||
# Preferences (Frame)
|
||||
preferences = 偏好设置
|
||||
@@ -121,16 +121,16 @@ preferences.sketchbook_location.popup = 速写本位置
|
||||
preferences.language = 语言
|
||||
preferences.editor_and_console_font = 编辑器和控制台字体
|
||||
preferences.editor_and_console_font.tip = \
|
||||
Select the font used in the Editor and the Console.<br>\
|
||||
为编辑器和控制台选择字体.<br>\
|
||||
Only monospaced (fixed-width) fonts may be used,<br>\
|
||||
though the list may be imperfect.
|
||||
preferences.editor_font_size = 编辑器字体大小
|
||||
preferences.console_font_size = 控制台字体大小
|
||||
preferences.background_color = 展示模式时的背景颜色
|
||||
preferences.background_color.tip = \
|
||||
Select the background color used when using Present.<br>\
|
||||
Present is used to present a sketch in full-screen,<br>\
|
||||
accessible from the Sketch menu.
|
||||
选择背景颜色当使用展示模式时.<br>\
|
||||
展示模式通常被用来在全屏模式下展示速写程序,<br>\
|
||||
可从速写本菜单中访问.
|
||||
preferences.use_smooth_text = 在编辑器窗口中使用平滑字体
|
||||
preferences.enable_complex_text_input = 启用复杂字体输入
|
||||
preferences.enable_complex_text_input_example = i.e. Japanese
|
||||
@@ -141,70 +141,70 @@ preferences.trigger_with = Trigger with
|
||||
preferences.cmd_space = space
|
||||
preferences.increase_max_memory = 增加最大内存至
|
||||
preferences.delete_previous_folder_on_export = 当导出时删除先前的文件夹
|
||||
preferences.hide_toolbar_background_image = Hide tab/toolbar background image
|
||||
preferences.check_for_updates_on_startup = Check for updates on startup
|
||||
preferences.hide_toolbar_background_image = 隐藏标签/工具栏背景图片
|
||||
preferences.check_for_updates_on_startup = 在启动时检查有无更新
|
||||
preferences.run_sketches_on_display = Run sketches on display
|
||||
preferences.run_sketches_on_display.tip = \
|
||||
Sets the display where sketches are initially placed.<br>\
|
||||
As usual, if the sketch window is moved, it will re-open<br>\
|
||||
at the same location, however when running in present<br>\
|
||||
(full screen) mode, this display will always be used.
|
||||
preferences.automatically_associate_pde_files = Automatically associate .pde files with Processing
|
||||
preferences.automatically_associate_pde_files = 自动关联 .pde 文件通过 Processing
|
||||
preferences.launch_programs_in = Launch programs in
|
||||
preferences.launch_programs_in.mode = mode
|
||||
preferences.file = More preferences can be edited directly in the file
|
||||
preferences.file.hint = edit only when Processing is not running
|
||||
preferences.launch_programs_in.mode = 模式
|
||||
preferences.file = 更多选项可直接编辑该文件
|
||||
preferences.file.hint = 请在Processing不在运行时编辑该文件
|
||||
|
||||
# Sketchbook Location (Frame)
|
||||
sketchbook_location = Select new sketchbook location
|
||||
sketchbook_location = 选择新速写本位置
|
||||
|
||||
# Sketchbook (Frame)
|
||||
sketchbook = Sketchbook
|
||||
sketchbook.tree = Sketchbook
|
||||
|
||||
# examples (Frame)
|
||||
examples = Examples
|
||||
examples = 范例程序
|
||||
|
||||
# Export (Frame)
|
||||
export = 导出选项
|
||||
export = 输出选项
|
||||
export.platforms = 系统平台
|
||||
export.options = 选项
|
||||
export.options.fullscreen = 全拼 (展示模式)
|
||||
export.options.fullscreen = 全屏 (展示模式)
|
||||
export.options.show_stop_button = 显示停止按钮
|
||||
export.description.line1 = 为导出程序创建双击事件,
|
||||
export.description.line1 = 为输出程序创建双击事件,
|
||||
export.description.line2 = 为所选系统创建独立运行程序.
|
||||
|
||||
# Find (Frame)
|
||||
find = Find
|
||||
find.find = Find:
|
||||
find.replace_with = Replace with:
|
||||
find.ignore_case = Ignore Case
|
||||
find.all_tabs = All Tabs
|
||||
find = 搜索
|
||||
find.find = 搜索:
|
||||
find.replace_with = 替换为:
|
||||
find.ignore_case = 忽略大小写
|
||||
find.all_tabs = 所有标签
|
||||
find.wrap_around = Wrap Around
|
||||
find.btn.replace_all = Replace All
|
||||
find.btn.replace = Replace
|
||||
find.btn.find_and_replace = Find & Replace
|
||||
find.btn.previous = Previous
|
||||
find.btn.find = Find
|
||||
find.btn.replace_all = 全部替换
|
||||
find.btn.replace = 替换
|
||||
find.btn.find_and_replace = 搜索 & 替换
|
||||
find.btn.previous = 上一个
|
||||
find.btn.find = 搜索
|
||||
|
||||
# Find in reference (Frame)
|
||||
find_in_reference = Find in Reference
|
||||
find_in_reference = 在参考文档中搜索
|
||||
|
||||
# Library Manager (Frame)
|
||||
library.category = Category:
|
||||
library.filter_your_search = Filter your search...
|
||||
library.category = 目录:
|
||||
library.filter_your_search = 筛查需找...
|
||||
|
||||
# File (Frame)
|
||||
file = Select an image or other data file to copy to your sketch
|
||||
file = 选择一个图片或其它文件拷贝至你的速写本中
|
||||
|
||||
# Create Font (Frame)
|
||||
create_font = Create Font
|
||||
create_font = 创建字体
|
||||
|
||||
# Color Selector (Frame)
|
||||
color_selector = Color Selector
|
||||
color_selector = 颜色选择
|
||||
|
||||
# Archive Sketch (Frame)
|
||||
archive_sketch = Archive sketch as...
|
||||
archive_sketch = 速写本压缩输出...
|
||||
|
||||
|
||||
# ---------------------------------------
|
||||
@@ -225,11 +225,11 @@ toolbar.add_mode = 添加模式...
|
||||
# Editor
|
||||
|
||||
# [Tab1] [Tab2] [v]
|
||||
editor.header.new_tab = 新建Tab
|
||||
editor.header.new_tab = 新建标签
|
||||
editor.header.rename = 重命名
|
||||
editor.header.delete = 删除
|
||||
editor.header.previous_tab = 前一个Tab
|
||||
editor.header.next_tab = 后一个Tab
|
||||
editor.header.previous_tab = 前一个标签
|
||||
editor.header.next_tab = 后一个标签
|
||||
editor.header.delete.warning.title = Yeah, no.
|
||||
editor.header.delete.warning.text = You can't delete the last tab of the last open sketch.
|
||||
|
||||
@@ -267,7 +267,7 @@ contrib.install = 安装
|
||||
contrib.progress.starting = 开始
|
||||
contrib.progress.downloading = 下载
|
||||
contrib.download_error = 下载时出现问题.
|
||||
contrib.unsupported_operating_system = 你当前的操作系统似乎不被自持. 你应该访问 %s's 该库文件地址得到更多信息.
|
||||
contrib.unsupported_operating_system = 你当前的操作系统似乎不被支持. 你应该访问 %s's 该库文件地址得到更多信息.
|
||||
|
||||
|
||||
# ---------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user