1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 22:41:04 +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

55 lines
1.1 KiB
YAML

additionalProperties:
formFields:
- default: "40265"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: "80"
edit: true
envKey: APP_PORT_INTERNAL
labelEn: Internal Container Ports
labelZh: 容器内部端口
label:
en: Internal Container Ports
zh: 容器内部端口
required: true
rule: paramPort
type: number
- default: "Asia/Shanghai"
edit: true
envKey: TIME_ZONE
labelEn: Time Zone
labelZh: 时区
label:
en: Time Zone
zh: 时区
required: true
type: text
- default: "1000"
edit: true
envKey: PUID
labelEn: User ID
labelZh: 用户 ID
label:
en: User ID
zh: 用户 ID
required: true
type: number
- default: "1000"
edit: true
envKey: PGID
labelEn: Group ID
labelZh: 组 ID
label:
en: Group ID
zh: 组 ID
required: true
type: number