feat: Add Multi-Language Support to MariaDB (#2972)
This commit is contained in:
parent
48ae7b8982
commit
7d1f556bc9
|
|
@ -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 do root
|
||||||
|
ru: Пароль root
|
||||||
|
zh-Hant: Root 密碼
|
||||||
|
zh: Root 用户密码
|
||||||
- default: 3306
|
- default: 3306
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
|
@ -16,3 +24,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,18 +1,34 @@
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: mariadb
|
- default: mariadb
|
||||||
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:
|
||||||
edit: true
|
en: Root Password
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
ja: ルートパスワード
|
||||||
labelEn: Port
|
ms: Kata laluan root
|
||||||
labelZh: 端口
|
pt-br: Senha do root
|
||||||
required: true
|
ru: Пароль root
|
||||||
rule: paramPort
|
zh-Hant: Root 密碼
|
||||||
type: number
|
zh: Root 用户密码
|
||||||
|
- default: 3306
|
||||||
|
edit: true
|
||||||
|
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: 端口
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Database
|
- Database
|
||||||
shortDescZh: 著名的 MySQL 分支版本
|
shortDescZh: 著名的 MySQL 分支版本
|
||||||
shortDescEn: The open source relational database
|
shortDescEn: The open source relational database
|
||||||
|
description:
|
||||||
|
en: The open source relational database
|
||||||
|
ja: オープンソースのリレーショナルデータベース
|
||||||
|
ms: Pangkalan data relasional sumber terbuka
|
||||||
|
pt-br: O banco de dados relacional de código aberto
|
||||||
|
ru: Открытая реляционная база данных
|
||||||
|
zh-Hant: 開源關聯式資料庫
|
||||||
|
zh: 著名的 MySQL 分支版本
|
||||||
type: runtime
|
type: runtime
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue