Merge pull request #2721 from loganhz/trans

Update text for publish catalog template step
This commit is contained in:
Westly Wright 2019-03-05 15:54:51 -07:00 committed by GitHub
commit 8b5f095ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -92,14 +92,14 @@ newPipelineStep:
env: Environment Variables env: Environment Variables
enableBranch: Configure pipeline for this branch. enableBranch: Configure pipeline for this branch.
publishCatalog: publishCatalog:
label: Publish App label: Publish Template
secret: secret:
label: Secret label: Secret
missingKey: The selected secret doesn't have {key} key. missingKey: The selected secret doesn't have {key} key.
auth: auth:
http: '<code>USERNAME</code> and <code>PASSWORD</code> in the secret will be used as username and password.' http: '<code>USERNAME</code> and <code>PASSWORD</code> in the secret will be used as username and password.'
ssh: '<code>DEPLOY_KEY</code> in the secret will be used as deploy key.' ssh: '<code>DEPLOY_KEY</code> in the secret will be used as deploy key.'
stepName: Publish Catalog App stepName: Publish Catalog Template
targets: targets:
label: Protocal label: Protocal
http: Push to Git with HTTP(S) http: Push to Git with HTTP(S)
@ -109,24 +109,24 @@ newPipelineStep:
placeholder: e.g. ./charts/wordpress/latest placeholder: e.g. ./charts/wordpress/latest
helpText: 'The folder path where <code style="padding: 2px 5px;">Chart.yaml</code> is in the repository.' helpText: 'The folder path where <code style="padding: 2px 5px;">Chart.yaml</code> is in the repository.'
catalogTemplate: catalogTemplate:
label: Catalog App Name label: Catalog Template Name
placeholder: e.g. wordpress placeholder: e.g. wordpress
helpText: The name of the app want to publish. helpText: The name of the template want to publish.
version: version:
label: Catalog App Version label: Catalog Template Version
placeholder: e.g. latest placeholder: e.g. latest
helpText: The version of the app you want to publish. helpText: The version of the template you want to publish.
gitUrl: gitUrl:
label: Git URL label: Git URL
placeholder: placeholder:
ssh: e.g. git@github.com:myrepo/charts.git ssh: e.g. git@github.com:myrepo/charts.git
http: e.g. https://github.com/myrepo/charts.git http: e.g. https://github.com/myrepo/charts.git
helpText: The Git URL where the app will be published to. helpText: The Git URL where the template will be published to.
error: The Git URL should start with http or https. error: The Git URL should start with http or https.
gitBranch: gitBranch:
label: Git Branch label: Git Branch
placeholder: e.g. dev placeholder: e.g. dev
helpText: The Git branch which the app will be published to. helpText: The Git branch which the template will be published to.
gitAuthor: gitAuthor:
label: Author Name label: Author Name
placeholder: e.g. user placeholder: e.g. user

View File

@ -92,14 +92,14 @@ newPipelineStep:
env: 环境变量 env: 环境变量
enableBranch: 设置流水线 enableBranch: 设置流水线
publishCatalog: publishCatalog:
label: 发布应用 label: 发布应用模版
secret: secret:
label: 密文 label: 密文
missingKey: 所选的密文没有{key}字段. missingKey: 所选的密文没有{key}字段.
auth: auth:
http: '密文中的<code>USERNAME</code>和<code>PASSWORD</code>将被作为用户名和密码。' http: '密文中的<code>USERNAME</code>和<code>PASSWORD</code>将被作为用户名和密码。'
ssh: '密文中的<code>DEPLOY_KEY</code>将被作为Deploy Key' ssh: '密文中的<code>DEPLOY_KEY</code>将被作为Deploy Key'
stepName: 发布应用 stepName: 发布应用模版
targets: targets:
label: 协议 label: 协议
http: 通过HTTP协议发布到Git http: 通过HTTP协议发布到Git
@ -109,24 +109,24 @@ newPipelineStep:
placeholder: 例如:./charts/wordpress/latest placeholder: 例如:./charts/wordpress/latest
helpText: '代码库中<code style="padding: 2px 5px;">Chart.yaml</code>所在的目录' helpText: '代码库中<code style="padding: 2px 5px;">Chart.yaml</code>所在的目录'
catalogTemplate: catalogTemplate:
label: 应用名称 label: 应用模版名称
placeholder: 例如wordpress placeholder: 例如wordpress
helpText: 所发布应用的名称。 helpText: 所发布应用模版的名称。
version: version:
label: 应用版本 label: 应用模版版本
placeholder: 例如latest placeholder: 例如latest
helpText: 所发布应用的版本。 helpText: 所发布应用模版的版本。
gitUrl: gitUrl:
label: Git地址 label: Git地址
placeholder: placeholder:
ssh: 例如git@github.com:myrepo/charts.git ssh: 例如git@github.com:myrepo/charts.git
http: 例如https://github.com/myrepo/charts.git http: 例如https://github.com/myrepo/charts.git
helpText: 把应用发布到这个Git地址。 helpText: 把应用模版发布到这个Git地址。
error: Git地址必须以http或https开头。 error: Git地址必须以http或https开头。
gitBranch: gitBranch:
label: Git分支 label: Git分支
placeholder: 例如dev placeholder: 例如dev
helpText: 把应用发布到这个Git分支。 helpText: 把应用模版发布到这个Git分支。
gitAuthor: gitAuthor:
label: 作者 label: 作者
placeholder: 例如user placeholder: 例如user