1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-02 06:06:39 +08:00
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- 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
2025-11-06 23:35:02 +08:00

44 lines
1021 B
YAML

additionalProperties:
formFields:
- default: 40256
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: "true"
edit: true
envKey: INSTALL
labelEn: Whether to perform initial installation
labelZh: 是否进行初始化安装
label:
en: Whether to perform initial installation
zh: 是否进行初始化安装
required: true
type: select
values:
- label: "false"
value: "false"
- label: "true"
value: "true"
- default: "false"
edit: true
envKey: MODIFY
labelEn: Modified or not
labelZh: 是否已修改
label:
en: Modified or not
zh: 是否已修改
required: true
type: select
values:
- label: "false"
value: "false"
- label: "true"
value: "true"