feat: Add Multi-Language Support to MongoDB (#2976)
This commit is contained in:
parent
f0bcd058d2
commit
8ca76421ab
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
|||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
label:
|
||||
en: Username
|
||||
ja: ユーザー名
|
||||
ms: Nama pengguna
|
||||
pt-br: Nome de usuário
|
||||
ru: Имя пользователя
|
||||
zh-Hant: 用戶名
|
||||
zh: 用户名
|
||||
- default: mongo
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
|
|
@ -16,6 +24,14 @@ additionalProperties:
|
|||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
label:
|
||||
en: Password
|
||||
ja: パスワード
|
||||
ms: Kata laluan
|
||||
pt-br: Senha
|
||||
ru: Пароль
|
||||
zh-Hant: 密碼
|
||||
zh: 密码
|
||||
- default: 27017
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
|
|
@ -23,3 +39,11 @@ additionalProperties:
|
|||
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: MongoDB 开源文档数据库
|
||||
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
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue