File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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)"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments