Update zh-tw Translation #100

Merged
lunny merged 1 commits from kevinlin18/website:master into master 2021-01-16 06:54:24 +00:00
6 changed files with 22 additions and 22 deletions

View File

@ -139,15 +139,15 @@ languages:
url: https://blog.gitea.io/
weight: 30
pre: rss
- name: 程式碼
url: https://code.gitea.io/
- name: 商店
url: https://shop.gitea.io/
weight: 40
pre: code
- name:
pre: shopping-cart
- name:
url: https://crowdin.com/project/gitea
weight: 41
pre: language
- name:
- name:
url: https://dl.gitea.io/
weight: 50
pre: download
@ -155,11 +155,11 @@ languages:
url: https://github.com/go-gitea/
weight: 60
pre: github
- name: Discord Chat
- name: Discord 聊天室
url: https://discord.gg/Gitea
weight: 70
pre: comment
- name: Forum
- name: 討論區
url: https://discourse.gitea.io/
weight: 80
pre: group

View File

@ -7,14 +7,15 @@ draft: false
url: "zh-tw"
type: "home"
---
<h1 class="title is-1">Gitea - Git with a cup of tea</h1>
<h3 class="subtitle is-3">A painless self-hosted Git service.</h3>
<h4 class="subtitle">
Gitea 是一輕量級程式碼託管解決方案,後端採用
[Go](https://golang.org/) 程式語言撰寫,採用 [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) 授權條款。
Gitea 是一套由社群所管理的輕量級程式碼託管解決方案,後端採用
[Go 語言](https://golang.org/)撰寫,採用 [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) 授權條款。
</h4>
<div class="container">
<a class="button is-success is-large" href="https://try.gitea.io" target="_blank">試 Gitea</a>
<a class="button is-light is-large" href="https://docs.gitea.io/zh-tw/">Docs</a>
</div>
<a class="button is-success is-large" href="https://try.gitea.io" target="_blank"> Gitea</a>
<a class="button is-light is-large" href="https://docs.gitea.io/zh-tw/">官方文件</a>
</div>

View File

@ -12,4 +12,4 @@ draft: false
跨平台
</h3>
Gitea 可以運作在任何 [Go](http://golang.org/) 能夠編譯的平台: Windows, macOS, Linux, ARM 等等。選擇您喜歡的即可。
Gitea 可以在所有能編譯 [Go 語言](http://golang.org/)的平台上執行: Windows, macOS, Linux, ARM 等等。挑一個您喜歡的吧!

View File

@ -1,6 +1,6 @@
---
date: "2016-11-08T16:00:00+02:00"
title: "安裝"
title: "安裝容易"
weight: 10
toc: false
draft: false
@ -9,8 +9,7 @@ draft: false
<svg class="octicon octicon-flame" viewBox="0 0 12 16" version="1.1" aria-hidden="true">
<path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z"></path>
</svg>
安裝
安裝容易
</h3>
直接用[執行檔安裝](https://docs.gitea.io/en-us/install-from-binary/)或使用
[Docker](https://github.com/go-gitea/gitea/tree/master/docker) 或 [Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) 或[安裝包](https://docs.gitea.io/en-us/install-from-package/).
簡單地執行您平台的[二進位檔](https://docs.gitea.io/en-us/install-from-binary/),或是使用 [Docker](https://github.com/go-gitea/gitea/tree/master/docker),你也可以從[套件管理員](https://docs.gitea.io/en-us/install-from-package/)安裝。

View File

@ -13,4 +13,4 @@ draft: false
輕量級
</h3>
Gitea 具有最低的系統需求,即使 Raspberry Pi 也可以運行,節省機器資源!
一片便宜的 Raspberry Pi 就可以滿足 Gitea 的最低需求。節省您的機器資源!

View File

@ -1,6 +1,6 @@
---
date: "2016-11-08T16:00:00+02:00"
title: "開源化"
title: "開放原始碼"
weight: 10
toc: false
draft: false
@ -9,8 +9,8 @@ draft: false
<svg class="octicon octicon-code" viewBox="0 0 14 16" version="1.1" aria-hidden="true">
<path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"></path>
</svg>
源化
放原始碼
</h3>
所有程式碼都在 [GitHub](https://github.com/go-gitea/gitea/) 上!
加入我們讓 Gitea 更好,別害羞,你可以做到的。
所有程式碼都在 [code.gitea.io/gitea](https://code.gitea.io/gitea/) 上!
lunny marked this conversation as resolved
Review

why change this link? I think link to github is better.Thanks.

why change this link? I think link to github is better.Thanks.
Review

Follow the changes in #86, 1e5f7f449e

Follow the changes in #86, 1e5f7f449ef9e5bbafebd3b0b814860394367344
Review

code.gitea.io is used for import path, but not expected for users to browse, so on english I changed the route to shop. Github is already linked in navigation.

code.gitea.io is used for import path, but not expected for users to browse, so on english I changed the route to shop. Github is already linked in navigation.
成為一名[貢獻者](https://github.com/go-gitea/gitea) 和我們一起讓 Gitea 更好,快點加入我們吧!