Skip to content

Commit

Permalink
feat: Add Multi-Language Support to MongoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Jan 14, 2025
1 parent 3236554 commit add9c16
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions apps/mongodb/6.0.19/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,10 +24,26 @@ 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
labelZh: 端口
required: true
rule: paramPort
type: number
label:
en: Port
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
zh-Hant:
zh: 端口
8 changes: 8 additions & 0 deletions apps/mongodb/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit add9c16

Please sign in to comment.