Skip to content

Commit 0714db4

Browse files
authored
Revise README.zh-tw.md for clarity and updates
Updated the README in Traditional Chinese to reflect changes in project goals, contribution guidelines, and various sections for clarity and localization. Signed-off-by: Paper Moon <[email protected]>
1 parent 6b594f6 commit 0714db4

File tree

1 file changed

+96
-102
lines changed

1 file changed

+96
-102
lines changed

README.zh-tw.md

Lines changed: 96 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -4,109 +4,108 @@
44
[![](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")
55
[![](https://goreportcard.com/badge/code.gitea.io/gitea)](https://goreportcard.com/report/code.gitea.io/gitea "Go Report Card")
66
[![](https://pkg.go.dev/badge/code.gitea.io/gitea?status.svg)](https://pkg.go.dev/code.gitea.io/gitea "GoDoc")
7-
[![](https://img.shields.io/github/release/go-gitea/gitea.svg)](https://github.com/go-gitea/gitea/releases/latest "GitHub release")
8-
[![](https://www.codetriage.com/go-gitea/gitea/badges/users.svg)](https://www.codetriage.com/go-gitea/gitea "Help Contribute to Open Source")
9-
[![](https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen)](https://opencollective.com/gitea "Become a backer/sponsor of gitea")
7+
[![](https://img.shields.io/github/release/go-gitea/gitea.svg)](https://github.com/go-gitea/gitea/releases/latest "GitHub 版本發布")
8+
[![](https://www.codetriage.com/go-gitea/gitea/badges/users.svg)](https://www.codetriage.com/go-gitea/gitea "協助貢獻開源專案")
9+
[![](https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen)](https://opencollective.com/gitea "成為 gitea 的支持者/贊助商")
1010
[![](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT "License: MIT")
11-
[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod&color=green)](https://gitpod.io/#https://github.com/go-gitea/gitea)
11+
[![使用 Gitpod 貢獻](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod&color=green)](https://gitpod.io/#https://github.com/go-gitea/gitea)
1212
[![](https://badges.crowdin.net/gitea/localized.svg)](https://translate.gitea.com "Crowdin")
1313

14-
[English](./README.md) | [简体中文](./README.zh-cn.md)
14+
[English](./README.md) | [繁體中文](./README.zh-tw.md)
1515

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

18-
這個項目的目標是提供最簡單、最快速、最無痛的方式來設置自託管的 Git 服務
19+
Gitea 基於 Go 語言開發,凡 Go 語言支持的平台與架構,它皆能適配,涵蓋 Linux、macOS、Windows 系統,以及 x86、amd64、ARM、PowerPC 架構。專案自 2016 年 11 月從[Gogs](https://gogs.io)[分叉](https://blog.gitea.com/welcome-to-gitea/)而來,如今已是煥然一新
1920

20-
由於 Gitea 是用 Go 語言編寫的,它可以在 Go 支援的所有平台和架構上運行,包括 Linux、macOS 和 Windows 的 x86、amd64、ARM 和 PowerPC 架構。這個項目自 2016 年 11 月從 [Gogs](https://gogs.io) [分叉](https://blog.gitea.com/welcome-to-gitea/) 而來,但已經有了很多變化。
21+
- 線上體驗:造訪[demo.gitea.com](https://demo.gitea.com)
22+
- 免費服務(儲存庫數量有限):造訪[gitea.com](https://gitea.com/user/login)
23+
- 快速部署專屬實例:前往[cloud.gitea.com](https://cloud.gitea.com)開啟免費試用
2124

22-
在線演示可以訪問 [demo.gitea.com](https://demo.gitea.com)
2325

24-
要訪問免費的 Gitea 服務(有一定數量的倉庫限制),可以訪問 [gitea.com](https://gitea.com/user/login)
26+
## 官方文件
27+
你可在[官方文件網站](https://docs.gitea.com/)取得完整文件,內容涵蓋安裝部署、管理維護、使用指南、開發貢獻等,助你快速上手並充分探索所有功能。
2528

26-
要快速部署您自己的專用 Gitea 實例,可以在 [cloud.gitea.com](https://cloud.gitea.com) 開始免費試用
29+
若有建議或想參與文檔編寫,可造訪[文檔倉庫](https://gitea.com/gitea/docs)
2730

28-
## 文件
2931

30-
您可以在我們的官方 [文件網站](https://docs.gitea.com/) 上找到全面的文件。
32+
## 建構方法
33+
進入原始碼根目錄,執行以下命令建構:
3134

32-
它包括安裝、管理、使用、開發、貢獻指南等,幫助您快速入門並有效地探索所有功能。
35+
```
36+
TAGS="bindata" make build
37+
```
3338

34-
如果您有任何建議或想要貢獻,可以訪問 [文件倉庫](https://gitea.com/gitea/docs)
39+
若需支持 SQLite 資料庫,執行:
3540

36-
## 構建
41+
```
42+
TAGS="bindata sqlite sqlite_unlock_notify" make build
43+
```
3744

38-
從源代碼樹的根目錄運行
45+
`build`目標分為兩個子目標
3946

40-
TAGS="bindata" make build
47+
- `make backend`:需依賴[Go Stable](https://go.dev/dl/),具體版本見[go.mod](/go.mod)
48+
- `make frontend`:需依賴[Node.js LTS](https://nodejs.org/en/download/)(及以上版本)和[pnpm](https://pnpm.io/installation)
4149

42-
如果需要 SQLite 支援:
50+
構建需聯網以下載 Go 和 npm 依賴套件。若使用包含預構建前端檔案的官方原始碼壓縮包,無需觸發`frontend`目標,無 Node.js 環境也可完成構建。
4351

44-
TAGS="bindata sqlite sqlite_unlock_notify" make build
52+
更多細節:[https://docs.gitea.com/installation/install-from-source](https://docs.gitea.com/installation/install-from-source)
4553

46-
`build` 目標分為兩個子目標:
4754

48-
- `make backend` 需要 [Go Stable](https://go.dev/dl/),所需版本在 [go.mod](/go.mod) 中定義。
49-
- `make frontend` 需要 [Node.js LTS](https://nodejs.org/en/download/) 或更高版本。
55+
## 使用方法
56+
構建完成後,原始碼根目錄預設會產生 `gitea` 可執行檔案,執行命令:
5057

51-
需要互聯網連接來下載 go 和 npm 模塊。從包含預構建前端文件的官方源代碼壓縮包構建時,不會觸發 `frontend` 目標,因此可以在沒有 Node.js 的情況下構建。
58+
```
59+
./gitea web
60+
```
5261

53-
更多信息:https://docs.gitea.com/installation/install-from-source
62+
> [!NOTE]
63+
> 若需調用 API,我們已提供實驗性支援,文件詳見[此處](https://docs.gitea.com/api)
5464
55-
## 使用
5665

57-
構建後,默認情況下會在源代碼樹的根目錄生成一個名為 `gitea` 的二進制文件。要運行它,請使用:
66+
## 貢獻指南
67+
標準流程:Fork → Patch → Push → Pull Request
5868

59-
./gitea web
69+
> [!NOTE]
70+
> 1. 提交 Pull Request 前,務必閱讀[《貢獻者指南》](CONTRIBUTING.md)
71+
> 2. 若發現項目漏洞,請通過郵件**[email protected]**私信反饋,感謝你的嚴謹!
6072
61-
> [!注意]
62-
> 如果您對使用我們的 API 感興趣,我們提供了實驗性支援,並附有 [文件](https://docs.gitea.com/api)
6373

64-
## 貢獻
74+
## 多語言翻譯
75+
翻譯工作透過 [Crowdin](https://translate.gitea.com) 進行。若需新增翻譯語言,可聯絡 Crowdin 專案管理員新增;也可提交 issue 申請,或在 Discord 的 #translation 頻道諮詢。
6576

66-
預期的工作流程是:Fork -> Patch -> Push -> Pull Request
77+
若需翻譯上下文或發現翻譯問題,可在對應文本下留言或透過 Discord 溝通。文件設有翻譯相關專區(目前內容待補充),將根據問題逐步完善。
6778

68-
> [!注意]
69-
>
70-
> 1. **在開始進行 Pull Request 之前,您必須閱讀 [貢獻者指南](CONTRIBUTING.md)**
71-
> 2. 如果您在項目中發現了漏洞,請私下寫信給 **[email protected]**。謝謝!
79+
更多資訊:[翻譯貢獻文件](https://docs.gitea.com/contributing/localization)
7280

73-
## 翻譯
7481

75-
[![Crowdin](https://badges.crowdin.net/gitea/localized.svg)](https://translate.gitea.com)
82+
## 官方及第三方專案
7683

77-
翻譯通過 [Crowdin](https://translate.gitea.com) 進行。如果您想翻譯成新的語言,請在 Crowdin 項目中請求管理員添加新語言。
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、外掛程式、主題等資源
7886

79-
您也可以創建一個 issue 來添加語言,或者在 discord 的 #translation 頻道上詢問。如果您需要上下文或發現一些翻譯問題,可以在字符串上留言或在 Discord 上詢問。對於一般的翻譯問題,文檔中有一個部分。目前有點空,但我們希望隨著問題的出現而填充它。
8087

81-
更多信息請參閱 [文件](https://docs.gitea.com/contributing/localization)
82-
83-
## 官方和第三方項目
84-
85-
我們提供了一個官方的 [go-sdk](https://gitea.com/gitea/go-sdk),一個名為 [tea](https://gitea.com/gitea/tea) 的 CLI 工具和一個 Gitea Action 的 [action runner](https://gitea.com/gitea/act_runner)
86-
87-
我們在 [gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea) 維護了一個 Gitea 相關項目的列表,您可以在那裡發現更多的第三方項目,包括 SDK、插件、主題等。
88-
89-
## 通訊
88+
## 交流頻道
9089

9190
[![](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")
9291

93-
如果您有任何文件未涵蓋的問題,可以在我們的 [Discord 服務器](https://discord.gg/Gitea) 上與我們聯繫,或者在 [discourse 論壇](https://forum.gitea.com/) 上創建帖子。
9492

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

96+
## 專案成員
9797
- [維護者](https://github.com/orgs/go-gitea/people)
9898
- [貢獻者](https://github.com/go-gitea/gitea/graphs/contributors)
99-
- [翻譯者](options/locale/TRANSLATORS)
99+
- [譯者](options/locale/TRANSLATORS)
100100

101-
## 支持者
102101

103-
感謝所有支持者! 🙏 [[成為支持者](https://opencollective.com/gitea#backer)]
102+
## 支持者
103+
感謝所有支持者的鼎力相助!🙏 [[成為支持者](https://opencollective.com/gitea#backer)]
104104

105105
<a href="https://opencollective.com/gitea#backers" target="_blank"><img src="https://opencollective.com/gitea/backers.svg?width=890"></a>
106106

107107
## 贊助商
108-
109-
通過成為贊助商來支持這個項目。您的標誌將顯示在這裡,並帶有鏈接到您的網站。 [[成為贊助商](https://opencollective.com/gitea#sponsor)]
108+
成為贊助商支持專案,你的 logo 將在此展示並連結至官網。[[成為贊助商](https://opencollective.com/gitea#sponsor)]
110109

111110
<a href="https://opencollective.com/gitea/sponsor/0/website" target="_blank"><img src="https://opencollective.com/gitea/sponsor/0/avatar.svg"></a>
112111
<a href="https://opencollective.com/gitea/sponsor/1/website" target="_blank"><img src="https://opencollective.com/gitea/sponsor/1/avatar.svg"></a>
@@ -120,87 +119,82 @@
120119
<a href="https://opencollective.com/gitea/sponsor/9/website" target="_blank"><img src="https://opencollective.com/gitea/sponsor/9/avatar.svg"></a>
121120

122121
## 常見問題
122+
### Q:Gitea 如何發音?
123+
A:發音為[/ɡɪ'ti:/](https://youtu.be/EM71-2uDAoY),類似「gi-tea」,「g」需發重音。
123124

124-
**Gitea 怎麼發音?**
125-
126-
Gitea 的發音是 [/ɡɪ’ti:/](https://youtu.be/EM71-2uDAoY),就像 "gi-tea" 一樣,g 是硬音。
127-
128-
**為什麼這個項目沒有託管在 Gitea 實例上?**
129-
130-
我們正在 [努力](https://github.com/go-gitea/gitea/issues/1029)
131-
132-
**在哪裡可以找到安全補丁?**
125+
### Q:為何專案代碼未託管在 Gitea 自身實例上?
126+
A:我們正推進此事,進展可查看[該 issue](https://github.com/go-gitea/gitea/issues/1029)
133127

134-
[發佈日誌](https://github.com/go-gitea/gitea/releases)[變更日誌](https://github.com/go-gitea/gitea/blob/main/CHANGELOG.md) 中,搜索關鍵詞 `SECURITY` 以找到安全補丁。
128+
### Q:哪裡可找到安全補丁?
129+
A:在[發布日誌](https://github.com/go-gitea/gitea/releases)[更新日誌](https://github.com/go-gitea/gitea/blob/main/CHANGELOG.md)中,搜尋關鍵詞`SECURITY`即可找到。
135130

136-
## 許可證
137131

138-
這個項目是根據 MIT 許可證授權的。
139-
請參閱 [LICENSE](https://github.com/go-gitea/gitea/blob/main/LICENSE) 文件以獲取完整的許可證文本
132+
## 授權條款
133+
本項目採用 MIT 授權條款,完整授權文本詳見 [LICENSE 檔案](https://github.com/go-gitea/gitea/blob/main/LICENSE)
140134

141-
## 進一步信息
142135

136+
## 更多資訊
143137
<details>
144-
<summary>尋找界面概述?查看這裡!</summary>
138+
<summary>尋找介面概述?查看這裡!</summary>
145139

146-
### 登錄/註冊頁面
140+
### 登入/註冊頁面
147141

148142
![Login](https://dl.gitea.com/screenshots/login.png)
149143
![Register](https://dl.gitea.com/screenshots/register.png)
150144

151-
### 用戶儀表板
145+
### 使用者儀表板
152146

153-
![Home](https://dl.gitea.com/screenshots/home.png)
154-
![Issues](https://dl.gitea.com/screenshots/issues.png)
155-
![Pull Requests](https://dl.gitea.com/screenshots/pull_requests.png)
156-
![Milestones](https://dl.gitea.com/screenshots/milestones.png)
147+
![首頁](https://dl.gitea.com/screenshots/home.png)
148+
![議題](https://dl.gitea.com/screenshots/issues.png)
149+
![拉取請求](https://dl.gitea.com/screenshots/pull_requests.png)
150+
![里程碑](https://dl.gitea.com/screenshots/milestones.png)
157151

158-
### 用戶資料
152+
### 使用者資料
159153

160154
![Profile](https://dl.gitea.com/screenshots/user_profile.png)
161155

162156
### 探索
163157

164158
![Repos](https://dl.gitea.com/screenshots/explore_repos.png)
165-
![Users](https://dl.gitea.com/screenshots/explore_users.png)
166-
![Orgs](https://dl.gitea.com/screenshots/explore_orgs.png)
159+
![使用者](https://dl.gitea.com/screenshots/explore_users.png)
160+
![組織](https://dl.gitea.com/screenshots/explore_orgs.png)
167161

168-
### 倉庫
162+
### 儲存庫
169163

170-
![Home](https://dl.gitea.com/screenshots/repo_home.png)
171-
![Commits](https://dl.gitea.com/screenshots/repo_commits.png)
172-
![Branches](https://dl.gitea.com/screenshots/repo_branches.png)
173-
![Labels](https://dl.gitea.com/screenshots/repo_labels.png)
174-
![Milestones](https://dl.gitea.com/screenshots/repo_milestones.png)
175-
![Releases](https://dl.gitea.com/screenshots/repo_releases.png)
176-
![Tags](https://dl.gitea.com/screenshots/repo_tags.png)
164+
![首頁](https://dl.gitea.com/screenshots/repo_home.png)
165+
![提交](https://dl.gitea.com/screenshots/repo_commits.png)
166+
![分支](https://dl.gitea.com/screenshots/repo_branches.png)
167+
![標籤](https://dl.gitea.com/screenshots/repo_labels.png)
168+
![里程碑](https://dl.gitea.com/screenshots/repo_milestones.png)
169+
![發行版本](https://dl.gitea.com/screenshots/repo_releases.png)
170+
![標籤](https://dl.gitea.com/screenshots/repo_tags.png)
177171

178-
#### 倉庫問題
172+
#### 儲存庫議題
179173

180-
![List](https://dl.gitea.com/screenshots/repo_issues.png)
181-
![Issue](https://dl.gitea.com/screenshots/repo_issue.png)
174+
![清單](https://dl.gitea.com/screenshots/repo_issues.png)
175+
![議題](https://dl.gitea.com/screenshots/repo_issue.png)
182176

183-
#### 倉庫拉取請求
177+
#### 儲存庫提取請求
184178

185-
![List](https://dl.gitea.com/screenshots/repo_pull_requests.png)
186-
![Pull Request](https://dl.gitea.com/screenshots/repo_pull_request.png)
179+
![清單](https://dl.gitea.com/screenshots/repo_pull_requests.png)
180+
![提取請求](https://dl.gitea.com/screenshots/repo_pull_request.png)
187181
![File](https://dl.gitea.com/screenshots/repo_pull_request_file.png)
188182
![Commits](https://dl.gitea.com/screenshots/repo_pull_request_commits.png)
189183

190-
#### 倉庫操作
184+
#### 儲存庫操作
191185

192186
![List](https://dl.gitea.com/screenshots/repo_actions.png)
193-
![Details](https://dl.gitea.com/screenshots/repo_actions_run.png)
187+
![詳細資訊](https://dl.gitea.com/screenshots/repo_actions_run.png)
194188

195-
#### 倉庫活動
189+
#### 儲存庫活動
196190

197-
![Activity](https://dl.gitea.com/screenshots/repo_activity.png)
198-
![Contributors](https://dl.gitea.com/screenshots/repo_contributors.png)
199-
![Code Frequency](https://dl.gitea.com/screenshots/repo_code_frequency.png)
200-
![Recent Commits](https://dl.gitea.com/screenshots/repo_recent_commits.png)
191+
![活動](https://dl.gitea.com/screenshots/repo_activity.png)
192+
![貢獻者](https://dl.gitea.com/screenshots/repo_contributors.png)
193+
![程式碼頻率](https://dl.gitea.com/screenshots/repo_code_frequency.png)
194+
![最近的提交](https://dl.gitea.com/screenshots/repo_recent_commits.png)
201195

202196
### 組織
203197

204-
![Home](https://dl.gitea.com/screenshots/org_home.png)
198+
![首頁](https://dl.gitea.com/screenshots/org_home.png)
205199

206200
</details>

0 commit comments

Comments
 (0)