feat: Add Multi-Language Support to Gitea (#2964)
This commit is contained in:
parent
fd7413c49d
commit
fd7addc9dc
|
|
@ -16,6 +16,14 @@ additionalProperties:
|
||||||
value: mysql
|
value: mysql
|
||||||
- label: PostgreSQL
|
- label: PostgreSQL
|
||||||
value: postgres
|
value: postgres
|
||||||
|
label:
|
||||||
|
en: Database Service
|
||||||
|
ja: データベースサービス
|
||||||
|
ms: Perkhidmatan Pangkalan Data
|
||||||
|
pt-br: Serviço de Banco de Dados
|
||||||
|
ru: Сервис баз данных
|
||||||
|
zh-hant: 資料庫服務
|
||||||
|
zh: 数据库服务
|
||||||
- default: gitea
|
- default: gitea
|
||||||
envKey: PANEL_DB_NAME
|
envKey: PANEL_DB_NAME
|
||||||
labelEn: Database
|
labelEn: Database
|
||||||
|
|
@ -24,22 +32,46 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Database
|
||||||
|
ja: データベース
|
||||||
|
ms: Pangkalan Data
|
||||||
|
pt-br: Banco de Dados
|
||||||
|
ru: База данных
|
||||||
|
zh-hant: 資料庫
|
||||||
|
zh: 数据库
|
||||||
- default: gitea
|
- default: gitea
|
||||||
envKey: PANEL_DB_USER
|
envKey: PANEL_DB_USER
|
||||||
labelEn: User
|
|
||||||
labelZh: 数据库用户
|
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
labelEn: Database User
|
||||||
|
labelZh: 数据库用户
|
||||||
|
label:
|
||||||
|
en: Database User
|
||||||
|
ja: データベースユーザー
|
||||||
|
ms: Pengguna Pangkalan Data
|
||||||
|
pt-br: Usuário do Banco de Dados
|
||||||
|
ru: Пользователь базы данных
|
||||||
|
zh-hant: 資料庫用戶
|
||||||
|
zh: 数据库用户
|
||||||
- default: gitea
|
- default: gitea
|
||||||
envKey: PANEL_DB_USER_PASSWORD
|
envKey: PANEL_DB_USER_PASSWORD
|
||||||
labelEn: Password
|
|
||||||
labelZh: 数据库用户密码
|
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
|
labelEn: Database Password
|
||||||
|
labelZh: 数据库密码
|
||||||
|
label:
|
||||||
|
en: Database Password
|
||||||
|
ja: データベースのパスワード
|
||||||
|
ms: Kata Laluan Pangkalan Data
|
||||||
|
pt-br: Senha do Banco de Dados
|
||||||
|
ru: Пароль базы данных
|
||||||
|
zh-hant: 資料庫密碼
|
||||||
|
zh: 数据库密码
|
||||||
- default: 3000
|
- default: 3000
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
|
|
@ -47,6 +79,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: HTTP Port
|
||||||
|
ja: HTTP ポート
|
||||||
|
ms: HTTP Port
|
||||||
|
pt-br: HTTP Porta
|
||||||
|
ru: HTTP Порт
|
||||||
|
zh-Hant: HTTP 埠
|
||||||
|
zh: HTTP 端口
|
||||||
- default: 222
|
- default: 222
|
||||||
envKey: PANEL_APP_PORT_SSH
|
envKey: PANEL_APP_PORT_SSH
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
|
|
@ -54,3 +94,11 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: SSH Port
|
||||||
|
ja: SSH ポート
|
||||||
|
ms: SSH Port
|
||||||
|
pt-br: SSH Porta
|
||||||
|
ru: SSH Порт
|
||||||
|
zh-Hant: SSH 埠
|
||||||
|
zh: SSH 端口
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- DevOps
|
- DevOps
|
||||||
shortDescZh: 新一代的代码托管平台
|
shortDescZh: 新一代的代码托管平台
|
||||||
shortDescEn: The next generation of code hosting platform
|
shortDescEn: The next generation of code hosting platform
|
||||||
|
description:
|
||||||
|
en: The next generation of code hosting platform
|
||||||
|
ja: 次世代のコードホスティングプラットフォーム
|
||||||
|
ms: Platform hosting kod generasi seterusnya
|
||||||
|
pt-br: A próxima geração de plataforma de hospedagem de código
|
||||||
|
ru: Платформа хостинга кода следующего поколения
|
||||||
|
zh-Hant: 下一代代碼託管平台
|
||||||
|
zh: 下一代代码托管平台
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue