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

13 lines
342 B
YAML

additionalProperties:
formFields:
- default: "注意查看说明文档/Attention to the documentation"
disabled: true
envKey: TIPS
labelEn: Here's a hint note
labelZh: 这是一个提示说明
label:
en: Here's a hint note
zh: 这是一个提示说明
required: true
type: text