1
0

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
This commit is contained in:
pooneyy
2025-11-02 01:18:50 +08:00
parent 97abd014bf
commit fa6ac99c68
9 changed files with 268 additions and 21 deletions

View File

@@ -2,9 +2,11 @@ additionalProperties:
formFields:
- default: "8080"
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: Web 端口
label:
en: Web-Port
zh: Web端口
en: Web Port
zh: Web 端口
required: true
type: number
edit: true

View File

@@ -2,9 +2,11 @@ additionalProperties:
formFields:
- default: "8080"
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: Web 端口
label:
en: Web-Port
zh: Web端口
en: Web Port
zh: Web 端口
required: true
type: number
edit: true