Skip to content

Commit 18872a9

Browse files
authored
Merge pull request #59 from onozaty/develop/2.6.0
Develop v2.6.0
2 parents 437ed76 + a55134c commit 18872a9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

config/locales/zh.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Chinese strings go here for Rails i18n
2+
zh:
3+
label_view_customize: "自定义视图"
4+
label_view_customize_plural: "自定义视图"
5+
label_view_customizes_new: "新建自定义视图"
6+
label_disable_all: "禁用全部"
7+
label_enable_all: "启用全部"
8+
label_javascript: "JavaScript"
9+
label_css: "CSS"
10+
label_html: "HTML"
11+
label_insertion_position_html_head: "所有页面的head标签"
12+
label_insertion_position_issue_form: "问题(issue)表单底部"
13+
label_insertion_position_issue_show: "问题(issue)详情页面"
14+
field_path_pattern: "路径表达式"
15+
field_insertion_position: "嵌入位置"
16+
field_customize_type: "类别"
17+
field_code: "代码"
18+
field_comments: "注释"
19+
field_is_private: "私有"
20+
field_is_enabled: "启用"
21+
field_author: "作者"
22+
text_path_pattern_info: "路径表达式是用于匹配特定页面链接的正则表达式。(例如 /issues/[0-9]+)"
23+
text_path_pattern_match_info: "如果页面和表达式匹配,则在页面中嵌入下面的代码。"
24+
option_create_api_access_key: "自动创建API密钥(API access key)"

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name 'View Customize plugin'
44
author 'onozaty'
55
description 'View Customize plugin for Redmine'
6-
version '2.5.0'
6+
version '2.6.0'
77
url 'https://github.com/onozaty/redmine-view-customize'
88
author_url 'https://github.com/onozaty'
99

0 commit comments

Comments
 (0)