1
0
Fork 0

feat: Add Multi-Language Support to MySQL (#2954)

This commit is contained in:
zhengkunwang 2025-01-14 18:45:31 +08:00 committed by GitHub
parent e76c22a45b
commit 6fb541db9d
5 changed files with 105 additions and 33 deletions

View File

@ -8,6 +8,14 @@ additionalProperties:
required: true required: true
rule: paramComplexity rule: paramComplexity
type: password type: password
label:
en: Root Password
ja: ルートパスワード
ms: Kata Laluan Root
pt-br: Senha Root
ru: Пароль Root
zh-Hant: Root 密碼
zh: Root 密码
- default: 3306 - default: 3306
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTP
labelEn: Port labelEn: Port
@ -15,3 +23,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: 端口

View File

@ -8,6 +8,14 @@ additionalProperties:
required: true required: true
rule: paramComplexity rule: paramComplexity
type: password type: password
label:
en: Root Password
ja: ルートパスワード
ms: Kata Laluan Root
pt-br: Senha Root
ru: Пароль Root
zh-Hant: Root 密碼
zh: Root 密码
- default: 3306 - default: 3306
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTP
labelEn: Port labelEn: Port
@ -15,3 +23,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: 端口

View File

@ -8,6 +8,14 @@ additionalProperties:
required: true required: true
rule: paramComplexity rule: paramComplexity
type: password type: password
label:
en: Root Password
ja: ルートパスワード
ms: Kata Laluan Root
pt-br: Senha Root
ru: Пароль Root
zh-Hant: Root 密碼
zh: Root 密码
- default: 3306 - default: 3306
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTP
labelEn: Port labelEn: Port
@ -15,3 +23,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: 端口

View File

@ -8,6 +8,14 @@ additionalProperties:
required: true required: true
rule: paramComplexity rule: paramComplexity
type: password type: password
label:
en: Root Password
ja: ルートパスワード
ms: Kata Laluan Root
pt-br: Senha Root
ru: Пароль Root
zh-Hant: Root 密碼
zh: Root 密码
- default: 3306 - default: 3306
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTP
labelEn: Port labelEn: Port
@ -15,3 +23,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: 端口

View File

@ -8,8 +8,16 @@ additionalProperties:
name: MySQL name: MySQL
tags: tags:
- Database - Database
shortDescZh: MySQL 开源关系型数据库 shortDescZh: 开源关系型数据库
shortDescEn: Open source relational database management system shortDescEn: Open source relational database management system
description:
en: Open Source Relational Database
ja: オープンソースのリレーショナルデータベース
ms: Pangkalan Data Relasi Sumber Terbuka
pt-br: Banco de Dados Relacional de Código Aberto
ru: Открытая Реляционная База Данных
zh-hant: 開源關係型資料庫
zh: 开源关系型数据库
type: runtime type: runtime
crossVersionUpdate: false crossVersionUpdate: false
limit: 0 limit: 0