Skip to content

Commit 4a6d551

Browse files
committed
Change messages
1 parent c695ab8 commit 4a6d551

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

config/locales/en.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# English strings go here for Rails i18n
21
en:
32
label_view_customize: "View customize"
43
label_view_customize_plural: "View customizes"
@@ -21,7 +20,7 @@ en:
2120
field_is_enabled: "Enabled"
2221
field_author: "Author"
2322
text_path_pattern_info: "Path pattern is specified with a regular expression. (ex. /issues/[0-9]+)"
24-
text_path_pattern_match_info: "If there is a match with the path of the page, insert the following code and execute it."
25-
text_project_pattern_info: "Project (identifier) pattern is specified with a regular expression (ex. sampleProjA|samplePrjB)"
26-
text_project_pattern_match_info: "If there is a match with the current project, insert the following code and execute it."
23+
text_path_pattern_match_info: "If a path pattern was set, the code will not be inserted if the path of the page do not match."
24+
text_project_pattern_info: "Project (identifier) pattern is specified with a regular expression. (ex. sample-proj-a|sample-proj-b)"
25+
text_project_pattern_match_info: "If the project pattern was set, the code will not be inserted if the current project do not match."
2726
option_create_api_access_key: "Automatically create API access key"

config/locales/ja.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ ja:
1919
field_is_private: "プライベート"
2020
field_is_enabled: "有効"
2121
field_author: "作成者"
22-
text_path_pattern_info: "パスのパターンは正規表現で指定します。 (例 /issues/[0-9]+)"
23-
text_path_pattern_match_info: "ページのパスが一致した場合、以下のコードを挿入し、実行します"
24-
text_project_pattern_info: "プロジェクト(識別子)を正規表現で指定します。 (例 sampleProjA|samplePrjB)"
25-
text_project_pattern_match_info: "選択中のプロジェクトが一致した場合、以下のコードを挿入し、実行します"
22+
text_path_pattern_info: "パスを正規表現で指定します。(例 /issues/[0-9]+)"
23+
text_path_pattern_match_info: "パスのパターンが設定されていた場合、ページのパスが一致しないと、コードが挿入されません"
24+
text_project_pattern_info: "プロジェクト(識別子)を正規表現で指定します。 (例 sample-proj-a|sample-proj-b)"
25+
text_project_pattern_match_info: "プロジェクトのパターンが設定されていた場合、プロジェクトが一致しないと、コードが挿入されません"
2626
option_create_api_access_key: "APIアクセスキーを自動的に作成する"

config/locales/zh.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Chinese strings go here for Rails i18n
21
zh:
32
label_view_customize: "自定义视图"
43
label_view_customize_plural: "自定义视图"
@@ -12,13 +11,16 @@ zh:
1211
label_insertion_position_issue_form: "问题(issue)表单底部"
1312
label_insertion_position_issue_show: "问题(issue)详情页面"
1413
field_path_pattern: "路径表达式"
14+
field_project_pattern: "项目表达式"
1515
field_insertion_position: "嵌入位置"
1616
field_customize_type: "类别"
1717
field_code: "代码"
1818
field_comments: "注释"
1919
field_is_private: "私有"
2020
field_is_enabled: "启用"
2121
field_author: "作者"
22-
text_path_pattern_info: "路径表达式是用于匹配特定页面链接的正则表达式。(例如 /issues/[0-9]+)"
23-
text_path_pattern_match_info: "如果页面和表达式匹配,则在页面中嵌入下面的代码。"
22+
text_path_pattern_info: "路径表达式使用正则表达式指定。(例如 /issues/[0-9]+)"
23+
text_path_pattern_match_info: "如果设置了路径表达式,则如果页面的路径不匹配,则不会插入代码。"
24+
text_project_pattern_info: "项目(标识符)表达式使用正则表达式指定。 (例如 sample-proj-a|sample-proj-b)"
25+
text_project_pattern_match_info: "如果设置了项目表达式,则如果当前项目不匹配,则不会插入代码。"
2426
option_create_api_access_key: "自动创建API密钥(API access key)"

0 commit comments

Comments
 (0)