Skip to content

Commit

Permalink
Merge pull request #59 from onozaty/develop/2.6.0
Browse files Browse the repository at this point in the history
Develop v2.6.0
  • Loading branch information
onozaty authored Mar 15, 2020
2 parents 437ed76 + a55134c commit 18872a9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions config/locales/zh.yml
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)"
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name 'View Customize plugin'
author 'onozaty'
description 'View Customize plugin for Redmine'
version '2.5.0'
version '2.6.0'
url 'https://github.com/onozaty/redmine-view-customize'
author_url 'https://github.com/onozaty'

Expand Down

0 comments on commit 18872a9

Please sign in to comment.