mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Merge branch 'master' into production
This commit is contained in:
commit
4522f594d6
79 changed files with 5506 additions and 4850 deletions
app
lib
locale
ar.coffeebg.coffeeca.coffeecs.coffeeda.coffeede-AT.coffeede-CH.coffeede-DE.coffeeel.coffeeen-AU.coffeeen-GB.coffeeen-US.coffeeen.coffeees-419.coffeees-ES.coffeefa.coffeefi.coffeefr.coffeegl.coffeehe.coffeehi.coffeehu.coffeeid.coffeeit.coffeeja.coffeeko.coffeelt.coffeems.coffeenb.coffeenl-BE.coffeenl-NL.coffeenn.coffeeno.coffeepl.coffeept-BR.coffeept-PT.coffeero.coffeeru.coffeesk.coffeesl.coffeesr.coffeesv.coffeeth.coffeetr.coffeeuk.coffeeur.coffeevi.coffeezh-HANS.coffeezh-HANT.coffeezh-WUU-HANS.coffeezh-WUU-HANT.coffee
models
schemas
styles
templates
views
server/routes
vendor/scripts
|
@ -17,9 +17,7 @@ module.exports = class LevelBus extends Bus
|
|||
'script:state-changed': 'onScriptStateChanged'
|
||||
'script:ended': 'onScriptEnded'
|
||||
'script:reset': 'onScriptReset'
|
||||
'surface:frame-changed': 'onFrameChanged'
|
||||
'surface:sprite-selected': 'onSpriteSelected'
|
||||
'level:set-playing': 'onSetPlaying'
|
||||
'level:show-victory': 'onVictory'
|
||||
'tome:spell-changed': 'onSpellChanged'
|
||||
'tome:spell-created': 'onSpellCreated'
|
||||
|
@ -179,14 +177,6 @@ module.exports = class LevelBus extends Bus
|
|||
@changedSessionProperties.state = true
|
||||
@saveSession()
|
||||
|
||||
onFrameChanged: (e) ->
|
||||
return unless @onPoint()
|
||||
state = @session.get('state')
|
||||
state.frame = e.frame
|
||||
@session.set('state', state)
|
||||
@changedSessionProperties.state = true
|
||||
@saveSession()
|
||||
|
||||
onSpriteSelected: (e) ->
|
||||
return unless @onPoint()
|
||||
state = @session.get('state')
|
||||
|
@ -195,14 +185,6 @@ module.exports = class LevelBus extends Bus
|
|||
@changedSessionProperties.state = true
|
||||
@saveSession()
|
||||
|
||||
onSetPlaying: (e) ->
|
||||
return unless @onPoint()
|
||||
state = @session.get('state')
|
||||
state.playing = e.playing
|
||||
@session.set('state', state)
|
||||
@changedSessionProperties.state = true
|
||||
@saveSession()
|
||||
|
||||
onVictory: ->
|
||||
return unless @onPoint()
|
||||
state = @session.get('state')
|
||||
|
|
|
@ -243,7 +243,7 @@ module.exports = LevelOptions =
|
|||
restrictedGear: {eyes: 'crude-glasses', 'programming-book': 'programmaticon-i'}
|
||||
'munchkin-swarm':
|
||||
requiredGear: {torso: 'tarnished-bronze-breastplate', waist: 'leather-belt', 'programming-book': 'programmaticon-ii', eyes: 'wooden-glasses', 'right-hand': 'long-sword', 'left-hand': 'bronze-shield', wrists: 'sundial-wristwatch'}
|
||||
restrictedGear: {'programming-book': 'programmaticon-i'}
|
||||
restrictedGear: {'programming-book': 'programmaticon-i', eyes: 'crude-glasses'}
|
||||
|
||||
# Ranger branch
|
||||
'munchkin-harvest':
|
||||
|
@ -266,32 +266,32 @@ module.exports = LevelOptions =
|
|||
allowedHeroes: ['captain', 'knight', 'samurai']
|
||||
'touch-of-death':
|
||||
requiredGear: {waist: 'leather-belt', 'programming-book': 'programmaticon-ii', eyes: 'wooden-glasses', 'right-hand': 'enchanted-stick', 'left-hand': 'unholy-tome-i', wrists: 'sundial-wristwatch'}
|
||||
restrictedGear: {'programming-book': 'programmaticon-i'}
|
||||
restrictedGear: {'programming-book': 'programmaticon-i', eyes: 'crude-glasses'}
|
||||
allowedHeroes: ['librarian', 'potion-master', 'sorcerer']
|
||||
'bonemender':
|
||||
requiredGear: {waist: 'leather-belt', 'programming-book': 'programmaticon-ii', eyes: 'wooden-glasses', 'right-hand': 'enchanted-stick', 'left-hand': 'book-of-life-i', wrists: 'sundial-wristwatch'}
|
||||
restrictedGear: {'left-hand': 'unholy-tome-i', 'programming-book': 'programmaticon-i'}
|
||||
restrictedGear: {'left-hand': 'unholy-tome-i', 'programming-book': 'programmaticon-i', eyes: 'crude-glasses'}
|
||||
requiredCode: ['canCast']
|
||||
allowedHeroes: ['librarian', 'potion-master', 'sorcerer']
|
||||
|
||||
'coinucopia':
|
||||
requiredGear: {'programming-book': 'programmaticon-ii', feet: 'leather-boots', flag: 'basic-flags'}
|
||||
restrictedGear: {'programming-book': 'programmaticon-i'}
|
||||
restrictedGear: {'programming-book': 'programmaticon-i', eyes: 'crude-glasses'}
|
||||
'copper-meadows':
|
||||
requiredGear: {'programming-book': 'programmaticon-ii', feet: 'leather-boots', flag: 'basic-flags', eyes: 'wooden-glasses'}
|
||||
restrictedGear: {'programming-book': 'programmaticon-i'}
|
||||
restrictedGear: {'programming-book': 'programmaticon-i', eyes: 'crude-glasses'}
|
||||
'drop-the-flag':
|
||||
requiredGear: {'programming-book': 'programmaticon-ii', feet: 'leather-boots', flag: 'basic-flags', eyes: 'wooden-glasses', 'right-hand': 'crude-builders-hammer'}
|
||||
restrictedGear: {'right-hand': 'long-sword', 'programming-book': 'programmaticon-i'}
|
||||
restrictedGear: {'right-hand': 'long-sword', 'programming-book': 'programmaticon-i', eyes: 'crude-glasses'}
|
||||
'deadly-pursuit':
|
||||
requiredGear: {'programming-book': 'programmaticon-ii', feet: 'leather-boots', flag: 'basic-flags', eyes: 'wooden-glasses', 'right-hand': 'crude-builders-hammer'}
|
||||
restrictedGear: {'right-hand': 'long-sword', 'programming-book': 'programmaticon-i'}
|
||||
restrictedGear: {'right-hand': 'long-sword', 'programming-book': 'programmaticon-i', eyes: 'crude-glasses'}
|
||||
'rich-forager':
|
||||
requiredGear: {'programming-book': 'programmaticon-ii', feet: 'leather-boots', flag: 'basic-flags', eyes: 'wooden-glasses', torso: 'tarnished-bronze-breastplate', 'right-hand': 'long-sword', 'left-hand': 'bronze-shield'}
|
||||
restrictedGear: {'right-hand': 'crude-builders-hammer', 'programming-book': 'programmaticon-i'}
|
||||
restrictedGear: {'right-hand': 'crude-builders-hammer', 'programming-book': 'programmaticon-i', eyes: 'crude-glasses'}
|
||||
'multiplayer-treasure-grove':
|
||||
requiredGear: {'programming-book': 'programmaticon-ii', feet: 'leather-boots', flag: 'basic-flags', eyes: 'wooden-glasses', torso: 'tarnished-bronze-breastplate'}
|
||||
restrictedGear: {'programming-book': 'programmaticon-i'}
|
||||
restrictedGear: {'programming-book': 'programmaticon-i', eyes: 'crude-glasses'}
|
||||
'siege-of-stonehold':
|
||||
requiredGear: {}
|
||||
restrictedGear: {}
|
||||
|
|
|
@ -83,7 +83,7 @@ module.exports = class LevelSetupManager extends CocoClass
|
|||
@inventoryModal.render()
|
||||
@inventoryModal.didReappear()
|
||||
@inventoryModal.onShown()
|
||||
@inventoryModal.setHero(e.hero)
|
||||
@inventoryModal.setHero(e.hero) if e.hero
|
||||
window.tracker?.trackEvent 'Choose Inventory', category: 'Play Level', ['Google Analytics']
|
||||
|
||||
onChooseHeroClicked: ->
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "إعدادات الساحر"
|
||||
customize_avatar: "الصورة الرمزية الخاصة بك"
|
||||
active: "نشيط"
|
||||
color: "لون"
|
||||
group: "فريق"
|
||||
clothes: "ملابس"
|
||||
trim: "الحالة"
|
||||
cloud: "سحابة"
|
||||
team: "فريق"
|
||||
spell: "سحر"
|
||||
boots: "أحذية"
|
||||
hue: "Hue"
|
||||
saturation: "صفاء اللون"
|
||||
lightness: "إضاءة"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "български език", englishDescri
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "български език", englishDescri
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "български език", englishDescri
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "български език", englishDescri
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
|
|||
victory_rate_the_level: "Valora el nivell: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
victory_play_continue: "Continuar"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Jugar el següent nivell"
|
||||
victory_play_more_practice: "Més practica"
|
||||
victory_play_too_easy: "Massa fàcil"
|
||||
# victory_play_just_right: "Just Right"
|
||||
victory_play_too_hard: "Massa difícil"
|
||||
victory_saving_progress: "Desa progrés"
|
||||
victory_go_home: "Tornar a l'inici" # Only in old-style levels.
|
||||
victory_review: "Diguens més!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
|
|||
license: "llicencia"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Configuració del bruixot"
|
||||
customize_avatar: "Personalitza el teu avatar"
|
||||
active: "Actiu"
|
||||
color: "Color"
|
||||
group: "Grup"
|
||||
clothes: "Roba"
|
||||
trim: "Decoració"
|
||||
cloud: "Nuvol"
|
||||
team: "Equip"
|
||||
spell: "Encanteri"
|
||||
boots: "Botes"
|
||||
hue: "Matriu"
|
||||
saturation: "Saturació"
|
||||
lightness: "Brillantor"
|
||||
|
||||
account_profile:
|
||||
settings: "Configuració" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Modifica el perfil"
|
||||
|
|
|
@ -4,26 +4,26 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
|
|||
no_ie: "Omlouváme se, ale CodeCombat boužel nefunguje v Internet Exploreru 8 nebo starším." # Warning that only shows up in IE8 and older
|
||||
no_mobile: "CodeCombat není navržen pro mobilní zařízení a nemusí fungovat správně!" # Warning that shows up on mobile devices
|
||||
play: "Hrát" # The big play button that just starts playing a level
|
||||
# try_it: "Try It" # Alternate wording for Play button
|
||||
# old_browser: "Uh oh, your browser is too old to run CodeCombat. Sorry!" # Warning that shows up on really old Firefox/Chrome/Safari
|
||||
# old_browser_suffix: "You can try anyway, but it probably won't work."
|
||||
# ipad_browser: "Bad news: CodeCombat doesn't run on iPad in the browser. Good news: our native iPad app is awaiting Apple approval."
|
||||
# campaign: "Campaign"
|
||||
# for_beginners: "For Beginners"
|
||||
# multiplayer: "Multiplayer" # Not currently shown on home page
|
||||
# for_developers: "For Developers" # Not currently shown on home page.
|
||||
# or_ipad: "Or download for iPad"
|
||||
try_it: "Vyzkoušet" # Alternate wording for Play button
|
||||
old_browser: "Váš prohlížeč je příliš starý na to, aby spustil CodeCombat. Omlouváme se!" # Warning that shows up on really old Firefox/Chrome/Safari
|
||||
old_browser_suffix: "Můžete to zkusit, ale pravděpodobně to nebude fungovat."
|
||||
ipad_browser: "Špatné zprávy: CodeCombat neběží na iPad v prohlížeči. Dobré zprávy: naše iPad aplikace čeká na schválení od Apple."
|
||||
campaign: "Kampaň"
|
||||
for_beginners: "Pro začátečníky"
|
||||
multiplayer: "Hra více hráčů" # Not currently shown on home page
|
||||
for_developers: "Pro vývojáře" # Not currently shown on home page.
|
||||
or_ipad: "Nebo stáhnout pro iPad"
|
||||
|
||||
nav:
|
||||
play: "Úrovně" # The top nav bar entry where players choose which levels to play
|
||||
# community: "Community"
|
||||
community: "Komunita"
|
||||
editor: "Editor"
|
||||
blog: "Blog"
|
||||
forum: "Fórum"
|
||||
# account: "Account"
|
||||
# profile: "Profile"
|
||||
# stats: "Stats"
|
||||
# code: "Code"
|
||||
account: "Účet"
|
||||
profile: "Profil"
|
||||
stats: "Statistiky"
|
||||
code: "Kód"
|
||||
admin: "Admin" # Only shows up when you are an admin
|
||||
home: "Domů"
|
||||
contribute: "Přispívat"
|
||||
|
@ -31,7 +31,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
|
|||
about: "O programu"
|
||||
contact: "Kontakt"
|
||||
twitter_follow: "Sledovat na twitteru"
|
||||
# teachers: "Teachers"
|
||||
teachers: "Učitelé"
|
||||
|
||||
modal:
|
||||
close: "Zavřít"
|
||||
|
@ -49,43 +49,43 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
|
|||
subscribe_as_diplomat: "Přihlásit se jako Diplomat"
|
||||
|
||||
play:
|
||||
# play_as: "Play As" # Ladder page
|
||||
# spectate: "Spectate" # Ladder page
|
||||
# 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"
|
||||
# purchasable: "Purchasable" # For a hero you unlocked but haven't purchased
|
||||
# available: "Available"
|
||||
play_as: "Hrát jako" # Ladder page
|
||||
spectate: "Dívat se" # Ladder page
|
||||
players: "hráči" # Hover over a level on /play
|
||||
hours_played: "hodin nahráno" # Hover over a level on /play
|
||||
items: "Předměty" # Tooltip on item shop button from /play
|
||||
unlock: "Odemknout" # For purchasing items and heroes
|
||||
confirm: "Potvrdit"
|
||||
owned: "Vlastněné" # For items you own
|
||||
locked: "Zamčené"
|
||||
purchasable: "Zakoupitelné" # For a hero you unlocked but haven't purchased
|
||||
available: "Dostupné"
|
||||
# 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
|
||||
# settings: "Settings" # Tooltip on settings button from /play
|
||||
# next: "Next" # Go from choose hero to choose inventory before playing a level
|
||||
# change_hero: "Change Hero" # Go back from choose inventory to choose hero
|
||||
# choose_inventory: "Equip Items"
|
||||
# buy_gems: "Buy Gems"
|
||||
# campaign_forest: "Forest Campaign"
|
||||
# campaign_dungeon: "Dungeon Campaign"
|
||||
# subscription_required: "Subscription Required"
|
||||
# free: "Free"
|
||||
# subscribed: "Subscribed"
|
||||
# older_campaigns: "Older Campaigns"
|
||||
# anonymous: "Anonymous Player"
|
||||
heroes: "Hrdinové" # Tooltip on hero shop button from /play
|
||||
achievements: "Úspěchy" # Tooltip on achievement list button from /play
|
||||
account: "Účet" # Tooltip on account button from /play
|
||||
settings: "Nastavení" # Tooltip on settings button from /play
|
||||
next: "Další" # Go from choose hero to choose inventory before playing a level
|
||||
change_hero: "Změnit hrdinu" # Go back from choose inventory to choose hero
|
||||
choose_inventory: "Vyzbrojit se předměty"
|
||||
buy_gems: "Zakoupit drahokamy"
|
||||
campaign_forest: "Lesní kampaň"
|
||||
campaign_dungeon: "Jeskynní kampaň"
|
||||
subscription_required: "Předplatné vyžadováno"
|
||||
free: "Zdarma"
|
||||
subscribed: "Předplaceno"
|
||||
older_campaigns: "Starší kampaně"
|
||||
anonymous: "Anonymní hráč"
|
||||
level_difficulty: "Obtížnost: "
|
||||
campaign_beginner: "Začátečnická úroveň"
|
||||
# awaiting_levels_adventurer_prefix: "We release five levels per week."
|
||||
# awaiting_levels_adventurer: "Sign up as an Adventurer"
|
||||
# awaiting_levels_adventurer_suffix: "to be the first to play new levels."
|
||||
campaign_beginner: "Začátečnická kampaň"
|
||||
awaiting_levels_adventurer_prefix: "Vypouštíme pět úrovní každý týden."
|
||||
awaiting_levels_adventurer: "Přihlašte se jako Dobrodruh"
|
||||
awaiting_levels_adventurer_suffix: "abyste jako první hráli nejnovější úrovně."
|
||||
choose_your_level: "Zvolte si úroveň" # The rest of this section is the old play view at /play-old and isn't very important.
|
||||
adventurer_prefix: "Můžete přejít do dalších úrovní, nebo debatovat o úrovních na "
|
||||
adventurer_forum: "fóru Dobrodruhů"
|
||||
adventurer_suffix: "."
|
||||
# campaign_old_beginner: "Old Beginner Campaign"
|
||||
campaign_old_beginner: "Starší začátečnická kampaň"
|
||||
campaign_old_beginner_description: "...ve které se naučíte kouzla programování."
|
||||
campaign_dev: "Náhodné težší úrovně"
|
||||
campaign_dev_description: "...ve kterých se dozvíte více o prostředí při plnění těžších úkolů."
|
||||
|
@ -93,19 +93,19 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
|
|||
campaign_multiplayer_description: "...ve které programujete proti jiným hráčům."
|
||||
campaign_player_created: "Uživatelsky vytvořené úrovně"
|
||||
campaign_player_created_description: "...ve kterých bojujete proti kreativitě ostatních <a href=\"/contribute#artisan\">Zdatných Kouzelníků</a>."
|
||||
# campaign_classic_algorithms: "Classic Algorithms"
|
||||
# campaign_classic_algorithms_description: "... in which you learn the most popular algorithms in Computer Science."
|
||||
campaign_classic_algorithms: "Klasické algoritmy"
|
||||
campaign_classic_algorithms_description: "... ve kterých se naučíte nejoblíbenější algoritmy v IT."
|
||||
|
||||
login:
|
||||
sign_up: "Vytvořit účet"
|
||||
log_in: "Přihlásit"
|
||||
# logging_in: "Logging In"
|
||||
logging_in: "Přihlašování"
|
||||
log_out: "Odhlásit"
|
||||
recover: "obnovit účet"
|
||||
# authenticate_gplus: "Authenticate G+"
|
||||
# load_profile: "Load G+ Profile"
|
||||
# load_email: "Load G+ Email"
|
||||
# finishing: "Finishing"
|
||||
finishing: "Dokončování"
|
||||
|
||||
signup:
|
||||
create_account_title: "Vytvořit účet k uložení úrovně"
|
||||
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
|
|||
victory_rate_the_level: "Ohodnoťte tuto úroveň: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Hrát další úroveň"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Přejít domů" # Only in old-style levels.
|
||||
victory_review: "Připomínky!" # Only in old-style levels.
|
||||
|
@ -337,9 +331,9 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
|
|||
# prompt_body: "Do you want to get more?"
|
||||
# prompt_button: "Enter Shop"
|
||||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
subscribe:
|
||||
subscribe_title: "Předplacení"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -348,9 +342,9 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
|
|||
# parents_blurb1: "With CodeCombat, your child learns by writing real code. They start by learning simple commands, and progress to more advanced topics."
|
||||
# parents_blurb2: "For $9.99 USD/mo, they get new challenges every week and personal email support from professional programmers."
|
||||
# parents_blurb3: "No Risk: 100% money back guarantee, easy 1-click unsubscribe."
|
||||
# subscribe_button: "Subscribe Now"
|
||||
# stripe_description: "Monthly Subscription"
|
||||
# subscription_required_to_play: "You'll need a subscription to play this level."
|
||||
subscribe_button: "Předplatit"
|
||||
stripe_description: "Měsíční předplatné"
|
||||
subscription_required_to_play: "Pro hraní této úrovně potřebujete předplatné."
|
||||
|
||||
# choose_hero:
|
||||
# choose_hero: "Choose Your Hero"
|
||||
|
@ -485,8 +479,8 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
|
|||
# admin: "Admin"
|
||||
new_password: "Nové heslo"
|
||||
new_password_verify: "Potvrdit"
|
||||
email_subscriptions: "Doručovat emailem"
|
||||
# email_subscriptions_none: "No Email Subscriptions."
|
||||
email_subscriptions: "Odebírat emailem"
|
||||
email_subscriptions_none: "Žádné odebírání emailem."
|
||||
email_announcements: "Oznámení"
|
||||
email_announcements_description: "Zasílat emaily o posledních novinkách a o postupu ve vývoji CodeCombat."
|
||||
# email_notifications: "Notifications"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Nastavení Kouzelníka"
|
||||
customize_avatar: "Upravte vás Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
|
|||
victory_rate_the_level: "Bedøm denne bane: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Spil næste bane"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Gå hjem" # Only in old-style levels.
|
||||
victory_review: "Fortæl os mere!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Troldmandsinstillinger"
|
||||
customize_avatar: "Tilpas din avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
clothes: "Påklædning"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
|
|||
victory_rate_the_level: "Bewerte das Level: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Zurück zur Rangliste"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Spiel das nächste Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Geh auf die Startseite" # Only in old-style levels.
|
||||
victory_review: "Erzähl uns davon!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
|
|||
license: "Lizenz"
|
||||
oreilly: "Ebook deiner Wahl"
|
||||
|
||||
wizard_settings:
|
||||
title: "Zauberer Einstellungen"
|
||||
customize_avatar: "Individualisiere deinen Avatar"
|
||||
active: "Aktiv"
|
||||
color: "Farbe"
|
||||
group: "Gruppe"
|
||||
clothes: "Kleidung"
|
||||
trim: "Applikationen"
|
||||
cloud: "Wolke"
|
||||
team: "Team"
|
||||
spell: "Zauber"
|
||||
boots: "Stiefel"
|
||||
hue: "Farbton"
|
||||
saturation: "Sättigung"
|
||||
lightness: "Helligkeit"
|
||||
|
||||
account_profile:
|
||||
settings: "Einstellungen" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Profil editieren"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
|
|||
victory_rate_the_level: "Bewerte das Level: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Zrugg zum letzte Level"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Spiel s nögste Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
victory_review: "Verzell üs meh!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Zaubereristellige"
|
||||
customize_avatar: "Pass din Avatar ah"
|
||||
active: "Aktiv"
|
||||
color: "Farb"
|
||||
group: "Gruppe"
|
||||
clothes: "Chleider"
|
||||
trim: "Deko"
|
||||
cloud: "Wolke"
|
||||
team: "Team"
|
||||
spell: "Zauberspruch"
|
||||
boots: "Stiefel"
|
||||
hue: "Färbig"
|
||||
saturation: "Sättigung"
|
||||
lightness: "Helligkeit"
|
||||
|
||||
account_profile:
|
||||
settings: "Istellige" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Profil bearbeite"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
victory_rate_the_level: "Bewerte das Level: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Zurück zur Rangliste"
|
||||
victory_play_continue: "Fortsetzen"
|
||||
victory_play_skip: "Überspringen"
|
||||
victory_play_next_level: "Spiel das nächste Level"
|
||||
victory_play_more_practice: "Mehr Training"
|
||||
victory_play_too_easy: "Zu einfach"
|
||||
victory_play_just_right: "Genau richtig"
|
||||
victory_play_too_hard: "Zu schwer"
|
||||
victory_saving_progress: "Fortschritt speichern"
|
||||
victory_go_home: "Geh auf die Startseite" # Only in old-style levels.
|
||||
victory_review: "Erzähl uns davon!" # Only in old-style levels.
|
||||
|
@ -346,7 +340,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
parents: "Für Eltern"
|
||||
parents_title: "Dein Kind lernt zu programmieren."
|
||||
parents_blurb1: "Mit CodeCombat, lernt dein Kind richtige Programme zu schreiben. Es fängt mit einfachen Befehlen an, und schreitet ganz unmerklich zu schwierigeren Themen fort."
|
||||
parents_blurb2: "Für 9.99 im Monat, bekommt es jede Woche neue Herausforderungen sowie persönlichen email support von professionellen Programmierern." # Please update based on new wording from en.coffee
|
||||
parents_blurb2: "Für 9.99 im Monat, bekommt es jede Woche neue Herausforderungen sowie persönlichen email support von professionellen Programmierern."
|
||||
parents_blurb3: "Kein Risiko: 100% Geld zurück Garantie, und 1-Klick Abokündigung."
|
||||
subscribe_button: "Abonniere jetzt"
|
||||
stripe_description: "Monatsabo"
|
||||
|
@ -664,11 +658,11 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
archmage_subscribe_desc: "Erhalte Emails über neue Programmier-Möglichkeiten und Ankündigungen."
|
||||
artisan_summary_pref: "Du möchtest Levels erstellen und CodeCombats Arsenal erweitern? Unsere Nutzer spielen unseren Content schneller durch als wir ihn erstellen können! Momentan ist unser Level-Editor noch minimalistisch, also ist noch Vorsicht geboten. Die Levelerstellung wird noch etwas schwierig und buggy(fehlerbehaftet) sein. Wenn du Ideen für Kampagnen die for-loops umspannen"
|
||||
artisan_summary_suf: ", dann ist diese Klasse für dich."
|
||||
# artisan_introduction_pref: "We must construct additional levels! People be clamoring for more content, and we can only build so many ourselves. Right now your workstation is level one; our level editor is barely usable even by its creators, so be wary. If you have visions of campaigns spanning for-loops to"
|
||||
# artisan_introduction_suf: ", then this class might be for you."
|
||||
# artisan_attribute_1: "Any experience in building content like this would be nice, such as using Blizzard's level editors. But not required!"
|
||||
# artisan_attribute_2: "A hankering to do a whole lot of testing and iteration. To make good levels, you need to take it to others and watch them play it, and be prepared to find a lot of things to fix."
|
||||
# artisan_attribute_3: "For the time being, endurance en par with an Adventurer. Our Level Editor is super preliminary and frustrating to use. You have been warned!"
|
||||
artisan_introduction_pref: "Wir müssen neue Level erstellen. Problem: ihr wollt mehr und mehr Inhalte, aber unser Tag hat auch nur 24 Stunden. Und leider ist weder unsere workstation die Beste, noch unser level editor. Um es konkret zu sagen: selbst die Erschaffer des Level Editors können ihn gerade so benutzen, also Vorsicht. Wenn du aber Ideen für eine Kampagne hast, die von for-loops bis"
|
||||
artisan_introduction_suf: ", then this class might be for you."
|
||||
artisan_attribute_1: "Erfahrung in der Erstellung von Inhalten (z.B. mit Blizzards level Editoren) ist von Vorteil, aber nicht Grundvoraussetzung!"
|
||||
artisan_attribute_2: "Was ihr aber unbedingt benötigt ist der Wille wieder und wieder und wieder zu testen, auszuprobieren und zu ändern. Gute Level erstellt man, indem man sie selber testet, und vor allem anderen dabei zuschaut was sie anstellen. Um dann die dutzende von nötigen Fixes zu erstellen."
|
||||
artisan_attribute_3: "Ausdauer!!! Unser Level Editor is super vorläufig/alpha und frustrierend in der Nutzung. Du wurdest gewarnt!"
|
||||
artisan_join_desc: "Verwende den Level-Editor mit diesen Schritten, mehr oder weniger:"
|
||||
artisan_join_step1: "Lese die Dokumentation."
|
||||
artisan_join_step2: "Erstelle ein neues Level und erkunde existierende Level."
|
||||
|
@ -676,21 +670,21 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
artisan_join_step4: "Poste deine Level im Forum um Feedback zu erhalten."
|
||||
more_about_artisan: "Erfahre mehr darüber wie du ein Handwerker werden kannst"
|
||||
artisan_subscribe_desc: "Erhalte Emails über Level-Editor Updates und Ankündigungen."
|
||||
# adventurer_summary: "Let us be clear about your role: you are the tank. You are going to take heavy damage. We need people to try out brand-new levels and help identify how to make things better. The pain will be enormous; making good games is a long process and no one gets it right the first time. If you can endure and have a high constitution score, then this class is for you."
|
||||
# adventurer_introduction: "Let's be clear about your role: you are the tank. You're going to take heavy damage. We need people to try out brand-new levels and help identify how to make things better. The pain will be enormous; making good games is a long process and no one gets it right the first time. If you can endure and have a high constitution score, then this class might be for you."
|
||||
# adventurer_attribute_1: "A thirst for learning. You want to learn how to code and we want to teach you how to code. You'll probably be doing most of the teaching in this case, though."
|
||||
# adventurer_attribute_2: "Charismatic. Be gentle but articulate about what needs improving, and offer suggestions on how to improve."
|
||||
# adventurer_join_pref: "Either get together with (or recruit!) an Artisan and work with them, or check the box below to receive emails when there are new levels to test. We'll also be posting about levels to review on our networks like"
|
||||
# adventurer_forum_url: "our forum"
|
||||
# adventurer_join_suf: "so if you prefer to be notified those ways, sign up there!"
|
||||
adventurer_summary: "Dein Job: du bist der tank. Du wirst einstecken müssen, als gäbe es kein Morgen. Du wirst, fluchen, schwitzen und verzweifeln. Wir brauchen Leute, die unsere nagelneuen Level ausprobieren, und alle Bugs durchleiden. Spieldesign ist ein langer Prozeß, und niemand macht beim ersten Versuch alles richtig. Aber wenn du mithelfen willst, und aushalten kannst, dann sei dabei. Denn nur mit dieser deiner Klasse, gibt es beim zweiten, dritten, x-ten versuch ein besseres Level."
|
||||
adventurer_introduction: "Dein Job: du bist der tank. Du wirst einstecken müssen, als gäbe es kein Morgen. Du wirst, fluchen, schwitzen und verzweifeln. Wir brauchen Leute, die unsere nagelneuen Level ausprobieren, und alle Bugs durchleiden. Spieldesign ist ein langer Prozeß, und niemand macht beim ersten Versuch alles richtig. Aber wenn du mithelfen willst, und aushalten kannst, dann sei dabei. Denn nur mit dieser deiner Klasse, gibt es beim zweiten, dritten, x-ten versuch ein besseres Level."
|
||||
adventurer_attribute_1: "Ein Heißhunger nach Wissen. Du willst lernen wie man programmiert, und wir wollen es dir beibringen. Oder genauer, du willst es dir selber beibringen (und wir dir dabei helfen)."
|
||||
adventurer_attribute_2: "Charismatisch. Sei rücksichtsvoll aber deutlich, wenn du erklärst was verbessert werden muß. Und gib Tipps wie dies umzusetzen ist."
|
||||
adventurer_join_pref: "Schließ dich entweder mit einem Handwerker zusammen (oder rekrutiere einen!), oder klicke unten das Kästchen an, um emails zu erhalten wenn wir neue Level zum testen haben. Wir werden dies auch über unsere Netzwerke veröffentlichen, wie z.B."
|
||||
adventurer_forum_url: "unser Forum"
|
||||
adventurer_join_suf: "wenn du also auf diese Weise informiert werden willst, melde dich hier an!"
|
||||
more_about_adventurer: "Erfahre mehr darüber wie du ein Abenteurer werden kannst"
|
||||
adventurer_subscribe_desc: "Erhalte Emails wenn es neue Levels zum Testen gibt."
|
||||
# scribe_summary_pref: "CodeCombat is not just going to be a bunch of levels. It will also be a resource of programming knowledge that players can hook into. That way, each Artisan can link to a detailed article that for the player's edification: documentation akin to what the "
|
||||
# scribe_summary_suf: " has built. If you enjoy explaining programming concepts, then this class is for you."
|
||||
# scribe_introduction_pref: "CodeCombat isn't just going to be a bunch of levels. It will also include a resource for knowledge, a wiki of programming concepts that levels can hook into. That way rather than each Artisan having to describe in detail what a comparison operator is, they can simply link their level to the Article describing them that is already written for the player's edification. Something along the lines of what the "
|
||||
scribe_summary_pref: "CodeCombat soll mehr sein als eine Aneinanderreihung von Leveln. Es soll auch ein Tank des Programmierwissens sein, der von Spielern angezapft werden kann. Auf diese Weise können unsere Handwerker direkt auf detaillierte Artikel verlinken. Dokumentation so ähnlich wie"
|
||||
scribe_summary_suf: " erstellt hat. Wenn du gerne Programmierkonzepte erklärst, dann ist dies deine Klasse."
|
||||
scribe_introduction_pref: "CodeCombat soll mehr sein als eine Aneinanderreihung von Leveln. Es soll auch ein Tank des Programmierwissens sein, eine wiki der Programmierkonzepte mit der Level verknüpft werden können. Auf diese Weise müssen unsere Handwerker nicht jedesmal umständlich erklären, was ein vergleichsoperator ist. Sondern sie können direkt auf detaillierte Artikel verlinken, die dies bereits ausführlich beschreiben. So ähnlich wie "
|
||||
scribe_introduction_url_mozilla: "Mozilla Developer Network"
|
||||
# scribe_introduction_suf: " has built. If your idea of fun is articulating the concepts of programming in Markdown form, then this class might be for you."
|
||||
# scribe_attribute_1: "Skill in words is pretty much all you need. Not only grammar and spelling, but able to convey complicated ideas to others."
|
||||
scribe_introduction_suf: " erstellt hat. Wenn deine Idee von Spaß ist, das Konzept des Programmierens in Markdown zu Datei zu bringen, dann ist dies deine Klasse."
|
||||
scribe_attribute_1: "Ein Händchen für Worte ist eigentlich alles was du brauchst. Nicht nur in Grammatik und Rechtschreibung, sondern die Fähigkeit, komplexe und komplizierte Ideen anderen zu vermitteln."
|
||||
contact_us_url: "Kontaktiere uns"
|
||||
scribe_join_description: "erzähle uns ein bißchen über dich, deine Erfahrung mit der Programmierung und über welche Themen du schreiben möchtest. Wir werden von dort aus gehen!"
|
||||
more_about_scribe: "Erfahre mehr darüber wie du ein Schreiber werden kannst"
|
||||
|
@ -699,7 +693,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
diplomat_introduction_pref: "Also wenn es eines gibt was wir gelernt haben vom "
|
||||
diplomat_launch_url: "Launch im Oktober"
|
||||
diplomat_introduction_suf: "ist das es ein großes Interesse an CodeCombat in anderen Ländern gibt! Wir stellen eine Truppe von Übersetzern zusammen, die gewillt sind einen Satz Wörten in einen anderen Satz Wörter umzuwandeln um CodeCombat der Welt so zugänglich wie möglich zu machen. Wenn du es magst eine Vorschau von zukünftigem Content zu erhalten und diese Level so schnell wie möglich deinen Landsleuten zur Verfügung zu stellen, dann ist diese Klasse vielleicht für dich."
|
||||
# diplomat_attribute_1: "Fluency in English and the language you would like to translate to. When conveying complicated ideas, it's important to have a strong grasp in both!"
|
||||
diplomat_attribute_1: "Du sprichst/schreibst sowohl Englisch als auch die Sprache deiner Wahl flüssig. Wenn man komplizierte Informationen vermitteln will, muß man BEIDE Sprachen wirklich beherrschen."
|
||||
diplomat_i18n_page_prefix: "Du kanns anfangen unsere Levels zu übersetzen, indem du auf unsere"
|
||||
diplomat_i18n_page: "Übersetzungs-Seite"
|
||||
diplomat_i18n_page_suffix: "gehst, oder unsere Schnittstelle und Webseite bei GitHub benutzt."
|
||||
|
@ -710,10 +704,10 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
diplomat_subscribe_desc: "Erhalte Emails über i18n Entwicklungen und Level die übersetzt werden müssen."
|
||||
ambassador_summary: "Wir versuchen eine Community aufzubauen und jede Community braucht ein Support-Team wenn es Probleme gibt. Wir haben Chats, Emails und soziale Netzwerke sodass unsere Benutzer mit dem Spiel vertraut werden können. Wenn du dabei helfen möchtest Leute zu animieren, Spass zu haben und programmieren zu lernen, dann ist diese Klasse für dich."
|
||||
ambassador_introduction: "Wir bauen einen Community und du bist die Verbindung dazu. Wir haben Olark Chats, Email und soziale Netzwerke mit vielen Menschen mit denen man sprechen, dabei helfen mit dem Spiel vertraut zu werden und von lernen kann. Wenn du helfen möchtest Leute zu involvieren, Spass zu haben und ein gutes Gefühl für den Puls von CodeCombat und wo wir hn wollen, dann könnte diese Klasse für dich sein."
|
||||
# ambassador_attribute_1: "Communication skills. Be able to identify the problems players are having and help them solve them. Also, keep the rest of us informed about what players are saying, what they like and don't like and want more of!"
|
||||
# ambassador_join_desc: "tell us a little about yourself, what you've done and what you'd be interested in doing. We'll go from there!"
|
||||
ambassador_attribute_1: "Kommunikation! Du bist fähig, die Probleme die Spieler haben zu erkennen, und ihnen dabei zu helfen, diese zu lösen. Ausserdem informierst du uns andere Teammitglieder darüber informiert, was die Spieler beschäftigt, was sie mögen, oder auch nicht, und wovon sie gar nicht genug kriegen!"
|
||||
ambassador_join_desc: "erzähl uns ein wenig über dich selber, was du so tust, und was du gern tuen würdest. Alles Weitere ergibt sich im Gespräch!"
|
||||
ambassador_join_note_strong: "Anmerkung"
|
||||
# ambassador_join_note_desc: "One of our top priorities is to build multiplayer where players having difficulty solving levels can summon higher level wizards to help them. This will be a great way for ambassadors to do their thing. We'll keep you posted!"
|
||||
ambassador_join_note_desc: "Eine unserer Top Prioritäten ist Mehrspieler Level zu entwerfen. Dort können Spieler, die noch Probleme mit bestimmten Themen haben erfahrenere Zauberer beschwören um ihnen zu helfen. Dies wird ein hervorragender Weg für unsere Botschafter sein, um ihren Job zu erledigen. Wir halten dich auf dem Laufenden!"
|
||||
more_about_ambassador: "Erfahre mehr darüber wie du ein Botschafter werden kannst"
|
||||
ambassador_subscribe_desc: "Erhalte Emails über Support-Updates and Mehrspieler-Entwicklungen."
|
||||
changes_auto_save: "Änderungen an Checkboxen werden automatisch gespeichert."
|
||||
|
@ -750,9 +744,9 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
rank_being_ranked: "Spiel wird bewertet"
|
||||
rank_last_submitted: "übermittelt "
|
||||
help_simulate: "Hilf Spiele zu simulieren?"
|
||||
# code_being_simulated: "Your new code is being simulated by other players for ranking. This will refresh as new matches come in."
|
||||
# no_ranked_matches_pre: "No ranked matches for the "
|
||||
# no_ranked_matches_post: " team! Play against some competitors and then come back here to get your game ranked."
|
||||
code_being_simulated: "Dein Code wird von anderen Spielern für die Bewertung simuliert. Sobald neue Ergebnisse reinkommen, wird dies aktualisiert."
|
||||
no_ranked_matches_pre: "Keine bewerteten Ergebnisse für"
|
||||
no_ranked_matches_post: " team! Spiele gegen einige Konkurrenten und komm dann hierher zurück um deine Spiele berwertet zu bekommen."
|
||||
choose_opponent: "Wähle einen Gegner"
|
||||
select_your_language: "Wähle deine Sprache!"
|
||||
tutorial_play: "Spiele Tutorial"
|
||||
|
@ -806,7 +800,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
# current_xp_prefix: ""
|
||||
current_xp_postfix: " Gesamt"
|
||||
# new_xp_prefix: ""
|
||||
# new_xp_postfix: " earned"
|
||||
new_xp_postfix: " erworben"
|
||||
# left_xp_prefix: ""
|
||||
left_xp_infix: " bis Level "
|
||||
# left_xp_postfix: ""
|
||||
|
@ -814,16 +808,16 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
account:
|
||||
recently_played: "Kürzlich gespielt"
|
||||
no_recent_games: "Keine Spiele in den letzten zwei Wochen gespielt."
|
||||
# payments: "Payments"
|
||||
payments: "Zahlungen"
|
||||
# service_apple: "Apple"
|
||||
# service_web: "Web"
|
||||
# paid_on: "Paid On"
|
||||
paid_on: "Gezahlt am"
|
||||
# service: "Service"
|
||||
# price: "Price"
|
||||
# gems: "Gems"
|
||||
# status_subscribed: "You're currently subscribed at $9.99 USD/mo. Thanks for your support!"
|
||||
# status_unsubscribed_active: "You're not subscribed and won't be billed, but your account is still active for now."
|
||||
# status_unsubscribed: "Get access to new levels, heroes, items, and bonus gems with a CodeCombat subscription!"
|
||||
price: "Preis"
|
||||
gems: "Edelsteine"
|
||||
status_subscribed: "Du hast momentan ein Abo für $9.99 USD pro Monat. Danke für deine unterstützung!"
|
||||
status_unsubscribed_active: "Du hast kein Abo, und bekommst keine Rechnung, aber dein Account ist weiterhin aktiv."
|
||||
status_unsubscribed: "Erhalte Zugang zu neuen Leveln, Helden, Gegenständen und Bonus Edelsteinen mit einem CodeCombat Abo!"
|
||||
|
||||
loading_error:
|
||||
could_not_load: "Fehler beim Laden vom Server"
|
||||
|
@ -852,7 +846,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
user_schema: "Benutzerschema"
|
||||
user_profile: "Benutzerprofil"
|
||||
patches: "Patche"
|
||||
# patched_model: "Source Document"
|
||||
patched_model: "Quelldokument"
|
||||
model: "Model"
|
||||
system: "System"
|
||||
systems: "Systeme"
|
||||
|
@ -881,7 +875,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
wizard: "Zauberer"
|
||||
achievement: "Achievement"
|
||||
clas: "CLAs"
|
||||
# play_counts: "Play Counts"
|
||||
play_counts: "Anzahl Spiele"
|
||||
feedback: "Feedback"
|
||||
|
||||
delta:
|
||||
|
@ -917,7 +911,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
practices_title: "Best Practices"
|
||||
practices_description: "Dies sind unsere Versprechen an dich, den Spieler, in weniger Fachchinesisch."
|
||||
privacy_title: "Datenschutz"
|
||||
# privacy_description: "We will not sell any of your personal information."
|
||||
privacy_description: "Wir werden keine deiner persönlichen Informationen verkaufen!"
|
||||
security_title: "Datensicherheit"
|
||||
security_description: "Wir streben an, deine persönlichen Daten sicher zu verwahren. Als Open Source Projekt ist unsere Site frei zugänglich für jedermann, auch um unsere Sicherheitsmaßnahmen in Augenschein zu nehmen und zu verbessern."
|
||||
email_title: "Email"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
|||
license: "Lizenz"
|
||||
oreilly: "Ebook deiner Wahl"
|
||||
|
||||
wizard_settings:
|
||||
title: "Zauberer Einstellungen"
|
||||
customize_avatar: "Individualisiere deinen Avatar"
|
||||
active: "Aktiv"
|
||||
color: "Farbe"
|
||||
group: "Gruppe"
|
||||
clothes: "Kleidung"
|
||||
trim: "Applikationen"
|
||||
cloud: "Wolke"
|
||||
team: "Team"
|
||||
spell: "Zauber"
|
||||
boots: "Stiefel"
|
||||
hue: "Farbton"
|
||||
saturation: "Sättigung"
|
||||
lightness: "Helligkeit"
|
||||
|
||||
account_profile:
|
||||
settings: "Einstellungen" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Profil editieren"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
|
|||
victory_rate_the_level: "Βαθμολογήστε το επίπεδο: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Παίξε το επόμενο επίπεδο"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Πηγαίνετε στην Αρχική" # Only in old-style levels.
|
||||
victory_review: "Πείτε μας περισσότερα!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Ρυθμίσεις Μάγου"
|
||||
customize_avatar: "Διαμόρφωσε το Avatar σου"
|
||||
active: "Ενεργό"
|
||||
color: "Χρώμα"
|
||||
group: "Ομάδα"
|
||||
clothes: "Ρούχα"
|
||||
trim: "Τελείωμα"
|
||||
cloud: "Σύννεφο"
|
||||
team: "Ομάδα"
|
||||
spell: "Ξόρκι"
|
||||
boots: "Μπότες"
|
||||
hue: "Απόχρωση"
|
||||
saturation: "Κορεσμός"
|
||||
lightness: "Φωτεινότητα"
|
||||
|
||||
account_profile:
|
||||
settings: "Ρυθμίσεις" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Επεξεργασία προφίλ"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
copyrights_title: "Copyrights and Licences"
|
||||
contributor_title: "Contributor Licence Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
customize_avatar: "Customise Your Avatar"
|
||||
# active: "Active"
|
||||
color: "Colour"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -975,22 +975,6 @@
|
|||
license: "license"
|
||||
oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Wizard Settings"
|
||||
customize_avatar: "Customize Your Avatar"
|
||||
active: "Active"
|
||||
color: "Color"
|
||||
group: "Group"
|
||||
clothes: "Clothes"
|
||||
trim: "Trim"
|
||||
cloud: "Cloud"
|
||||
team: "Team"
|
||||
spell: "Spell"
|
||||
boots: "Boots"
|
||||
hue: "Hue"
|
||||
saturation: "Saturation"
|
||||
lightness: "Lightness"
|
||||
|
||||
account_profile:
|
||||
settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
|
|||
victory_rate_the_level: "Valora el nivel: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Volver a la escalera"
|
||||
victory_play_continue: "Continuar"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Jugar Próximo Nivel"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Ir al Inicio" # Only in old-style levels.
|
||||
victory_review: "¡Cuéntanos más!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Configuración del mago"
|
||||
customize_avatar: "Personaliza tu avatar"
|
||||
active: "Activo"
|
||||
color: "Color"
|
||||
group: "Grupo"
|
||||
clothes: "Ropa"
|
||||
trim: "Recortar"
|
||||
cloud: "Nube"
|
||||
team: "Equipo"
|
||||
spell: "Hechizo"
|
||||
boots: "Botas"
|
||||
hue: "Matiz"
|
||||
saturation: "Saturación"
|
||||
lightness: "Brillo"
|
||||
|
||||
account_profile:
|
||||
settings: "Configuración" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Editar Perfil"
|
||||
|
|
|
@ -4,15 +4,15 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
no_ie: "CodeCombat no funciona en Internet Explorer 8 o anteriores. ¡Lo sentimos!" # Warning that only shows up in IE8 and older
|
||||
no_mobile: "¡CodeCombat no fue diseñado para dispositivos móviles y puede que no funcione!" # Warning that shows up on mobile devices
|
||||
play: "Jugar" # The big play button that just starts playing a level
|
||||
# try_it: "Try It" # Alternate wording for Play button
|
||||
try_it: "Pruebalo" # Alternate wording for Play button
|
||||
old_browser: "Ay, su navegador es demasiado viejo para ejecutar CodeCombat. ¡Lo sentimos!" # Warning that shows up on really old Firefox/Chrome/Safari
|
||||
old_browser_suffix: "Lo puede intentar de todos modos, pero probablemente no va a funcionar."
|
||||
# ipad_browser: "Bad news: CodeCombat doesn't run on iPad in the browser. Good news: our native iPad app is awaiting Apple approval."
|
||||
ipad_browser: "Malas noticias: CodeCombat no corre en el navegador de iPad. Buenas noticias: nuestra aplicación para iPad está esperando la aprobación de Apple."
|
||||
campaign: "Campaña"
|
||||
for_beginners: "Para principiantes"
|
||||
multiplayer: "Multijugador" # Not currently shown on home page
|
||||
for_developers: "Para programadores" # Not currently shown on home page.
|
||||
# or_ipad: "Or download for iPad"
|
||||
or_ipad: "O descargalo para iPad"
|
||||
|
||||
nav:
|
||||
play: "Jugar" # The top nav bar entry where players choose which levels to play
|
||||
|
@ -54,13 +54,13 @@ 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"
|
||||
unlock: "Desbloquear" # For purchasing items and heroes
|
||||
confirm: "Confirmar"
|
||||
# owned: "Owned" # For items you own
|
||||
# locked: "Locked"
|
||||
# purchasable: "Purchasable" # For a hero you unlocked but haven't purchased
|
||||
# available: "Available"
|
||||
# skills_granted: "Skills Granted" # Property documentation details
|
||||
available: "Disponible"
|
||||
skills_granted: "Habilidades concedidas" # 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
|
||||
|
@ -68,19 +68,19 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
next: "Siguiente Heroe" # Go from choose hero to choose inventory before playing a level
|
||||
change_hero: "Seleccionar Heroe" # Go back from choose inventory to choose hero
|
||||
choose_inventory: "Equipar Objetos"
|
||||
# buy_gems: "Buy Gems"
|
||||
# campaign_forest: "Forest Campaign"
|
||||
# campaign_dungeon: "Dungeon Campaign"
|
||||
# subscription_required: "Subscription Required"
|
||||
# free: "Free"
|
||||
# subscribed: "Subscribed"
|
||||
buy_gems: "Comprar Joyas"
|
||||
campaign_forest: "Campaña del Bosque"
|
||||
campaign_dungeon: "Campaña del Calabozo"
|
||||
subscription_required: "Suscripción requerida"
|
||||
free: "Gratis"
|
||||
subscribed: "Suscrito"
|
||||
older_campaigns: "Campañas Anteriores"
|
||||
anonymous: "Jugador Anonimo"
|
||||
level_difficulty: "Dificultad: "
|
||||
campaign_beginner: "Campaña de Principiante"
|
||||
# awaiting_levels_adventurer_prefix: "We release five levels per week."
|
||||
awaiting_levels_adventurer_prefix: "Liberamos cinco niveles cada semana."
|
||||
# awaiting_levels_adventurer: "Sign up as an Adventurer"
|
||||
# awaiting_levels_adventurer_suffix: "to be the first to play new levels."
|
||||
awaiting_levels_adventurer_suffix: "para ser el primero en jugar nuevos niveles."
|
||||
choose_your_level: "Elige tu nivel" # The rest of this section is the old play view at /play-old and isn't very important.
|
||||
adventurer_prefix: "Puedes elegir cualquier pantalla o charlar en "
|
||||
adventurer_forum: "el foro del aventurero "
|
||||
|
@ -102,10 +102,10 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
logging_in: "Entrando..."
|
||||
log_out: "Salir"
|
||||
recover: "recuperar cuenta"
|
||||
# authenticate_gplus: "Authenticate G+"
|
||||
# load_profile: "Load G+ Profile"
|
||||
# load_email: "Load G+ Email"
|
||||
# finishing: "Finishing"
|
||||
authenticate_gplus: "Autenticar G+"
|
||||
load_profile: "Cargar perfil G+"
|
||||
load_email: "Cargar correo G+"
|
||||
finishing: "Finalizando"
|
||||
|
||||
signup:
|
||||
create_account_title: "Crea una cuenta para guardar tu progreso"
|
||||
|
@ -125,12 +125,12 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
recovery_sent: "Email de recuperación de contraseña enviado."
|
||||
|
||||
items:
|
||||
# primary: "Primary"
|
||||
# secondary: "Secondary"
|
||||
primary: "Primario"
|
||||
secondary: "Secundario"
|
||||
armor: "Armadura"
|
||||
accessories: "Accesorios"
|
||||
misc: "Miscelanea"
|
||||
# books: "Books"
|
||||
books: "Libros"
|
||||
|
||||
common:
|
||||
loading: "Cargando..."
|
||||
|
@ -179,7 +179,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
medium: "Media"
|
||||
hard: "Difícil"
|
||||
player: "Jugador"
|
||||
# player_level: "Level" # Like player level 5, not like level: Dungeons of Kithgard
|
||||
player_level: "Nivel" # Like player level 5, not like level: Dungeons of Kithgard
|
||||
|
||||
units:
|
||||
second: "segundo"
|
||||
|
@ -200,23 +200,23 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
play_level:
|
||||
done: "Hecho"
|
||||
home: "Inicio" # Not used any more, will be removed soon.
|
||||
# level: "Level" # Like "Level: Dungeons of Kithgard"
|
||||
level: "Nivel" # Like "Level: Dungeons of Kithgard"
|
||||
skip: "Saltar"
|
||||
game_menu: "Menu del Juego"
|
||||
guide: "Guía"
|
||||
restart: "Reiniciar"
|
||||
goals: "Objetivos"
|
||||
goal: "Objetivo Principal"
|
||||
# running: "Running..."
|
||||
running: "Corriendo..."
|
||||
success: "Exito!"
|
||||
incomplete: "Incompleto"
|
||||
timed_out: "Te has quedado sin tiempo"
|
||||
failing: "Fallando"
|
||||
action_timeline: "Cronología de Acción"
|
||||
click_to_select: "Click en una unidad para seleccionarla"
|
||||
# control_bar_multiplayer: "Multiplayer"
|
||||
# control_bar_join_game: "Join Game"
|
||||
# reload: "Reload"
|
||||
control_bar_multiplayer: "Multijugador"
|
||||
control_bar_join_game: "Unirse a un juego"
|
||||
reload: "Recargar"
|
||||
reload_title: "¿Recargar todo el código?"
|
||||
reload_really: "¿Estas seguro que quieres reiniciar el nivel?"
|
||||
reload_confirm: "Recargarlo todo"
|
||||
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
victory_rate_the_level: "Puntúa este nivel: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Volver a Clasificación"
|
||||
victory_play_continue: "Continuar"
|
||||
victory_play_skip: "Saltar animacion"
|
||||
victory_play_next_level: "Jugar el siguiente nivel"
|
||||
victory_play_more_practice: "Mas Practica"
|
||||
victory_play_too_easy: "Demasiado facil"
|
||||
victory_play_just_right: "Justo"
|
||||
victory_play_too_hard: "Demasiado dificil"
|
||||
victory_saving_progress: "Salvando Progreso"
|
||||
victory_go_home: "Ir a Inicio" # Only in old-style levels.
|
||||
victory_review: "¡Cuéntanos más!" # Only in old-style levels.
|
||||
|
@ -252,15 +246,15 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
tome_select_a_thang: "Selecciona a alguien para "
|
||||
tome_available_spells: "Hechizos disponibles"
|
||||
tome_your_skills: "Tus Habilidades"
|
||||
# tome_help: "Help"
|
||||
# tome_current_method: "Current Method"
|
||||
# hud_continue_short: "Continue"
|
||||
tome_help: "Ayuda"
|
||||
tome_current_method: "Método actual"
|
||||
hud_continue_short: "Continuar"
|
||||
code_saved: "Codigo Salvado"
|
||||
skip_tutorial: "Saltar (esc)"
|
||||
keyboard_shortcuts: "Atajos de teclado"
|
||||
loading_ready: "¡Listo!"
|
||||
loading_start: "Iniciar Nivel"
|
||||
# problem_alert_title: "Fix Your Code"
|
||||
problem_alert_title: "Arregla tu código"
|
||||
time_current: "Ahora:"
|
||||
time_total: "Máx:"
|
||||
time_goto: "Ir a:"
|
||||
|
@ -296,7 +290,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
# tip_hofstadters_law: "Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law."
|
||||
tip_premature_optimization: "La optimizacion prematura es la raiz de todo mal. - Donald Knuth"
|
||||
tip_brute_force: "Cuando haya dudas, usa la fuerza bruta. - Ken Thompson"
|
||||
# tip_extrapolation: "There are only two kinds of people: those that can extrapolate from incomplete data..."
|
||||
tip_extrapolation: "Existen solo dos clases de personas: aquellos que pueden extrapolar desde información incompleta..."
|
||||
customize_wizard: "Personalizar Mago"
|
||||
|
||||
game_menu:
|
||||
|
@ -316,30 +310,30 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
|
||||
inventory:
|
||||
choose_inventory: "Equipar Objetos"
|
||||
# equipped_item: "Equipped"
|
||||
# available_item: "Available"
|
||||
# restricted_title: "Restricted"
|
||||
# should_equip: "(double-click to equip)"
|
||||
# equipped: "(equipped)"
|
||||
# locked: "(locked)"
|
||||
# restricted: "(restricted in this level)"
|
||||
# equip: "Equip"
|
||||
# unequip: "Unequip"
|
||||
equipped_item: "Equipado"
|
||||
available_item: "Disponible"
|
||||
restricted_title: "Restringido"
|
||||
should_equip: "(doble-click para equipar)"
|
||||
equipped: "(equipado)"
|
||||
locked: "(bloqueado)"
|
||||
restricted: "(restringido en este nivel)"
|
||||
equip: "Equipar"
|
||||
unequip: "Desequipar"
|
||||
|
||||
# buy_gems:
|
||||
# few_gems: "A few gems"
|
||||
# pile_gems: "Pile of gems"
|
||||
# chest_gems: "Chest of gems"
|
||||
# purchasing: "Purchasing..."
|
||||
# declined: "Your card was declined"
|
||||
# retrying: "Server error, retrying."
|
||||
# prompt_title: "Not Enough Gems"
|
||||
# prompt_body: "Do you want to get more?"
|
||||
# prompt_button: "Enter Shop"
|
||||
buy_gems:
|
||||
few_gems: "Unas pocas joyas"
|
||||
pile_gems: "Pila de joyas"
|
||||
chest_gems: "Cofre de joyas"
|
||||
purchasing: "Comprando..."
|
||||
declined: "Tu tarjeta fue rechazada"
|
||||
retrying: "Erroe en servidor, reintentando."
|
||||
prompt_title: "Gemas no suficientes"
|
||||
prompt_body: "¿Quieres obtener más?"
|
||||
prompt_button: "Ingresa a la tienda"
|
||||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
license: "licencia"
|
||||
oreilly: "ebook de tu eleccion"
|
||||
|
||||
wizard_settings:
|
||||
title: "Ajustes del mago"
|
||||
customize_avatar: "Personaliza tu Avatar"
|
||||
active: "Activo"
|
||||
color: "Color"
|
||||
group: "Grupo"
|
||||
clothes: "Ropa"
|
||||
trim: "Decoración"
|
||||
cloud: "Nube"
|
||||
team: "Equipo"
|
||||
spell: "Hechizo"
|
||||
boots: "Botas"
|
||||
hue: "Matiz"
|
||||
saturation: "Saturación"
|
||||
lightness: "Brillo"
|
||||
|
||||
account_profile:
|
||||
settings: "Configuración" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Editar Perfil"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "تنظیمات جادویی"
|
||||
customize_avatar: "آواتار خود را شکل دهید"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
|
|||
victory_rate_the_level: "Notez ce niveau: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Retourner à l'échelle"
|
||||
victory_play_continue: "Continuer"
|
||||
victory_play_skip: "Passer"
|
||||
victory_play_next_level: "Jouer au prochain niveau"
|
||||
victory_play_more_practice: "Plus de pratique"
|
||||
victory_play_too_easy: "Trop Facile"
|
||||
victory_play_just_right: "Juste"
|
||||
victory_play_too_hard: "Trop Dur"
|
||||
victory_saving_progress: "Sauvegarder la progression"
|
||||
victory_go_home: "Retourner à l'accueil" # Only in old-style levels.
|
||||
victory_review: "Dites-nous en plus!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
|
|||
license: "Licence"
|
||||
oreilly: "ebook de votre choix"
|
||||
|
||||
wizard_settings:
|
||||
title: "Paramètres du Magicien"
|
||||
customize_avatar: "Personnaliser votre avatar"
|
||||
active: "Actif"
|
||||
color: "Couleur"
|
||||
group: "Groupe"
|
||||
clothes: "Vêtements"
|
||||
trim: "Tailleur"
|
||||
cloud: "Nuage"
|
||||
team: "Équipe"
|
||||
spell: "Sort"
|
||||
boots: "Bottes"
|
||||
hue: "Teinte"
|
||||
saturation: "Saturation"
|
||||
lightness: "Luminosité"
|
||||
|
||||
account_profile:
|
||||
settings: "Paramètres" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Editer Profil"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
|
|||
victory_rate_the_level: "Puntúa este nivel: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Volver á Clasificación"
|
||||
victory_play_continue: "Continuar"
|
||||
victory_play_skip: "Saltar animación"
|
||||
victory_play_next_level: "Xogar o seguinte nivel"
|
||||
victory_play_more_practice: "Máis Práctica"
|
||||
victory_play_too_easy: "Demasiado doado"
|
||||
victory_play_just_right: "Xusto"
|
||||
victory_play_too_hard: "Demasiado dificil"
|
||||
victory_saving_progress: "Gardando Progreso"
|
||||
victory_go_home: "Ir ao Inicio" # Only in old-style levels.
|
||||
victory_review: "Contanos máis!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
|
|||
license: "licenza"
|
||||
oreilly: "ebook da túa escolla"
|
||||
|
||||
wizard_settings:
|
||||
title: "Axustes do mago"
|
||||
customize_avatar: "Persoaliza o teu Avatar"
|
||||
active: "Activo"
|
||||
color: "Cor"
|
||||
group: "Grupo"
|
||||
clothes: "Roupa"
|
||||
trim: "Decoración"
|
||||
cloud: "Nube"
|
||||
team: "Equipo"
|
||||
spell: "Feitizo"
|
||||
boots: "Botas"
|
||||
hue: "Matiz"
|
||||
saturation: "Saturación"
|
||||
lightness: "Brilo"
|
||||
|
||||
account_profile:
|
||||
settings: "Configuración" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Editar Perfil"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "הגדרות קוסם"
|
||||
customize_avatar: "עצב את הדמות שלך"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
clothes: "בגדים"
|
||||
trim: "קישוט"
|
||||
cloud: "ענן"
|
||||
# team: "Team"
|
||||
spell: "כישוף"
|
||||
boots: "מגפיים"
|
||||
hue: "Hue"
|
||||
saturation: "גוון"
|
||||
lightness: "בהירות"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
|
|||
victory_rate_the_level: "Értékeld a pályát: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Következő pálya"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Vissza a kezdőoldalra" # Only in old-style levels.
|
||||
victory_review: "Mondd el a véleményedet!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Varázsló beállításai"
|
||||
customize_avatar: "Állítsd be az Avatarod!"
|
||||
active: "Aktív"
|
||||
color: "Szín"
|
||||
group: "Csoport"
|
||||
clothes: "Öltözetek"
|
||||
# trim: "Trim"
|
||||
cloud: "Felhő"
|
||||
team: "Csapat"
|
||||
spell: "Varázslat"
|
||||
boots: "Lábbelik"
|
||||
hue: "Árnyalat"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
account_profile:
|
||||
settings: "Beállítások" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Szerkeszd meg a profilodat"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
|
|||
victory_rate_the_level: "Vota il livello: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
victory_play_continue: "Continua"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Gioca il prossimo livello"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Torna alla pagina iniziale" # Only in old-style levels.
|
||||
victory_review: "Dicci di più!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
customize_avatar: "Personalizza il tuo personaggio"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
clothes: "Abbigliamento"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
saturation: "Saturazione"
|
||||
lightness: "Luminosità"
|
||||
|
||||
account_profile:
|
||||
settings: "Impostazioni" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Modifica Profilo"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
|
|||
victory_rate_the_level: "このレベルの評価: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "次のレベル"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "ホームに戻る" # Only in old-style levels.
|
||||
victory_review: "フィードバック" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "ウィザードの設定"
|
||||
customize_avatar: "アバターのカスタマイズ"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
|
|||
victory_rate_the_level: "이번 레벨 평가: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "레더로 돌아가기"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "다음 레벨 플레이 하기"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "홈으로" # Only in old-style levels.
|
||||
victory_review: "리뷰를 남겨주세요" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
|
|||
email_settings_url: "이메일 설정"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
|
|||
license: "라이센스"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "마법사 설장"
|
||||
customize_avatar: "당신의 아바타를 직접 꾸미세요"
|
||||
active: "활성화"
|
||||
color: "색상"
|
||||
group: "종류"
|
||||
clothes: "옷"
|
||||
trim: "장식"
|
||||
cloud: "구름"
|
||||
team: "팀"
|
||||
spell: "마법"
|
||||
boots: "장화"
|
||||
hue: "색조"
|
||||
saturation: "채도"
|
||||
lightness: "명도"
|
||||
|
||||
account_profile:
|
||||
settings: "설정" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "프로필 수정하기"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
|
|||
victory_rate_the_level: "Bedøm nivået: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Tilbake til stige"
|
||||
victory_play_continue: "Fortsett"
|
||||
victory_play_skip: "Hopp Over"
|
||||
victory_play_next_level: "Spill neste brett"
|
||||
victory_play_more_practice: "Mer trening"
|
||||
victory_play_too_easy: "For lett"
|
||||
victory_play_just_right: "Passe vanskelig"
|
||||
victory_play_too_hard: "For vanskelig"
|
||||
victory_saving_progress: "Lagrer framskritt"
|
||||
victory_go_home: "Gå Hjem" # Only in old-style levels.
|
||||
victory_review: "Fortell oss mer!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Innstillinger for Trollmannen"
|
||||
customize_avatar: "Tilpass figuren"
|
||||
active: "Aktiv"
|
||||
color: "Farge"
|
||||
group: "Gruppe"
|
||||
clothes: "Klær"
|
||||
trim: "Detaljer"
|
||||
cloud: "Sky"
|
||||
team: "Lag"
|
||||
spell: "Magi"
|
||||
boots: "Støvler"
|
||||
hue: "Fargetone"
|
||||
saturation: "Metning"
|
||||
lightness: "Lyshet"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
|
|||
victory_rate_the_level: "Beoordeel het level: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Keer terug naar de ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Speel Volgend Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Ga naar Home" # Only in old-style levels.
|
||||
victory_review: "Vertel ons meer!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Tovenaar instellingen"
|
||||
customize_avatar: "Bewerk je avatar"
|
||||
active: "Actief"
|
||||
color: "Kleur"
|
||||
group: "Groep"
|
||||
clothes: "Kleren"
|
||||
trim: "Trim"
|
||||
cloud: "Wolk"
|
||||
team: "Team"
|
||||
spell: "Spreuk"
|
||||
boots: "Laarzen"
|
||||
hue: "Hue"
|
||||
saturation: "Saturatie"
|
||||
lightness: "Helderheid"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
|||
victory_rate_the_level: "Beoordeel het level: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Keer terug naar de ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Speel Volgend Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Ga naar Home" # Only in old-style levels.
|
||||
victory_review: "Vertel ons meer!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Tovenaar instellingen"
|
||||
customize_avatar: "Bewerk je avatar"
|
||||
active: "Actief"
|
||||
color: "Kleur"
|
||||
group: "Groep"
|
||||
clothes: "Kleren"
|
||||
trim: "Trim"
|
||||
cloud: "Wolk"
|
||||
team: "Team"
|
||||
spell: "Spreuk"
|
||||
boots: "Laarzen"
|
||||
hue: "Hue"
|
||||
saturation: "Saturatie"
|
||||
lightness: "Helderheid"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
|
|||
victory_rate_the_level: "Bedøm nivået: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Spill neste nivå"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Gå til Hovedsiden" # Only in old-style levels.
|
||||
victory_review: "Fortell oss mer!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
|
|||
victory_rate_the_level: "Oceń poziom: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Powrót do drabinki"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Przejdź na następny poziom"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Powrót do strony głównej" # Only in old-style levels.
|
||||
victory_review: "Powiedz nam coś więcej!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Ustawienia czarodzieja"
|
||||
customize_avatar: "Personalizuj swój awatar"
|
||||
active: "Aktywuj"
|
||||
color: "Kolor"
|
||||
group: "Rodzaj"
|
||||
clothes: "Ubrania"
|
||||
trim: "Dodatki"
|
||||
cloud: "Chmura"
|
||||
team: "Drużyna"
|
||||
spell: "Zaklęcie"
|
||||
boots: "Buty"
|
||||
hue: "Odcień"
|
||||
saturation: "Nasycenie"
|
||||
lightness: "Jasność"
|
||||
|
||||
account_profile:
|
||||
settings: "Ustawienia" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Edytuj Profil"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
|
|||
victory_rate_the_level: "Avalie o estágio: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Retornar para a Ladder"
|
||||
victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Jogar o próximo estágio"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Ir à página inicial" # Only in old-style levels.
|
||||
victory_review: "Diga-nos mais!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
|
|||
license: "licença"
|
||||
oreilly: "ebook de sua escolha"
|
||||
|
||||
wizard_settings:
|
||||
title: "Configurações do Feiticeiro"
|
||||
customize_avatar: "Personalize o seu Avatar"
|
||||
active: "Ativo"
|
||||
color: "Cor"
|
||||
group: "Grupo"
|
||||
clothes: "Roupas"
|
||||
trim: "Aparar"
|
||||
cloud: "Nuvem"
|
||||
team: "Time"
|
||||
spell: "Feitiço"
|
||||
boots: "Botas"
|
||||
hue: "Matiz"
|
||||
saturation: "Saturação"
|
||||
lightness: "Luminosidade"
|
||||
|
||||
account_profile:
|
||||
settings: "Configurações" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Edite seu perfil"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
|||
victory_rate_the_level: "Classifica este nível: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Voltar à Classificação"
|
||||
victory_play_continue: "Continuar"
|
||||
victory_play_skip: "Passar à Frente"
|
||||
victory_play_next_level: "Jogar Próximo Nível"
|
||||
victory_play_more_practice: "Mais Treino"
|
||||
victory_play_too_easy: "Muito Fácil"
|
||||
victory_play_just_right: "Perfeito"
|
||||
victory_play_too_hard: "Muito Difícil"
|
||||
victory_saving_progress: "A Guardar o Progresso"
|
||||
victory_go_home: "Ir para o Início" # Only in old-style levels.
|
||||
victory_review: "Conta-nos mais!" # Only in old-style levels.
|
||||
|
@ -346,7 +340,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
|||
parents: "Para Educadores"
|
||||
parents_title: "O teu educando vai aprender a programar."
|
||||
parents_blurb1: "Com o CodeCombat, o teu educando aprende ao escrever código real. Começa por aprender comandos simples e progride para tópicos mais avançados."
|
||||
parents_blurb2: "Por $9.99 USD/mês, recebe novos desafios todas as semanas e suporte pessoal, via e-mail, de programadores profissionais." # Please update based on new wording from en.coffee
|
||||
parents_blurb2: "Por $9.99 USD/mês, recebe novos desafios todas as semanas e suporte pessoal, via e-mail, de programadores profissionais."
|
||||
parents_blurb3: "Sem Risco: 100% de garantia de devolução do dinheiro, com anulação fácil de 1 clique."
|
||||
subscribe_button: "Subscrever Agora"
|
||||
stripe_description: "Subscrição Mensal"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
|||
email_settings_url: "tuas definições de e-mail"
|
||||
email_description_suffix: "ou através de ligações presentes nos e-mails que enviamos, podes mudar as tuas preferências e parar a tua subscrição facilmente, em qualquer momento."
|
||||
cost_title: "Custo"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
copyrights_title: "Direitos Autorais e Licensas"
|
||||
contributor_title: "Contrato de Licença do Contribuinte (CLA)"
|
||||
contributor_description_prefix: "Todas as contribuições, tanto no sítio como no nosso repositório GitHub, estão sujeitas ao nosso"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
|
|||
license: "licença"
|
||||
oreilly: "ebook à tua escolha"
|
||||
|
||||
wizard_settings:
|
||||
title: "Definições do Feiticeiro"
|
||||
customize_avatar: "Personaliza o Teu Avatar"
|
||||
active: "Ativo"
|
||||
color: "Cor"
|
||||
group: "Grupo"
|
||||
clothes: "Roupas"
|
||||
trim: "Pormenores"
|
||||
cloud: "Nuvem"
|
||||
team: "Equipa"
|
||||
spell: "Feitiço"
|
||||
boots: "Botas"
|
||||
hue: "Tom"
|
||||
saturation: "Saturação"
|
||||
lightness: "Brilho"
|
||||
|
||||
account_profile:
|
||||
settings: "Definições" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Editar Perfil"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
|
|||
victory_rate_the_level: "Apreciază nivelul: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Înapoi la jocurile de clasament"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Joacă nivelul următor"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Acasă" # Only in old-style levels.
|
||||
victory_review: "Spune-ne mai multe!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Setări Wizard"
|
||||
customize_avatar: "Personalizează-ți Avatarul"
|
||||
active: "Activ"
|
||||
color: "Culoare"
|
||||
group: "Grup"
|
||||
clothes: "Haine"
|
||||
trim: "Margine"
|
||||
cloud: "Nor"
|
||||
team: "Echipa"
|
||||
spell: "Vrajă"
|
||||
boots: "Încălțăminte"
|
||||
hue: "Nuanță"
|
||||
saturation: "Saturație"
|
||||
lightness: "Luminozitate"
|
||||
|
||||
account_profile:
|
||||
settings: "Setări" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Modifica Profil"
|
||||
|
|
|
@ -226,13 +226,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
|
|||
victory_sign_up_poke: "Хотите сохранить ваш код? Создайте бесплатный аккаунт!"
|
||||
victory_rate_the_level: "Оцените уровень:" # Only in old-style levels.
|
||||
victory_return_to_ladder: "Вернуться к ладдеру"
|
||||
victory_play_continue: "Продолжить"
|
||||
victory_play_skip: "Пропустить"
|
||||
victory_play_next_level: "Следующий уровень"
|
||||
victory_play_more_practice: "Попрактиковаться еще"
|
||||
victory_play_too_easy: "Очень легко"
|
||||
victory_play_just_right: "То, что надо"
|
||||
victory_play_too_hard: "Очень сложно"
|
||||
# victory_play_continue: "Continue"
|
||||
victory_saving_progress: "Процесс сохранения"
|
||||
victory_go_home: "На главную" # Only in old-style levels.
|
||||
victory_review: "Расскажите нам больше!" # Only in old-style levels.
|
||||
|
@ -339,14 +333,14 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
|
|||
|
||||
subscribe:
|
||||
subscribe_title: "Подпишись"
|
||||
levels: "Разблокируйте 25 уровней! И еще 5 каждую неделю!"
|
||||
levels: "Разблокируйте 17 уровней! И еще 5 каждую неделю!"
|
||||
heroes: "Более сильные герои!"
|
||||
gems: "3500 бонусных самоцветов каждый месяц!"
|
||||
items: "Более 250 бонусных предметов!"
|
||||
parents: "Для Родителей"
|
||||
parents_title: "Ваш ребенок научиться программировать."
|
||||
parents_blurb1: "С CodeCombat ваш ребенок учится через написание реального кода. Начиная с изучения простых команд, продолжая более продвинутыми темами."
|
||||
parents_blurb2: "За $9.99/месяц они получат новые испытания каждую неделю и персональную поддержку профессиональных программистов через электронную почту." # Please update based on new wording from en.coffee
|
||||
parents_blurb2: "За $9.99 USD/месяц они получат новые испытания каждую неделю и персональную поддержку профессиональных программистов через электронную почту."
|
||||
parents_blurb3: "Без риска: 100% гарантия возрата денег, возможность отписаться в 1 клик."
|
||||
subscribe_button: "Подпишись сейчас"
|
||||
stripe_description: "Месячная подписка"
|
||||
|
@ -541,7 +535,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
|
|||
level_editor_suffix: "CodeCombat чтобы создавать и редактировать уровни. Пользователи могут создавать уровни для своих одноклассников, друзей, хакатонов, студентов, братьев и сестер. Если создание нового уровня звучит устрашающе, вы можете начать, ответвившись от одного из наших!"
|
||||
thang_editor_prefix: "Мы называем единицы внутри игры 'предметами'. Используйте"
|
||||
thang_editor_suffix: "чтобы изменять ресурсы игры. Позволяйте единицам бросать снаряды, измените направление анимации, очки здоровья или загрузите свои собственные векторные изображения."
|
||||
article_editor_prefix: "Увдели ошибку в нашей документации? Хотите сделать инструкции к вашим творениям? Посмотрите"
|
||||
article_editor_prefix: "Увидели ошибку в нашей документации? Хотите сделать инструкции к вашим творениям? Посмотрите"
|
||||
article_editor_suffix: "и помогите игрокам CodeCombat получить максимум от их времяпрепровождения."
|
||||
find_us: "Найдите нас на этих сайтах"
|
||||
social_blog: "Читайте блог CodeCombat на Sett"
|
||||
|
@ -917,7 +911,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
|
|||
practices_title: "Уважаемые лучшие практики"
|
||||
practices_description: "Это наши обещания тебе, игроку, менее юридическим языком."
|
||||
privacy_title: "Конфиденциальность"
|
||||
# privacy_description: "We will not sell any of your personal information."
|
||||
privacy_description: "Мы не будем продавать ничего из ваших персональных данных."
|
||||
security_title: "Безопасность"
|
||||
security_description: "Мы стремимся сохранить вашу личную информацию в безопасности. Как проект с открытым исходным кодом, наш сайт открыт для всех в вопросах пересмотра и совершенствования систем безопасности."
|
||||
email_title: "Email"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
|
|||
email_settings_url: "ваши email настройки"
|
||||
email_description_suffix: "или через ссылки в email-ах, которые мы отправляем, вы можете изменить предпочтения и легко отписаться в любой момент."
|
||||
cost_title: "Стоимость"
|
||||
#cost_description: "В настоящее время, CodeCombat 100% бесплатен! Одной из наших главных целей является сохранить его таким, чтобы как можно больше людей могли играть, независимо от места в жизни. Если небо потемнеет, мы, возможно, введём подписки, возможно, только на некоторый контент, но нам не хотелось бы. Если повезёт, мы сможем поддерживать компанию, используя" # Please update based on new wording from en.coffee
|
||||
cost_description: "CodeCombat бесплатен для игры на базовых уровнях, с подпиской за $9.99 USD/месяц вы получите доступ к дополнительным ветвям уровней и 3500 бонусным самоцветам в месяц. Вы можете отказаться в 1 клик, и мы предлагаем 100% гарантию возврата денег."
|
||||
copyrights_title: "Авторские права и лицензии"
|
||||
contributor_title: "Лицензионное соглашение соавторов"
|
||||
contributor_description_prefix: "Все вклады, как на сайте, так и на нашем репозитории GitHub, подпадают под наше"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Настройки волшебника"
|
||||
customize_avatar: "Изменить свой аватар"
|
||||
active: "Активно"
|
||||
color: "Цвет"
|
||||
group: "Группа"
|
||||
clothes: "Одежда"
|
||||
trim: "Отделка"
|
||||
cloud: "Облако"
|
||||
team: "Команда"
|
||||
spell: "Заклинание"
|
||||
boots: "Обувь"
|
||||
hue: "Оттенок"
|
||||
saturation: "Насыщенность"
|
||||
lightness: "Светлость"
|
||||
|
||||
account_profile:
|
||||
settings: "Настойки" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Редактировать профиль"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Nastavenia kúzelníka"
|
||||
customize_avatar: "Uprav svojho avatara"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
clothes: "Róba"
|
||||
trim: "Lem"
|
||||
cloud: "Obláčik"
|
||||
# team: "Team"
|
||||
spell: "Kúzlo"
|
||||
boots: "Čižmy"
|
||||
hue: "Odtieň"
|
||||
saturation: "Sýtosť"
|
||||
lightness: "Jas"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
|
|||
victory_rate_the_level: "Оцени ниво: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Играј следећи ниво"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Иди на почетну" # Only in old-style levels.
|
||||
victory_review: "Реци нам више!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
|
|||
victory_rate_the_level: "Betygsätt nivån: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Gå tillbaka till stegen"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "Spela nästa nivå"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "Gå hem" # Only in old-style levels.
|
||||
victory_review: "Berätta mer!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Trollkarlsinställningar"
|
||||
customize_avatar: "Skräddarsy din avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
clothes: "Kläder"
|
||||
trim: "Dekorationer"
|
||||
cloud: "Moln"
|
||||
# team: "Team"
|
||||
spell: "Trollformel"
|
||||
boots: "Stövlar"
|
||||
hue: "Nyans"
|
||||
saturation: "Mättnad"
|
||||
lightness: "Ljusstyrka"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "เล่นด่านถัดไป"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "ไปหน้าแรก" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
|
|||
victory_rate_the_level: "Seviyeyi oyla:" # Only in old-style levels.
|
||||
victory_return_to_ladder: "Merdivene Dön"
|
||||
victory_play_continue: "Devam Et"
|
||||
victory_play_skip: "İleri Atla"
|
||||
victory_play_next_level: "Sonraki Seviyeyi Oyna: "
|
||||
victory_play_more_practice: "Daha Fazla Alıştırma"
|
||||
victory_play_too_easy: "Çok Kolay"
|
||||
victory_play_just_right: "Tam Kıvamında"
|
||||
victory_play_too_hard: "Çok Zor"
|
||||
victory_saving_progress: "İlerlemeyi Kaydediliyor"
|
||||
victory_go_home: "Anasayfaya Git" # Only in old-style levels.
|
||||
victory_review: "Daha fazla söyleyin!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Sihirbaz Ayarları"
|
||||
customize_avatar: "Avatar'ınızı Özelleştirin"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
clothes: "Kıyafet"
|
||||
trim: "Süs"
|
||||
cloud: "Püs"
|
||||
# team: "Team"
|
||||
spell: "Büyü"
|
||||
boots: "Çizme"
|
||||
hue: "Ton"
|
||||
saturation: "Doyum"
|
||||
lightness: "Parlaklık"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -4,10 +4,10 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
no_ie: "На жаль, CodeCombat не працює в IE8 та старіших версіях!" # Warning that only shows up in IE8 and older
|
||||
no_mobile: "CodeCombat не призначений для мобільних приладів і може не працювати!" # Warning that shows up on mobile devices
|
||||
play: "Грати" # The big play button that just starts playing a level
|
||||
# try_it: "Try It" # Alternate wording for Play button
|
||||
try_it: "Спробувати" # Alternate wording for Play button
|
||||
old_browser: "Вибачте, але ваш браузер занадто старий для гри CodeCombat" # Warning that shows up on really old Firefox/Chrome/Safari
|
||||
old_browser_suffix: "Ви все одно можете спробувати, хоча навряд чи вийде"
|
||||
# ipad_browser: "Bad news: CodeCombat doesn't run on iPad in the browser. Good news: our native iPad app is awaiting Apple approval."
|
||||
ipad_browser: "Погані новини: CodeCombat не працює у раузері iPad. Хороші новини: наш спеціальний додаток iPad очікує на модерацію Apple."
|
||||
campaign: "Кампанія"
|
||||
for_beginners: "Для новачків"
|
||||
multiplayer: "Командна гра" # Not currently shown on home page
|
||||
|
@ -43,13 +43,13 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
diplomat_suggestion:
|
||||
title: "Допоможіть перекласти CodeCombat!" # This shows up when a player switches to a non-English language using the language selector.
|
||||
sub_heading: "Нам потрібні ваші мовні таланти."
|
||||
pitch_body: "Ми створюємо CodeCombat англійською, але в нас вже є гравці по всьому світі. Багато хто з них хоче грати українською, але не говорить англійською, тому, якщо ви знаєте обидві мови, обміркуйте можливість стати Дипломатом і допомогти перекласти сайт CodeCombat та всі рівні українською."
|
||||
pitch_body: "Ми створюємо CodeCombat англійською, але в нас вже є гравці зі всього світу. Багато хто з них хоче грати українською, але не говорить англійською, тому, якщо ви знаєте обидві мови, обміркуйте можливість стати Дипломатом і допомогти перекласти сайт CodeCombat та всі рівні українською."
|
||||
missing_translations: "Поки ми не переклали все українською, ви будете бачити англійський текст там, де українська ще недоступна."
|
||||
learn_more: "Дізнатися, як стати Дипломатом"
|
||||
subscribe_as_diplomat: "Записатись в Дипломати"
|
||||
|
||||
play:
|
||||
play_as: "Грати як" # Ladder page
|
||||
play_as: "Грати за" # Ladder page
|
||||
spectate: "Спостерігати" # Ladder page
|
||||
players: "гравці" # Hover over a level on /play
|
||||
hours_played: "годин зіграно" # Hover over a level on /play
|
||||
|
@ -60,7 +60,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
locked: "Заблоковано"
|
||||
purchasable: "Можна придбати" # For a hero you unlocked but haven't purchased
|
||||
available: "Доступно"
|
||||
# skills_granted: "Skills Granted" # Property documentation details
|
||||
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
|
||||
|
@ -68,19 +68,19 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
next: "Далі" # Go from choose hero to choose inventory before playing a level
|
||||
change_hero: "Змінити героя" # Go back from choose inventory to choose hero
|
||||
choose_inventory: "Одягнути предмети"
|
||||
# buy_gems: "Buy Gems"
|
||||
# campaign_forest: "Forest Campaign"
|
||||
# campaign_dungeon: "Dungeon Campaign"
|
||||
# subscription_required: "Subscription Required"
|
||||
# free: "Free"
|
||||
# subscribed: "Subscribed"
|
||||
buy_gems: "Придбати самоцвіти"
|
||||
campaign_forest: "Лісова кампанія"
|
||||
campaign_dungeon: "Кампанія підземелля"
|
||||
subscription_required: "Потрібен абонемет"
|
||||
free: "Безкоштовно"
|
||||
subscribed: "абонемент присутній"
|
||||
older_campaigns: "Старі кампанії"
|
||||
anonymous: "Гравець-анонім"
|
||||
level_difficulty: "Складність: "
|
||||
campaign_beginner: "Кампанія для початківців"
|
||||
awaiting_levels_adventurer_prefix: "Ми випускаємо 5 рівнів на тиждень."
|
||||
awaiting_levels_adventurer: "Увійди як Шукач пригод"
|
||||
awaiting_levels_adventurer_suffix: "стань перших хто їх спробує."
|
||||
awaiting_levels_adventurer_suffix: "стань одним з перших хто їх спробує."
|
||||
choose_your_level: "Оберіть свій рівень" # The rest of this section is the old play view at /play-old and isn't very important.
|
||||
adventurer_prefix: "Ви можете грати у будь-який рівень з наведених нижче або обговорювати рівні на "
|
||||
adventurer_forum: "форумі Шукачів пригод"
|
||||
|
@ -94,7 +94,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
campaign_player_created: "Рівні, створені гравцями"
|
||||
campaign_player_created_description: "... у яких ви змагаєтесь у креативності із вашими друзями-<a href=\"/contribute#artisan\">Архітекторами</a>."
|
||||
campaign_classic_algorithms: "Класичні алгоритми"
|
||||
# campaign_classic_algorithms_description: "... in which you learn the most popular algorithms in Computer Science."
|
||||
campaign_classic_algorithms_description: "... у якій ви вивчите найпопулярніші алгоритми комп’ютерних наук."
|
||||
|
||||
login:
|
||||
sign_up: "створити акаунт"
|
||||
|
@ -103,8 +103,8 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
log_out: "Вийти"
|
||||
recover: "відновити акаунт"
|
||||
authenticate_gplus: "Авторизація G+"
|
||||
# load_profile: "Load G+ Profile"
|
||||
# load_email: "Load G+ Email"
|
||||
load_profile: "Завантажити профіль G+"
|
||||
load_email: "Завантажити email G+"
|
||||
finishing: "Завершення"
|
||||
|
||||
signup:
|
||||
|
@ -117,7 +117,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
sign_up: "Реєстрація"
|
||||
log_in: "вхід з паролем"
|
||||
social_signup: "Або Ви можете створити акаунт через Facebook або G+:"
|
||||
# required: "You need to log in before you can go that way."
|
||||
required: "Вам потрібно увійти щоби виконати цю дію."
|
||||
|
||||
recover:
|
||||
recover_account_title: "Відновити акаунт"
|
||||
|
@ -210,10 +210,10 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
running: "Виконання..."
|
||||
success: "Успішно!"
|
||||
incomplete: "Незавершено"
|
||||
timed_out: "Час очікування минува"
|
||||
timed_out: "Час очікування минув"
|
||||
failing: "Невдало"
|
||||
action_timeline: "Лінія часу"
|
||||
click_to_select: "Клікніть на юніті, щоб обрати його."
|
||||
click_to_select: "Клікніть на підрозділ аби вирати його."
|
||||
control_bar_multiplayer: "Мультиплеєр"
|
||||
control_bar_join_game: "Приєднатись до гри"
|
||||
reload: "Перезавантажити "
|
||||
|
@ -221,13 +221,13 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
reload_really: "Ви впевнені, що хочете перезавантажити цей рівень і почати спочатку?"
|
||||
reload_confirm: "Перезавантажити все"
|
||||
victory_title_prefix: ""
|
||||
victory_title_suffix: " закінчено"
|
||||
victory_title_suffix: " завершено"
|
||||
victory_sign_up: "Підписатись на оновлення"
|
||||
victory_sign_up_poke: "Хочете отримувати останні новини на email? Створіть безкоштовний акаунт, і ми будемо тримати вас у курсі!"
|
||||
victory_rate_the_level: "Оцінити рівень: " # Only in old-style levels.
|
||||
victory_return_to_ladder: "Повернутись до таблиці рівнів"
|
||||
victory_play_continue: "Продовжити"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_skip: "Пропустити все"
|
||||
victory_play_next_level: "Наступний рівень"
|
||||
victory_play_more_practice: "Більше практики"
|
||||
victory_play_too_easy: "Надто легко"
|
||||
|
@ -244,11 +244,11 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
tome_other_units: "Інші юніти" # Only in old-style levels.
|
||||
tome_cast_button_run: "Виконати"
|
||||
tome_cast_button_running: "Виконання"
|
||||
# tome_cast_button_ran: "Ran"
|
||||
tome_cast_button_ran: "Виконати"
|
||||
tome_submit_button: "Надіслати"
|
||||
# tome_reload_method: "Reload original code for this method" # Title text for individual method reload button.
|
||||
tome_reload_method: "Відновити початковий код цього методу" # Title text for individual method reload button.
|
||||
tome_select_method: "Оберіть метод"
|
||||
# tome_see_all_methods: "See all methods you can edit" # Title text for method list selector (shown when there are multiple programmable methdos).
|
||||
tome_see_all_methods: "Перегляньте всі методи які ви можете редагувати" # Title text for method list selector (shown when there are multiple programmable methdos).
|
||||
tome_select_a_thang: "Оберіть когось для "
|
||||
tome_available_spells: "Доступні заклинання"
|
||||
tome_your_skills: "Ваші вміння"
|
||||
|
@ -260,166 +260,166 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
keyboard_shortcuts: "Клавіатурні скорочення"
|
||||
loading_ready: "Готово!"
|
||||
loading_start: "Розпочати рівень"
|
||||
# problem_alert_title: "Fix Your Code"
|
||||
problem_alert_title: "Виправте свій код"
|
||||
time_current: "Зараз:"
|
||||
time_total: "Найбільше:"
|
||||
time_goto: "Перейти до:"
|
||||
infinite_loop_try_again: "Спробувати щераз"
|
||||
infinite_loop_try_again: "Спробувати ще раз"
|
||||
infinite_loop_reset_level: "Почати рівень спочатку"
|
||||
infinite_loop_comment_out: "Залишити коментарі до мого коду"
|
||||
tip_toggle_play: "Перемикач грати/пауза командою Ctrl+P."
|
||||
infinite_loop_comment_out: "Прокоментуй мій код"
|
||||
tip_toggle_play: "Перемикай між грою та паузою командою Ctrl+P."
|
||||
tip_scrub_shortcut: "Ctrl+[ і Ctrl+] для перемотування та швидкого перемотування вперед."
|
||||
tip_guide_exists: "Натисніть інструкцію вгорі сторінки для корисної інформації."
|
||||
tip_open_source: "CodeCombat є 100% відкритим кодом!"
|
||||
tip_beta_launch: "CodeCombat запустив бета версію в жовтні 2013."
|
||||
# tip_think_solution: "Think of the solution, not the problem."
|
||||
tip_theory_practice: "В теорії між теорією і практикою немає ніякої різниці. На практиці - є. - Йогі Берра"
|
||||
tip_error_free: "Є два шляхи написання програм без помилок; але лише третій працює. - Алан Перліс"
|
||||
tip_debugging_program: "Якщо налагодження є процесом усунення помилок, то програмування повинно бути процесом їх вставляння. - Едсгер В. Дейкстра"
|
||||
tip_forums: "Заходіть на форум і скажіть нам що Ви думаєте!"
|
||||
tip_guide_exists: "Натисніть на Інструкцію вгорі сторінки аби отримати корисну інформацію."
|
||||
tip_open_source: "CodeCombat є абсолютно відкритим програмним забезпеченням!"
|
||||
tip_beta_launch: "Бета-версію CodeCombat вийшла в жовтні 2013."
|
||||
tip_think_solution: "Думай над рішенням, а не над проблемою."
|
||||
tip_theory_practice: "В теорії між теорією і практикою немає ніякої різниці. На практиці - є. - Йоґі Берра"
|
||||
tip_error_free: "Є два шляхи написання програм без помилок; але працює лише третій. - Алан Перліс"
|
||||
tip_debugging_program: "Якщо налагодження є процесом усунення помилок, то програмування повинно бути процесом їх створення. - Едсґер В. Дейкстра"
|
||||
tip_forums: "Заходьта на форум і розкажіть нам що Ви думаєте!"
|
||||
tip_baby_coders: "В майбутньому, навіть малюки будуть Архімагами."
|
||||
tip_morale_improves: "Завантеження буде продовжуватись, поки мораль не покращиться."
|
||||
tip_all_species: "Ми віримо у рівні можливості для вивчення пограмування усіх видів."
|
||||
tip_morale_improves: "Завантаження буде продовжуватись, поки мораль не покращиться."
|
||||
tip_all_species: "Ми віримо у рівні можливості вивчення програмування для всіх."
|
||||
tip_reticulating: "Сітчасті голки."
|
||||
tip_harry: "Так Чарівник, "
|
||||
tip_great_responsibility: "З хорошими навичками кодування приходить відповідальність хорошого усунення помилок."
|
||||
tip_munchkin: "Якщо ти не будеш їсти овощі, гном прийде до тебе поки ти спатимеш."
|
||||
tip_harry: "Так, Чарівнику, "
|
||||
tip_great_responsibility: "З хорошим вмінням кодування приходить відповідальність хорошого усунення помилок."
|
||||
tip_munchkin: "Якщо ти не будеш їсти овочі, гном прийде до тебе як ти спатимеш."
|
||||
tip_binary: "Є лише 10 типів людей у світі: ті хто розуміють двійкову систему, і ті хто ні."
|
||||
tip_commitment_yoda: "Програміст повинен мати глибоку прихильність, найсерйозніший розум. - Йода"
|
||||
tip_no_try: "Робити. Чи не робити. .Це не спроба - Йода"
|
||||
tip_patience: "Терпіння необхідно мати, юний падаван. - Йода"
|
||||
tip_documented_bug: "Задокументована помилка не є помилко; це особливість."
|
||||
tip_commitment_yoda: "Повинен програміст мати відданість глибоку, найсерйозніший розум. - Йода"
|
||||
tip_no_try: "Роби. Або не роби. Немає 'спробую'. - Йода"
|
||||
tip_patience: "Мати терпіння необхідно, юний Падаване. - Йода"
|
||||
tip_documented_bug: "Задокументована помилка не є помилкою; це особливість."
|
||||
tip_impossible: "Багато речей здаються нездійсненними до тих пір, поки їх не зробиш. - Нельсон Мандела"
|
||||
tip_talk_is_cheap: "Розмови нічого не варті. Покажи мені код. - Лінус Торвальдс"
|
||||
tip_talk_is_cheap: "Розмови – ніщо. Покажи мені код. - Лінус Торвальдс"
|
||||
tip_first_language: "Найбільш катастрофічною річчю яку ви коли-небудь вчили є Ваша перша мова програмування. - Алан Кей"
|
||||
# tip_hardware_problem: "Q: How many programmers does it take to change a light bulb? A: None, it's a hardware problem."
|
||||
tip_hardware_problem: "П: Скільки програмістів треба аби замінити лампочку? В: Жодного, це апаратна проблема."
|
||||
# tip_hofstadters_law: "Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law."
|
||||
# tip_premature_optimization: "Premature optimization is the root of all evil. - Donald Knuth"
|
||||
# tip_brute_force: "When in doubt, use brute force. - Ken Thompson"
|
||||
# tip_extrapolation: "There are only two kinds of people: those that can extrapolate from incomplete data..."
|
||||
tip_premature_optimization: "Передчасна оптимізація – корінь усього зла. - Дональд Кнут"
|
||||
tip_brute_force: "Якщо ви сумніваєтесь, використовуйте перебір - Кен Томсон"
|
||||
tip_extrapolation: "Існує 2 типи людей: які можуть екстраполюватись від неповних даних..."
|
||||
customize_wizard: "Налаштування персонажа"
|
||||
|
||||
game_menu:
|
||||
inventory_tab: "Інвентар"
|
||||
# save_load_tab: "Save/Load"
|
||||
save_load_tab: "Зберегти/Завантажити"
|
||||
options_tab: "Параметри"
|
||||
# guide_tab: "Guide"
|
||||
guide_tab: "Довідник"
|
||||
multiplayer_tab: "Мультиплеєр"
|
||||
# auth_tab: "Sign Up"
|
||||
# inventory_caption: "Equip your hero"
|
||||
# choose_hero_caption: "Choose hero, language"
|
||||
# save_load_caption: "... and view history"
|
||||
# options_caption: "Configure settings"
|
||||
# guide_caption: "Docs and tips"
|
||||
# multiplayer_caption: "Play with friends!"
|
||||
# auth_caption: "Save your progress."
|
||||
auth_tab: "Вийти"
|
||||
inventory_caption: "Екіпірійте свого героя"
|
||||
choose_hero_caption: "Оберіть героя, мову"
|
||||
save_load_caption: "... та перегляньте історію"
|
||||
options_caption: "Налаштування параметрів"
|
||||
guide_caption: "Документація та поради"
|
||||
multiplayer_caption: "Гра з друзями!"
|
||||
auth_caption: "Збережіть свій поступ."
|
||||
|
||||
# inventory:
|
||||
# choose_inventory: "Equip Items"
|
||||
# equipped_item: "Equipped"
|
||||
# available_item: "Available"
|
||||
# restricted_title: "Restricted"
|
||||
# should_equip: "(double-click to equip)"
|
||||
# equipped: "(equipped)"
|
||||
# locked: "(locked)"
|
||||
# restricted: "(restricted in this level)"
|
||||
# equip: "Equip"
|
||||
# unequip: "Unequip"
|
||||
inventory:
|
||||
choose_inventory: "Екіпіруйте предмети"
|
||||
equipped_item: "Екіпіровано"
|
||||
available_item: "Доступно"
|
||||
restricted_title: "Обмежено"
|
||||
should_equip: "(екіпірування подвійним кліком)"
|
||||
equipped: "(екіпіровано)"
|
||||
locked: "(заблоковано)"
|
||||
restricted: "(обмежено для цього рівні)"
|
||||
equip: "Екіпірувати"
|
||||
unequip: "Зняти"
|
||||
|
||||
# buy_gems:
|
||||
# few_gems: "A few gems"
|
||||
# pile_gems: "Pile of gems"
|
||||
# chest_gems: "Chest of gems"
|
||||
# purchasing: "Purchasing..."
|
||||
# declined: "Your card was declined"
|
||||
# retrying: "Server error, retrying."
|
||||
# prompt_title: "Not Enough Gems"
|
||||
# prompt_body: "Do you want to get more?"
|
||||
# prompt_button: "Enter Shop"
|
||||
buy_gems:
|
||||
few_gems: "Кілька самоцвітів"
|
||||
pile_gems: "Купа самоцвітів"
|
||||
chest_gems: "Скриня самоцвітів"
|
||||
purchasing: "Купування.."
|
||||
declined: "Вашу карту відхилено"
|
||||
retrying: "Помилка сервера, повторна спроба."
|
||||
prompt_title: "Недостатньо самоцвітів"
|
||||
prompt_body: "Хочете отримати ще?"
|
||||
prompt_button: "Увійти до крамниці"
|
||||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
# parents: "For Parents"
|
||||
# parents_title: "Your child will learn to code."
|
||||
subscribe:
|
||||
subscribe_title: "Взяти абонемент"
|
||||
levels: "Розблокуйте 25 рівнів! Та отримуйте 5 нових кожного тижня!"
|
||||
heroes: "Більше могутніх героїв!"
|
||||
gems: "Щомісячний бонус у 3500 самоцвітів!"
|
||||
items: "Більше 250-ти бонусних предметів!"
|
||||
parents: "Батькам"
|
||||
parents_title: "Ваша дитина вчитиметься програмувати."
|
||||
# parents_blurb1: "With CodeCombat, your child learns by writing real code. They start by learning simple commands, and progress to more advanced topics."
|
||||
# parents_blurb2: "For $9.99 USD/mo, they get new challenges every week and personal email support from professional programmers."
|
||||
# parents_blurb3: "No Risk: 100% money back guarantee, easy 1-click unsubscribe."
|
||||
# subscribe_button: "Subscribe Now"
|
||||
# stripe_description: "Monthly Subscription"
|
||||
# subscription_required_to_play: "You'll need a subscription to play this level."
|
||||
parents_blurb3: "Жодного ризику: 100% гарантія повернення грошей, легке скасування абонементу одним кліком."
|
||||
subscribe_button: "Взяти абонемент"
|
||||
stripe_description: "Щомісячний абонемент"
|
||||
subscription_required_to_play: "Аби грати в цьому рівні потрібен абонемент."
|
||||
|
||||
# choose_hero:
|
||||
# choose_hero: "Choose Your Hero"
|
||||
# programming_language: "Programming Language"
|
||||
# programming_language_description: "Which programming language do you want to use?"
|
||||
# default: "Default"
|
||||
# experimental: "Experimental"
|
||||
# python_blurb: "Simple yet powerful, great for beginners and experts."
|
||||
# javascript_blurb: "The language of the web. (Not the same as Java.)"
|
||||
# coffeescript_blurb: "Nicer JavaScript syntax."
|
||||
# clojure_blurb: "A modern Lisp."
|
||||
# lua_blurb: "Game scripting language."
|
||||
# io_blurb: "Simple but obscure."
|
||||
# status: "Status"
|
||||
# weapons: "Weapons"
|
||||
# weapons_warrior: "Swords - Short Range, No Magic"
|
||||
# weapons_ranger: "Crossbows, Guns - Long Range, No Magic"
|
||||
# weapons_wizard: "Wands, Staffs - Long Range, Magic"
|
||||
# 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"
|
||||
# available_for_purchase: "Available for Purchase"
|
||||
# level_to_unlock: "Level to unlock:"
|
||||
# restricted_to_certain_heroes: "Only certain heroes can play this level."
|
||||
choose_hero:
|
||||
choose_hero: "Оберіть героя"
|
||||
programming_language: "Мова програмування"
|
||||
programming_language_description: "Яку мову програмування ви хочете використовувати?"
|
||||
default: "Типова"
|
||||
experimental: "Експериментальна"
|
||||
python_blurb: "Проста але потужна, чудово підходить як новачкам так і експертам."
|
||||
javascript_blurb: "Мова веб-сторінок. (Не плутати з Java.)"
|
||||
coffeescript_blurb: "Покращений синтаксис JavaScript."
|
||||
clojure_blurb: "Сучасний Lisp."
|
||||
lua_blurb: "Мова ігрових сценаріїв."
|
||||
io_blurb: "Проста але дивна."
|
||||
status: "Статус"
|
||||
weapons: "Зброя"
|
||||
weapons_warrior: "Мечі - ближній бій, жодної магії"
|
||||
weapons_ranger: "Арбалети, стрілецька зброя - дистанційна атака, жодної магії"
|
||||
weapons_wizard: "Жезли, чарівні палички - дистанційна атака, магія"
|
||||
attack: "Ушкодження" # Can also translate as "Attack"
|
||||
health: "Здоров’я"
|
||||
speed: "Швидкість"
|
||||
regeneration: "Відновлення"
|
||||
range: "Дистанція" # As in "attack or visual range"
|
||||
blocks: "Блокує" # As in "this shield blocks this much damage"
|
||||
skills: "Вміння"
|
||||
available_for_purchase: "Можна придбати"
|
||||
level_to_unlock: "Розблокується на рівні:"
|
||||
restricted_to_certain_heroes: "Тільки наступні герої можу грати в цьому рівні."
|
||||
|
||||
# skill_docs:
|
||||
# writable: "writable" # Hover over "attack" in Your Skills while playing a level to see most of this
|
||||
# read_only: "read-only"
|
||||
# action_name: "name"
|
||||
# action_cooldown: "Takes"
|
||||
# action_specific_cooldown: "Cooldown"
|
||||
# action_damage: "Damage"
|
||||
# action_range: "Range"
|
||||
# action_radius: "Radius"
|
||||
# action_duration: "Duration"
|
||||
# example: "Example"
|
||||
# ex: "ex" # Abbreviation of "example"
|
||||
# current_value: "Current Value"
|
||||
# default_value: "Default value"
|
||||
# parameters: "Parameters"
|
||||
# returns: "Returns"
|
||||
# granted_by: "Granted by"
|
||||
skill_docs:
|
||||
writable: "записний" # Hover over "attack" in Your Skills while playing a level to see most of this
|
||||
read_only: "тільки читання"
|
||||
action_name: "назва"
|
||||
action_cooldown: "Триває"
|
||||
action_specific_cooldown: "Замороження"
|
||||
action_damage: "Ушкодження"
|
||||
action_range: "Відстань"
|
||||
action_radius: "Радіус"
|
||||
action_duration: "Тривалість"
|
||||
example: "Приклад"
|
||||
ex: "пр" # Abbreviation of "example"
|
||||
current_value: "Поточне значення"
|
||||
default_value: "Типове значення"
|
||||
parameters: "Параметри"
|
||||
returns: "Повертає"
|
||||
granted_by: "Забезпечується"
|
||||
|
||||
# save_load:
|
||||
# granularity_saved_games: "Saved"
|
||||
# granularity_change_history: "History"
|
||||
save_load:
|
||||
granularity_saved_games: "Збережено"
|
||||
granularity_change_history: "Історія"
|
||||
|
||||
options:
|
||||
# general_options: "General Options" # Check out the Options tab in the Game Menu while playing a level
|
||||
general_options: "Загальні параметри" # Check out the Options tab in the Game Menu while playing a level
|
||||
volume_label: "Гучність"
|
||||
music_label: "Музика"
|
||||
# music_description: "Turn background music on/off."
|
||||
# autorun_label: "Autorun"
|
||||
# autorun_description: "Control automatic code execution."
|
||||
music_description: "Увімкнення та вимкнення фонової музики."
|
||||
autorun_label: "Автовиконання"
|
||||
autorun_description: "Контролює автоматичне виконання коду."
|
||||
editor_config: "Редактор налашт."
|
||||
editor_config_title: "Редактор налаштувань"
|
||||
# editor_config_level_language_label: "Language for This Level"
|
||||
editor_config_level_language_label: "Мова цього рівня"
|
||||
# editor_config_level_language_description: "Define the programming language for this particular level."
|
||||
# editor_config_default_language_label: "Default Programming Language"
|
||||
editor_config_default_language_label: "Типова мова програмування"
|
||||
# editor_config_default_language_description: "Define the programming language you want to code in when starting new levels."
|
||||
editor_config_keybindings_label: "Комбінації клавіш"
|
||||
editor_config_keybindings_default: "За замовчуванням (Ace)"
|
||||
editor_config_keybindings_default: "Типове (Ace)"
|
||||
editor_config_keybindings_description: "Додайте додаткові скорочення відомі Вам із загальних редакторів."
|
||||
# editor_config_livecompletion_label: "Live Autocompletion"
|
||||
# editor_config_livecompletion_description: "Displays autocomplete suggestions while typing."
|
||||
editor_config_livecompletion_label: "Автодоповнення в реальному часі"
|
||||
editor_config_livecompletion_description: "Показує поради автодоповнення під час друку."
|
||||
editor_config_invisibles_label: "Показати приховане"
|
||||
editor_config_invisibles_description: "Відображення прихованого, такого як відступи та знаки табуляції."
|
||||
editor_config_indentguides_label: "Показати відступи провідників"
|
||||
|
@ -436,19 +436,19 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
why_paragraph_2_italic_caps: "НІ, МАМО, Я МАЮ ПРОЙТИ РІВЕНЬ!"
|
||||
why_paragraph_2_suffix: "Ось чому CodeCombat - мультиплеєрна гра, а не гейміфікований курс уроків. Ми не зупинимося, доки ви не включитеся на повну, і це чудово. "
|
||||
why_paragraph_3: "Якщо ви плануєте бути залежним від якоїсь гри, оберіть цю - і перетворіться на одного з чарівників ери інформаційних технологій."
|
||||
# press_title: "Bloggers/Press"
|
||||
press_title: "Блоґерам/Пресі"
|
||||
# press_paragraph_1_prefix: "Want to write about us? Feel free to download and use all of the resources included in our"
|
||||
# press_paragraph_1_link: "press packet"
|
||||
# press_paragraph_1_suffix: ". All logos and images may be used without contacting us directly."
|
||||
# team: "Team"
|
||||
# george_title: "CEO"
|
||||
press_paragraph_1_suffix: ". Всі логотипи та зображення можна використовувати не зв’язуючись з нами напряму."
|
||||
team: "Команда"
|
||||
george_title: "Виконавчий директор"
|
||||
# george_blurb: "Businesser"
|
||||
scott_title: "Програміст"
|
||||
# scott_blurb: "Reasonable One"
|
||||
scott_blurb: "Розумник"
|
||||
nick_title: "Програміст"
|
||||
# nick_blurb: "Motivation Guru"
|
||||
nick_blurb: "Ґуру мотивації"
|
||||
michael_title: "Програміст"
|
||||
# michael_blurb: "Sys Admin"
|
||||
michael_blurb: "Сисадмін"
|
||||
matt_title: "Програміст"
|
||||
# matt_blurb: "Bicyclist"
|
||||
|
||||
|
@ -458,11 +458,11 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
cla_prefix: "Для збереження змін спочатку треба погодитись з нашим"
|
||||
cla_url: "CLA"
|
||||
cla_suffix: "."
|
||||
cla_agree: "Я згоден"
|
||||
cla_agree: "Я погоджуюсь"
|
||||
|
||||
contact:
|
||||
contact_us: "Зв'язатися з CodeCombat"
|
||||
welcome: "Ми раді вашому повідомленню! Скористайтеся цією формою, щоб надіслати email."
|
||||
welcome: "Ми раді вашому повідомленню! Скористайтеся цією формою аби надіслати email."
|
||||
contribute_prefix: "Якщо ви зацікавлені у співпраці, завітайте на нашу "
|
||||
contribute_page: "сторінку учасників"
|
||||
contribute_suffix: "!"
|
||||
|
@ -489,25 +489,25 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
# email_subscriptions_none: "No Email Subscriptions."
|
||||
email_announcements: "Оголошення"
|
||||
email_announcements_description: "Отримувати електронні листи про останні новини CodeCombat."
|
||||
email_notifications: "Нотифікації"
|
||||
email_notifications: "Сповіщення"
|
||||
# email_notifications_summary: "Controls for personalized, automatic email notifications related to your CodeCombat activity."
|
||||
# email_any_notes: "Any Notifications"
|
||||
email_any_notes: "Будь-які сповіщення"
|
||||
# email_any_notes_description: "Disable to stop all activity notification emails."
|
||||
email_news: "Новини"
|
||||
# email_recruit_notes: "Job Opportunities"
|
||||
email_recruit_notes: "Ваканція роботи"
|
||||
# email_recruit_notes_description: "If you play really well, we may contact you about getting you a (better) job."
|
||||
contributor_emails: "Підписки за класами учасників"
|
||||
contribute_prefix: "Нам потрібні люди, які приєднаються до нашої команди! Зайдіть на "
|
||||
contribute_page: "сторінку учасників,"
|
||||
contribute_suffix: " щоб дізнатися більше."
|
||||
email_toggle: "Обрати все"
|
||||
error_saving: "Помилка при збереженні"
|
||||
error_saving: "Помилка збереження"
|
||||
saved: "Зміни збережено"
|
||||
password_mismatch: "Паролі не збігаються."
|
||||
# password_repeat: "Please repeat your password."
|
||||
job_profile: "Профіль роботи" # Rest of this section (the job profile stuff and wizard stuff) is deprecated
|
||||
job_profile_approved: "Ваш робочий пофіль буде затверджений CodeCombat. Роботодавці зможуть бачити його якщо він буде відмічений як активний, або він не зазнає змін протягом 4 тижнів."
|
||||
job_profile_explanation: "Привіт! Заповніть це і ми з Вами зв‘яжемось знайшовши для Вас роботу розробника ПЗ."
|
||||
password_repeat: "Будь ласка, повторіть пароль."
|
||||
job_profile: "Робочий профіль" # Rest of this section (the job profile stuff and wizard stuff) is deprecated
|
||||
job_profile_approved: "Ваш робочий профіль буде затверджено CodeCombat. Роботодавці зможуть бачити його якщо він буде відмічений як активний, або він не зазнає змін протягом 4 тижнів."
|
||||
job_profile_explanation: "Привіт! Заповніть це і ми зв’яжемось з Вами знайшовши для Вас роботу розробника ПЗ."
|
||||
sample_profile: "Дивитись зразок профілю"
|
||||
view_profile: "Переглянути Ваш профіль"
|
||||
wizard_tab: "Персонаж"
|
||||
|
@ -519,19 +519,19 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
enter: "Enter"
|
||||
escape: "Escape"
|
||||
shift: "Shift"
|
||||
# run_code: "Run current code."
|
||||
# run_real_time: "Run in real time."
|
||||
run_code: "Виконати поточний код."
|
||||
run_real_time: "Виконати в реальному часі."
|
||||
# continue_script: "Continue past current script."
|
||||
# skip_scripts: "Skip past all skippable scripts."
|
||||
# toggle_playback: "Toggle play/pause."
|
||||
toggle_playback: "Перемикач гри/паузи."
|
||||
# scrub_playback: "Scrub back and forward through time."
|
||||
# single_scrub_playback: "Scrub back and forward through time by a single frame."
|
||||
# scrub_execution: "Scrub through current spell execution."
|
||||
# toggle_debug: "Toggle debug display."
|
||||
# toggle_grid: "Toggle grid overlay."
|
||||
toggle_debug: "Перемикач відлагодження."
|
||||
toggle_grid: "Перемикач сітки."
|
||||
# toggle_pathfinding: "Toggle pathfinding overlay."
|
||||
# beautify: "Beautify your code by standardizing its formatting."
|
||||
# maximize_editor: "Maximize/minimize code editor."
|
||||
beautify: "Зроби код красивішим стандартизуючи його форматування."
|
||||
maximize_editor: "Згортання/розширення редактора коду."
|
||||
# move_wizard: "Move your Wizard around the level."
|
||||
|
||||
community:
|
||||
|
@ -543,14 +543,14 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
# thang_editor_suffix: "to modify the CodeCombat source artwork. Allow units to throw projectiles, alter the direction of an animation, change a unit's hit points, or upload your own vector sprites."
|
||||
# article_editor_prefix: "See a mistake in some of our docs? Want to make some instructions for your own creations? Check out the"
|
||||
# article_editor_suffix: "and help CodeCombat players get the most out of their playtime."
|
||||
# find_us: "Find us on these sites"
|
||||
find_us: "Шукайте нас на цих сайтах"
|
||||
# social_blog: "Read the CodeCombat blog on Sett"
|
||||
# social_discource: "Join the discussion on our Discourse forum"
|
||||
# social_facebook: "Like CodeCombat on Facebook"
|
||||
# social_twitter: "Follow CodeCombat on Twitter"
|
||||
# social_gplus: "Join CodeCombat on Google+"
|
||||
social_twitter: "Слідкувати за CodeCombat у Twitter"
|
||||
social_gplus: "Приєднатись до CodeCombat у Google+"
|
||||
# social_hipchat: "Chat with us in the public CodeCombat HipChat room"
|
||||
# contribute_to_the_project: "Contribute to the project"
|
||||
contribute_to_the_project: "Прийняти участь в розробці"
|
||||
|
||||
classes:
|
||||
archmage_title: "Архімаг"
|
||||
|
@ -596,7 +596,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
level_tab_thangs_conditions: "Початковий статус"
|
||||
level_tab_thangs_add: "Додати об'єкти"
|
||||
delete: "Видалити"
|
||||
# duplicate: "Duplicate"
|
||||
duplicate: "Дублікат"
|
||||
rotate: "Повернути"
|
||||
level_settings_title: "Налаштування"
|
||||
level_component_tab_title: "Поточні компоненти"
|
||||
|
@ -703,7 +703,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
# diplomat_i18n_page_prefix: "You can start translating our levels by going to our"
|
||||
# diplomat_i18n_page: "translations page"
|
||||
# diplomat_i18n_page_suffix: ", or our interface and website on GitHub."
|
||||
# diplomat_join_pref_github: "Find your language locale file "
|
||||
diplomat_join_pref_github: "Знайдіть файл своєї мови "
|
||||
diplomat_github_url: "на GitHub"
|
||||
# diplomat_join_suf_github: ", edit it online, and submit a pull request. Also, check this box below to keep up-to-date on new internationalization developments!"
|
||||
more_about_diplomat: "Дізнатися, як стати Дипломатом"
|
||||
|
@ -778,20 +778,20 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
# rules: "Rules"
|
||||
# winners: "Winners"
|
||||
|
||||
# user:
|
||||
# stats: "Stats"
|
||||
# singleplayer_title: "Singleplayer Levels"
|
||||
# multiplayer_title: "Multiplayer Levels"
|
||||
# achievements_title: "Achievements"
|
||||
# last_played: "Last Played"
|
||||
# status: "Status"
|
||||
# status_completed: "Completed"
|
||||
# status_unfinished: "Unfinished"
|
||||
# no_singleplayer: "No Singleplayer games played yet."
|
||||
# no_multiplayer: "No Multiplayer games played yet."
|
||||
# no_achievements: "No Achievements earned yet."
|
||||
# favorite_prefix: "Favorite language is "
|
||||
# favorite_postfix: "."
|
||||
user:
|
||||
stats: "Статистика"
|
||||
singleplayer_title: "Самітні рівні"
|
||||
multiplayer_title: "Мультиплеєрні рівні"
|
||||
achievements_title: "Досягнення"
|
||||
last_played: "Остання гра"
|
||||
status: "Стутус"
|
||||
status_completed: "Завершено"
|
||||
status_unfinished: "Незавершено"
|
||||
no_singleplayer: "Жодної самітньої гри ще не зіграно."
|
||||
no_multiplayer: "Жодної самітньої гри ще не зіграно."
|
||||
no_achievements: "Жодних досягнень ще не отримано."
|
||||
favorite_prefix: "Улюблена мова програмування "
|
||||
favorite_postfix: "."
|
||||
|
||||
achievements:
|
||||
# last_earned: "Last Earned"
|
||||
|
@ -812,7 +812,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
# left_xp_postfix: ""
|
||||
|
||||
account:
|
||||
# recently_played: "Recently Played"
|
||||
recently_played: "Нещодавні ігри"
|
||||
# no_recent_games: "No games played during the past two weeks."
|
||||
# payments: "Payments"
|
||||
service_apple: "Apple"
|
||||
|
@ -820,23 +820,23 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
# paid_on: "Paid On"
|
||||
service: "Сервіс"
|
||||
price: "Ціна"
|
||||
# gems: "Gems"
|
||||
gems: "Cамоцвіти"
|
||||
# status_subscribed: "You're currently subscribed at $9.99 USD/mo. Thanks for your support!"
|
||||
# status_unsubscribed_active: "You're not subscribed and won't be billed, but your account is still active for now."
|
||||
# status_unsubscribed: "Get access to new levels, heroes, items, and bonus gems with a CodeCombat subscription!"
|
||||
|
||||
# loading_error:
|
||||
# could_not_load: "Error loading from server"
|
||||
# connection_failure: "Connection failed."
|
||||
# unauthorized: "You need to be signed in. Do you have cookies disabled?"
|
||||
# forbidden: "You do not have the permissions."
|
||||
# not_found: "Not found."
|
||||
# not_allowed: "Method not allowed."
|
||||
# timeout: "Server timeout."
|
||||
# conflict: "Resource conflict."
|
||||
# bad_input: "Bad input."
|
||||
# server_error: "Server error."
|
||||
# unknown: "Unknown error."
|
||||
loading_error:
|
||||
could_not_load: "Помилка завантаження з сервера"
|
||||
connection_failure: "Помилка з’єднання."
|
||||
unauthorized: "Вам потрібно увійти. Ви вимкнули куки?"
|
||||
forbidden: "Недостатнь прав."
|
||||
not_found: "Не знайдено."
|
||||
not_allowed: "Недозволений метод."
|
||||
timeout: "Час очікування сервера минув."
|
||||
conflict: "Конфлікт ресурсів."
|
||||
bad_input: "Помилкове уведення."
|
||||
server_error: "Помилка сервера."
|
||||
unknown: "Невідома помилка."
|
||||
|
||||
resources:
|
||||
sessions: "Сесії"
|
||||
|
@ -877,12 +877,12 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
# user_remarks: "User Remarks"
|
||||
versions: "Версії"
|
||||
# items: "Items"
|
||||
# heroes: "Heroes"
|
||||
heroes: "Герої"
|
||||
# wizard: "Wizard"
|
||||
# achievement: "Achievement"
|
||||
# clas: "CLAs"
|
||||
# play_counts: "Play Counts"
|
||||
# feedback: "Feedback"
|
||||
feedback: "Відгук"
|
||||
|
||||
# delta:
|
||||
# added: "Added"
|
||||
|
@ -917,7 +917,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
practices_title: "Шановні найкращі гравці"
|
||||
# practices_description: "These are our promises to you, the player, in slightly less legalese."
|
||||
privacy_title: "Конфіденційність"
|
||||
# privacy_description: "We will not sell any of your personal information."
|
||||
privacy_description: "Ми не розповсюджуємо вашу персональну інформацію."
|
||||
security_title: "Безпека"
|
||||
security_description: "Ми прагнемо зберегти вашу особисту інформацію в безпеці. Як проект з відкритим кодом, наш сайт є вільно відкритим для всіх, щоб переглянути та удосконалити наші системи безпеки."
|
||||
email_title: "Email"
|
||||
|
@ -998,7 +998,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
|
|||
lightness: "Яскравість"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
settings: "Налаштування" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "Редагувати профіль"
|
||||
done_editing: "Завершити редагування"
|
||||
profile_for_prefix: "Профіль для "
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "Cài đặt Wizard"
|
||||
customize_avatar: "Tùy chỉnh Avatar của bạn"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
|
|||
victory_rate_the_level: "评估关卡:" # Only in old-style levels.
|
||||
victory_return_to_ladder: "返回"
|
||||
victory_play_continue: "继续游戏"
|
||||
victory_play_skip: "跳过并继续"
|
||||
victory_play_next_level: "下一关"
|
||||
victory_play_more_practice: "更多练习"
|
||||
victory_play_too_easy: "太简单"
|
||||
victory_play_just_right: "刚刚好"
|
||||
victory_play_too_hard: "太难"
|
||||
victory_saving_progress: "保存进度"
|
||||
victory_go_home: "返回主页" # Only in old-style levels.
|
||||
victory_review: "给我们反馈!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "设置向导"
|
||||
customize_avatar: "设置你的头像"
|
||||
active: "启用"
|
||||
color: "颜色"
|
||||
group: "类别"
|
||||
clothes: "衣服"
|
||||
trim: "条纹"
|
||||
cloud: "云"
|
||||
team: "队伍"
|
||||
spell: "法球"
|
||||
boots: "鞋子"
|
||||
hue: "颜色"
|
||||
saturation: "饱和度"
|
||||
lightness: "亮度"
|
||||
|
||||
account_profile:
|
||||
settings: "设置" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
edit_profile: "编辑资料"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
|
|||
victory_rate_the_level: "評估關卡: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "下一關"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "返回首頁" # Only in old-style levels.
|
||||
victory_review: "給我們回饋!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
|
|||
# victory_rate_the_level: "Rate the level: " # Only in old-style levels.
|
||||
# victory_return_to_ladder: "Return to Ladder"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
# victory_play_next_level: "Play Next Level"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
# victory_go_home: "Go Home" # Only in old-style levels.
|
||||
# victory_review: "Tell us more!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -925,7 +919,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
|
|||
# email_settings_url: "your email settings"
|
||||
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
|
||||
# cost_title: "Cost"
|
||||
# cost_description: "CodeCombat is free to play in the dungeon campaign, with a $9.99 USD/mo subscription for access to later campaigns and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# cost_description: "CodeCombat is free to play for all of its core levels, with a $9.99 USD/mo subscription for access to extra level branches and 3500 bonus gems per month. You can cancel with a click, and we offer a 100% money-back guarantee."
|
||||
# copyrights_title: "Copyrights and Licenses"
|
||||
# contributor_title: "Contributor License Agreement"
|
||||
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
# wizard_settings:
|
||||
# title: "Wizard Settings"
|
||||
# customize_avatar: "Customize Your Avatar"
|
||||
# active: "Active"
|
||||
# color: "Color"
|
||||
# group: "Group"
|
||||
# clothes: "Clothes"
|
||||
# trim: "Trim"
|
||||
# cloud: "Cloud"
|
||||
# team: "Team"
|
||||
# spell: "Spell"
|
||||
# boots: "Boots"
|
||||
# hue: "Hue"
|
||||
# saturation: "Saturation"
|
||||
# lightness: "Lightness"
|
||||
|
||||
# account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -227,12 +227,6 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
|
|||
victory_rate_the_level: "箇關評價:" # Only in old-style levels.
|
||||
victory_return_to_ladder: "走轉"
|
||||
# victory_play_continue: "Continue"
|
||||
# victory_play_skip: "Skip Ahead"
|
||||
victory_play_next_level: "下關"
|
||||
# victory_play_more_practice: "More Practice"
|
||||
# victory_play_too_easy: "Too Easy"
|
||||
# victory_play_just_right: "Just Right"
|
||||
# victory_play_too_hard: "Too Hard"
|
||||
# victory_saving_progress: "Saving Progress"
|
||||
victory_go_home: "轉到主頁" # Only in old-style levels.
|
||||
victory_review: "搭我裏反應!" # Only in old-style levels.
|
||||
|
@ -339,7 +333,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
|
|||
|
||||
# subscribe:
|
||||
# subscribe_title: "Subscribe"
|
||||
# levels: "Unlock 25 levels! With 5 new ones every week!"
|
||||
# levels: "Unlock 17 extra levels! With 5 new ones every week!"
|
||||
# heroes: "More powerful heroes!"
|
||||
# gems: "3500 bonus gems every month!"
|
||||
# items: "Over 250 bonus items!"
|
||||
|
@ -981,22 +975,6 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
|
|||
# license: "license"
|
||||
# oreilly: "ebook of your choice"
|
||||
|
||||
wizard_settings:
|
||||
title: "定做獻路人"
|
||||
customize_avatar: "設定人頭照"
|
||||
active: "開起"
|
||||
color: "顏色"
|
||||
group: "分類"
|
||||
clothes: "衣裳"
|
||||
trim: "格子"
|
||||
cloud: "雲"
|
||||
team: "隊"
|
||||
spell: "魔法球"
|
||||
boots: "鞋"
|
||||
hue: "顏色"
|
||||
saturation: "飽和度"
|
||||
lightness: "亮度"
|
||||
|
||||
account_profile:
|
||||
# settings: "Settings" # We are not actively recruiting right now, so there's no need to add new translations for this section.
|
||||
# edit_profile: "Edit Profile"
|
||||
|
|
|
@ -45,14 +45,14 @@ class CocoModel extends Backbone.Model
|
|||
@loading = false
|
||||
@jqxhr = null
|
||||
if jqxhr.status is 402
|
||||
Backbone.Mediator.publish 'level:subscription-required'
|
||||
Backbone.Mediator.publish 'level:subscription-required', {}
|
||||
|
||||
onLoaded: ->
|
||||
@loaded = true
|
||||
@loading = false
|
||||
@jqxhr = null
|
||||
@loadFromBackup()
|
||||
|
||||
|
||||
getCreationDate: -> new Date(parseInt(@id.slice(0,8), 16)*1000)
|
||||
|
||||
getNormalizedURL: -> "#{@urlRoot}/#{@id}"
|
||||
|
@ -351,7 +351,7 @@ class CocoModel extends Backbone.Model
|
|||
|
||||
CocoCollection = require 'collections/CocoCollection'
|
||||
Achievement = require 'models/Achievement'
|
||||
|
||||
|
||||
class NewAchievementCollection extends CocoCollection
|
||||
model: Achievement
|
||||
initialize: (me = require('core/auth').me) ->
|
||||
|
|
|
@ -83,9 +83,9 @@ _.extend LevelSessionSchema.properties,
|
|||
'string'
|
||||
]
|
||||
playing:
|
||||
type: 'boolean'
|
||||
type: 'boolean' # Not tracked any more
|
||||
frame:
|
||||
type: 'number'
|
||||
type: 'number' # Not tracked any more
|
||||
thangs:
|
||||
type: 'object'
|
||||
additionalProperties:
|
||||
|
|
|
@ -167,8 +167,6 @@ module.exports =
|
|||
]
|
||||
timedOut: {type: 'boolean'}
|
||||
|
||||
'level:edit-wizard-settings': c.object {}
|
||||
|
||||
'level:hero-config-changed': c.object {}
|
||||
|
||||
'level:hero-selection-updated': c.object {required: ['hero']},
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
#wizard-settings-view
|
||||
h3
|
||||
text-align: center
|
||||
|
||||
#tinting-display
|
||||
float: right
|
||||
|
||||
width: 450px
|
||||
margin: 0 auto
|
||||
|
||||
label
|
||||
cursor: pointer
|
||||
|
||||
#color-settings table
|
||||
float: left
|
||||
width: 250px
|
||||
cursor: pointer
|
||||
|
||||
.minicolors-input
|
||||
display: none
|
||||
|
||||
.minicolors-swatch
|
||||
position: static
|
||||
width: 40px
|
||||
cursor: pointer
|
||||
|
||||
.enabled-cell
|
||||
width: 30px
|
||||
|
||||
.color-cell
|
||||
width: 50px
|
|
@ -1,17 +0,0 @@
|
|||
#wizard-settings-modal
|
||||
color: black
|
||||
|
||||
#wizard-settings-view #color-settings
|
||||
width: 480px
|
||||
|
||||
canvas
|
||||
margin: 0px auto 20px
|
||||
display: block
|
||||
float: none
|
||||
background: white
|
||||
|
||||
#wizard-settings-name-wrapper
|
||||
padding-left: 0px !important
|
||||
|
||||
.help-block
|
||||
text-align: center
|
|
@ -33,8 +33,8 @@ $level-resize-transition-time: 0.5s
|
|||
#playback-view
|
||||
$flags-width: 200px
|
||||
width: 90%
|
||||
width: -webkit-calc(100% - $flags-width)
|
||||
width: calc(100% - $flags-width)
|
||||
width: -webkit-calc(100% - 200px)
|
||||
width: calc(100% - 200px)
|
||||
left: $flags-width
|
||||
#code-area, #thang-hud, #goals-view
|
||||
display: none
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
#color-settings
|
||||
table.table.table-bordered.table-hover
|
||||
tr
|
||||
th(data-i18n="wizard_settings.active") Active
|
||||
th(data-i18n="wizard_settings.color") Color
|
||||
th(data-i18n="wizard_settings.group") Group
|
||||
for group in colorGroups
|
||||
tr.color-group(data-name=group.name)
|
||||
td.enabled-cell
|
||||
input(type='checkbox', checked=group.exists, id=group.name).color-group-checkbox
|
||||
td.color-cell
|
||||
input.minicolors(type=hidden, value=group.rgb, name=group.name)
|
||||
td.group-cell
|
||||
label(for=group.name, data-i18n='wizard_settings.' + group.dasherized)= group.humanized
|
||||
|
||||
canvas#tinting-display(width=200, height=200).img-rounded
|
||||
|
||||
div.clearfix
|
37
app/templates/admin/administer-user-modal.jade
Normal file
37
app/templates/admin/administer-user-modal.jade
Normal file
|
@ -0,0 +1,37 @@
|
|||
extends /templates/core/modal-base
|
||||
|
||||
block modal-header-content
|
||||
h3 Administer User
|
||||
h4 #{user.get('name') || 'Unnamed'} / #{user.get('email')}
|
||||
span= user.id
|
||||
|
||||
|
||||
block modal-body-content
|
||||
|
||||
h3 Stripe Benefit
|
||||
.form
|
||||
.form-group
|
||||
.radio
|
||||
label
|
||||
input(type="radio" name="stripe-benefit" value="" checked=none)
|
||||
| None
|
||||
.radio
|
||||
label
|
||||
input(type="radio" name="stripe-benefit" value="free" checked=free)
|
||||
| Free
|
||||
.radio
|
||||
label
|
||||
input(type="radio" name="stripe-benefit" value="free-until" checked=FreeUntil)
|
||||
| Free Until
|
||||
input.form-control.spl(type="date" name="stripe-free-until" value=freeUntilDate)#free-until-date
|
||||
.radio
|
||||
label
|
||||
input(type="radio" name="stripe-benefit" value="coupon" checked=coupon)
|
||||
| Coupon
|
||||
select.form-control#coupon-select
|
||||
for couponOption in coupons
|
||||
option(value=couponOption.id selected=coupon===couponOption.id)= couponOption.format
|
||||
|
||||
block modal-footer-content
|
||||
button#save-changes.btn.btn-primary Save Changes
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
extends /templates/core/modal-base
|
||||
|
||||
block modal-header-content
|
||||
h3(data-i18n="wizard_settings.title2") Customize Your Character
|
||||
|
||||
block modal-body-content
|
||||
form.form-horizontal
|
||||
div.form-group
|
||||
.row
|
||||
label.control-label.col-sm-6(for="name")
|
||||
| Your Wizardly Name:
|
||||
#wizard-settings-name-wrapper.col-sm-4
|
||||
input#wizard-settings-name.form-control.input-sm(name="name", type="text", value="#{me.get('name')||''}")
|
||||
|
||||
#wizard-settings-view
|
||||
|
||||
block modal-body-wait-content
|
||||
h3 Saving...
|
||||
.progress.progress-striped.active
|
||||
.progress-bar
|
||||
|
||||
block modal-footer-content
|
||||
button.btn.btn-primary.btn-large#wizard-settings-done(data-dismiss="modal", type="button") Done
|
|
@ -22,9 +22,9 @@ module.exports = class HomeView extends RootView
|
|||
c = super()
|
||||
if $.browser
|
||||
majorVersion = $.browser.versionNumber
|
||||
c.isOldBrowser = true if $.browser.mozilla && majorVersion < 21
|
||||
c.isOldBrowser = true if $.browser.chrome && majorVersion < 17
|
||||
c.isOldBrowser = true if $.browser.safari && majorVersion < 6
|
||||
c.isOldBrowser = true if $.browser.mozilla && majorVersion < 25
|
||||
c.isOldBrowser = true if $.browser.chrome && majorVersion < 25
|
||||
c.isOldBrowser = true if $.browser.safari && majorVersion < 6 # 6 might have problems with Aether, or maybe just old minors of 6: https://errorception.com/projects/51a79585ee207206390002a2/errors/547a202e1ead63ba4e4ac9fd
|
||||
else
|
||||
console.warn 'no more jquery browser version...'
|
||||
c.isEnglish = (me.get('preferredLanguage') or 'en').startsWith 'en'
|
||||
|
|
|
@ -1,113 +0,0 @@
|
|||
CocoView = require 'views/core/CocoView'
|
||||
template = require 'templates/account/wizard-settings-view'
|
||||
{me} = require 'core/auth'
|
||||
ThangType = require 'models/ThangType'
|
||||
SpriteBuilder = require 'lib/sprites/SpriteBuilder'
|
||||
{hslToHex, hexToHSL} = require 'core/utils'
|
||||
|
||||
module.exports = class WizardSettingsView extends CocoView
|
||||
id: 'wizard-settings-view'
|
||||
template: template
|
||||
|
||||
events:
|
||||
'click .color-group': (e) ->
|
||||
return if $(e.target).closest('.minicolors')[0]
|
||||
return if $(e.target).closest('.color-group-checkbox')[0]
|
||||
return if $(e.target).closest('label')[0]
|
||||
$(e.target).closest('.color-group').find('.color-group-checkbox').click()
|
||||
'change .color-group-checkbox': (e) ->
|
||||
colorGroup = $(e.target).closest('.color-group')
|
||||
@updateColorSettings(colorGroup)
|
||||
@updateSwatchVisibility(colorGroup)
|
||||
|
||||
constructor: ->
|
||||
super(arguments...)
|
||||
@loadWizard()
|
||||
|
||||
loadWizard: ->
|
||||
@wizardThangType = new ThangType()
|
||||
@wizardThangType.setURL '/db/thang.type/wizard'
|
||||
@supermodel.loadModel @wizardThangType, 'wizard'
|
||||
|
||||
onLoaded: ->
|
||||
super()
|
||||
@spriteBuilder = new SpriteBuilder(@wizardThangType)
|
||||
@initStage()
|
||||
|
||||
getRenderData: ->
|
||||
c = super()
|
||||
wizardSettings = me.get('wizard')?.colorConfig or {}
|
||||
|
||||
colorGroups = @wizardThangType.get('colorGroups') or {}
|
||||
f = (name) ->
|
||||
hslObj = wizardSettings[name]
|
||||
hsl = if hslObj then [hslObj.hue, hslObj.saturation, hslObj.lightness] else [0, 0.5, 0.5]
|
||||
return {
|
||||
dasherized: _.string.dasherize(name)
|
||||
humanized: _.string.humanize name
|
||||
name: name
|
||||
exists: wizardSettings[name]
|
||||
rgb: hslToHex(hsl)
|
||||
}
|
||||
c.colorGroups = (f(colorName) for colorName in _.keys colorGroups when colorName isnt 'team')
|
||||
c
|
||||
|
||||
afterRender: ->
|
||||
return unless @supermodel.finished()
|
||||
wizardSettings = me.get('wizard') or {}
|
||||
wizardSettings.colorConfig ?= {}
|
||||
|
||||
@$el.find('.minicolors').each (e, minicolor) =>
|
||||
$(minicolor).minicolors({
|
||||
change: => @updateColorSettings($(minicolor).closest('.color-group'))
|
||||
changeDelay: 200
|
||||
})
|
||||
|
||||
@$el.find('.color-group').each (i, colorGroup) =>
|
||||
@updateSwatchVisibility($(colorGroup))
|
||||
|
||||
updateSwatchVisibility: (colorGroup) ->
|
||||
enabled = colorGroup.find('.color-group-checkbox').prop('checked')
|
||||
colorGroup.find('.minicolors-swatch').toggle Boolean(enabled)
|
||||
|
||||
updateColorSettings: (colorGroup) =>
|
||||
wizardSettings = $.extend(true, {}, me.get('wizard')) or {}
|
||||
wizardSettings.colorConfig ?= {}
|
||||
colorName = colorGroup.data('name')
|
||||
wizardSettings.colorConfig[colorName] ?= {}
|
||||
if colorGroup.find('.color-group-checkbox').prop('checked')
|
||||
input = colorGroup.find('.minicolors-input')
|
||||
hex = input.val()
|
||||
hsl = hexToHSL(hex)
|
||||
config = {hue: hsl[0], saturation: hsl[1], lightness: hsl[2]}
|
||||
wizardSettings.colorConfig[colorName] = config
|
||||
else
|
||||
delete wizardSettings.colorConfig[colorName]
|
||||
|
||||
me.set('wizard', wizardSettings)
|
||||
@updateMovieClip()
|
||||
@trigger 'change'
|
||||
|
||||
initStage: ->
|
||||
@stage = new createjs.Stage(@$el.find('canvas')[0])
|
||||
@updateMovieClip()
|
||||
|
||||
updateMovieClip: ->
|
||||
return unless @wizardThangType.loaded
|
||||
wizardSettings = me.get('wizard') or {}
|
||||
wizardSettings.colorConfig ?= {}
|
||||
|
||||
@stage.removeChild(@movieClip) if @movieClip
|
||||
options = {colorConfig: wizardSettings.colorConfig}
|
||||
@spriteBuilder.setOptions options
|
||||
@spriteBuilder.buildColorMaps()
|
||||
castAction = @wizardThangType.get('actions')?.cast
|
||||
return unless castAction?.animation
|
||||
@movieClip = @spriteBuilder.buildMovieClip castAction.animation
|
||||
@movieClip.scaleY = @movieClip.scaleX = 1.7 * (castAction.scale or 1)
|
||||
reg = castAction.positions?.registration
|
||||
if reg
|
||||
@movieClip.regX = reg.x
|
||||
@movieClip.regY = reg.y
|
||||
@stage.addChild @movieClip
|
||||
@stage.update()
|
62
app/views/admin/AdministerUserModal.coffee
Normal file
62
app/views/admin/AdministerUserModal.coffee
Normal file
|
@ -0,0 +1,62 @@
|
|||
ModalView = require 'views/core/ModalView'
|
||||
template = require 'templates/admin/administer-user-modal'
|
||||
User = require 'models/User'
|
||||
|
||||
module.exports = class AdministerUserModal extends ModalView
|
||||
id: "administer-user-modal"
|
||||
template: template
|
||||
plain: true
|
||||
|
||||
events:
|
||||
'click #save-changes': 'onSaveChanges'
|
||||
|
||||
constructor: (options, @userHandle) ->
|
||||
super(options)
|
||||
@user = @supermodel.loadModel(new User({_id:@userHandle}), 'user').model
|
||||
options = {url: '/stripe/coupons'}
|
||||
options.success = (@coupons) =>
|
||||
@couponsResource = @supermodel.addRequestResource('coupon', options)
|
||||
@couponsResource.load()
|
||||
|
||||
getRenderData: ->
|
||||
c = super()
|
||||
stripe = @user.get('stripe') or {}
|
||||
c.free = stripe.free is true
|
||||
c.freeUntil = _.isString(stripe.free)
|
||||
c.freeUntilDate = if c.freeUntil then stripe.free else new Date().toISOString()[...10]
|
||||
c.coupon = stripe.couponID
|
||||
c.coupons = @coupons or []
|
||||
for coupon in c.coupons
|
||||
bits = [coupon.id]
|
||||
if coupon.percent_off
|
||||
bits.push "(#{coupon.percent_off}% off)"
|
||||
else if coupon.amount_off
|
||||
bits.push "($#{coupon.amount_off} off)"
|
||||
if coupon.duration
|
||||
bits.push "(duration: #{coupon.duration})"
|
||||
if coupon.redeem_by
|
||||
bits.push "(redeem by: #{moment(coupon.redeem_by).format('lll')}"
|
||||
coupon.format = bits.join(' ')
|
||||
c.none = not (c.free or c.freeUntil or c.coupon)
|
||||
c.user = @user
|
||||
c
|
||||
|
||||
onSaveChanges: ->
|
||||
stripe = _.clone(@user.get('stripe') or {})
|
||||
delete stripe.free
|
||||
delete stripe.couponID
|
||||
|
||||
selection = @$el.find('input[name="stripe-benefit"]:checked').val()
|
||||
dateVal = @$el.find('#free-until-date').val()
|
||||
couponVal = @$el.find('#coupon-select').val()
|
||||
switch selection
|
||||
when 'free' then stripe.free = true
|
||||
when 'free-until' then stripe.free = dateVal
|
||||
when 'coupon' then stripe.couponID = couponVal
|
||||
|
||||
@user.set('stripe', stripe)
|
||||
options = {}
|
||||
options.success = => @hide()
|
||||
@user.patch(options)
|
||||
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
{backboneFailure, genericFailure} = require 'core/errors'
|
||||
RootView = require 'views/core/RootView'
|
||||
template = require 'templates/admin'
|
||||
AdministerUserModal = require 'views/admin/AdministerUserModal'
|
||||
|
||||
module.exports = class MainAdminView extends RootView
|
||||
id: 'admin-view'
|
||||
|
@ -12,6 +13,7 @@ module.exports = class MainAdminView extends RootView
|
|||
'click #enter-espionage-mode': 'enterEspionageMode'
|
||||
'click #user-search-button': 'searchForUser'
|
||||
'click #increment-button': 'incrementUserAttribute'
|
||||
'click #user-search-result': 'onClickUserSearchResult'
|
||||
|
||||
checkForFormSubmissionEnterPress: (e) ->
|
||||
if e.which is 13 and @$el.find('#espionage-name-or-email').val() isnt ''
|
||||
|
@ -47,7 +49,7 @@ module.exports = class MainAdminView extends RootView
|
|||
onSearchRequestSuccess: (users) =>
|
||||
result = ''
|
||||
if users.length
|
||||
result = ("<tr><td><code>#{user._id}</code></td><td>#{_.escape(user.name or 'Anoner')}</td><td>#{_.escape(user.email)}</td></tr>" for user in users)
|
||||
result = ("<tr data-user-id='#{user._id}'><td><code>#{user._id}</code></td><td>#{_.escape(user.name or 'Anoner')}</td><td>#{_.escape(user.email)}</td></tr>" for user in users)
|
||||
result = "<table class=\"table\">#{result.join('\n')}</table>"
|
||||
@$el.find('#user-search-result').html(result)
|
||||
|
||||
|
@ -59,3 +61,7 @@ module.exports = class MainAdminView extends RootView
|
|||
val = $('#increment-field').val()
|
||||
me.set(val, me.get(val) + 1)
|
||||
me.save()
|
||||
|
||||
onClickUserSearchResult: (e) ->
|
||||
userID = $(e.target).closest('tr').data('user-id')
|
||||
@openModalView new AdministerUserModal({}, userID) if userID
|
||||
|
|
|
@ -50,11 +50,6 @@ module.exports = class RootView extends CocoView
|
|||
window.tracker?.trackEvent 'Log Out', category:'Homepage', ['Google Analytics'] if @id is 'home-view'
|
||||
logoutUser($('#login-email').val())
|
||||
|
||||
showWizardSettingsModal: ->
|
||||
WizardSettingsModal = require('views/modal/WizardSettingsModal')
|
||||
subview = new WizardSettingsModal {}
|
||||
@openModalView subview
|
||||
|
||||
onClickSignupButton: ->
|
||||
AuthModal = require 'views/core/AuthModal'
|
||||
window.tracker?.trackEvent 'Sign Up', category: 'Homepage', ['Google Analytics'] if @id is 'home-view'
|
||||
|
|
|
@ -1,60 +0,0 @@
|
|||
ModalView = require 'views/core/ModalView'
|
||||
template = require 'templates/modal/wizard-settings-modal'
|
||||
WizardLank = require 'lib/surface/WizardLank'
|
||||
ThangType = require 'models/ThangType'
|
||||
{me} = require 'core/auth'
|
||||
forms = require 'core/forms'
|
||||
User = require 'models/User'
|
||||
|
||||
module.exports = class WizardSettingsModal extends ModalView
|
||||
id: 'wizard-settings-modal'
|
||||
template: template
|
||||
closesOnClickOutside: false
|
||||
|
||||
events:
|
||||
'keyup #wizard-settings-name': -> @trigger 'nameChanged'
|
||||
'click #wizard-settings-done': 'onWizardSettingsDone'
|
||||
|
||||
constructor: (options) ->
|
||||
@onNameChange = _.debounce(@checkNameExists, 500)
|
||||
@on 'nameChanged', @onNameChange
|
||||
super options
|
||||
|
||||
afterRender: ->
|
||||
WizardSettingsView = require 'views/account/WizardSettingsView'
|
||||
view = new WizardSettingsView()
|
||||
@insertSubView view
|
||||
super()
|
||||
|
||||
checkNameExists: =>
|
||||
forms.clearFormAlerts(@$el)
|
||||
name = $('#wizard-settings-name').val()
|
||||
User.getUnconflictedName name, (newName) =>
|
||||
forms.clearFormAlerts(@$el)
|
||||
if name isnt newName
|
||||
forms.setErrorToProperty @$el, 'name', 'This name is already taken so you won\'t be able to keep it.', true
|
||||
|
||||
onWizardSettingsDone: ->
|
||||
me.set('name', $('#wizard-settings-name').val())
|
||||
forms.clearFormAlerts(@$el)
|
||||
res = me.validate()
|
||||
if res?
|
||||
forms.applyErrorsToForm(@$el, res)
|
||||
return
|
||||
|
||||
res = me.patch()
|
||||
return unless res
|
||||
save = $('#save-button', @$el).text($.i18n.t('common.saving', defaultValue: 'Saving...'))
|
||||
.addClass('btn-info').show().removeClass('btn-danger')
|
||||
|
||||
res.error =>
|
||||
errors = JSON.parse(res.responseText)
|
||||
console.warn 'Got errors saving user:', errors
|
||||
return if @destroyed
|
||||
forms.applyErrorsToForm(@$el, errors)
|
||||
@disableModalInProgress(@$el)
|
||||
|
||||
res.success (model, response, options) =>
|
||||
@hide() unless @destroyed
|
||||
|
||||
@enableModalInProgress(@$el)
|
|
@ -208,11 +208,9 @@ module.exports = class WorldMapView extends RootView
|
|||
@endHighlight()
|
||||
else
|
||||
if level.requiresSubscription and @requiresSubscription and not @levelStatusMap[level.id] and not level.adventurer
|
||||
modal = if me.get('anonymous') then AuthModal else SubscribeModal
|
||||
@openModalView new modal()
|
||||
if modal is SubscribeModal
|
||||
window.tracker?.trackEvent 'Show subscription modal', category: 'Subscription', label: 'map level clicked'
|
||||
window.tracker?.trackPageView "subscription/show-modal", ['Google Analytics']
|
||||
@openModalView new SubscribeModal()
|
||||
window.tracker?.trackEvent 'Show subscription modal', category: 'Subscription', label: 'map level clicked'
|
||||
window.tracker?.trackPageView "subscription/show-modal", ['Google Analytics']
|
||||
else if $(e.target).attr('disabled')
|
||||
Backbone.Mediator.publish 'router:navigate', route: '/contribute/adventurer'
|
||||
return
|
||||
|
|
|
@ -2,7 +2,6 @@ CocoView = require 'views/core/CocoView'
|
|||
template = require 'templates/play/level/level_loading'
|
||||
utils = require 'core/utils'
|
||||
SubscribeModal = require 'views/play/modal/SubscribeModal'
|
||||
AuthModal = require 'views/core/AuthModal'
|
||||
|
||||
module.exports = class LevelLoadingView extends CocoView
|
||||
id: 'level-loading-view'
|
||||
|
@ -110,11 +109,9 @@ module.exports = class LevelLoadingView extends CocoView
|
|||
@$el.find('.subscription-required').show()
|
||||
|
||||
onClickStartSubscription: (e) ->
|
||||
modal = if me.get('anonymous') then AuthModal else SubscribeModal
|
||||
@openModalView new modal()
|
||||
if modal is SubscribeModal
|
||||
window.tracker?.trackEvent 'Show subscription modal', category: 'Subscription', label: 'level loading'
|
||||
window.tracker?.trackPageView "subscription/show-modal", ['Google Analytics']
|
||||
@openModalView new SubscribeModal()
|
||||
window.tracker?.trackEvent 'Show subscription modal', category: 'Subscription', label: 'level loading'
|
||||
window.tracker?.trackPageView "subscription/show-modal", ['Google Analytics']
|
||||
|
||||
onSubscribed: ->
|
||||
document.location.reload()
|
||||
|
|
|
@ -62,12 +62,10 @@ module.exports = class PlayLevelView extends RootView
|
|||
'level:reload-from-data': 'onLevelReloadFromData'
|
||||
'level:reload-thang-type': 'onLevelReloadThangType'
|
||||
'level:play-next-level': 'onPlayNextLevel'
|
||||
'level:edit-wizard-settings': 'showWizardSettingsModal'
|
||||
'level:session-will-save': 'onSessionWillSave'
|
||||
'level:started': 'onLevelStarted'
|
||||
'level:loading-view-unveiling': 'onLoadingViewUnveiling'
|
||||
'level:loading-view-unveiled': 'onLoadingViewUnveiled'
|
||||
'level:loaded': 'onLevelLoaded'
|
||||
'level:session-loaded': 'onSessionLoaded'
|
||||
'playback:real-time-playback-waiting': 'onRealTimePlaybackWaiting'
|
||||
'playback:real-time-playback-started': 'onRealTimePlaybackStarted'
|
||||
|
@ -265,10 +263,6 @@ module.exports = class PlayLevelView extends RootView
|
|||
|
||||
# Load Completed Setup ######################################################
|
||||
|
||||
onLevelLoaded: (e) ->
|
||||
# Just the level has been loaded by the level loader
|
||||
@showWizardSettingsModal() if not me.get('name') and not @isIPadApp() and not (e.level.get('type', true) in ['hero', 'hero-ladder', 'hero-coop'])
|
||||
|
||||
onSessionLoaded: (e) ->
|
||||
Backbone.Mediator.publish "ipad:language-chosen", language: e.session.get('codeLanguage') ? "python"
|
||||
# Just the level and session have been loaded by the level loader
|
||||
|
@ -365,13 +359,9 @@ module.exports = class PlayLevelView extends RootView
|
|||
Backbone.Mediator.publish 'level:set-time', time: 0
|
||||
Backbone.Mediator.publish 'level:set-playing', playing: true
|
||||
else
|
||||
if state.frame and @level.get('type', true) isnt 'ladder' # https://github.com/codecombat/codecombat/issues/714
|
||||
Backbone.Mediator.publish 'level:set-time', time: 0, frameOffset: state.frame
|
||||
if state.selected
|
||||
# TODO: Should also restore selected spell here by saving spellName
|
||||
Backbone.Mediator.publish 'level:select-sprite', thangID: state.selected, spellName: null
|
||||
if state.playing?
|
||||
Backbone.Mediator.publish 'level:set-playing', playing: state.playing
|
||||
|
||||
# callbacks
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@ module.exports = class TomeView extends CocoView
|
|||
@spellList.$el.toggle()
|
||||
|
||||
onSpellViewClick: (e) ->
|
||||
@spellList.$el.hide()
|
||||
@spellList?.$el.hide()
|
||||
|
||||
onClick: (e) ->
|
||||
Backbone.Mediator.publish 'tome:focus-editor', {} unless $(e.target).parents('.popover').length
|
||||
|
|
|
@ -337,7 +337,7 @@ module.exports = class InventoryModal extends ModalView
|
|||
@$el.find("##{showExtra}-item-viewed").removeClass('secret')
|
||||
|
||||
hideItemDetails: ->
|
||||
@itemDetailsView.setItem(null)
|
||||
@itemDetailsView?.setItem(null)
|
||||
@$el.find('#item-details-extra > *').addClass('secret')
|
||||
|
||||
getCurrentEquipmentConfig: ->
|
||||
|
|
|
@ -150,6 +150,10 @@ module.exports = class PlayHeroesModal extends ModalView
|
|||
onLoaded = =>
|
||||
canvas = $(".hero-item[data-hero-id='#{fullHero.get('original')}'] canvas")
|
||||
return unless canvas.length # Don't render it if it's not on the screen.
|
||||
unless fullHero.get 'raw'
|
||||
console.error "Couldn't make animation for #{fullHero.get('name')} with attributes #{_.cloneDeep(fullHero.attributes)}. Was it loaded with an improper projection or something?", fullHero
|
||||
@rerenderFooter()
|
||||
return
|
||||
canvas.show().prop width: @canvasWidth, height: @canvasHeight
|
||||
builder = new SpriteBuilder(fullHero)
|
||||
movieClip = builder.buildMovieClip(fullHero.get('actions').attack?.animation ? fullHero.get('actions').idle.animation)
|
||||
|
@ -287,7 +291,9 @@ module.exports = class PlayHeroesModal extends ModalView
|
|||
#- Exiting
|
||||
|
||||
saveAndHide: ->
|
||||
hero = @selectedHero.get('original')
|
||||
hero = @selectedHero?.get('original')
|
||||
unless hero
|
||||
console.error 'Somehow we tried to hide without having a hero selected yet...'
|
||||
|
||||
if @session
|
||||
changed = @updateHeroConfig(@session, hero)
|
||||
|
@ -311,6 +317,7 @@ module.exports = class PlayHeroesModal extends ModalView
|
|||
@trigger?('confirm-click', hero: @selectedHero)
|
||||
|
||||
updateHeroConfig: (model, hero) ->
|
||||
return false unless hero
|
||||
heroConfig = _.clone(model.get('heroConfig')) or {}
|
||||
if heroConfig.thangType isnt hero
|
||||
heroConfig.thangType = hero
|
||||
|
|
|
@ -152,6 +152,7 @@ module.exports = class PlayItemsModal extends ModalView
|
|||
|
||||
onScrollItemPane: ->
|
||||
# dynamically load visible items when the user scrolls enough to see them
|
||||
return console.error "Couldn't update scroll, since paneNanoContent wasn't initialized." unless @paneNanoContent
|
||||
items = @paneNanoContent.find('.item:not(.loaded)')
|
||||
threshold = @paneNanoContent.height() + 100
|
||||
for itemEl in items
|
||||
|
|
|
@ -2,6 +2,7 @@ ModalView = require 'views/core/ModalView'
|
|||
template = require 'templates/play/modal/subscribe-modal'
|
||||
stripeHandler = require 'core/services/stripe'
|
||||
utils = require 'core/utils'
|
||||
AuthModal = require 'views/core/AuthModal'
|
||||
|
||||
module.exports = class SubscribeModal extends ModalView
|
||||
id: 'subscribe-modal'
|
||||
|
@ -49,6 +50,7 @@ module.exports = class SubscribeModal extends ModalView
|
|||
|
||||
onClickPurchaseButton: (e) ->
|
||||
@playSound 'menu-button-click'
|
||||
return @openModalView new AuthModal() if me.get('anonymous')
|
||||
application.tracker?.trackEvent 'Started subscription purchase', {}
|
||||
application.tracker?.trackPageView "subscription/start-purchase", ['Google Analytics']
|
||||
stripeHandler.open({
|
||||
|
|
|
@ -2,9 +2,10 @@ config = require '../../server_config'
|
|||
stripe = require('stripe')(config.stripe.secretKey)
|
||||
User = require '../users/User'
|
||||
Payment = require '../payments/Payment'
|
||||
errors = require '../commons/errors'
|
||||
|
||||
module.exports.setup = (app) ->
|
||||
app.post '/stripe/webhook', (req, res, next) ->
|
||||
app.post '/stripe/webhook', (req, res) ->
|
||||
if req.body.type is 'invoice.payment_succeeded' # if they actually paid, give em some gems
|
||||
|
||||
invoiceID = req.body.data.object.id
|
||||
|
@ -61,4 +62,13 @@ module.exports.setup = (app) ->
|
|||
return res.send(200, '')
|
||||
|
||||
else # ignore all other notifications
|
||||
return res.send(200, '')
|
||||
return res.send(200, '')
|
||||
|
||||
app.get '/stripe/coupons', (req, res) ->
|
||||
return errors.forbidden(res) unless req.user?.isAdmin()
|
||||
stripe.coupons.list {limit: 100}, (err, coupons) ->
|
||||
return errors.serverError(res) if err
|
||||
res.send(200, coupons.data)
|
||||
return res.end()
|
||||
|
||||
|
7897
vendor/scripts/soundjs-NEXT.combined.js
vendored
7897
vendor/scripts/soundjs-NEXT.combined.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue