mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-18 03:23:42 -05:00
Merge pull request #3248 from Imperadeiro98/patch-1
Removed play-level-modal
This commit is contained in:
commit
2975a092b5
4 changed files with 1 additions and 31 deletions
|
@ -74,7 +74,6 @@
|
||||||
poll: "Poll" # Tooltip on poll button from /play
|
poll: "Poll" # Tooltip on poll button from /play
|
||||||
next: "Next" # Go from choose hero to choose inventory before playing a level
|
next: "Next" # Go from choose hero to choose inventory before playing a level
|
||||||
change_hero: "Change Hero" # Go back from choose inventory to choose hero
|
change_hero: "Change Hero" # Go back from choose inventory to choose hero
|
||||||
choose_inventory: "Equip Items"
|
|
||||||
buy_gems: "Buy Gems"
|
buy_gems: "Buy Gems"
|
||||||
subscription_required: "Subscription Required"
|
subscription_required: "Subscription Required"
|
||||||
anonymous: "Anonymous Player"
|
anonymous: "Anonymous Player"
|
||||||
|
@ -387,7 +386,6 @@
|
||||||
gold_collected: "Gold Collected"
|
gold_collected: "Gold Collected"
|
||||||
|
|
||||||
inventory:
|
inventory:
|
||||||
choose_inventory: "Equip Items"
|
|
||||||
equipped_item: "Equipped"
|
equipped_item: "Equipped"
|
||||||
required_purchase_title: "Required"
|
required_purchase_title: "Required"
|
||||||
available_item: "Available"
|
available_item: "Available"
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
#play-level-modal
|
|
||||||
.modal-dialog
|
|
||||||
margin: 30px auto 0 auto
|
|
||||||
padding: 0
|
|
||||||
width: 726px
|
|
||||||
|
|
||||||
.background-wrapper
|
|
||||||
height: 100%
|
|
||||||
|
|
||||||
.modal-body
|
|
||||||
width: 726px - 20px
|
|
||||||
height: 435px
|
|
|
@ -1,16 +0,0 @@
|
||||||
extends /templates/core/modal-base
|
|
||||||
|
|
||||||
block modal-header-content
|
|
||||||
h1#choose-hero-header.choose-hero-active.secret(data-i18n="choose_hero.choose_hero") Choose Your Hero
|
|
||||||
h1#choose-inventory-header.choose-inventory-active.secret(data-i18n="inventory.choose_inventory") Equip Items
|
|
||||||
|
|
||||||
block modal-body-content
|
|
||||||
#choose-hero-view
|
|
||||||
|
|
||||||
#inventory-modal
|
|
||||||
|
|
||||||
block modal-footer-content
|
|
||||||
button#choose-inventory-button.btn.btn-lg.btn-success.choose-hero-active.secret(data-i18n="play.next") Next
|
|
||||||
button#choose-hero-button.btn.btn-lg.btn-primary.choose-inventory-active.secret.pull-left(data-i18n="play.change_hero") Change Hero
|
|
||||||
button#play-level-button.btn.btn-lg.btn-success.choose-inventory-active.secret(data-i18n="common.play") Play
|
|
||||||
|
|
|
@ -111,7 +111,7 @@ module.exports = class DiplomatView extends ContributeClassView
|
||||||
cs: ['Martin005', 'Gygram', 'vanous'] # čeština, Czech
|
cs: ['Martin005', 'Gygram', 'vanous'] # čeština, Czech
|
||||||
sv: ['iamhj', 'Galaky'] # Svenska, Swedish
|
sv: ['iamhj', 'Galaky'] # Svenska, Swedish
|
||||||
id: ['mlewisno-oberlin'] # Bahasa Indonesia, Indonesian
|
id: ['mlewisno-oberlin'] # Bahasa Indonesia, Indonesian
|
||||||
el: ['Stergios','micman','zsdregas'] # ελληνικά, Greek
|
el: ['Stergios', 'micman', 'zsdregas'] # ελληνικά, Greek
|
||||||
ro: [] # limba română, Romanian
|
ro: [] # limba română, Romanian
|
||||||
vi: ['An Nguyen Hoang Thien'] # Tiếng Việt, Vietnamese
|
vi: ['An Nguyen Hoang Thien'] # Tiếng Việt, Vietnamese
|
||||||
hu: ['Anon', 'atlantisguru', 'bbeasmile', 'csuvsaregal', 'divaDseidnA', 'ferpeter', 'kinez'] # magyar, Hungarian
|
hu: ['Anon', 'atlantisguru', 'bbeasmile', 'csuvsaregal', 'divaDseidnA', 'ferpeter', 'kinez'] # magyar, Hungarian
|
||||||
|
|
Loading…
Reference in a new issue