1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 14:39:40 +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

45 lines
1020 B
YAML

additionalProperties:
formFields:
- default: 10050
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: 127.0.0.1
edit: true
envKey: HOSTNAME
labelEn: Native host name
labelZh: 本机主机名
label:
en: Native host name
zh: 本机主机名
required: true
type: text
- default: 192.168.8.8
edit: true
envKey: ZABBIX_SERVER
labelEn: Zabbix server
labelZh: Zabbix服务端
label:
en: Zabbix server
zh: Zabbix服务端
required: true
type: text
- default: 10051
edit: true
envKey: ZABBIX_SERVER_PORT
labelEn: Zabbix server P-port
labelZh: Zabbix服务端端口
label:
en: Zabbix server P-port
zh: Zabbix服务端端口
required: true
rule: paramPort
type: number