Skip to content

Commit 8dbda2a

Browse files
authored
Merge pull request #93 from onozaty/develop/v3.1.0
Develop v3.1.0
2 parents 2a163ae + a3c1251 commit 8dbda2a

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

config/locales/zh-TW.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
zh-TW:
2+
label_view_customize: "自訂視圖"
3+
label_view_customize_plural: "自訂視圖清單"
4+
label_view_customizes_new: "新建自訂視圖"
5+
label_disable_all: "禁用全部"
6+
label_enable_all: "啟用全部"
7+
label_javascript: "JavaScript"
8+
label_css: "CSS"
9+
label_html: "HTML"
10+
label_insertion_position_html_head: "所有頁面的頂部"
11+
label_insertion_position_html_bottom: "所有頁面的底部"
12+
label_insertion_position_issue_form: "議題清單底部"
13+
label_insertion_position_issue_show: "議題詳情頁面"
14+
field_path_pattern: "路徑表達式"
15+
field_project_pattern: "專案表達式"
16+
field_insertion_position: "嵌入位置"
17+
field_customize_type: "類別"
18+
field_code: "程式碼"
19+
field_comments: "注釋"
20+
field_is_private: "私有"
21+
field_is_enabled: "啟用"
22+
field_author: "作者"
23+
text_path_pattern_info: "路徑表達式使用正則表達式指定。(例如 /issues/[0-9]+)"
24+
text_path_pattern_match_info: "如果設置了路徑表達式,則如果頁面的路徑不匹配,則不會插入程式碼。"
25+
text_project_pattern_info: "專案代碼表達式使用正則表達式指定。 (例如 sample-proj-a|sample-proj-b)"
26+
text_project_pattern_match_info: "如果設置了專案表達式,則如果當前專案不匹配,則不會插入程式碼。"
27+
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 '3.0.0'
6+
version '3.1.0'
77
url 'https://github.com/onozaty/redmine-view-customize'
88
author_url 'https://github.com/onozaty'
99

0 commit comments

Comments
 (0)