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