Added some i18n tags.

This commit is contained in:
Nick Winter 2014-05-02 11:00:30 -07:00
parent ef036b409b
commit 9d45b22057
4 changed files with 28 additions and 15 deletions

View file

@ -36,6 +36,7 @@
nav:
play: "Levels"
community: "Community"
editor: "Editor"
blog: "Blog"
forum: "Forum"
@ -151,6 +152,7 @@
autosave: "Changes Save Automatically"
me_tab: "Me"
picture_tab: "Picture"
upload_picture: "Upload a picture"
wizard_tab: "Wizard"
password_tab: "Password"
emails_tab: "Emails"
@ -160,9 +162,13 @@
new_password_verify: "Verify"
email_subscriptions: "Email Subscriptions"
email_announcements: "Announcements"
email_notifications: "Notifications"
email_notifications_description: "Get periodic notifications for your account."
email_announcements_description: "Get emails on the latest news and developments at CodeCombat."
email_notifications: "Notifications"
email_notifications_summary: "Controls for personalized, automatic email notifications related to your CodeCombat activity."
email_any_notes: "Any Notifications"
email_any_notes_description: "Disable to stop all activity notification emails."
email_recruit_notes: "Job Opportunities"
email_recruit_notes_description: "If you play really well, we may contact you about getting you a (better) job."
contributor_emails: "Contributor Class Emails"
contribute_prefix: "We're looking for people to join our party! Check out the "
contribute_page: "contribute page"
@ -644,6 +650,13 @@
simple_ai: "Simple AI"
warmup: "Warmup"
vs: "VS"
friends_playing: "Friends Playing"
sign_up_for_friends: "Sign up to play with your friends!"
social_connect_blurb: "Connect and play against your friends!"
invite_friends_to_battle: "Invite your friends to join you in battle!"
fight: "Fight!"
watch_victory: "Watch your victory"
defeat_the: "Defeat the"
multiplayer_launch:
introducing_dungeon_arena: "Introducing Dungeon Arena"

View file

@ -73,18 +73,18 @@ block content
hr
h4(data-i18n="account_settings.email_notifications") Notifications
span Controls for transactional emails, ie emails specific to your account.
span(data-i18n="account_settings.email_notifications_summary") Controls for personalized, automatic email notifications related to your CodeCombat activity.
.form
.form-group.checkbox
label.control-label(for="email_anyNotes", data-i18n="account_settings.any_notifications") Any Notifications
label.control-label(for="email_anyNotes", data-i18n="account_settings.email_any_notes") Any Notifications
input#email_anyNotes(name="email_anyNotes", type="checkbox", checked=subs.anyNotes)
span.help-block(data-i18n="account_settings.email_any_notes_description") Disable to universally stop ALL notifications for this account.
span.help-block(data-i18n="account_settings.email_any_notes_description") Disable to stop all activity notification emails.
fieldset#specific-notification-settings
.form-group.checkbox
label.control-label(for="email_recruitNotes", data-i18n="account_settings.recruit_notes") Recruitment Opportunities
label.control-label(for="email_recruitNotes", data-i18n="account_settings.email_recruit_notes") Job Opportunities
input#email_recruitNotes(name="email_recruitNotes", type="checkbox", checked=subs.recruitNotes)
span.help-block(data-i18n="account_settings.email_recruit_notes_description") If you play really well, we may contact you about getting you a (better) job.

View file

@ -29,8 +29,8 @@ block content
th(data-i18n="employers.candidate_years_experience") Yrs Exp
th(data-i18n="employers.candidate_last_updated") Last Updated
if me.isAdmin()
th(data-i18n="employers.candidate_us") Us?
th(data-i18n="employers.candidate_them") Them?
th(data-i18n="employers.candidate_approved") Us?
th(data-i18n="employers.candidate_active") Them?
tbody
for candidate, index in candidates

View file

@ -44,20 +44,20 @@ div#columns.row
.btn.btn-sm.load-more-ladder-entries More
div.column.col-md-4
h4.friends-header Friends Playing
h4.friends-header(data-i18n="ladder.friends_playing") Friends Playing
if me.get('anonymous')
div.alert.alert-info
a(data-toggle="coco-modal", data-target="modal/signup") Sign up to play with your friends!
a(data-toggle="coco-modal", data-target="modal/signup", data-i18n="ladder.sign_up_for_friends") Sign up to play with your friends!
else
if !onFacebook || !onGPlus
div.connect-buttons
| Connect and play against your friends!
span(data-i18n="ladder.social_connect_blurb") Connect and play against your friends!
br
if !onFacebook
button.btn.btn-sm.connect-facebook Facebook
button.btn.btn-sm.connect-facebook(data-i18n="community.facebook") Facebook
if !onGPlus
button.btn.btn-sm.connect-google-plus Google+
button.btn.btn-sm.connect-google-plus(data-i18n="community.gplus") Google+
if friends.length
for friend in friends
@ -72,5 +72,5 @@ div#columns.row
a(href="/play/level/#{level.get('slug') || level.id}/?team=#{friend.otherTeam}&opponent=#{friend._id}")
span(data-i18n="ladder.fight") Fight!
else
p Invite your friends to join you in battle!
else if onFacebook || onGPlus
p(data-i18n="ladder.invite_friends_to_battle") Invite your friends to join you in battle!