From 273fbd7b85e34387a7801f06779dde7fb8760a48 Mon Sep 17 00:00:00 2001
From: Jelf
Date: Tue, 16 Apr 2024 01:34:10 +0800
Subject: [PATCH] docs: update readme.zh-cn.md (#22680)
* doc: update README.zh-cn.md
* doc: update
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
---
i18n/README.zh-cn.md | 83 ++++++++++++++++++++++++++------------------
1 file changed, 50 insertions(+), 33 deletions(-)
diff --git a/i18n/README.zh-cn.md b/i18n/README.zh-cn.md
index dd107668b3..9219694824 100644
--- a/i18n/README.zh-cn.md
+++ b/i18n/README.zh-cn.md
@@ -3,8 +3,6 @@
----
-
# Supabase
[Supabase](https://supabase.com) 是一个开源的 Firebase 替代品。我们正在使用企业级的开源工具构建 Firebase 的功能。
@@ -12,17 +10,22 @@
- [x] Postgres 数据库托管。[文档](https://supabase.com/docs/guides/database)
- [x] 身份验证和授权。[文档](https://supabase.com/docs/guides/auth)
- [x] 自动生成的 API。
- - [x] REST。[文档](https://supabase.com/docs/guides/api#rest-api-overview)
- - [x] 实时订阅。[文档](https://supabase.com/docs/guides/api#realtime-api-overview)
- - [x] GraphQL(测试版)。[文档](https://supabase.com/docs/guides/api#graphql-api-overview)
+ - [x] REST。[文档](https://supabase.com/docs/guides/api)
+ - [x] GraphQL。[文档](https://supabase.com/docs/guides/graphql)
+ - [x] 实时订阅。[文档](https://supabase.com/docs/guides/realtime)
- [x] 函数。
- [x] 数据库函数。[文档](https://supabase.com/docs/guides/database/functions)
- [x] 边缘函数。[文档](https://supabase.com/docs/guides/functions)
- [x] 文件存储。[文档](https://supabase.com/docs/guides/storage)
+- [x] AI + 向量/Embeddings 工具包. [Docs](https://supabase.com/docs/guides/ai)
- [x] 仪表盘。

+关注此仓库的 “release” 以获得重大更新的通知。
+
+
+
## 文档
完整的文档,请访问 [supabase.com/docs](https://supabase.com/docs)
@@ -36,19 +39,6 @@
- [邮件支持](https://supabase.com/docs/support#business-support)。适用于:你的数据库或基础设施的问题。
- [Discord](https://discord.supabase.com)。适用于:分享你的应用程序以及在社区一起玩起来。
-## 状态
-
-- [x] Alpha:我们正在与一组封闭的客户测试 Supabase
-- [x] Public Alpha:任何人都可以在 [supabase.com/dashboard](https://supabase.com/dashboard)上注册。只是务必手下留情,还有一些纠结的地方。
-- [x] Public Beta:足够稳定,适合大多数非企业使用场景
-- [ ] Public:生产就绪
-
-我们目前正处于 Public Beta 阶段。关注这个存储库的 "Releases" 以获得关于重大更新的通知。
-
-
-
----
-
## 工作方式
Supabase 是一个开源工具的组合。我们正在使用企业级的开源产品构建 Firebase 的功能。如果存在相应的工具和社区,并且有 MIT、Apache 2 或同等的开放许可,我们将使用并支持该工具。如果该工具不存在,我们就自己开发并开放源代码。Supabase 不是 Firebase 的一对一映射。我们的目标是使用开源工具为开发者提供类似 Firebase 的开发者体验。
@@ -63,9 +53,10 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
- [PostgreSQL](https://www.postgresql.org/) 是一个对象关系型数据库系统,经过 30 多年的积极开发,它在可靠性、功能健壮性和性能方面赢得了很好的声誉。
- [Realtime](https://github.com/supabase/realtime) 是一个 Elixir 服务器,允许你使用 WebSocket 监听 PostgreSQL 的插入、更新和删除。Supabase 监听 Postgres 的内置复制功能,将复制的字节流转换为 JSON,然后通过 WebSocket 广播 JSON。
- [PostgREST](http://postgrest.org/) 是一个 Web 服务器,可以将你的 PostgreSQL 数据库直接生成 RESTful API
+- [GoTrue](https://github.com/supabase/gotrue) 是一个基于 SWT 的 API,用于管理用户和发布 SWT 令牌。
- [Storage](https://github.com/supabase/storage-api) 提供了一个 RESTful 接口,用于管理存储在 S3 中的文件,使用 Postgres 来管理权限。
+- [pg_graphql](http://github.com/supabase/pg_graphql/) 公开GraphQL API的PostgreSQL扩展
- [postgres-meta](https://github.com/supabase/postgres-meta) 是一个 RESTful API,用于管理你的 Postgres,允许你获取表、添加角色和运行查询等。
-- [GoTrue](https://github.com/netlify/gotrue) 是一个基于 SWT 的 API,用于管理用户和发布 SWT 令牌。
- [Kong](https://github.com/Kong/kong) 是一个云原生 API 网关。
#### 客户端库
@@ -76,8 +67,9 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
| 语言 |
客户端 |
- 模块-客户端(已集成在 Supabase 客户端中) |
+ 模块-客户端(已集成在 Supabase 客户端中) |
+
|
Supabase |
@@ -85,6 +77,7 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
GoTrue |
Realtime |
Storage |
+ Functions |
- ⚡️ 官方 ⚡️ |
+
+ ⚡️ 官方 ⚡️ |
+
| JavaScript (TypeScript) |
supabase-js |
@@ -105,8 +100,20 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
gotrue-js |
realtime-js |
storage-js |
+ functions-js |
- 💚 社区 💚 |
+
+ | Flutter |
+ supabase-flutter |
+ postgrest-dart |
+ gotrue-dart |
+ realtime-dart |
+ storage-dart |
+ functions-dart |
+
+
+ 💚 社区 💚 |
+
| C# |
supabase-csharp |
@@ -114,22 +121,16 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
gotrue-csharp |
realtime-csharp |
storage-csharp |
-
-
- | Flutter |
- supabase-dart |
- postgrest-dart |
- gotrue-dart |
- realtime-dart |
- storage-dart |
+ functions-csharp |
| Go |
- |
postgrest-go |
+ gotrue-go |
- |
- - |
- - |
+ storage-go |
+ functions-go |
| Java |
@@ -137,6 +138,7 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
- |
gotrue-java |
- |
+ storage-java |
- |
@@ -146,6 +148,7 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
| gotrue-kt |
realtime-kt |
storage-kt |
+ functions-kt |
| Python |
@@ -153,7 +156,8 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
postgrest-py |
gotrue-py |
realtime-py |
- - |
+ storage-py |
+ functions-py |
| Ruby |
@@ -162,6 +166,7 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
- |
- |
- |
+ - |
| Rust |
@@ -170,6 +175,7 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
- |
- |
- |
+ - |
| Swift |
@@ -178,7 +184,18 @@ Supabase 是一个[托管平台](https://supabase.com/dashboard)。你可以注
gotrue-swift |
realtime-swift |
storage-swift |
+ functions-swift |
+
+ | Godot Engine (GDScript) |
+ supabase-gdscript |
+ postgrest-gdscript |
+ gotrue-gdscript |
+ realtime-gdscript |
+ storage-gdscript |
+ functions-gdscript |
+
+
## 翻译