mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Enchangement for issue #23. Removed classes related ids from account_settings to classes category
This commit is contained in:
parent
683b72f67a
commit
1032fdb1d3
11 changed files with 66 additions and 64 deletions
|
@ -87,6 +87,11 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
|
|||
# sending: "Sending..."
|
||||
# send: "Send Feedback"
|
||||
#
|
||||
classes:
|
||||
archmage_title: "Archmage"
|
||||
archmage_title_description: "(Codeur)"
|
||||
archmage_email_description: "Obtenez des courriels au sujet des nouvelles et des annonces sur les CodeCombat général."
|
||||
|
||||
diplomat_suggestion:
|
||||
title: "Aidez à traduire CodeCombat!"
|
||||
sub_heading: "Nous avons besoin de vos connaissances des langues."
|
||||
|
@ -95,10 +100,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
|
|||
learn_more: "Apprenez en plus sur comment devenir un diplomate!"
|
||||
# subscribe_as_diplomat: "Subscribe as a Diplomat"
|
||||
#
|
||||
account_settings:
|
||||
archmage_title_pref: "Archmage"
|
||||
archmage_title_suf: "(Codeur)"
|
||||
archmage_desc: "Obtenez des courriels au sujet des nouvelles et des annonces sur les CodeCombat général."
|
||||
# account_settings:
|
||||
# title: "Account Settings"
|
||||
# not_logged_in: "Log in or create an account to change your settings."
|
||||
# autosave: "Changes Save Automatically"
|
||||
|
|
|
@ -101,68 +101,68 @@ block content
|
|||
|
||||
.control-group
|
||||
label.control-label(for="email_developer")
|
||||
span(data-i18n="account_settings.archmage_title_pref")
|
||||
span(data-i18n="classes.archmage_title")
|
||||
| Archmage
|
||||
br
|
||||
span(data-i18n="account_settings.archmage_title_suf")
|
||||
span(data-i18n="classes.archmage_title_description")
|
||||
| (Coder)
|
||||
.controls
|
||||
input#email_developer(name="email_developer", type="checkbox", checked=subs.developer)
|
||||
span(data-i18n="account_settings.archmage_desc").help-inline Get emails about general news and announcements about CodeCombat.
|
||||
span(data-i18n="classes.archmage_email_description").help-inline Get emails about general news and announcements about CodeCombat.
|
||||
|
||||
.control-group
|
||||
label.control-label(for="email_level_creator")
|
||||
span(data-i18n="account_settings.artisan_title_pref")
|
||||
span(data-i18n="classes.artisan_title")
|
||||
| Artisan
|
||||
br
|
||||
span(data-i18n="account_settings.artisan_title_suf")
|
||||
span(data-i18n="classes.artisan_title_description")
|
||||
| (Level Builder)
|
||||
.controls
|
||||
input#email_level_creator(name="email_level_creator", type="checkbox", checked=subs.level_creator)
|
||||
span(data-i18n="account_settings.artisan_desc").help-inline Get emails on level editor updates and announcements.
|
||||
span(data-i18n="classes.artisan_email_description").help-inline Get emails on level editor updates and announcements.
|
||||
|
||||
.control-group
|
||||
label.control-label(for="email_tester")
|
||||
span(data-i18n="account_settings.adventurer_title_pref")
|
||||
span(data-i18n="classes.adventurer_title")
|
||||
| Adventurer
|
||||
br
|
||||
span(data-i18n="account_settings.adventurer_title_suf")
|
||||
span(data-i18n="classes.adventurer_title_description")
|
||||
| (Level Playtester)
|
||||
.controls
|
||||
input#email_tester(name="email_tester", type="checkbox", checked=subs.tester)
|
||||
span(data-i18n="account_settings.adventurer_desc").help-inline Get emails when there are new levels to test.
|
||||
span(data-i18n="classes.adventurer_email_description").help-inline Get emails when there are new levels to test.
|
||||
|
||||
.control-group
|
||||
label.control-label(for="email_article_editor")
|
||||
span(data-i18n="account_settings.scribe_title_pref")
|
||||
span(data-i18n="classes.scribe_title")
|
||||
| Scribe
|
||||
br
|
||||
span(data-i18n="account_settings.scribe_title_suf")
|
||||
span(data-i18n="classes.scribe_title_description")
|
||||
| (Article Editor)
|
||||
.controls
|
||||
input#email_article_editor(name="email_article_editor", type="checkbox", checked=subs.article_editor)
|
||||
span(data-i18n="account_settings.scribe_desc").help-inline Get emails about article writing announcements.
|
||||
span(data-i18n="classes.scribe_email_description").help-inline Get emails about article writing announcements.
|
||||
|
||||
.control-group
|
||||
label.control-label(for="email_translator")
|
||||
span(data-i18n="account_settings.diplomat_title_pref")
|
||||
span(data-i18n="classes.diplomat_title")
|
||||
| Diplomat
|
||||
br
|
||||
span(data-i18n="account_settings.diplomat_title_suf")
|
||||
span(data-i18n="classes.diplomat_title_description")
|
||||
| (Translator)
|
||||
.controls
|
||||
input#email_translator(name="email_translator", type="checkbox", checked=subs.translator)
|
||||
span(data-i18n="account_settings.diplomat_title_pref").help-inline Get emails about i18n developments and, eventually, levels to translate.
|
||||
span(data-i18n="classes.diplomat_email_description").help-inline Get emails about i18n developments and, eventually, levels to translate.
|
||||
|
||||
.control-group
|
||||
label.control-label(for="email_support")
|
||||
span(data-i18n="account_settings.ambassador_title_pref")
|
||||
span(data-i18n="classes.ambassador_title")
|
||||
| Ambassador
|
||||
br
|
||||
span(data-i18n="account_settings.ambassador_title_suf")
|
||||
span(data-i18n="classes.ambassador_title_description")
|
||||
| (Support)
|
||||
.controls
|
||||
input#email_support(name="email_support", type="checkbox", checked=subs.support)
|
||||
span(data-i18n="account_settings.ambassador_desc").help-inline Get emails on support updates and multiplayer developments.
|
||||
span(data-i18n="classes.ambassador_description").help-inline Get emails on support updates and multiplayer developments.
|
||||
|
||||
button.btn#toggle-all-button(data-i18n="account_settings.email_toggle") Toggle All
|
||||
|
|
|
@ -12,9 +12,9 @@ block content
|
|||
img(src="/images/pages/contribute/adventurer.png", alt="")
|
||||
|
||||
h2
|
||||
span(data-i18n="account_settings.adventurer_title_pref") Adventurer
|
||||
span(data-i18n="classes.adventurer_title") Adventurer
|
||||
span
|
||||
span(data-i18n="account_settings.adventurer_title_suf") (Level Playtester)
|
||||
span(data-i18n="classes.adventurer_title_description") (Level Playtester)
|
||||
p(data-i18n="account_settings.adventurer_introduction")
|
||||
| Let's be clear about your role: you are the tank. You're going to take heavy damage.
|
||||
| We need people to try out brand-new levels and help identify how to make things better.
|
||||
|
|
|
@ -12,9 +12,9 @@ block content
|
|||
img(src="/images/pages/contribute/ambassador.png", alt="")
|
||||
|
||||
h2
|
||||
span(data-i18n="account_settings.ambassador_title_pref") Ambassador
|
||||
span(data-i18n="classes.ambassador_title") Ambassador
|
||||
span
|
||||
span(data-i18n="account_settings.ambassador_title_suf") (Support)
|
||||
span(data-i18n="classes.ambassador_title_description") (Support)
|
||||
p(data-i18n="contribute.ambassador_introduction")
|
||||
| This is a community we're building, and you are the connections.
|
||||
| We've got Olark chats, emails, and social networks with lots of people to talk with
|
||||
|
|
|
@ -12,9 +12,9 @@ block content
|
|||
img(src="/images/pages/contribute/archmage.png", alt="")
|
||||
|
||||
h2
|
||||
span(data-i18n="account_settings.archmage_title_pref") Archmage
|
||||
span(data-i18n="classes.archmage_title") Archmage
|
||||
span
|
||||
span(data-i18n="account_settings.archmage_title_suf") (Coder)
|
||||
span(data-i18n="classes.archmage_title_description") (Coder)
|
||||
p(data-i18n="contribute.archmage_introduction")
|
||||
| One of the best parts about building games is they synthesize so many different things.
|
||||
| Graphics, sound, real-time networking, social networking, and of course many of the
|
||||
|
|
|
@ -12,9 +12,9 @@ block content
|
|||
img(src="/images/pages/contribute/artisan.png", alt="")
|
||||
|
||||
h2
|
||||
span(data-i18n="account_settings.artisan_title_pref") Artisan
|
||||
span(data-i18n="classes.artisan_title") Artisan
|
||||
span
|
||||
span(data-i18n="account_settings.artisan_title_suf") (Level Builder)
|
||||
span(data-i18n="classes.artisan_title_description") (Level Builder)
|
||||
p
|
||||
span(data-i18n="contribute.artisan_introduction_pref")
|
||||
| We must construct additional levels!
|
||||
|
|
|
@ -55,9 +55,9 @@ block content
|
|||
img(src="/images/pages/contribute/archmage.png", alt="")
|
||||
|
||||
h3.header-scrolling-fix
|
||||
span(data-i18n="account_settings.archmage_title_pref") Archmage
|
||||
span(data-i18n="classes.archmage_title") Archmage
|
||||
span
|
||||
span(data-i18n="account_settings.archmage_title_suf") (Coder)
|
||||
span(data-i18n="classes.archmage_title_description") (Coder)
|
||||
p(data-i18n="contribute.archmage_introduction")
|
||||
| One of the best parts about building games is they synthesize so many different things.
|
||||
| Graphics, sound, real-time networking, social networking, and of course many of the
|
||||
|
@ -117,9 +117,9 @@ block content
|
|||
img(src="/images/pages/contribute/artisan.png", alt="")
|
||||
|
||||
h3.header-scrolling-fix
|
||||
span(data-i18n="account_settings.artisan_title_pref") Artisan
|
||||
span(data-i18n="classes.artisan_title") Artisan
|
||||
span
|
||||
span(data-i18n="account_settings.artisan_title_suf") (Level Builder)
|
||||
span(data-i18n="classes.artisan_title_description") (Level Builder)
|
||||
p
|
||||
span(data-i18n="contribute.artisan_introduction_pref")
|
||||
| We must construct additional levels!
|
||||
|
@ -177,9 +177,9 @@ block content
|
|||
img(src="/images/pages/contribute/adventurer.png", alt="")
|
||||
|
||||
h3.header-scrolling-fix
|
||||
span(data-i18n="account_settings.adventurer_title_pref") Adventurer
|
||||
span(data-i18n="classes.adventurer_title") Adventurer
|
||||
span
|
||||
span(data-i18n="account_settings.adventurer_title_suf") (Level Playtester)
|
||||
span(data-i18n="classes.adventurer_title_description") (Level Playtester)
|
||||
p(data-i18n="account_settings.adventurer_introduction")
|
||||
| Let's be clear about your role: you are the tank. You're going to take heavy damage.
|
||||
| We need people to try out brand-new levels and help identify how to make things better.
|
||||
|
@ -234,9 +234,9 @@ block content
|
|||
img(src="/images/pages/contribute/scribe.png", alt="")
|
||||
|
||||
h3.header-scrolling-fix
|
||||
span(data-i18n="account_settings.scribe_title_pref") Scribe
|
||||
span(data-i18n="classes.scribe_title") Scribe
|
||||
span
|
||||
span(data-i18n="account_settings.scribe_title_suf") (Article Editor)
|
||||
span(data-i18n="classes.scribe_title_description") (Article Editor)
|
||||
p
|
||||
span(data-i18n="account_settings.scribe_introduction_pref")
|
||||
| CodeCombat isn't just going to be a bunch of levels.
|
||||
|
@ -283,9 +283,9 @@ block content
|
|||
img(src="/images/pages/contribute/diplomat.png", alt="")
|
||||
|
||||
h3.header-scrolling-fix
|
||||
span(data-i18n="account_settings.diplomat_title_pref") Diplomat
|
||||
span(data-i18n="classes.diplomat_title") Diplomat
|
||||
span
|
||||
span(data-i18n="account_settings.diplomat_title_suf") (Translator)
|
||||
span(data-i18n="classes.diplomat_title_description") (Translator)
|
||||
p
|
||||
span(data-i18n="contribute.diplomat_introduction_pref")
|
||||
| So, if there's one thing we learned from the
|
||||
|
@ -333,9 +333,9 @@ block content
|
|||
img(src="/images/pages/contribute/ambassador.png", alt="")
|
||||
|
||||
h3.header-scrolling-fix
|
||||
span(data-i18n="account_settings.ambassador_title_pref") Ambassador
|
||||
span(data-i18n="classes.ambassador_title") Ambassador
|
||||
span
|
||||
span(data-i18n="account_settings.ambassador_title_suf") (Support)
|
||||
span(data-i18n="classes.ambassador_title_description") (Support)
|
||||
p(data-i18n="contribute.ambassador_introduction")
|
||||
| This is a community we're building, and you are the connections.
|
||||
| We've got Olark chats, emails, and social networks with lots of people to talk with
|
||||
|
@ -384,9 +384,9 @@ block content
|
|||
img(src="/images/pages/contribute/counselor.png", alt="")
|
||||
|
||||
h3.header-scrolling-fix
|
||||
span(data-i18n="account_settings.counselor_title_pref") Counselor
|
||||
span(data-i18n="classes.counselor_title") Counselor
|
||||
span
|
||||
span(data-i18n="account_settings.counselor_title_suf") (Expert/Teacher)
|
||||
span(data-i18n="classes.counselor_title_description") (Expert/Teacher)
|
||||
p(data-i18n="contribute.counselor_introduction_1")
|
||||
| Do you have life experience?
|
||||
| A different perspective on things that can help us decide how to shape CodeCombat?
|
||||
|
|
|
@ -3,36 +3,36 @@ ul.contribute_class.affix.nav.nav-list.nav-pills#contribute-nav
|
|||
h3(data-i18n="contribute.character_classes_title") Character Classes
|
||||
li
|
||||
a(href=navPrefix + "#archmage")
|
||||
span(data-i18n="account_settings.archmage_title_pref") Archmage
|
||||
span(data-i18n="classes.archmage_title") Archmage
|
||||
span
|
||||
span(data-i18n="account_settings.archmage_title_suf") (Coder)
|
||||
span(data-i18n="classes.archmage_title_description") (Coder)
|
||||
li
|
||||
a(href=navPrefix + "#artisan")
|
||||
span(data-i18n="account_settings.artisan_title_pref") Artisan
|
||||
span(data-i18n="classes.artisan_title") Artisan
|
||||
span
|
||||
span(data-i18n="account_settings.artisan_title_suf") (Level Builder)
|
||||
span(data-i18n="classes.artisan_title_description") (Level Builder)
|
||||
li
|
||||
a(href=navPrefix + "#adventurer")
|
||||
span(data-i18n="account_settings.adventurer_title_pref") Adventurer
|
||||
span(data-i18n="classes.adventurer_title") Adventurer
|
||||
span
|
||||
span(data-i18n="account_settings.adventurer_title_suf") (Level Playtester)
|
||||
span(data-i18n="classes.adventurer_title_description") (Level Playtester)
|
||||
li
|
||||
a(href=navPrefix + "#scribe")
|
||||
span(data-i18n="account_settings.scribe_title_pref") Scribe
|
||||
span(data-i18n="classes.scribe_title") Scribe
|
||||
span
|
||||
span(data-i18n="account_settings.scribe_title_suf") (Article Editor)
|
||||
span(data-i18n="classes.scribe_title_description") (Article Editor)
|
||||
li
|
||||
a(href=navPrefix + "#diplomat")
|
||||
span(data-i18n="account_settings.diplomat_title_pref") Diplomat
|
||||
span(data-i18n="classes.diplomat_title") Diplomat
|
||||
span
|
||||
span(data-i18n="account_settings.diplomat_title_suf") (Translator)
|
||||
span(data-i18n="classes.diplomat_title_description") (Translator)
|
||||
li
|
||||
a(href=navPrefix + "#ambassador")
|
||||
span(data-i18n="account_settings.ambassador_title_pref") Ambassador
|
||||
span(data-i18n="classes.ambassador_title") Ambassador
|
||||
span
|
||||
span(data-i18n="account_settings.ambassador_title_suf") (Support)
|
||||
span(data-i18n="classes.ambassador_title_description") (Support)
|
||||
li
|
||||
a(href=navPrefix + "#counselor")
|
||||
span(data-i18n="account_settings.counselor_title_pref") Counselor
|
||||
span(data-i18n="classes.counselor_title") Counselor
|
||||
span
|
||||
span(data-i18n="account_settings.counselor_title_suf") (Expert/Teacher)
|
||||
span(data-i18n="classes.counselor_title_description") (Expert/Teacher)
|
|
@ -12,9 +12,9 @@ block content
|
|||
img(src="/images/pages/contribute/counselor.png", alt="")
|
||||
|
||||
h2
|
||||
span(data-i18n="account_settings.counselor_title_pref") Counselor
|
||||
span(data-i18n="classes.counselor_title") Counselor
|
||||
span
|
||||
span(data-i18n="account_settings.counselor_title_suf") (Expert/Teacher)
|
||||
span(data-i18n="classes.counselor_title_description") (Expert/Teacher)
|
||||
p(data-i18n="contribute.counselor_introduction_1")
|
||||
| Do you have life experience?
|
||||
| A different perspective on things that can help us decide how to shape CodeCombat?
|
||||
|
|
|
@ -12,9 +12,9 @@ block content
|
|||
img(src="/images/pages/contribute/diplomat.png", alt="")
|
||||
|
||||
h2
|
||||
span(data-i18n="account_settings.diplomat_title_pref") Diplomat
|
||||
span(data-i18n="classes.diplomat_title") Diplomat
|
||||
span
|
||||
span(data-i18n="account_settings.diplomat_title_suf") (Translator)
|
||||
span(data-i18n="classes.diplomat_title_description") (Translator)
|
||||
p
|
||||
span(data-i18n="contribute.diplomat_introduction_pref")
|
||||
| So, if there's one thing we learned from the
|
||||
|
|
|
@ -12,9 +12,9 @@ block content
|
|||
img(src="/images/pages/contribute/scribe.png", alt="")
|
||||
|
||||
h2
|
||||
span(data-i18n="account_settings.scribe_title_pref") Scribe
|
||||
span(data-i18n="classes.scribe_title") Scribe
|
||||
span
|
||||
span(data-i18n="account_settings.scribe_title_suf") (Article Editor)
|
||||
span(data-i18n="classes.scribe_title_description") (Article Editor)
|
||||
p
|
||||
span(data-i18n="account_settings.scribe_introduction_pref")
|
||||
| CodeCombat isn't just going to be a bunch of levels.
|
||||
|
|
Loading…
Add table
Reference in a new issue