1
0

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
This commit is contained in:
pooneyy
2025-11-06 23:35:02 +08:00
parent 24ed5c9e9d
commit 9779122311
914 changed files with 17477 additions and 886 deletions

View File

@@ -5,6 +5,9 @@ additionalProperties:
envKey: NEXUSPHP_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: "./torrents"
@@ -12,6 +15,9 @@ additionalProperties:
envKey: NEXUSPHP_TORRENTS_ROOT_PATH
labelZh: 种子目录
labelEn: Torrent persistence path
label:
en: Torrent persistence path
zh: 种子目录
required: true
type: text
- default: "./bitbucket"
@@ -19,6 +25,9 @@ additionalProperties:
envKey: NEXUSPHP_BITBUCKET_ROOT_PATH
labelZh: 上传器目录
labelEn: Uploader persistence path
label:
en: Uploader persistence path
zh: 上传器目录
required: true
type: text
- default: "./attachments"
@@ -26,6 +35,9 @@ additionalProperties:
envKey: NEXUSPHP_ATTACHMENTS_ROOT_PATH
labelZh: 附件目录
labelEn: Attachment persistence path
label:
en: Attachment persistence path
zh: 附件目录
required: true
type: text
- default: 8080
@@ -33,6 +45,9 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelZh: 访问端口
labelEn: Port
label:
en: Port
zh: 访问端口
required: true
rule: paramPort
type: number
@@ -41,5 +56,8 @@ additionalProperties:
envKey: APP_KEY
labelZh: 应用密钥
labelEn: Application Key
label:
en: Application Key
zh: 应用密钥
required: true
type: text