1
0
Fork 0

feat: Add Multi-Language Support to MySQL (#2954)

This commit is contained in:
zhengkunwang 2025-01-14 18:45:31 +08:00 committed by GitHub
parent e76c22a45b
commit 6fb541db9d
5 changed files with 105 additions and 33 deletions

View File

@ -8,6 +8,14 @@ additionalProperties:
required: true
rule: paramComplexity
type: password
label:
en: Root Password
ja: ルートパスワード
ms: Kata Laluan Root
pt-br: Senha Root
ru: Пароль Root
zh-Hant: Root 密碼
zh: Root 密码
- default: 3306
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
@ -15,3 +23,11 @@ additionalProperties:
required: true
rule: paramPort
type: number
label:
en: Port
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
zh-Hant: 端口
zh: 端口

View File

@ -1,17 +1,33 @@
additionalProperties:
formFields:
- default: mysql
envKey: PANEL_DB_ROOT_PASSWORD
labelEn: Root Password
labelZh: root用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 3306
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
formFields:
- default: mysql
envKey: PANEL_DB_ROOT_PASSWORD
labelEn: Root Password
labelZh: root用户密码
random: true
required: true
rule: paramComplexity
type: password
label:
en: Root Password
ja: ルートパスワード
ms: Kata Laluan Root
pt-br: Senha Root
ru: Пароль Root
zh-Hant: Root 密碼
zh: Root 密码
- default: 3306
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
label:
en: Port
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
zh-Hant: 端口
zh: 端口

View File

@ -1,17 +1,33 @@
additionalProperties:
formFields:
- default: mysql
envKey: PANEL_DB_ROOT_PASSWORD
labelEn: Root Password
labelZh: root用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 3306
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
formFields:
- default: mysql
envKey: PANEL_DB_ROOT_PASSWORD
labelEn: Root Password
labelZh: root用户密码
random: true
required: true
rule: paramComplexity
type: password
label:
en: Root Password
ja: ルートパスワード
ms: Kata Laluan Root
pt-br: Senha Root
ru: Пароль Root
zh-Hant: Root 密碼
zh: Root 密码
- default: 3306
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
label:
en: Port
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
zh-Hant: 端口
zh: 端口

View File

@ -8,6 +8,14 @@ additionalProperties:
required: true
rule: paramComplexity
type: password
label:
en: Root Password
ja: ルートパスワード
ms: Kata Laluan Root
pt-br: Senha Root
ru: Пароль Root
zh-Hant: Root 密碼
zh: Root 密码
- default: 3306
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
@ -15,3 +23,11 @@ additionalProperties:
required: true
rule: paramPort
type: number
label:
en: Port
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
zh-Hant: 端口
zh: 端口

View File

@ -8,8 +8,16 @@ additionalProperties:
name: MySQL
tags:
- Database
shortDescZh: MySQL 开源关系型数据库
shortDescZh: 开源关系型数据库
shortDescEn: Open source relational database management system
description:
en: Open Source Relational Database
ja: オープンソースのリレーショナルデータベース
ms: Pangkalan Data Relasi Sumber Terbuka
pt-br: Banco de Dados Relacional de Código Aberto
ru: Открытая Реляционная База Данных
zh-hant: 開源關係型資料庫
zh: 开源关系型数据库
type: runtime
crossVersionUpdate: false
limit: 0