Merge branch 'master' into production

This commit is contained in:
Nick Winter 2014-11-05 15:06:51 -08:00
commit ccc41eef8a
67 changed files with 984 additions and 173 deletions

View file

@ -2,7 +2,7 @@ Vector = require './vector'
module.exports.ArgumentError = class ArgumentError extends Error
@className: 'ArgumentError'
constructor: (@message, @functionName, @argumentName, @intendedType, @actualValue, @numArguments) ->
constructor: (@message, @functionName, @argumentName, @intendedType, @actualValue, @numArguments, @hint) ->
super message
@name = 'ArgumentError'
if Error.captureStackTrace?

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
players: "لاعبين" # Hover over a level on /play
hours_played: "ساعات اللّعب" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "تحميل"
@ -176,7 +182,8 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "български език", englishDescri
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "български език", englishDescri
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Зареждане..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "български език", englishDescri
play_level:
done: "Готово"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "български език", englishDescri
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "български език", englishDescri
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
players: "jugadors" # Hover over a level on /play
hours_played: "hores de joc" # Hover over a level on /play
items: "Objectes" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Herois" # Tooltip on hero shop button from /play
achievements: "Triomfs" # Tooltip on achievement list button from /play
account: "Conta" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
recovery_sent: "Correu de recuperació de contrasenya enviat."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Armadura"
hands: "Mans"
accessories: "Accessoris"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Carregant..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
play_level:
done: "Fet"
home: "Inici"
home: "Inici" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
skip: "Ometre"
game_menu: "Menu de joc"
guide: "Guia"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
inventory:
choose_inventory: "Equipar objectes"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "Escull el teu heroi"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
attack: "Dany" # Can also translate as "Attack"
health: "Salut"
speed: "Velocitat"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
skills: "Habilitats"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Načítání..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
play_level:
done: "Hotovo"
home: "Domů"
home: "Domů" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Průvodce"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Henter..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
play_level:
done: "Færdig"
home: "Hjem"
home: "Hjem" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
players: "Spieler" # Hover over a level on /play
hours_played: "Stunden gespielt" # Hover over a level on /play
items: "Gegenstände" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Helden" # Tooltip on hero shop button from /play
achievements: "Achievements" # Tooltip on achievement list button from /play
account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
recovery_sent: "Wiederherstellungs-Email versandt."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Rüstung"
hands: "Hände"
accessories: "Zubehör"
minions: "Minions"
misc: "Sonstiges"
# books: "Books"
common:
loading: "Lade..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
play_level:
done: "Fertig"
home: "Startseite"
home: "Startseite" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
game_menu: "Spielmenü"
guide: "Hilfe"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
inventory:
choose_inventory: "Gegenstände ausrüsten"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "Wähle deinen Helden"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# attack: "Damage" # Can also translate as "Attack"
health: "Gesundheit"
speed: "Geschwindigkeit"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Lade..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
play_level:
done: "Fertig"
home: "Home"
home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Aleitig"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
players: "Spieler" # Hover over a level on /play
hours_played: "Stunden gespielt" # Hover over a level on /play
items: "Gegenstände" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Helden" # Tooltip on hero shop button from /play
achievements: "Achievements" # Tooltip on achievement list button from /play
account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
recovery_sent: "Wiederherstellungs-Email versandt."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Rüstung"
hands: "Hände"
accessories: "Zubehör"
minions: "Minions"
misc: "Sonstiges"
# books: "Books"
common:
loading: "Lade..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
play_level:
done: "Fertig"
home: "Startseite"
home: "Startseite" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
game_menu: "Spielmenü"
guide: "Hilfe"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
inventory:
choose_inventory: "Gegenstände ausrüsten"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "Wähle deinen Helden"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# attack: "Damage" # Can also translate as "Attack"
health: "Gesundheit"
speed: "Geschwindigkeit"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
players: "παίκτες" # Hover over a level on /play
hours_played: "ώρες παιχνιδιού" # Hover over a level on /play
items: "Αντικείμενα" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Ήρωες" # Tooltip on hero shop button from /play
achievements: "Επιτεύγματα" # Tooltip on achievement list button from /play
account: "Λογαριασμός" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
recovery_sent: "Email ανάκτησης στάλθηκε."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Πανοπλία"
hands: "Χέρια"
accessories: "Εξαρτήματα"
minions: "Minions"
misc: "Διάφορα"
# books: "Books"
common:
loading: "Φορτώνει..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
play_level:
done: "Έτοιμο"
home: "Αρχική"
home: "Αρχική" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
skip: "Παράλειψη"
game_menu: "Μενού Παιχνιδιού"
guide: "Οδηγός"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -190,6 +190,7 @@
restart: "Restart"
goals: "Goals"
goal: "Goal"
running: "Running..."
success: "Success!"
incomplete: "Incomplete"
timed_out: "Ran out of time"
@ -296,6 +297,11 @@
inventory:
choose_inventory: "Equip Items"
equipped_item: "Equipped"
available_item: "Available"
should_equip: "(double-click to equip)"
equipped: "(equipped)"
locked: "(locked)"
choose_hero:
choose_hero: "Choose Your Hero"

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
players: "jugadores" # Hover over a level on /play
hours_played: "horas jugadas" # Hover over a level on /play
items: "Objetos" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Héroes" # Tooltip on hero shop button from /play
achievements: "Logros" # Tooltip on achievement list button from /play
account: "Cuenta" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
recovery_sent: "Correo de recuperación enviado."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Armadura"
hands: "Manos"
accessories: "Accesorios"
minions: "Seguidores"
misc: "Misc"
# books: "Books"
common:
loading: "Cargando..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
play_level:
done: "Listo"
home: "Inicio"
home: "Inicio" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
skip: "Omitir"
game_menu: "Menu del Juego"
guide: "Guia"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
inventory:
choose_inventory: "Elegir artículos"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "Elige tu héroe"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
# attack: "Damage" # Can also translate as "Attack"
health: "Salud"
speed: "Velocidad"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
players: "jugadores" # Hover over a level on /play
hours_played: "horas jugadas" # Hover over a level on /play
items: "Objetos" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Heroes" # Tooltip on hero shop button from /play
achievements: "Logros" # Tooltip on achievement list button from /play
account: "Cuenta" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
recovery_sent: "Email de recuperación de contraseña enviado."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Armadura"
hands: "Manos"
accessories: "Accesorios"
minions: "Peones"
misc: "Miscelanea"
# books: "Books"
common:
loading: "Cargando..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
play_level:
done: "Hecho"
home: "Inicio"
home: "Inicio" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
skip: "Saltar"
game_menu: "Menu del Juego"
guide: "Guía"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
inventory:
choose_inventory: "Equipar Objetos"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "Selecciona tu Heroe"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
attack: "Daño" # Can also translate as "Attack"
health: "Salud"
speed: "Velocidad"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
skills: "Habilidades"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "...در حال بارگذاری"
@ -176,7 +182,8 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
players: "joueurs" # Hover over a level on /play
hours_played: "heures jouées" # Hover over a level on /play
items: "Objets" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Héros" # Tooltip on hero shop button from /play
achievements: "Succès" # Tooltip on achievement list button from /play
account: "Compte" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
recovery_sent: "Email de récupération envoyé"
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Armure"
hands: "Mains"
accessories: "Accessoires"
minions: "Sbires"
misc: "Divers"
# books: "Books"
common:
loading: "Chargement..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
play_level:
done: "Fait"
home: "Accueil"
home: "Accueil" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
skip: "Passer"
game_menu: "Menu du jeu"
guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
inventory:
choose_inventory: "Équiper des Objets"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "Choisissez votre Héro"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
attack: "Dégât" # Can also translate as "Attack"
health: "Santé"
speed: "Vitesse"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
skills: "Compétences"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "...טוען"
@ -176,7 +182,8 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Töltés..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
play_level:
done: "Kész"
home: "Kezdőlap"
home: "Kezdőlap" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Segítség"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
players: "giocatori" # Hover over a level on /play
hours_played: "ore di gioco" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Caricamento in corso..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
play_level:
done: "Fatto"
home: "Pagina iniziale"
home: "Pagina iniziale" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
game_menu: "Menu"
guide: "Guida"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "ロード中"
@ -176,7 +182,8 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
play_level:
done: "完了"
home: "ホーム"
home: "ホーム" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "ガイド"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "로딩중입니다..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
play_level:
done: "완료"
home: ""
home: "" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "가이드"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Pemuatan..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
players: "spillere" # Hover over a level on /play
hours_played: "Timer spilt" # Hover over a level on /play
items: "Gjenstander" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Helter" # Tooltip on hero shop button from /play
achievements: "Oppnåelser" # Tooltip on achievement list button from /play
account: "Bruker" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Laster..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
play_level:
done: "Ferdig"
home: "Hjem"
home: "Hjem" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
game_menu: "Spill Meny"
guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Bezig met laden..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
play_level:
done: "Klaar"
home: "Home"
home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Handleiding"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Bezig met laden..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
play_level:
done: "Klaar"
home: "Home"
home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Handleiding"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Laster..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
play_level:
done: "Ferdig"
home: "Hovedside"
home: "Hovedside" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
players: "graczy" # Hover over a level on /play
hours_played: "rozegranych godzin" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Ładowanie..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
play_level:
done: "Zrobione"
home: "Strona główna"
home: "Strona główna" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
game_menu: "Menu gry"
guide: "Przewodnik"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
players: "jogadores" # Hover over a level on /play
hours_played: "horas jogadas" # Hover over a level on /play
items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Heróis" # Tooltip on hero shop button from /play
achievements: "Conquistas" # Tooltip on achievement list button from /play
account: "Conta" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
recovery_sent: "Email de recuperação enviado."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Armadura"
hands: "Mãos"
accessories: "Accessórios"
minions: "Minions"
misc: "Diversos"
# books: "Books"
common:
loading: "Carregando..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
play_level:
done: "Pronto"
home: "Início"
home: "Início" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
skip: "Pular"
game_menu: "Menu do Jogo"
guide: "Guia"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
inventory:
choose_inventory: "Equipar itens"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "Escolha seu Herói"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
# attack: "Damage" # Can also translate as "Attack"
health: "Vida"
speed: "Velocidade"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
players: "jogadores" # Hover over a level on /play
hours_played: "horas jogadas" # Hover over a level on /play
items: "Itens" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Heróis" # Tooltip on hero shop button from /play
achievements: "Conquistas" # Tooltip on achievement list button from /play
account: "Conta" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
recovery_sent: "E-mail de recuperação enviado."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Armadura"
hands: "Mãos"
accessories: "Acessórios"
minions: "Minions"
misc: "Vários"
# books: "Books"
common:
loading: "A carregar..."
@ -176,14 +182,15 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
play_level:
done: "Concluir"
home: "Início"
home: "Início" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
skip: "Saltar"
game_menu: "Menu do Jogo"
guide: "Guia"
restart: "Reiniciar"
goals: "Objetivos"
goal: "Objetivo"
success: "Successo!"
success: "Sucesso!"
incomplete: "Incompletos"
timed_out: "Ficaste sem tempo"
failing: "A falhar"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
inventory:
choose_inventory: "Equipar Itens"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "Escolhe o Teu Herói"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
attack: "Ataque" # Can also translate as "Attack"
health: "Vida"
speed: "Velocidade"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
skills: "Habilidades"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
players: "jucători" # Hover over a level on /play
hours_played: "ore jucate" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Se incarcă..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
play_level:
done: "Gata"
home: "Acasă"
home: "Acasă" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
game_menu: "Meniul Jocului"
guide: "Ghid"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
players: "игроки" # Hover over a level on /play
hours_played: "часов сыграно" # Hover over a level on /play
items: "Предметы" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Герои" # Tooltip on hero shop button from /play
achievements: "Достижения" # Tooltip on achievement list button from /play
account: "Аккаунт" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# recovery_sent: "Recovery email sent."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Броня"
hands: "Руки"
accessories: "Аксессуары"
# minions: "Minions"
misc: "Разное"
# books: "Books"
common:
loading: "Загрузка..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
play_level:
done: "Готово"
home: "На главную"
home: "На главную" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
skip: "Пропустить"
game_menu: "Меню игры"
guide: "Руководство"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
inventory:
choose_inventory: "Выбрать предметы"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "Выберите героя"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# attack: "Damage" # Can also translate as "Attack"
health: "Жизнь"
speed: "Скорость"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Načítava sa..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Учитавање"
@ -176,7 +182,8 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
play_level:
done: "Урађено"
home: "Почетна"
home: "Почетна" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Водич"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Laddar..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
play_level:
done: "Klar"
home: "Hem"
home: "Hem" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "รอสักครู่..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
play_level:
done: "เสร็จสิ้น"
home: "หน้าแรก"
home: "หน้าแรก" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "คู่มือ"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
players: "oyuncu" # Hover over a level on /play
hours_played: "saat oynandı" # Hover over a level on /play
items: "Ögeler" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "Kahramanlar" # Tooltip on hero shop button from /play
achievements: "Başarımlar" # Tooltip on achievement list button from /play
account: "Hesap" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
recovery_sent: "Kurtarma e-postası gönderildi."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "Zırh"
hands: "Eller"
accessories: "Aksesuarlar"
minions: "Köleler"
misc: "Çeşitli"
# books: "Books"
common:
loading: "Yükleniyor..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
play_level:
done: "Tamamdır"
home: "Anasayfa"
home: "Anasayfa" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
skip: "Atla"
game_menu: "Oyun Menüsü"
guide: "Rehber"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
inventory:
choose_inventory: "Ögeleri Donan"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "Kahramanınızı Seçin"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
attack: "Saldırı" # Can also translate as "Attack"
health: "Sağlık"
speed: "Hız"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
skills: "Yetenekler"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "українська мова", englishDesc
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "українська мова", englishDesc
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Завантаження..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "українська мова", englishDesc
play_level:
done: "Готово"
home: "На головну"
home: "На головну" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Посібник"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "українська мова", englishDesc
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "українська мова", englishDesc
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Tải..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
play_level:
done: "Hoàn thành"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "Hướng dẫn"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
items: "道具" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
heroes: "英雄" # Tooltip on hero shop button from /play
achievements: "成就" # Tooltip on achievement list button from /play
account: "账户" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
recovery_sent: "找回账户邮件已发送."
items:
# primary: "Primary"
# secondary: "Secondary"
armor: "盔甲"
hands: "手持"
accessories: "配饰"
minions: "部下"
misc: "辅助道具"
# books: "Books"
common:
loading: "读取中……"
@ -176,7 +182,8 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
play_level:
done: "完成"
home: "主页"
home: "主页" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
skip: "跳过"
game_menu: "游戏菜单"
guide: "指南"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
inventory:
choose_inventory: "装备道具"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
choose_hero:
choose_hero: "请选择您的英雄"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# attack: "Damage" # Can also translate as "Attack"
health: "健康值"
speed: "速度"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "Loading..."
@ -176,7 +182,8 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
play_level:
done: "完成"
home: "首頁"
home: "首頁" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "指南"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "徕搭读取……"
@ -176,7 +182,8 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# play_level:
# done: "Done"
# home: "Home"
# home: "Home" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
# guide: "Guide"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -51,6 +51,11 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# players: "players" # Hover over a level on /play
# hours_played: "hours played" # Hover over a level on /play
# items: "Items" # Tooltip on item shop button from /play
# unlock: "Unlock" # For purchasing items and heroes
# confirm: "Confirm"
# owned: "Owned" # For items you own
# locked: "Locked"
# skills_granted: "Skills Granted" # Property documentation details
# heroes: "Heroes" # Tooltip on hero shop button from /play
# achievements: "Achievements" # Tooltip on achievement list button from /play
# account: "Account" # Tooltip on account button from /play
@ -104,11 +109,12 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# recovery_sent: "Recovery email sent."
# items:
# primary: "Primary"
# secondary: "Secondary"
# armor: "Armor"
# hands: "Hands"
# accessories: "Accessories"
# minions: "Minions"
# misc: "Misc"
# books: "Books"
common:
loading: "徠搭讀取……"
@ -176,7 +182,8 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
play_level:
done: "妝下落"
home: "主頁"
home: "主頁" # Not used any more, will be removed soon.
# level: "Level" # Like "Level: Dungeons of Kithgard"
# skip: "Skip"
# game_menu: "Game Menu"
guide: "指南"
@ -289,6 +296,11 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# inventory:
# choose_inventory: "Equip Items"
# equipped_item: "Equipped"
# available_item: "Available"
# should_equip: "(double-click to equip)"
# equipped: "(equipped)"
# locked: "(locked)"
# choose_hero:
# choose_hero: "Choose Your Hero"
@ -305,6 +317,9 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# attack: "Damage" # Can also translate as "Attack"
# health: "Health"
# speed: "Speed"
# regeneration: "Regeneration"
# range: "Range" # As in "attack or visual range"
# blocks: "Blocks" # As in "this shield blocks this much damage"
# skills: "Skills"
# save_load:

View file

@ -13,6 +13,7 @@ module.exports = class LevelComponent extends CocoModel
@CollidesID: '524b7b857fc0f6d519000012'
@PlansID: '524b7b517fc0f6d51900000d'
@ProgrammableID: '524b7b5a7fc0f6d51900000e'
@MovesID: '524b7b8c7fc0f6d519000013'
urlRoot: '/db/level.component'
set: (key, val, options) ->

View file

@ -304,6 +304,35 @@ module.exports = class ThangType extends CocoModel
return [heroClass] if heroClass = @get 'heroClass'
['Warrior', 'Ranger', 'Wizard']
getHeroStats: ->
# Translate from raw hero properties into appropriate display values for the ChooseHeroView.
# Adapted from https://docs.google.com/a/codecombat.com/spreadsheets/d/1BGI1bzT4xHvWA81aeyIaCKWWw9zxn7-MwDdydmB5vw4/edit#gid=809922675
return unless heroClass = @get('heroClass')
components = @get('components') or []
unless equipsConfig = _.find(components, original: LevelComponent.EquipsID)?.config
return console.warn @get('name'), 'is not an equipping hero, but you are asking for its hero stats. (Did you project away components?)'
unless movesConfig = _.find(components, original: LevelComponent.MovesID)?.config
return console.warn @get('name'), 'is not a moving hero, but you are asking for its hero stats.'
@classStatAverages ?=
attack: {Warrior: 7.5, Ranger: 5, Wizard: 2.5}
health: {Warrior: 7.5, Ranger: 5, Wizard: 3.5}
stats = {skills: []} # TODO: find skills
rawNumbers = attack: equipsConfig.attackDamageFactor ? 1, health: equipsConfig.maxHealthFactor ? 1, speed: movesConfig.maxSpeed
for prop in ['attack', 'health']
stat = rawNumbers[prop]
if stat < 1
classSpecificScore = 10 - 5 / stat
else
classSpecificScore = stat * 5
classAverage = @classStatAverages[prop][@get('heroClass')]
stats[prop] = Math.round(2 * ((classAverage - 2.5) + classSpecificScore / 2)) / 2 / 10
minSpeed = 4
maxSpeed = 16
speedRange = maxSpeed - minSpeed
speedPoints = rawNumbers.speed - minSpeed
stats.speed = Math.round(20 * speedPoints / speedRange) / 2 / 10
stats
getFrontFacingStats: ->
components = @get('components') or []
unless itemConfig = _.find(components, original: LevelComponent.ItemID)?.config

View file

@ -143,6 +143,7 @@ $heroCanvasHeight: 265px
.options
padding-left: 5px
overflow: visible
.selected
color: #111
@ -156,6 +157,7 @@ $heroCanvasHeight: 265px
padding-left: 40px
background: transparent url(/images/common/code_languages/javascript_small.png) no-repeat left center
background-size: 32px 32px
margin-bottom: -1px
&[data-value="python"]
background-image: url(/images/common/code_languages/python_small.png)

View file

@ -217,8 +217,8 @@ $stashWidth: $totalWidth - $equippedWidth - $stashMargin
&.active
background-color: #e0f0f5
.item-info:after
content: ' (available)'
.status-message .should-equip-message
display: inline
&.should-equip
background-color: #8fa
@ -226,8 +226,8 @@ $stashWidth: $totalWidth - $equippedWidth - $stashMargin
@include box-shadow(4px 4px 6px black)
z-index: 1
.item-info:after
content: ' (double-click to equip)'
.status-message .should-equip-message
display: inline
font-weight: bold
&.equipped
@ -235,8 +235,9 @@ $stashWidth: $totalWidth - $equippedWidth - $stashMargin
.item-view
cursor: default
.item-info:after
content: ' (equipped)'
.status-message .equipped-message
display: inline
&.locked
background-image: url(/images/pages/game-menu/lock.png)
@ -251,8 +252,8 @@ $stashWidth: $totalWidth - $equippedWidth - $stashMargin
//@include filter(contrast(50%) brightness(65%))
@include opacity(0.6)
.item-info:after
content: ' (locked)'
.status-message .locked-message
display: inline
&.silhouette
h4
@ -261,7 +262,7 @@ $stashWidth: $totalWidth - $equippedWidth - $stashMargin
h4:before
content: '???'
visibility: visible
.item-info:after
.item-view .status-message .locked-message
display: none
img
@include filter(contrast(25%) brightness(25%))

View file

@ -16,3 +16,5 @@
ul
margin-top: 5px
.status-message span
display: none

View file

@ -6,21 +6,21 @@
left: -15px
top: -100px
@include transition(0.5s ease-in-out)
background: transparent url(/images/level/goals_background.png)
background-size: 100% 100%
padding: 19px 17px 2px 25px
border-image: url(/images/level/goals_background.png) 15 20 51 15 fill stretch
border-width: 8px 10px 25px 8px
margin: -8px -10px -25px -8px
padding: 19px 0px 2px 25px
z-index: 3
font-size: 14px
&.brighter
font-size: 18px
font-size: 1.4vw
//@include box-shadow(0px 0px 12px white)
border-width: 0.91vw 1.22vw 3.10vw 0.91vw
.goals-status
margin: 0
margin-top: 10px
margin: 5px 0 0 0
position: absolute
color: white
text-transform: uppercase
@ -34,6 +34,8 @@
text-shadow: 1px 1px 0px black
.incomplete
color: rgb(245, 170, 49)
.running
color: rgb(200, 200, 200)
ul
padding-left: 0
@ -61,3 +63,15 @@
#goals-view.collapsed ul
display: none
html.no-borderimage
#goals-view
background: transparent url(/images/level/goals_background.png)
background-size: 100% 100%
border: 0
&.brighter
border: 0
.goals-status
position: static
margin-top: 10px

View file

@ -227,3 +227,9 @@ html.no-borderimage
padding-bottom: 0
.modal-footer
bottom: 20px
body.ipad
#hero-victory-modal
// This animation is slow and wigs out on iPad and very old computers.
.xp .pulse, .gems .pulse
@include animation(none)

View file

@ -22,10 +22,10 @@
img
#selected-items
#selected-equipped-item.well
h3(data-i18n="inventory.equipped") Equipped
h3(data-i18n="inventory.equipped_item") Equipped
.item-view-stub
#selected-available-item.well
h3(data-i18n="inventory.equipped") Available
h3(data-i18n="inventory.available_item") Available
.item-view-stub
.item-slot-column.pull-right

View file

@ -15,7 +15,10 @@ div.item-info
for prop in props
|
code= prop
span.status-message
span.spl.should-equip-message(data-i18n="inventory.should_equip")
span.spl.equipped-message(data-i18n="inventory.equipped")
span.spl.locked-message(data-i18n="inventory.locked")
.clearfix

View file

@ -2,6 +2,7 @@ ul#primary-goals-list
div.goals-status
span(data-i18n="play_level.goals") Goals
span.spr :
span(data-i18n="play_level.running").secret.goal-status.running Running...
span(data-i18n="play_level.success").secret.goal-status.success Success!
span(data-i18n="play_level.incomplete").secret.goal-status.incomplete Incomplete
span(data-i18n="play_level.timed_out").secret.goal-status.timed-out Ran out of time

View file

@ -1,7 +1,7 @@
.thang-avatar-wrapper(class="team-" + (thang.team || "neutral"))
//canvas(width=100, height=100, title=thang.id + " - " + thang.team)
- var title = thang.id + " - " + thang.team + (thang.type ? ' - type: "' + thang.type + '"' : '')
img.img-responsive(src=avatarURL, title=title)
//- var title = thang.id + " - " + thang.team + (thang.type ? ' - type: "' + thang.type + '"' : '')
img.img-responsive(src=avatarURL)
.badge.problems
.badge.shared-thangs
if includeName

View file

@ -23,7 +23,7 @@ module.exports = class ChooseHeroView extends CocoView
constructor: (options) ->
super options
@heroes = new CocoCollection([], {model: ThangType})
@heroes.url = '/db/thang.type?view=heroes&project=original,name,slug,soundTriggers,featureImage,gems,heroClass,description'
@heroes.url = '/db/thang.type?view=heroes&project=original,name,slug,soundTriggers,featureImage,gems,heroClass,description,components'
@supermodel.loadCollection(@heroes, 'heroes')
@stages = {}

View file

@ -166,6 +166,7 @@ module.exports = class InventoryView extends CocoView
@onSelectionChanged()
onItemSlotClick: (e) ->
return if @remainingRequiredEquipment?.length # Don't let them select a slot if we need them to first equip some require gear.
slot = $(e.target).closest('.item-slot')
wasActive = slot.hasClass('selected')
@unselectAllSlots()
@ -237,7 +238,9 @@ module.exports = class InventoryView extends CocoView
if itemID is itemIDToUnequip
unequipped = $(el).removeClass('equipped')
break
@requireLevelEquipment() if unequipped
if unequipped
@clearSelection()
@requireLevelEquipment()
return unequipped
equipSelectedItemToSlot: (slot) ->

View file

@ -86,6 +86,7 @@ module.exports = class WorldMapView extends RootView
level.locked = index > 0 and not me.ownsLevel level.original
window.levelUnlocksNotWorking = true if level.locked and level.id is @nextLevel # Temporary
level.locked = false if window.levelUnlocksNotWorking # Temporary; also possible in HeroVictoryModal
level.locked = false if @levelStatusMap[level.id] in ['started', 'complete']
level.color = 'rgb(255, 80, 60)'
if level.practice
level.color = 'rgb(80, 130, 200)' unless me.getBranchingGroup() is 'all-practice'

View file

@ -16,6 +16,7 @@ module.exports = class LevelGoalsView extends CocoView
subscriptions:
'goal-manager:new-goal-states': 'onNewGoalStates'
'tome:cast-spells': 'onTomeCast'
'level:set-letterbox': 'onSetLetterbox'
'surface:playback-restarted': 'onSurfacePlaybackRestarted'
'surface:playback-ended': 'onSurfacePlaybackEnded'
@ -76,6 +77,11 @@ module.exports = class LevelGoalsView extends CocoView
@lastSizeTweenTime = new Date()
@updatePlacement()
onTomeCast: (e) ->
return if e.preload
@$el.find('.goal-status').addClass('secret')
@$el.find('.goal-status.running').removeClass('secret')
onSurfacePlaybackRestarted: ->
@playbackEnded = false
@$el.removeClass 'brighter'
@ -101,7 +107,7 @@ module.exports = class LevelGoalsView extends CocoView
return if expand is @expanded
@updateHeight()
sound = if expand then 'goals-expand' else 'goals-collapse'
top = if expand then -5 else 36 - (@normalHeight ? @$el.outerHeight())
top = if expand then -5 else 41 - (@normalHeight ? @$el.outerHeight())
@$el.css 'top', top
if @soundTimeout
# Don't play the sound we were going to play after all; the transition has reversed.

View file

@ -99,6 +99,7 @@ module.exports = class SpellView extends CocoView
@ace.setShowInvisibles aceConfig.invisibles
@ace.setBehavioursEnabled aceConfig.behaviors
@ace.setAnimatedScroll true
@ace.setShowFoldWidgets false
@ace.setKeyboardHandler @keyBindings[aceConfig.keyBindings ? 'default']
@toggleControls null, @writable
@aceSession.selection.on 'changeCursor', @onCursorActivity