feat: Add Multi-Language Support to MongoDB (#2976)
This commit is contained in:
@@ -8,6 +8,14 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Username
|
||||||
|
ja: ユーザー名
|
||||||
|
ms: Nama pengguna
|
||||||
|
pt-br: Nome de usuário
|
||||||
|
ru: Имя пользователя
|
||||||
|
zh-Hant: 用戶名
|
||||||
|
zh: 用户名
|
||||||
- default: mongo
|
- default: mongo
|
||||||
envKey: PANEL_DB_ROOT_PASSWORD
|
envKey: PANEL_DB_ROOT_PASSWORD
|
||||||
labelEn: Password
|
labelEn: Password
|
||||||
@@ -16,6 +24,14 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
|
label:
|
||||||
|
en: Password
|
||||||
|
ja: パスワード
|
||||||
|
ms: Kata laluan
|
||||||
|
pt-br: Senha
|
||||||
|
ru: Пароль
|
||||||
|
zh-Hant: 密碼
|
||||||
|
zh: 密码
|
||||||
- default: 27017
|
- default: 27017
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
@@ -23,3 +39,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: 端口
|
||||||
|
|||||||
@@ -10,6 +10,14 @@ additionalProperties:
|
|||||||
- Database
|
- Database
|
||||||
shortDescZh: MongoDB 开源文档数据库
|
shortDescZh: MongoDB 开源文档数据库
|
||||||
shortDescEn: Fractional file storage database
|
shortDescEn: Fractional file storage database
|
||||||
|
description:
|
||||||
|
en: Fractional file storage database
|
||||||
|
ja: 分数ファイルストレージデータベース
|
||||||
|
ms: Pangkalan data penyimpanan fail pecahan
|
||||||
|
pt-br: Banco de dados de armazenamento de arquivos fracionados
|
||||||
|
ru: Фракционная файловая база данных
|
||||||
|
zh-Hant: 分段文件儲存資料庫
|
||||||
|
zh: 分段文件存储数据库
|
||||||
type: runtime
|
type: runtime
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 1
|
limit: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user