Skip to content

Commit e3a689f

Browse files
committed
translate homepage into traditional chinese
1 parent 1eebbc6 commit e3a689f

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

sites/zh-tw/docs/docs.step

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
message <<MARKDOWN
2-
This site is maintained by RailsBridge volunteers. If you find something that could be improved, please make a [pull request](https://github.com/railsbridge/docs) or [drop us a note](https://github.com/railsbridge/docs/issues/new) via GitHub Issues (no technical knowledge required).
2+
本站由 RailsBridge 志工維護。如果有需要改善的地方,請上 GitHub 發 [pull request](https://github.com/railsbridge/docs) 或[告訴我們](https://github.com/railsbridge/docs/issues/new)(不需要技術知識)。
3+
4+
中文版註:翻譯改善建議等,請至 [chitsaou/railsbridge-docs](https://github.com/chitsaou/railsbridge-docs) 。
35
MARKDOWN
46

5-
h1 'Setup'
7+
h1 '安裝'
68

79
site_desc 'installfest', <<-MARKDOWN
8-
Instructions for installing Ruby and Rails on your computer. You are required to do this before going to a Rails workshop!
10+
指導你在電腦上安裝 Ruby on Rails。必須先做完這個才能去 Rails 的工作坊!
911
MARKDOWN
1012

1113
h1 'Rails'
1214

1315
site_desc 'intro-to-rails', <<-MARKDOWN
14-
The "classic" RailsBridge curriculum (Suggestotron). Takes you step-by-step through making a Rails app, one command at a time, using helpers like `rails generate scaffold`.
16+
傳統的 RailsBridge 課程(稱為 Suggestotron)。帶你一步一步蓋一個 Rails 應用程式、執行一條條指令、使用像是 `rails generate scaffold` 之類的輔助工具。
1517
MARKDOWN
1618

1719
site_desc 'intermediate-rails', <<-MARKDOWN
18-
Curriculum for students who have taken Suggestotron more than once. 'Easy mode' is now OFF - this curriculum won't tell you what to type in!
20+
給已經練過 Suggestotron 的同學們的課程。這次不會開「簡單模式」──課程裡面不會告訴你要打什麼字!
1921
MARKDOWN
2022

21-
h1 'Frontend'
23+
h1 '前端(Frontend'
2224

2325
site_desc 'frontend', <<-MARKDOWN
24-
HTML + CSS for beginners. Make a website, no server required!
26+
給新手的 HTML + CSS。蓋一個網站,不使用後端伺服器。
2527
MARKDOWN
2628

2729
site_desc 'intro-to-javascript', <<-MARKDOWN
28-
A Javascript specific curriculum that walks you through [building a simple game](http://snake-tutorial.zeespencer.com/).
30+
JavaScript 專門課程,帶你一步步[做一個簡單的遊戲](http://snake-tutorial.zeespencer.com/)
2931
MARKDOWN
3032

3133
h1 'Ruby'
3234

3335
site_desc 'learn-to-code', <<-MARKDOWN
34-
A course which teaches how to code from the ground up, using Alex's [Learn To Code In Ruby](http://codelikethis.com/lessons/learn_to_code) curriculum. It's geared towards people who may never have written code before and teaches just enough Ruby to get across basic principles like variables, objects, and the command line.
36+
教你如何從頭開始寫程式,使用 Alex[Learn To Code In Ruby](http://codelikethis.com/lessons/learn_to_code) 課程。本課程專門設計給從來沒寫過程式的同學,並且只教足夠用的 Ruby,讓你知道程式設計的基本觀念,像是變數、物件、Command Line。
3537
MARKDOWN
3638

3739
site_desc 'ruby', <<-MARKDOWN
38-
A ruby-specific curriculum, expanded from the "Ruby for Beginners" slide deck. Still new, with room for your contributions.
40+
Ruby 專門課程,延續〈Ruby for Beginners〉投影片的內容。目前還很新,需要各位的幫忙。
3941
MARKDOWN
4042

41-
h1 'Other'
43+
h1 '其他'
4244

4345
site_desc 'workshop', <<-MARKDOWN
44-
The Railsbridge junkyard! Slide decks for opening/closing presentations, teacher training.
46+
RailsBridge 的雜物堆!開場、尾聲的投影片、教師訓練材料等。
4547
MARKDOWN
4648

4749
message <<MARKDOWN
48-
# RailsBridge curriculum-related FAQ
49-
50-
### Can I use the RailsBridge curricula at my event?
50+
# RailsBridge 課程相關常見問題 (FAQ)
5151

52-
Anyone can use this site! It's under a Creative Commons license ([CC-BY, specifically](http://creativecommons.org/licenses/by/3.0/)), which means you're welcome to share, remix, or use our content commercially. We just ask for attribution.
52+
### 我可以把 RailsBridge 課程用在我的活動嗎?
5353

54-
Slightly different: if you're organizing an event and wonder if it could be considered a RailsBridge Workshop, we just have two requests:
54+
大家都可以用這個網站!它的授權是 Creative Commons ([CC-BY](http://creativecommons.org/licenses/by/3.0/)),也就是說我們歡迎你分享、引用 (remix)、甚至把內容用在商業用途。我們只要你註明作者。
5555

56-
* The event should be free of charge.
57-
* The event should work toward making tech more welcoming!
56+
但有點不同的是:如果你想開一個活動,想叫它是 RailsBridge 工作坊,我們只有兩個請求:
5857

59-
If you're not doing those two things, you can totally still use the site, we just ask that you not call your event a RailsBridge workshop.
60-
(Charity workshops have used "Rails Workshop featuring the RailsBridge curriculum" in the past, which is neat.)
58+
* 該活動要是免費的。
59+
* 該活動要讓科技更受歡迎!
6160

61+
做不到上面兩點,還是可以使用本站,我們只要求你別稱它是 RailsBridge 的工作坊。(曾經有公益活動使用「使用 RailsBridge 教學課程的 Rails 工作坊」,這樣 OK。)
6262

63-
### I want to help, but I don't know how.
63+
### 我想幫忙,怎麼開始?
6464

65-
First, [make a GitHub account](https://github.com/). Then, [create an issue](https://github.com/railsbridge/docs/issues) with the idea you have. We'll help you turn it into reality (assuming it's in line with our lofty goals :D).
65+
首先,[開 GitHub 帳號](https://github.com/)。然後[開票](https://github.com/railsbridge/docs/issues)寫下你的想法。我們會幫你實現之(只要它符合我們的理想 :D)。
6666

67-
Don't know what you could work on? Browse the [issues list](https://github.com/railsbridge/docs/issues) and the [To Do list](https://github.com/railsbridge/docs/wiki/RailsBridge-To-Do-List). Those have lots of ideas.
67+
不知道自己能做什麼呢?去爬一下[票單](https://github.com/railsbridge/docs/issues)和[待辦事項](https://github.com/railsbridge/docs/wiki/RailsBridge-To-Do-List)。裡面有很多想法。
6868

6969

70-
### I have a different question about RailsBridge.
70+
### 我有對 RailsBridge 的問題。
7171

72-
The [RailsBridge website](http://www.railsbridge.org) probably has an answer!
72+
[RailsBridge 網站上](http://www.railsbridge.org) 或許有答案!
7373

7474
MARKDOWN

0 commit comments

Comments
 (0)