feat: 增加应用的英文翻译

This commit is contained in:
zhengkunwang223 2023-02-17 16:23:30 +08:00
parent d1aae068a2
commit 15e08b5244
3 changed files with 23 additions and 11 deletions

3
apps.json Normal file
View File

@ -0,0 +1,3 @@
{
"version": "v0.0.39"
}

View File

@ -1,5 +1,5 @@
{ {
"version": "v0.0.37", "version": "v0.0.39",
"tags": [ "tags": [
{ {
"key": "WebSite", "key": "WebSite",
@ -24,7 +24,8 @@
"name": "MySQL", "name": "MySQL",
"tags": ["Database"], "tags": ["Database"],
"versions": ["5.7.39","8.0.30"], "versions": ["5.7.39","8.0.30"],
"shortDesc": "开源关系型数据库管理系统", "shortDescZh": "开源关系型数据库管理系统",
"shortDescEn": "Open source relational database management system",
"type": "runtime", "type": "runtime",
"required": [], "required": [],
"crossVersionUpdate": false, "crossVersionUpdate": false,
@ -39,7 +40,8 @@
"name": "OpenResty", "name": "OpenResty",
"tags": ["Server"], "tags": ["Server"],
"versions": ["1.21.4"], "versions": ["1.21.4"],
"shortDesc": "基于 Nginx 和 LuaJIT 的高性能 Web 平台", "shortDescZh": "基于 Nginx 和 LuaJIT 的高性能 Web 平台",
"shortDescEn": "High performance web platform based on Nginx and LuaJIT",
"type": "runtime", "type": "runtime",
"required": [], "required": [],
"limit": 1, "limit": 1,
@ -54,7 +56,8 @@
"name": "WordPress", "name": "WordPress",
"tags": ["WebSite"], "tags": ["WebSite"],
"versions": ["6.0.1","6.0.2"], "versions": ["6.0.1","6.0.2"],
"shortDesc": "开源博客软件和内容管理系统", "shortDescZh": "开源博客软件和内容管理系统",
"shortDescEn": "Open source blogging software and content management system",
"type": "website", "type": "website",
"required": ["mysql"], "required": ["mysql"],
"recommend": 1, "recommend": 1,
@ -69,7 +72,8 @@
"name": "Redis", "name": "Redis",
"tags": ["Database"], "tags": ["Database"],
"versions": ["7.0.5","6.0.16"], "versions": ["7.0.5","6.0.16"],
"shortDesc": "高性能的 key-value 数据库", "shortDescZh": "高性能的 key-value 数据库",
"shortDescEn": "High-performance key-value database",
"type": "runtime", "type": "runtime",
"required": [], "required": [],
"limit": 1, "limit": 1,
@ -83,7 +87,8 @@
"name": "Halo", "name": "Halo",
"tags": ["WebSite"], "tags": ["WebSite"],
"versions": ["2.2.0"], "versions": ["2.2.0"],
"shortDesc": "强大易用的开源建站工具", "shortDescZh": "强大易用的开源建站工具",
"shortDescEn": "Powerful and easy-to-use open source website builder",
"type": "website", "type": "website",
"required": ["mysql"], "required": ["mysql"],
"limit": 0, "limit": 0,
@ -98,7 +103,8 @@
"name": "phpMyAdmin", "name": "phpMyAdmin",
"tags": ["Tool"], "tags": ["Tool"],
"versions": ["5.2.0"], "versions": ["5.2.0"],
"shortDesc": "MySQL 数据库管理工具", "shortDescZh": "MySQL 数据库管理工具",
"shortDescEn": "MySQL database management tools",
"type": "tool", "type": "tool",
"required": ["mysql"], "required": ["mysql"],
"limit": 1, "limit": 1,
@ -112,7 +118,8 @@
"name": "Redis-Commander", "name": "Redis-Commander",
"tags": ["Tool"], "tags": ["Tool"],
"versions": ["0.8.0"], "versions": ["0.8.0"],
"shortDesc": "Redis web 管理工具", "shortDescZh": "Redis web 管理工具",
"shortDescEn": "Redis web management tool",
"type": "tool", "type": "tool",
"required": ["redis"], "required": ["redis"],
"limit": 1, "limit": 1,
@ -126,7 +133,8 @@
"name": "MinIO", "name": "MinIO",
"tags": ["Tool"], "tags": ["Tool"],
"versions": ["RELEASE.2022-08-13T21-54-44Z"], "versions": ["RELEASE.2022-08-13T21-54-44Z"],
"shortDesc": "开源的对象存储服务器", "shortDescZh": "开源的对象存储服务器",
"shortDescEn": "Open source object storage server",
"type": "tool", "type": "tool",
"required": [], "required": [],
"limit": 1, "limit": 1,
@ -140,7 +148,8 @@
"name": "DataEase", "name": "DataEase",
"tags": ["Tool"], "tags": ["Tool"],
"versions": ["1.18.2"], "versions": ["1.18.2"],
"shortDesc": "人人可用的开源数据可视化分析工具", "shortDescZh": "人人可用的开源数据可视化分析工具",
"shortDescEn": "Open source data visualization and analysis tools available to everyone",
"type": "tool", "type": "tool",
"required": [], "required": [],
"limit": 1, "limit": 1,

View File

@ -3,7 +3,7 @@
{ {
"type": "password", "type": "password",
"labelZh": "root用户密码", "labelZh": "root用户密码",
"labelEn": "RootPassword", "labelEn": "Root Password",
"required": true, "required": true,
"default": "random", "default": "random",
"envKey": "PANEL_DB_ROOT_PASSWORD" "envKey": "PANEL_DB_ROOT_PASSWORD"