Skip to content

Commit 832926a

Browse files
committed
translate /installfest/configure_git to zh-tw
1 parent 683b52a commit 832926a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sites/zh-tw/installfest/configure_git.step

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
message "(If you used RailsInstaller on Windows then you should already have `user.name` and `user.email` configured.)"
1+
message "(如果你在 Windows 用了 RailsInstaller,那你應該已經設好了 `user.name` `user.email`。)"
22

33
console <<-BASH
4-
git config --global user.name "Your Actual Name"
5-
git config --global user.email "Your Actual Email"
4+
git config --global user.name "本名"
5+
git config --global user.email "你的 Email"
66
BASH
77

8-
important "Use the same email address for heroku, git, github, and ssh."
8+
important "請在 Heroku、Git、GitHub、SSH 使用相同的 Email。"
99

1010
verify do
1111
console "git config --get user.name"
12-
result "your name"
12+
result "本名"
1313
console "git config --get user.email"
14-
result "your email address"
14+
result "你的 Email"
1515
end
1616

17-
tip "Colored output in Git" do
17+
tip "Git 輸出的顏色" do
1818
console <<-BASH
1919
git config --global color.diff auto
2020
git config --global color.status auto
2121
git config --global color.branch auto
2222
BASH
2323

2424
important do
25-
message "If you are using Windows, the output of Git will not have colors."
25+
message "如果你用 Windows 的話,Git 的輸出不會有顏色。"
2626
end
2727
end
2828

0 commit comments

Comments
 (0)