Skip to content

Commit

Permalink
feat:流水线变量语法支持两种风格 TencentBlueKing#10576
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 20420
  • Loading branch information
useryuyu committed Oct 12, 2024
1 parent d6ec18d commit 4e1b7de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/frontend/devops-quality/src/views/create_rules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
</devops-form-item>
<p class="gateway-id-tips">
<i class="devops-icon icon-info-circle-shape"></i>
<span>{{ $t('quality.若输入了前缀(例如gate1),红线将只对名称以前缀加下划线开头的控制点生效(例如gate1_XX)') }}</span>
<span>{{ $t('quality.若输入了前缀(例如gate1),红线将只对名称以前缀开头的控制点生效(例如gate1_XX)') }}</span>
</p>
<bk-form-item
:label="$t('quality.生效范围')"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/locale/quality/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"删除规则": "Delete a rule",
"单流水线": "Single Pipeline",
"仅展示最近10条。": "Only the last 10 are shown.",
"若输入了前缀(例如gate1),红线将只对名称以前缀加下划线开头的控制点生效(例如gate1_XX)": "If you enter a prefix (for example, gate1), the Red Line takes effect only for control points at the beginning of the name prefix with an underscore (for example, gate1_XX)",
"若输入了前缀(例如gate1),红线将只对名称以前缀开头的控制点生效(例如gate1_XX)": "If you enter a prefix (for example, gate1), the Red Line takes effect only for control points at the beginning of the name prefix with an underscore (for example, gate1_XX)",
"请输入通知人员": "Please enter the notification personnel",
"序号": "No.",
"例如:CodeCoverage,创建后不可修改": "For example: CodeCoverage, which cannot be modified after creation",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/locale/quality/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"删除规则": "删除规则",
"单流水线": "单流水线",
"仅展示最近10条。": "仅展示最近10条。",
"若输入了前缀(例如gate1),红线将只对名称以前缀加下划线开头的控制点生效(例如gate1_XX)": "若输入了前缀(例如gate1),红线将只对名称以前缀加下划线开头的控制点生效(例如gate1_XX)",
"若输入了前缀(例如gate1),红线将只对名称以前缀开头的控制点生效(例如gate1_XX)": "若输入了前缀(例如gate1),红线将只对名称以前缀开头的控制点生效(例如gate1_XX)",
"请输入通知人员": "请输入通知人员",
"序号": "序号",
"例如:CodeCoverage,创建后不可修改": "例如:CodeCoverage,创建后不可修改",
Expand Down

0 comments on commit 4e1b7de

Please sign in to comment.