-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from onozaty/develop/2.6.0
Develop v2.6.0
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Chinese strings go here for Rails i18n | ||
zh: | ||
label_view_customize: "自定义视图" | ||
label_view_customize_plural: "自定义视图" | ||
label_view_customizes_new: "新建自定义视图" | ||
label_disable_all: "禁用全部" | ||
label_enable_all: "启用全部" | ||
label_javascript: "JavaScript" | ||
label_css: "CSS" | ||
label_html: "HTML" | ||
label_insertion_position_html_head: "所有页面的head标签" | ||
label_insertion_position_issue_form: "问题(issue)表单底部" | ||
label_insertion_position_issue_show: "问题(issue)详情页面" | ||
field_path_pattern: "路径表达式" | ||
field_insertion_position: "嵌入位置" | ||
field_customize_type: "类别" | ||
field_code: "代码" | ||
field_comments: "注释" | ||
field_is_private: "私有" | ||
field_is_enabled: "启用" | ||
field_author: "作者" | ||
text_path_pattern_info: "路径表达式是用于匹配特定页面链接的正则表达式。(例如 /issues/[0-9]+)" | ||
text_path_pattern_match_info: "如果页面和表达式匹配,则在页面中嵌入下面的代码。" | ||
option_create_api_access_key: "自动创建API密钥(API access key)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters