feat: Add Multi-Language Support to MySQL (#2954)
This commit is contained in:
parent
e76c22a45b
commit
6fb541db9d
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
|
label:
|
||||||
|
en: Root Password
|
||||||
|
ja: ルートパスワード
|
||||||
|
ms: Kata Laluan Root
|
||||||
|
pt-br: Senha Root
|
||||||
|
ru: Пароль Root
|
||||||
|
zh-Hant: Root 密碼
|
||||||
|
zh: Root 密码
|
||||||
- default: 3306
|
- default: 3306
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
|
|
@ -15,3 +23,11 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: Port
|
||||||
|
ja: ポート
|
||||||
|
ms: Port
|
||||||
|
pt-br: Porta
|
||||||
|
ru: Порт
|
||||||
|
zh-Hant: 端口
|
||||||
|
zh: 端口
|
||||||
|
|
@ -1,17 +1,33 @@
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: mysql
|
- default: mysql
|
||||||
envKey: PANEL_DB_ROOT_PASSWORD
|
envKey: PANEL_DB_ROOT_PASSWORD
|
||||||
labelEn: Root Password
|
labelEn: Root Password
|
||||||
labelZh: root用户密码
|
labelZh: root用户密码
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
- default: 3306
|
label:
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
en: Root Password
|
||||||
labelEn: Port
|
ja: ルートパスワード
|
||||||
labelZh: 端口
|
ms: Kata Laluan Root
|
||||||
required: true
|
pt-br: Senha Root
|
||||||
rule: paramPort
|
ru: Пароль Root
|
||||||
type: number
|
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: 端口
|
||||||
|
|
@ -1,17 +1,33 @@
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: mysql
|
- default: mysql
|
||||||
envKey: PANEL_DB_ROOT_PASSWORD
|
envKey: PANEL_DB_ROOT_PASSWORD
|
||||||
labelEn: Root Password
|
labelEn: Root Password
|
||||||
labelZh: root用户密码
|
labelZh: root用户密码
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
- default: 3306
|
label:
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
en: Root Password
|
||||||
labelEn: Port
|
ja: ルートパスワード
|
||||||
labelZh: 端口
|
ms: Kata Laluan Root
|
||||||
required: true
|
pt-br: Senha Root
|
||||||
rule: paramPort
|
ru: Пароль Root
|
||||||
type: number
|
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: 端口
|
||||||
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
|
label:
|
||||||
|
en: Root Password
|
||||||
|
ja: ルートパスワード
|
||||||
|
ms: Kata Laluan Root
|
||||||
|
pt-br: Senha Root
|
||||||
|
ru: Пароль Root
|
||||||
|
zh-Hant: Root 密碼
|
||||||
|
zh: Root 密码
|
||||||
- default: 3306
|
- default: 3306
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
|
|
@ -15,3 +23,11 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: Port
|
||||||
|
ja: ポート
|
||||||
|
ms: Port
|
||||||
|
pt-br: Porta
|
||||||
|
ru: Порт
|
||||||
|
zh-Hant: 端口
|
||||||
|
zh: 端口
|
||||||
|
|
@ -8,8 +8,16 @@ additionalProperties:
|
||||||
name: MySQL
|
name: MySQL
|
||||||
tags:
|
tags:
|
||||||
- Database
|
- Database
|
||||||
shortDescZh: MySQL 开源关系型数据库
|
shortDescZh: 开源关系型数据库
|
||||||
shortDescEn: Open source relational database management system
|
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
|
type: runtime
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue