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