Skip to content

Commit

Permalink
Merge pull request #82 from serverless-cd/fix/lhx-dev
Browse files Browse the repository at this point in the history
fix: update文案
  • Loading branch information
loganhz authored May 15, 2024
2 parents f2cac0e + 0aa6fe2 commit f12d1a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/trigger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverless-cd/trigger-ui",
"version": "0.0.26",
"version": "0.0.32",
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
Expand Down
12 changes: 6 additions & 6 deletions packages/trigger-ui/src/utils/i18n/zh.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
'ui.trigger.match.branch.precise.value': '请填写完整分支名称',
'ui.trigger.match.branch.include.value': '请填写正则表达式',
'ui.trigger.match.branch.exclude.value': '请填写完整分支名称',
'ui.trigger.match.tag.prefix.value': '正则表达式过滤标签,不填写默认件套所有标签',
'ui.trigger.match.tag.prefix.value': '正则表达式过滤标签,不填写默认监听所有标签',
'ui.trigger.match.tag.precise.value': '请填写完整Tag名称',
'ui.trigger.match.tag.include.value': '请填写正则表达式',
'ui.trigger.match.tag.exclude.value': '请填写完整Tag名称',
Expand Down Expand Up @@ -49,11 +49,11 @@ export default {
'ui.strict.on.push.label': '代码提交事件',
'ui.strict.on.tag.label': '标签创建事件',
'ui.strict.on.pr.label': '合并请求相关事件',
'ui.strict.on.push.help': '当代码被Push到当前分支,进行流水线的触发',
'ui.strict.on.tag.help': '在Github中该类事件用Release表示,在Gitlab 中用Tag表示',
'ui.strict.on.pr.help': '在Github中该类事件用Pull Request表示,在Gitlab中用Merge Request表示',
'ui.strict.on.push.help': '即代码被Push到当前分支',
'ui.strict.on.tag.help': '指Github中的Release事件, Gitlab 中的Tag 事件',
'ui.strict.on.pr.help': '指Github中的Pull Request事件, Gitlab中的Merge Request事件',
'ui.strict.on.pr.type.label': '类型',
'ui.strict.on.pr.branch.help': '提Pr/Mr到该分支会触发流水线',
'ui.strict.on.pr.source.help': '只能是通过该分支提Pr/Mr到目标分支才会触发流水线',
'ui.strict.on.pr.branch.help': '提PR/MR 到该分支会触发流水线 (已绑定的流水线分支)',
'ui.strict.on.pr.source.help': '只有通过指定分支提PR/MR到目标分支才会触发流水线',
'ui.strict.branch.list.null.help': '获取分支列表失败、请您输入分支名称',
};

0 comments on commit f12d1a7

Please sign in to comment.