Skip to content

Commit b1ec826

Browse files
committed
Update the Chinese README file, improving wording and formatting
1 parent 0714db4 commit b1ec826

File tree

2 files changed

+40
-42
lines changed

2 files changed

+40
-42
lines changed

README.zh-cn.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,32 @@
1414
[English](./README.md) | [繁體中文](./README.zh-tw.md)
1515

1616
## 项目目标
17+
1718
本项目的核心目标,是让自建Git服务的过程,变得最简单、最高效、最省心。
1819

1920
Gitea基于Go语言开发,凡Go语言支持的平台与架构,它皆能适配,涵盖Linux、macOS、Windows系统,以及x86、amd64、ARM、PowerPC架构。项目自2016年11月从[Gogs](https://gogs.io) [分叉](https://blog.gitea.com/welcome-to-gitea/)而来,如今已是焕然一新。
2021

21-
- 在线体验:访问[demo.gitea.com](https://demo.gitea.com)
22-
- 免费服务(仓库数量有限):访问[gitea.com](https://gitea.com/user/login)
23-
- 快速部署专属实例:前往[cloud.gitea.com](https://cloud.gitea.com)开启免费试用
22+
在线体验:访问[demo.gitea.com](https://demo.gitea.com)
23+
24+
免费服务(仓库数量有限):访问[gitea.com](https://gitea.com/user/login)
2425

26+
快速部署专属实例:前往[cloud.gitea.com](https://cloud.gitea.com)开启免费试用。
2527

2628
## 官方文档
29+
2730
你可在[官方文档网站](https://docs.gitea.com/)获取完整文档,内容涵盖安装部署、管理维护、使用指南、开发贡献等,助你快速上手并充分探索所有功能。
2831

2932
若有建议或想参与文档编写,可访问[文档仓库](https://gitea.com/gitea/docs)
3033

31-
3234
## 构建方法
35+
3336
进入源码根目录,执行以下命令构建:
3437

35-
```
36-
TAGS="bindata" make build
37-
```
38+
TAGS="bindata" make build
3839

3940
若需支持SQLite数据库,执行:
4041

41-
```
42-
TAGS="bindata sqlite sqlite_unlock_notify" make build
43-
```
42+
TAGS="bindata sqlite sqlite_unlock_notify" make build
4443

4544
`build`目标分为两个子目标:
4645

@@ -49,29 +48,31 @@ TAGS="bindata" make build
4948

5049
构建需联网以下载Go和npm依赖包。若使用包含预构建前端文件的官方源码压缩包,无需触发`frontend`目标,无Node.js环境也可完成构建。
5150

52-
更多细节:[https://docs.gitea.com/installation/install-from-source](https://docs.gitea.com/installation/install-from-source)
53-
51+
更多细节:https://docs.gitea.com/installation/install-from-source
5452

5553
## 使用方法
54+
5655
构建完成后,源码根目录默认生成`gitea`可执行文件,运行命令:
5756

58-
```
59-
./gitea web
60-
```
57+
./gitea web
6158

6259
> [!NOTE]
6360
> 若需调用API,我们已提供实验性支持,文档详见[此处](https://docs.gitea.com/api)
6461
6562

6663
## 贡献指南
64+
6765
标准流程:Fork → Patch → Push → Pull Request
6866

6967
> [!NOTE]
68+
>
7069
> 1. 提交Pull Request前,务必阅读[《贡献者指南》](CONTRIBUTING.md)
7170
> 2. 若发现项目漏洞,请通过邮件**[email protected]**私信反馈,感谢你的严谨!
7271
73-
7472
## 多语言翻译
73+
74+
[![Crowdin](https://badges.crowdin.net/gitea/localized.svg)](https://translate.gitea.com)
75+
7576
翻译工作通过[Crowdin](https://translate.gitea.com)进行。若需新增翻译语言,可联系Crowdin项目管理员添加;也可提交issue申请,或在Discord的#translation频道咨询。
7677

7778
若需翻译上下文或发现翻译问题,可在对应文本下留言或通过Discord沟通。文档设有翻译相关专区(目前内容待补充),将根据问题逐步完善。
@@ -81,17 +82,15 @@ TAGS="bindata" make build
8182

8283
## 官方及第三方项目
8384

84-
- 官方工具:[go-sdk](https://gitea.com/gitea/go-sdk)、命令行工具[tea](https://gitea.com/gitea/tea)、Gitea Action专用[运行器](https://gitea.com/gitea/act_runner)
85-
- 第三方项目清单:[gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea),含SDK、插件、主题等资源
85+
我们提供官方[go-sdk](https://gitea.com/gitea/go-sdk)、命令行工具[tea](https://gitea.com/gitea/tea)及Gitea Action专用[运行器](https://gitea.com/gitea/act_runner)
8686

87+
我们在[gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea)维护Gitea相关项目清单,你可在此发现更多第三方项目,包括SDK、插件、主题等。
8788

8889
## 交流渠道
8990

9091
[![](https://img.shields.io/discord/322538954119184384.svg?logo=discord&logoColor=white&label=Discord&color=5865F2)](https://discord.gg/Gitea "Join the Discord chat at https://discord.gg/Gitea")
9192

92-
93-
若文档未覆盖你的问题,可通过[Discord服务器](https://discord.gg/Gitea)联系我们,或在[论坛](https://forum.gitea.com/)发布帖子。
94-
93+
[文档](https://docs.gitea.com/)未覆盖你的问题,可通过[Discord服务器](https://discord.gg/Gitea)联系我们,或在[论坛](https://forum.gitea.com/)发布帖子。
9594

9695
## 项目成员
9796
- [维护者](https://github.com/orgs/go-gitea/people)

README.zh-tw.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,32 @@
1414
[English](./README.md) | [繁體中文](./README.zh-tw.md)
1515

1616
## 專案目標
17+
1718
本專案的核心目標,是讓自建 Git 服務的過程,變得最簡單、最高效、最省心。
1819

1920
Gitea 基於 Go 語言開發,凡 Go 語言支持的平台與架構,它皆能適配,涵蓋 Linux、macOS、Windows 系統,以及 x86、amd64、ARM、PowerPC 架構。專案自 2016 年 11 月從[Gogs](https://gogs.io)[分叉](https://blog.gitea.com/welcome-to-gitea/)而來,如今已是煥然一新。
2021

21-
- 線上體驗:造訪[demo.gitea.com](https://demo.gitea.com)
22-
- 免費服務(儲存庫數量有限):造訪[gitea.com](https://gitea.com/user/login)
23-
- 快速部署專屬實例:前往[cloud.gitea.com](https://cloud.gitea.com)開啟免費試用
22+
線上體驗:造訪[demo.gitea.com](https://demo.gitea.com)
23+
24+
免費服務(儲存庫數量有限):造訪[gitea.com](https://gitea.com/user/login)
2425

26+
快速部署專屬實例:前往[cloud.gitea.com](https://cloud.gitea.com)開啟免費試用。
2527

2628
## 官方文件
29+
2730
你可在[官方文件網站](https://docs.gitea.com/)取得完整文件,內容涵蓋安裝部署、管理維護、使用指南、開發貢獻等,助你快速上手並充分探索所有功能。
2831

2932
若有建議或想參與文檔編寫,可造訪[文檔倉庫](https://gitea.com/gitea/docs)
3033

31-
3234
## 建構方法
35+
3336
進入原始碼根目錄,執行以下命令建構:
3437

35-
```
36-
TAGS="bindata" make build
37-
```
38+
TAGS="bindata" make build
3839

3940
若需支持 SQLite 資料庫,執行:
4041

41-
```
42-
TAGS="bindata sqlite sqlite_unlock_notify" make build
43-
```
42+
TAGS="bindata sqlite sqlite_unlock_notify" make build
4443

4544
`build`目標分為兩個子目標:
4645

@@ -49,29 +48,31 @@ TAGS="bindata sqlite sqlite_unlock_notify" make build
4948

5049
構建需聯網以下載 Go 和 npm 依賴套件。若使用包含預構建前端檔案的官方原始碼壓縮包,無需觸發`frontend`目標,無 Node.js 環境也可完成構建。
5150

52-
更多細節:[https://docs.gitea.com/installation/install-from-source](https://docs.gitea.com/installation/install-from-source)
53-
51+
更多細節:https://docs.gitea.com/installation/install-from-source
5452

5553
## 使用方法
54+
5655
構建完成後,原始碼根目錄預設會產生 `gitea` 可執行檔案,執行命令:
5756

58-
```
59-
./gitea web
60-
```
57+
./gitea web
6158

6259
> [!NOTE]
6360
> 若需調用 API,我們已提供實驗性支援,文件詳見[此處](https://docs.gitea.com/api)
6461
6562

6663
## 貢獻指南
64+
6765
標準流程:Fork → Patch → Push → Pull Request
6866

6967
> [!NOTE]
68+
>
7069
> 1. 提交 Pull Request 前,務必閱讀[《貢獻者指南》](CONTRIBUTING.md)
7170
> 2. 若發現項目漏洞,請通過郵件**[email protected]**私信反饋,感謝你的嚴謹!
7271
73-
7472
## 多語言翻譯
73+
74+
[![Crowdin](https://badges.crowdin.net/gitea/localized.svg)](https://translate.gitea.com)
75+
7576
翻譯工作透過 [Crowdin](https://translate.gitea.com) 進行。若需新增翻譯語言,可聯絡 Crowdin 專案管理員新增;也可提交 issue 申請,或在 Discord 的 #translation 頻道諮詢。
7677

7778
若需翻譯上下文或發現翻譯問題,可在對應文本下留言或透過 Discord 溝通。文件設有翻譯相關專區(目前內容待補充),將根據問題逐步完善。
@@ -81,17 +82,15 @@ TAGS="bindata sqlite sqlite_unlock_notify" make build
8182

8283
## 官方及第三方專案
8384

84-
- 官方工具:[go-sdk](https://gitea.com/gitea/go-sdk)、命令列工具[tea](https://gitea.com/gitea/tea)、Gitea Action 專用[執行器](https://gitea.com/gitea/act_runner)
85-
- 第三方專案清單:[gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea),含 SDK、外掛程式、主題等資源
85+
我們提供官方 [go-sdk](https://gitea.com/gitea/go-sdk)、命令列工具 [tea](https://gitea.com/gitea/tea) 及 Gitea Action 專用[執行器](https://gitea.com/gitea/act_runner)
8686

87+
我們在 [gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea) 維護 Gitea 相關專案清單,你可在此發現更多第三方專案,包括 SDK、外掛程式、主題等。
8788

8889
## 交流頻道
8990

9091
[![](https://img.shields.io/discord/322538954119184384.svg?logo=discord&logoColor=white&label=Discord&color=5865F2)](https://discord.gg/Gitea "Join the Discord chat at https://discord.gg/Gitea")
9192

92-
93-
若文件未涵蓋你的問題,可透過[Discord 伺服器](https://discord.gg/Gitea)聯絡我們,或在[論壇](https://forum.gitea.com/)發布貼文。
94-
93+
[文件](https://docs.gitea.com/)未涵蓋你的問題,可透過[Discord 伺服器](https://discord.gg/Gitea)聯絡我們,或在[論壇](https://forum.gitea.com/)發布貼文。
9594

9695
## 專案成員
9796
- [維護者](https://github.com/orgs/go-gitea/people)

0 commit comments

Comments
 (0)