mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 02:11:04 +08:00
- add nested label field with en and zh translations for all parameters - maintain existing labelEn and labelZh fields for backward compatibility - apply consistent internationalization structure across all apps - improve localization support for multi-language user interfaces
34 lines
738 B
YAML
34 lines
738 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 9993
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
label:
|
|
en: Port
|
|
zh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ''
|
|
edit: true
|
|
envKey: HOST_IPV4
|
|
labelEn: Native IPV4 address
|
|
labelZh: 本机IPV4地址
|
|
label:
|
|
en: Native IPV4 address
|
|
zh: 本机IPV4地址
|
|
required: false
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: HOST_IPV6
|
|
labelEn: Native IPV6 address
|
|
labelZh: 本机IPV6地址
|
|
label:
|
|
en: Native IPV6 address
|
|
zh: 本机IPV6地址
|
|
required: false
|
|
type: text
|