mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-06 23:52:30 +08:00
feat: Add Multi-Language Support to MariaDB (#2972)
This commit is contained in:
parent
48ae7b8982
commit
7d1f556bc9
@ -8,6 +8,14 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
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
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
@ -16,3 +24,11 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
|
||||
@ -1,18 +1,34 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: mariadb
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Root Password
|
||||
labelZh: root用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 3306
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: mariadb
|
||||
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 do root
|
||||
ru: Пароль root
|
||||
zh-Hant: Root 密碼
|
||||
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
|
||||
shortDescZh: 著名的 MySQL 分支版本
|
||||
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
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user