mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
commit
8a0874df63
1 changed files with 12 additions and 12 deletions
|
@ -4,10 +4,10 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
|
||||||
no_ie: "抱歉!Internet Explorer 8 等舊的瀏覽器打不開此網站" # Warning that only shows up in IE8 and older
|
no_ie: "抱歉!Internet Explorer 8 等舊的瀏覽器打不開此網站" # Warning that only shows up in IE8 and older
|
||||||
no_mobile: "CodeCombat 不是針對手機設備設計的,所以可能會出問題!" # Warning that shows up on mobile devices
|
no_mobile: "CodeCombat 不是針對手機設備設計的,所以可能會出問題!" # Warning that shows up on mobile devices
|
||||||
play: "開始遊戲" # The big play button that just starts playing a level
|
play: "開始遊戲" # The big play button that just starts playing a level
|
||||||
# try_it: "Try It" # Alternate wording for Play button
|
try_it: "試試看" # Alternate wording for Play button
|
||||||
# old_browser: "Uh oh, your browser is too old to run CodeCombat. Sorry!" # Warning that shows up on really old Firefox/Chrome/Safari
|
old_browser: "嗯…您的瀏覽器太老了跑不動'程式之戰',抱歉!" # Warning that shows up on really old Firefox/Chrome/Safari
|
||||||
# old_browser_suffix: "You can try anyway, but it probably won't work."
|
old_browser_suffix: "您還是可以試試看,但它應該不能運行。"
|
||||||
# ipad_browser: "Bad news: CodeCombat doesn't run on iPad in the browser. Good news: our native iPad app is awaiting Apple approval."
|
ipad_browser: "壞消息: 「程式之戰」不能在iPad上的瀏覽器運行。好消息:我們的iPad APP正在等待蘋果公司驗證。"
|
||||||
# campaign: "Campaign"
|
# campaign: "Campaign"
|
||||||
# for_beginners: "For Beginners"
|
# for_beginners: "For Beginners"
|
||||||
# multiplayer: "Multiplayer" # Not currently shown on home page
|
# multiplayer: "Multiplayer" # Not currently shown on home page
|
||||||
|
@ -16,13 +16,13 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
play: "開始遊戲" # The top nav bar entry where players choose which levels to play
|
play: "開始遊戲" # The top nav bar entry where players choose which levels to play
|
||||||
# community: "Community"
|
community: "社群"
|
||||||
editor: "編輯"
|
editor: "編輯"
|
||||||
blog: "官方部落格"
|
blog: "官方部落格"
|
||||||
forum: "論壇"
|
forum: "論壇"
|
||||||
# account: "Account"
|
account: "帳號"
|
||||||
# profile: "Profile"
|
profile: "帳號資料"
|
||||||
# stats: "Stats"
|
stats: "記錄"
|
||||||
# code: "Code"
|
# code: "Code"
|
||||||
admin: "系統管理員" # Only shows up when you are an admin
|
admin: "系統管理員" # Only shows up when you are an admin
|
||||||
home: "首頁"
|
home: "首頁"
|
||||||
|
@ -100,10 +100,10 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
|
||||||
login:
|
login:
|
||||||
sign_up: "註冊"
|
sign_up: "註冊"
|
||||||
log_in: "登入"
|
log_in: "登入"
|
||||||
# logging_in: "Logging In"
|
logging_in: "登入中"
|
||||||
log_out: "登出"
|
log_out: "登出"
|
||||||
# forgot_password: "Forgot your password?"
|
forgot_password: "忘記密碼?"
|
||||||
# authenticate_gplus: "Authenticate G+"
|
authenticate_gplus: "以G+帳號登入"
|
||||||
# load_profile: "Load G+ Profile"
|
# load_profile: "Load G+ Profile"
|
||||||
# load_email: "Load G+ Email"
|
# load_email: "Load G+ Email"
|
||||||
# finishing: "Finishing"
|
# finishing: "Finishing"
|
||||||
|
@ -116,7 +116,7 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
|
||||||
creating: "帳號建立中..."
|
creating: "帳號建立中..."
|
||||||
sign_up: "註冊"
|
sign_up: "註冊"
|
||||||
log_in: "登入"
|
log_in: "登入"
|
||||||
# social_signup: "Or, you can sign up through Facebook or G+:"
|
social_signup: "您也可以使用G+或Facebook帳號註冊:"
|
||||||
# required: "You need to log in before you can go that way."
|
# required: "You need to log in before you can go that way."
|
||||||
# login_switch: "Already have an account?"
|
# login_switch: "Already have an account?"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue