feat: Add Multi-Language Support to Jenkins (#2968)
This commit is contained in:
parent
1e6e0afdb4
commit
e4c14ec343
|
|
@ -7,6 +7,14 @@ additionalProperties:
|
||||||
labelZh: Docker二进制文件
|
labelZh: Docker二进制文件
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Docker Binary
|
||||||
|
ja: Docker バイナリ
|
||||||
|
ms: Binari Docker
|
||||||
|
pt-br: Binário Docker
|
||||||
|
ru: Исполняемый файл Docker
|
||||||
|
zh-Hant: Docker 二進制文件
|
||||||
|
zh: Docker 二进制文件
|
||||||
- default: 8080
|
- default: 8080
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
|
@ -15,3 +23,11 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: Port
|
||||||
|
ja: ポート
|
||||||
|
ms: Port
|
||||||
|
pt-br: Porta
|
||||||
|
ru: Порт
|
||||||
|
zh-Hant: 埠
|
||||||
|
zh: 端口
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- DevOps
|
- DevOps
|
||||||
shortDescZh: 开源的持续集成工具
|
shortDescZh: 开源的持续集成工具
|
||||||
shortDescEn: Build great things at any scale
|
shortDescEn: Build great things at any scale
|
||||||
|
description:
|
||||||
|
en: Build great things at any scale
|
||||||
|
ja: あらゆる規模で素晴らしいものを作りましょう
|
||||||
|
ms: Bina perkara hebat pada sebarang skala
|
||||||
|
pt-br: Construa grandes coisas em qualquer escala
|
||||||
|
ru: Стройте великие вещи в любом масштабе
|
||||||
|
zh-Hant: 在任何規模上建造偉大的事物
|
||||||
|
zh: 在任何规模上建造伟大的事物
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 1
|
limit: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue