Skip to content

Commit

Permalink
Merge pull request #93 from onozaty/develop/v3.1.0
Browse files Browse the repository at this point in the history
Develop v3.1.0
  • Loading branch information
onozaty authored Jun 26, 2022
2 parents 2a163ae + a3c1251 commit 8dbda2a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions config/locales/zh-TW.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
zh-TW:
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: "所有頁面的頂部"
label_insertion_position_html_bottom: "所有頁面的底部"
label_insertion_position_issue_form: "議題清單底部"
label_insertion_position_issue_show: "議題詳情頁面"
field_path_pattern: "路徑表達式"
field_project_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: "如果設置了路徑表達式,則如果頁面的路徑不匹配,則不會插入程式碼。"
text_project_pattern_info: "專案代碼表達式使用正則表達式指定。 (例如 sample-proj-a|sample-proj-b)"
text_project_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 '3.0.0'
version '3.1.0'
url 'https://github.com/onozaty/redmine-view-customize'
author_url 'https://github.com/onozaty'

Expand Down

0 comments on commit 8dbda2a

Please sign in to comment.