1
0
Fork 0

Refine English translation of Halo form fields (#2624)

This commit is contained in:
John Niang 2024-12-03 13:43:14 +08:00 committed by GitHub
parent 3b2a0b1d5c
commit 79012a3350
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ additionalProperties:
type: service type: service
default: mysql default: mysql
envKey: PANEL_DB_TYPE envKey: PANEL_DB_TYPE
labelEn: Database Service labelEn: Database
labelZh: 数据库服务 labelZh: 数据库服务
required: true required: true
type: apps type: apps
@ -20,7 +20,7 @@ additionalProperties:
value: postgresql value: postgresql
- default: halo - default: halo
envKey: PANEL_DB_NAME envKey: PANEL_DB_NAME
labelEn: Database labelEn: Database name
labelZh: 数据库名 labelZh: 数据库名
random: true random: true
required: true required: true
@ -28,7 +28,7 @@ additionalProperties:
type: text type: text
- default: halo - default: halo
envKey: PANEL_DB_USER envKey: PANEL_DB_USER
labelEn: User labelEn: Database username
labelZh: 数据库用户 labelZh: 数据库用户
random: true random: true
required: true required: true
@ -36,7 +36,7 @@ additionalProperties:
type: text type: text
- default: halo - default: halo
envKey: PANEL_DB_USER_PASSWORD envKey: PANEL_DB_USER_PASSWORD
labelEn: Password labelEn: Database password
labelZh: 数据库用户密码 labelZh: 数据库用户密码
random: true random: true
required: true required: true