1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-12 10:12:31 +08:00
pooneyy fa6ac99c68
feat(i18n): enhance internationalization support for multiple applications
- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
2025-11-02 01:18:50 +08:00

46 lines
1.0 KiB
YAML

additionalProperties:
formFields:
- default: "30001"
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
label:
en: HTTP Port
zh: HTTP 端口
required: true
type: number
edit: true
rule: paramPort
- default: ./config
envKey: CONFIG_PATH
labelEn: Config Path
labelZh: 数据持久化
label:
en: Config Path
zh: 数据持久化
required: true
type: text
edit: true
- default: selkies-username
envKey: PANEL_USER
labelEn: Panel Username
labelZh: 面板用户名
label:
en: Panel Username
zh: 面板用户名
required: true
type: text
edit: true
- default: PaSswoRd
envKey: PANEL_PASSWORD
labelEn: Panel Password
labelZh: 面板密码
label:
en: Panel Password
zh: 面板密码
required: true
type: password
edit: true
rule: paramComplexity
random: true