mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Merge pull request #2695 from gewenyu99/doc-make-translations-easier-to-find
moved translation links to a more visible location
This commit is contained in:
commit
5f6c5f8663
2 changed files with 6 additions and 16 deletions
11
README-CN.md
11
README-CN.md
|
|
@ -1,6 +1,3 @@
|
|||
<p align="right">
|
||||
<a href="#其他语言">🌍 其他语言</a>
|
||||
</p>
|
||||
<br />
|
||||
<p align="center">
|
||||
<a href="https://appwrite.io" target="_blank"><img width="260" height="39" src="https://appwrite.io/images/appwrite.svg" alt="Appwrite Logo"></a>
|
||||
|
|
@ -19,6 +16,8 @@
|
|||
[](docs/tutorials/add-translations.md)
|
||||
[](https://store.appwrite.io)
|
||||
|
||||
[English](README.md) | 简体中文
|
||||
|
||||
Appwrite是一个基于dcoker的端到端开发者平台,其容器化的微服务库可应用于网页端,移动端,以及后端。Appwrite 通过视觉化界面极简了从零编写 API 的繁琐过程,在保证软件安全的前提下为开发者创造了一个高效的开发环境。
|
||||
|
||||
Appwrite 可以提供给开发者用户验证,外部授权,用户数据读写检索,文件储存, 图像处理,云函数计算,[等多种服务](https:/ /appwrite.io/docs)。
|
||||
|
|
@ -169,8 +168,4 @@ Appwrite API 界面层利用后台缓存和任务委派来提供极速的响应
|
|||
|
||||
## 版权说明
|
||||
|
||||
版权详情,访问 [BSD 3-Clause License](./LICENSE)。
|
||||
|
||||
## 其他语言
|
||||
- [English](README.md)
|
||||
- [简体中文](README-CN.md)
|
||||
版权详情,访问 [BSD 3-Clause License](./LICENSE)。
|
||||
11
README.md
11
README.md
|
|
@ -1,6 +1,3 @@
|
|||
<p align="right">
|
||||
<a href="#translations">🌍 Translations</a>
|
||||
</p>
|
||||
<br />
|
||||
<p align="center">
|
||||
<a href="https://appwrite.io" target="_blank"><img width="260" height="39" src="https://appwrite.io/images/appwrite.svg" alt="Appwrite Logo"></a>
|
||||
|
|
@ -19,6 +16,8 @@
|
|||
[](docs/tutorials/add-translations.md)
|
||||
[](https://store.appwrite.io)
|
||||
|
||||
English | [简体中文](README-CN.md)
|
||||
|
||||
[**Appwrite 0.12 has been released! Learn what's new!**](https://dev.to/appwrite/its-here-announcing-the-release-of-appwrite-012-5c8b)
|
||||
|
||||
Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker<nobr> microservices. Appwrite abstracts the complexity and repetitiveness required to build a modern backend API from scratch and allows you to build secure apps faster.
|
||||
|
|
@ -172,8 +171,4 @@ Join our growing community around the world! See our official [Blog](https://med
|
|||
|
||||
## License
|
||||
|
||||
This repository is available under the [BSD 3-Clause License](./LICENSE).
|
||||
|
||||
## Translations
|
||||
- [English](README.md)
|
||||
- [简体中文](README-CN.md)
|
||||
This repository is available under the [BSD 3-Clause License](./LICENSE).
|
||||
Loading…
Reference in a new issue