mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -05:00
Updates to i18n
This commit is contained in:
parent
3352042af5
commit
f2ca1dbd63
3 changed files with 23 additions and 18 deletions
|
@ -602,6 +602,8 @@
|
|||
jose_blurb: "Taking Off"
|
||||
retrostyle_title: "Illustration"
|
||||
retrostyle_blurb: "RetroStyle Games"
|
||||
rob_title: "Compiler Engineer"
|
||||
rob_blurb: "Codes things and stuff"
|
||||
|
||||
teachers:
|
||||
more_info: "More Info for Teachers"
|
||||
|
@ -1277,6 +1279,9 @@
|
|||
quantity: "Quantity"
|
||||
redeemed: "Redeemed"
|
||||
no_codes: "No codes yet!"
|
||||
you_can1: "You can"
|
||||
you_can2: "purchase a prepaid code"
|
||||
you_can3: "that can be applied to your own account or given to others."
|
||||
|
||||
loading_error:
|
||||
could_not_load: "Error loading from server"
|
||||
|
|
|
@ -183,4 +183,4 @@ block content
|
|||
p(data-i18n="about.rob_title")
|
||||
| Compiler Engineer
|
||||
p(data-i18n="about.rob_blurb")
|
||||
| Codes things and stuff.
|
||||
| Codes things and stuff
|
||||
|
|
|
@ -77,7 +77,7 @@ block content
|
|||
|
||||
table.table.table-striped.table-condensed
|
||||
tr
|
||||
th(data-i18n="user.status") Status
|
||||
th(data-i18n="user.status")
|
||||
td
|
||||
if view.personalSub.subscribed
|
||||
strong(data-i18n="account.subscribed")
|
||||
|
@ -122,12 +122,12 @@ block content
|
|||
// - Prepaid Codes
|
||||
.panel.panel-default
|
||||
.panel-heading
|
||||
h3 Prepaid Codes
|
||||
h3(data-i18n="account.prepaid_codes")
|
||||
.panel-body
|
||||
p
|
||||
span.spr You can
|
||||
a(href="/account/prepaid") purchase a prepaid code
|
||||
span.spl that can be applied to your own account or given to others.
|
||||
span.spr(data-i18n="account_prepaid.you_can1")
|
||||
a(href="/account/prepaid", data-i18n="account_prepaid.you_can2")
|
||||
span.spl(data-i18n="account_prepaid.you_can3")
|
||||
//- Sponsored Subscriptions
|
||||
|
||||
.panel.panel-default
|
||||
|
@ -204,5 +204,5 @@ block content
|
|||
if recipient.cancel_at_period_end
|
||||
div Ends #{moment(recipient.cancel_at_period_end).format('l')}
|
||||
else
|
||||
button.recipient-unsubscribe-button.btn.btn-sm.btn-warning Unsubscribe
|
||||
button.recipient-unsubscribe-button.btn.btn-sm.btn-warning(data-i18n="subscribe.unsubscribe")
|
||||
button.confirm-recipient-unsubscribe-button.btn.btn-sm.btn-primary.hide(data-i18n="play.confirm")
|
||||
|
|
Loading…
Reference in a new issue