mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
added tips/quotes to loading bar
This commit is contained in:
parent
748081b4a7
commit
cd3019296c
2 changed files with 23 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
module.exports = nativeDescription: "English", englishDescription: "English", translation:
|
||||
module.exports = nativeDescription: "English", englishDescription: "English", translation:
|
||||
common:
|
||||
loading: "Loading..."
|
||||
saving: "Saving..."
|
||||
|
@ -234,11 +234,22 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr
|
|||
tip_beta_launch: "CodeCombat launched its beta in October, 2013."
|
||||
tip_js_beginning: "JavaScript is just the beginning."
|
||||
tip_autocast_setting: "Adjust autocast settings by clicking the gear on the cast button."
|
||||
think_solution: "Think of the solution, not the problem."
|
||||
tip_theory_practice: "In theory, theory and practice are the same. In practice, they’re not."
|
||||
tip_error_free: "There are two ways to write error-free programs; only the third one works."
|
||||
tip_debugging_program: "If debugging is the process of removing bugs, then programming must be the process of putting them in."
|
||||
tip_forums: "Head over to the forums and tell us what you think!"
|
||||
tip_baby_coders: "In the future, even babies will be Archmages."
|
||||
tip_morale_improves: "Loading will continue until morale improves."
|
||||
tip_all_species: "We believe in equal opportunities to learn programming for all species."
|
||||
tip_reticulating: "Reticulating spines."
|
||||
tip_harry: "Yer a Wizard, "
|
||||
tip_munchkin: "If you don't eat your vegetables, a munchkin will come after you while you're asleep."
|
||||
tip_binary: "There are only 10 types of people in the world: Those who understand binary, and those who don't."
|
||||
tip_commitment_yoda: "A programmer must have the deepest commitment, the most serious mind."
|
||||
tip_no_try: "Do. Or do not. There is no try."
|
||||
tip_patience: "Patience you must have,young Padawan."
|
||||
tip_documented_bug: "A documented bug is not a bug; it is a feature."
|
||||
|
||||
admin:
|
||||
av_title: "Admin Views"
|
||||
|
|
|
@ -17,11 +17,22 @@
|
|||
strong.tip(data-i18n='play_level.tip_beta_launch') CodeCombat launched its beta in October, 2013.
|
||||
strong.tip(data-i18n='play_level.tip_js_beginning') JavaScript is just the beginning.
|
||||
strong.tip(data-i18n='play_level.tip_autocast_setting') Adjust autocast settings by clicking the gear on the cast button.
|
||||
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, theory and practice are the same. In practice, they’re not.
|
||||
strong.tip(data-i18n='play_level.tip_error_free') There are two ways to write error-free programs; only the third one works.
|
||||
strong.tip(data-i18n='play_level.tip_debugging_program') If debugging is the process of removing bugs, then programming must be the process of putting them in.
|
||||
strong.tip(data-i18n='play_level.tip_forums') Head over to the forums and tell us what you think!
|
||||
|
||||
strong.tip.rare(data-i18n='play_level.tip_baby_coders') In the future, even babies will be Archmages.
|
||||
strong.tip.rare(data-i18n='play_level.tip_morale_improves') Loading will continue until morale improves.
|
||||
strong.tip.rare(data-i18n='play_level.tip_all_species') We believe in equal opportunities to learn programming for all species.
|
||||
strong.tip.rare(data-i18n='play_level.tip_reticulating') Reticulating spines.
|
||||
strong.tip.rare(data-i18n='play_level.tip_munchkin') If you don't eat your vegetables, a munchkin will come after you while you're asleep.
|
||||
strong.tip.rare(data-i18n='play_level.tip_binary') There are only 10 types of people in the world: Those who understand binary, and those who don't.
|
||||
strong.tip.rare(data-i18n='play_level.tip_commitment_yoda') A programmer must have the deepest commitment, the most serious mind.
|
||||
strong.tip.rare(data-i18n='play_level.tip_no_try') Do. Or do not. There is no try.
|
||||
strong.tip.rare(data-i18n='play_level.tip_patience') Patience you must have,young Padawan.
|
||||
strong.tip.rare(data-i18n='play_level.tip_documented_bug') A documented bug is not a bug; it is a feature.
|
||||
strong.tip.rare
|
||||
span(data-i18n='play_level.tip_harry') Yer a Wizard,
|
||||
span= me.get('name') || 'Anoner'
|
||||
|
|
Loading…
Reference in a new issue