mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 07:40:22 -04:00
added new load message to level_loading.jade and the English, Traditional Chinese and Simplified Chinese localization files
This commit is contained in:
parent
d55e4fecba
commit
39f04f0f8b
4 changed files with 8 additions and 4 deletions
app
|
@ -295,7 +295,8 @@
|
|||
tip_toggle_play: "Toggle play/paused with Ctrl+P."
|
||||
tip_scrub_shortcut: "Ctrl+[ and Ctrl+] rewind and fast-forward."
|
||||
tip_guide_exists: "Click the guide, inside game menu (at the top of the page), for useful info."
|
||||
tip_open_source: "CodeCombat is 100% open source!"
|
||||
tip_open_source_1: "CodeCombat is 100% open source!"
|
||||
tip_open_source_2: "You can help CodeCombat improve! Go to https://github.com/codecombat/codecombat/wiki/Archmage-Home"
|
||||
tip_beta_launch: "CodeCombat launched its beta in October, 2013."
|
||||
tip_think_solution: "Think of the solution, not the problem."
|
||||
tip_theory_practice: "In theory, there is no difference between theory and practice. But in practice, there is. - Yogi Berra"
|
||||
|
|
|
@ -295,7 +295,8 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
|
|||
tip_toggle_play: "用 Ctrl+P 来暂停或继续"
|
||||
tip_scrub_shortcut: "用 Ctrl+[ 和 Ctrl+] 来倒退和快进。"
|
||||
tip_guide_exists: "点击页面上方的指南, 可以获得更多有用信息。"
|
||||
tip_open_source: "CodeCombat是100%开源的!"
|
||||
tip_open_source_1: "「CodeCombat」是100%开源的!"
|
||||
tip_open_source_2: "你可以帮助「CodeCombat」提高! 读https://github.com/codecombat/codecombat/wiki/Archmage-Home"
|
||||
tip_beta_launch: "CodeCombat开始于2013的10月份。"
|
||||
tip_think_solution: "思考如何解决, 而不是思考问题。"
|
||||
tip_theory_practice: "在理论上,理论和实践之间是没有区别的。但在实践上,它们是有区别的。 - Yogi Berra"
|
||||
|
|
|
@ -295,7 +295,8 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
|
|||
tip_toggle_play: "使用 Ctrl+P 切換 播放/暫停."
|
||||
tip_scrub_shortcut: "Ctrl+[ 快退; Ctrl+] 快進."
|
||||
tip_guide_exists: "點擊頁面上方的指南,可獲得更多有用的訊息."
|
||||
tip_open_source: "「CodeCombat」100% 開源!"
|
||||
tip_open_source_1: "「CodeCombat」100% 開源!"
|
||||
tip_open_source_2: "你可以幫助「CodeCombat」提高! 讀https://github.com/codecombat/codecombat/wiki/Archmage-Home"
|
||||
tip_beta_launch: "「CodeCombat」在2013年10月進入 BETA 測試。"
|
||||
tip_think_solution: "思考解決方法而不是問題."
|
||||
tip_theory_practice: "理論上, 理論和實作之間是沒有區別. 但是實作上, 這兩者是有區別的. - Yogi Berra"
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
strong.tip(data-i18n='play_level.tip_toggle_play') Toggle play/paused with Ctrl+P.
|
||||
strong.tip(data-i18n='play_level.tip_scrub_shortcut') Ctrl+[ and Ctrl+] rewind and fast-forward.
|
||||
strong.tip(data-i18n='play_level.tip_guide_exists') Click the guide, inside game menu (at the top of the page), for useful info.
|
||||
strong.tip(data-i18n='play_level.tip_open_source') CodeCombat is 100% open source!
|
||||
strong.tip(data-i18n='play_level.tip_open_source_1') CodeCombat is 100% open source!
|
||||
strong.tip(data-i18n='play_level.tip_open_source_2') You can help CodeCombat improve! Go to https://github.com/codecombat/codecombat/wiki/Archmage-Home
|
||||
strong.tip(data-i18n='play_level.tip_beta_launch') CodeCombat launched its beta in October, 2013.
|
||||
strong.tip(data-i18n='play_level.tip_think_solution') Think of the solution, not the problem.
|
||||
strong.tip(data-i18n='play_level.tip_theory_practice') In theory there is no difference between theory and practice; in practice there is. - Yogi Berra
|
||||
|
|
Loading…
Add table
Reference in a new issue