Split main.json

This commit is contained in:
Marcelo Sizer 2014-01-26 17:30:41 -02:00
parent 13131087ff
commit 8f4016d669
4 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@ a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title=env.t('guild
// <span class="task-action-btn tile flush bright add-gems-btn"></span>
span.task-action-btn.tile.flush.neutral
.Pet_Currency_Gem2x.Gems
| {{group.balance * 4 | number:0 }}
| {{group.balance * 4 | number:0 }}
=env.t('guildGems')
.row-fluid
.span4
@ -37,15 +37,15 @@ a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title=env.t('guild
| {{group.quest.hp | number:0}} / {{Content.quests[group.quest.key].hp}}
.hero-stats
.meter.health(title=env.t('bossHP'))
.bar(style='width: {{Shared.percent(group.quest.progress.hp, Content.quests[group.quest.key].boss.hp, \'up\')}}%;')
.bar(style='width: {{Shared.percent(group.quest.progress.hp, Content.quests[group.quest.key].boss.hp)}}%;')
span.meter-text
i.icon-heart
| {{Shared.percent(group.quest.progress.hp, Content.quests[group.quest.key].boss.hp, 'up')}}
| {{group.quest.progress.hp | number:0}} / {{Content.quests[group.quest.key].boss.hp}}
div(ng-if='Content.quests[group.quest.key].collect')
h4=env.t('collected') + ':'
table.table.table-striped
tr(ng-repeat='(k,v) in group.quest.progress.collect')
tr(ng-repeat='(k,v) in group.quest.progress.collect', class='quest_collected_{{v >= Content.quests[group.quest.key].collect[k].count}}')
td
div(class='quest_{{group.quest.key}}_{{k}}') {{Content.quests[group.quest.key].collect[k].text}}
td
@ -61,7 +61,7 @@ a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title=env.t('guild
div(ng-if='Content.quests[group.quest.key].boss')
.npc_ian.pull-left
p=env.t('bossDmg1') + ' <strong>' + env.t('bossDmg2') + '</strong>'
p!=env.t('bossDmg1') + ' <strong>' + env.t('bossDmg2') + '</strong>'
br
p=env.t('bossDmg3')

View file

@ -23,12 +23,12 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
h3 {{hero.profile.name}}
.-options
.control-group.option-large
input.option-content(type='text', ng-model='hero.contributor.text', placeholder=env.t('conTitle'))
input.option-content(type='text', ng-model='hero.contributor.text', placeholder=env.t('contribTitle'))
.control-group.option-medium
input.option-content(type='number', step="any", ng-model='hero.contributor.level')
span.input-suffix=env.t('conLevel')
span.input-suffix=env.t('contribLevel')
br
small=env.t('conText')
small=env.t('contribHallText')
a(target='_blank', href='https://trello.com/c/wkFzONhE/277-contributor-gear')=env.t('moreDetails')
.control-group.option-large
textarea.option-content(style='height:15em;', placeholder=env.t('contributions'), ng-model='hero.contributor.contributions')
@ -44,7 +44,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
input.option-content(type='number', step="any", ng-model='hero.balance')
span.input-suffix Balance
p
small= '`user.balance`' + env.t('USD1') + ' <em>' + env.t('not') + '</em> ' + env.t('USD2')
small!= '`user.balance`' + env.t('USD1') + ' <em>' + env.t('not') + '</em> ' + env.t('USD2')
.control-group.option-medium
label.checkbox
@ -62,7 +62,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
tr
th=env.t('name')
th(ng-if='user.contributor.admin')=env.t('UUID')
th=env.t('conLevel')
th=env.t('contribLevel')
th=env.t('title')
th=env.t('contributions')
tr(ng-repeat='hero in heroes')

View file

@ -104,7 +104,7 @@
p=env.t('heroicText')
tr
td
a.label.label-npc(ng-click='toggleUserTier($event)')=env.t('npcBadge')
a.label.label-npc(ng-click='toggleUserTier($event)')=env.t('npc')
div(style='display:none;')
p=env.t('npcText')

View file

@ -23,7 +23,7 @@ footer.footer(ng-controller='FooterCtrl')
li
a(href='/static/extensions')=env.t('companyExtensions')
li
a(target='_blank', href='http://habitrpg.wikia.com/wiki/FAQ')=env.t('companyFAQ')
a(target='_blank', href='http://habitrpg.wikia.com/wiki/FAQ')=env.t('FAQ')
li
a(href='/static/privacy')=env.t('companyPrivacy')
li
@ -36,7 +36,7 @@ footer.footer(ng-controller='FooterCtrl')
li
a(target='_blank', href='https://trello.com/c/8gzGlle8')=env.t('communityFeature')
li
a(target='_blank', href='https://github.com/lefnire/habitrpg/wiki/API')=env.t('communityAPI')
a(target='_blank', href='https://github.com/lefnire/habitrpg/wiki/API')=env.t('API')
li
a(href='/static/extensions')=env.t('communityExtensions')
li