Propagated i18n. A couple other misc tweaks.

This commit is contained in:
Nick Winter 2015-03-04 09:00:32 -08:00
parent 418536ed60
commit e6cf298ed3
54 changed files with 166 additions and 113 deletions

View file

@ -18,10 +18,14 @@ module.exports = class Tracker
elapsed = new Date() - new Date(me.get('dateCreated'))
return unless elapsed < 5 * 60 * 1000
return if me.get('siteref') or me.get('referrer')
changed = false
if siteref = utils.getQueryVariable '_r'
me.set 'siteref', siteref
changed = true
if referrer = document.referrer
me.set 'referrer', referrer
changed = true
me.patch() if changed
identify: (traits={}) ->
return unless me

View file

@ -68,12 +68,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# change_hero: "Change Hero" # Go back from choose inventory to choose hero
# choose_inventory: "Equip Items"
# buy_gems: "Buy Gems"
campaign_desert: "حملة في الصحراء"
campaign_forest: "حملة في الغابة"
campaign_dungeon: "حملة في البرج"
subscription_required: "الإشتراك إلزامي"
free: "مجاني"
subscribed: "مسجَّل"
older_campaigns: "حملات أقدم"
anonymous: "لاعب مجهول"
level_difficulty: "الصعوبة:"
@ -341,6 +336,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "български език", englishDescri
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Инвентар"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventari"
@ -531,9 +532,9 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
team: "Equip"
# george_title: "Cofounder"
# george_blurb: "Businesser"
scott_title: "Programador"
scott_title: "Programador" # {change}
# scott_blurb: "Reasonable One"
nick_title: "Programador"
nick_title: "Programador" # {change}
# nick_blurb: "Motivation Guru"
michael_title: "Programador"
# michael_blurb: "Sys Admin"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
tip_adding_evil: "Přidávání špetky zla."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventář"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
press_paragraph_1_link: "balíčku pro tisk"
press_paragraph_1_suffix: ". Všechny loga a obrázky mohou být použity bez toho, abyste nás museli přímo kontaktovat."
team: "Tým"
george_title: "Výkonný ředitel"
george_title: "Výkonný ředitel" # {change}
george_blurb: "Obchodník"
scott_title: "Programátor"
scott_title: "Programátor" # {change}
scott_blurb: "Ten potřebný"
nick_title: "Programátor"
nick_title: "Programátor" # {change}
nick_blurb: "Motivační guru"
michael_title: "Programátor"
michael_blurb: "Systémový administrátor"
@ -563,7 +564,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# age_recommended_title: "What age is it recommended at?"
# age_recommended_1: "The recommended minimum age is 9, however children as young as 7 can play the first stages with the assistance of an adult."
what_cover_title: "Co pokrýváme?"
what_cover_1: "Je zde 20 úrovní v Hour of Code tutoriálu, které učí a posilují 6 specifických konceptů počítačového programování:"
what_cover_1: "Je zde 20 úrovní v Hour of Code tutoriálu, které učí a posilují 6 specifických konceptů počítačového programování:" # {change}
what_cover_notation_1: "Formální zápis"
what_cover_notation_2: "- studenti se naučí důležitost syntaxe v programování."
what_cover_methods_1: "Volání metod"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventar"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
press_paragraph_1_link: "Presse-Paket"
press_paragraph_1_suffix: ". Alle Logos und Bilder können ohne unsere vorherige Zustimmung verwendet werden."
team: "Team"
george_title: "CEO"
george_title: "CEO" # {change}
george_blurb: "Businesser"
scott_title: "Programmierer"
scott_title: "Programmierer" # {change}
scott_blurb: "Der Vernünftige"
nick_title: "Programmierer"
nick_title: "Programmierer" # {change}
nick_blurb: "Motivationsguru"
michael_title: "Programmierer"
michael_blurb: "Sys Admin"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventar"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
press_paragraph_1_link: "Presse-Paket"
press_paragraph_1_suffix: ". Alle Logos und Bilder können ohne unsere vorherige Zustimmung verwendet werden."
team: "Team"
george_title: "CEO"
george_title: "CEO" # {change}
george_blurb: "Businesser"
scott_title: "Programmierer"
scott_title: "Programmierer" # {change}
scott_blurb: "Der Vernünftige"
nick_title: "Programmierer"
nick_title: "Programmierer" # {change}
nick_blurb: "Motivationsguru"
michael_title: "Programmierer"
michael_blurb: "Sys Admin"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -530,11 +530,11 @@
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: "Cofounder" # {change}
george_title: "Cofounder"
george_blurb: "Businesser"
scott_title: "Cofounder" # {change}
scott_title: "Cofounder"
scott_blurb: "Reasonable One"
nick_title: "Cofounder" # {change}
nick_title: "Cofounder"
nick_blurb: "Motivation Guru"
michael_title: "Programmer"
michael_blurb: "Sys Admin"
@ -564,7 +564,7 @@
age_recommended_title: "What age is it recommended at?"
age_recommended_1: "The recommended minimum age is 9, however children as young as 7 can play the first stages with the assistance of an adult."
what_cover_title: "What do we cover?"
what_cover_1: "There are 27 levels in the first stage of CodeCombat that teach and reinforce 6 specific computer science concepts:" # {change}
what_cover_1: "There are 27 levels in the first stage of CodeCombat that teach and reinforce 6 specific computer science concepts:"
what_cover_notation_1: "Formal notation"
what_cover_notation_2: "- builds an understanding of the importance of syntax in programming."
what_cover_methods_1: "Calling methods"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
tip_adding_evil: "Agregando una pizca de maldad."
tip_hate_computers: "Esa es la razón por la cual la gente piensa que odia las computadoras. Lo que ellos odian de verdad, es los pesimos programadores. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventario"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
press_paragraph_1_link: "paquete de prensa"
press_paragraph_1_suffix: ". Todos los logos e imágenes pueden ser usados sin contactarnos directamente."
team: "Equipo"
george_title: "CEO"
george_title: "CEO" # {change}
george_blurb: "Negociante"
scott_title: "Programador"
scott_title: "Programador" # {change}
scott_blurb: "Razonable"
nick_title: "Programador"
nick_title: "Programador" # {change}
nick_blurb: "Gurú motivacional"
michael_title: "Programador"
michael_blurb: "Sys Admin"
@ -563,7 +564,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
age_recommended_title: "¿Cuál es la edad recomendada?"
age_recommended_1: "La edad minima recomendada es 9, aunque niños de 7 años pueden jugar los primeros niveles con la asistencia de un adulto"
what_cover_title: "¿Qué es lo que cubrimos?"
what_cover_1: "Hay 20 niveles en nuestro tutorial Hora del Código que enseña y refuerza 6 conceptos especifico de las ciencias computacionales:"
what_cover_1: "Hay 20 niveles en nuestro tutorial Hora del Código que enseña y refuerza 6 conceptos especifico de las ciencias computacionales:" # {change}
what_cover_notation_1: "Notación Formal"
what_cover_notation_2: "- construye una comprensión de la importancia de la sintaxis en la programación."
what_cover_methods_1: "Metodos de llamada"
@ -581,7 +582,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
what_cover_logic_2: "- cuándo y cómo utilizar if / else para controlar los resultados del juego."
what_cover_input_1: "Manipulación de eventos de entrada"
what_cover_input_2: "- responder a eventos de entrada para crear una interfaz de usuario."
what_cover_array_1: "Arrays" #se puede traducir matrices, pero la idea es usar la palabra "Arrays"
what_cover_array_1: "Arrays"
what_cover_array_2: "- Permitir al jugador crear y usar bucles a través de arrays."
sys_requirements_title: "Requerimientos del sistema"
sys_requirements_1: "Debido que CodeCombat es un juego, es más difícil para las computadoras correrlo en relación a un tutorial escrito o un video. Para que todos puedan jugar, hemos optimizado la web para correr rápidamente en todos los navegadores modernos y en maquinas antiguas. Dicho esto, aquí están nuestras sugerencias para sacar el máximo provecho de su experiencia en la Hora del Código:"
@ -1099,7 +1100,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
art_music: "Música"
art_sound: "Sonido"
art_artwork: "Trabajo Artístico"
art_sprites: "Sprites" # A esta palabra se la llama igual en Español que en Ingles
art_sprites: "Sprites"
art_other: "Cualquier otro trabajo creativo (no necesariamente código) que están disponibles cuando se crean niveles."
# art_access: "Currently there is no universal, easy system for fetching these assets. In general, fetch them from the URLs as used by the site, contact us for assistance, or help us in extending the site to make these assets more easily accessible."
# art_paragraph_1: "For attribution, please name and link to codecombat.com near where the source is used or where appropriate for the medium. For example:"
@ -1108,13 +1109,13 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
# art_paragraph_2: "If the content being used is created not by CodeCombat but instead by a user of codecombat.com, attribute them instead, and follow attribution directions provided in that resource's description if there are any."
rights_title: "Derechos Reservados"
rights_desc: "Todos los derechos estan reservados para los niveles mismos. Esto incluye."
rights_scripts: "Scripts" # A esta palabra se la llama igual en Español que en Ingles
rights_scripts: "Scripts"
rights_unit: "Configuración de la unidad"
rights_description: "Descripción"
rights_writings: "Escritos"
# rights_media: "Media (sounds, music) and any other creative content made specifically for that Level and not made generally available when creating Levels."
# rights_clarification: "To clarify, anything that is made available in the Level Editor for the purpose of making levels is under CC, whereas the content created with the Level Editor or uploaded in the course of creation of Levels is not."
nutshell_title: "En una palabra" # no se traduce literalmente, si no que es un dicho
nutshell_title: "En una palabra"
# nutshell_description: "Any resources we provide in the Level Editor are free to use as you like for creating Levels. But we reserve the right to restrict distribution of the Levels themselves (that are created on codecombat.com) so that they may be charged for in the future, if that's what ends up happening."
canonical: "La versión en ingles de este documento es la definitiva, versión canónica. Si hay alguna discrepancia entre las traducciones, la versión en ingles toma presedencia."

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventario"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
press_paragraph_1_link: "paquete de prensa"
press_paragraph_1_suffix: ". Todos los logos y las imagenes pueden ser usados sin necesidad de contactarnos directamente."
team: "Equipo"
george_title: "CEO"
george_title: "CEO" # {change}
george_blurb: "Hombre de Negocios"
scott_title: "Programador"
scott_title: "Programador" # {change}
scott_blurb: "Razonable"
nick_title: "Programador"
nick_title: "Programador" # {change}
nick_blurb: "Guru Motivacional"
michael_title: "Programador"
michael_blurb: "Administrador de Sistemas"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
tip_adding_evil: "Ajout d'une pincée de méchanceté"
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventaire"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
press_paragraph_1_link: "paquet de presse"
press_paragraph_1_suffix: ". Tous les logos et images peuvent être utilisés sans nous contacter directement."
team: "Équipe"
george_title: "PDG"
george_title: "PDG" # {change}
george_blurb: "Homme d'affaires"
scott_title: "Programmeur"
scott_title: "Programmeur" # {change}
scott_blurb: "Raisonable"
nick_title: "Programmeur"
nick_title: "Programmeur" # {change}
nick_blurb: "Gourou de Motivation"
michael_title: "Programmeur"
michael_blurb: "Sys Admin"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventario"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
press_paragraph_1_link: "paquete de prensa"
press_paragraph_1_suffix: ". Todos os logos e as imaxes poden ser usadas sen necesidade de contactarnos directamente."
team: "Equipo"
george_title: "CEO"
george_title: "CEO" # {change}
george_blurb: "Sección de Negocios"
scott_title: "Programador"
scott_title: "Programador" # {change}
scott_blurb: "Razoable"
nick_title: "Programador"
nick_title: "Programador" # {change}
nick_blurb: "Gurú Motivacional"
michael_title: "Programador"
michael_blurb: "Administrador de Sistemas"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
tip_adding_evil: ".מוסיף קמצוץ של רשע"
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "תיק"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# press_paragraph_1_link: "press packet"
# press_paragraph_1_suffix: ". All logos and images may be used without contacting us directly."
team: "צוות"
george_title: "מנכ\"ל"
george_title: "מנכ\"ל" # {change}
george_blurb: "ביזנסר"
scott_title: "מתכנת"
scott_title: "מתכנת" # {change}
scott_blurb: "אחד סביר"
nick_title: "מתכנת"
nick_title: "מתכנת" # {change}
nick_blurb: "גורו מוטיבציה"
michael_title: "מתכנת"
michael_blurb: "מנהל מערכת"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Raktár"
@ -358,7 +359,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
leaderboard: "Ranglétra"
view_other_solutions: "Más Megoldások Megtekintése"
scores: "Pontok"
top_solutions: "Legjobb megoldások"
# top_players: "Top Players by"
day: "Ma"
week: "A Héten"
all: "Mindenkori"
@ -392,6 +393,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
prompt_body: "Szeretnél többet?"
prompt_button: "Lépj be a boltba"
recovered: "Az előző drágakő vásárlás helyreállt. Kérlek frissítsd az oldalt."
# price: "x3500 / mo"
subscribe:
comparison_blurb: "Élesítsd képességeid CodeCombat feliratkozással!"
@ -528,11 +530,11 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# press_paragraph_1_link: "press packet"
# press_paragraph_1_suffix: ". All logos and images may be used without contacting us directly."
team: "Csapat"
george_title: "Főigazgató"
george_title: "Főigazgató" # {change}
george_blurb: "Üzletelő"
scott_title: "Programozó"
scott_title: "Programozó" # {change}
scott_blurb: "Megfontolt"
nick_title: "Programozó"
nick_title: "Programozó" # {change}
nick_blurb: "Motivátor"
michael_title: "Programozó"
michael_blurb: "Rendszer Admin"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventario"
@ -531,9 +532,9 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# team: "Team"
# george_title: "Cofounder"
# george_blurb: "Businesser"
scott_title: "Programmatore"
scott_title: "Programmatore" # {change}
# scott_blurb: "Reasonable One"
nick_title: "Programmatore"
nick_title: "Programmatore" # {change}
# nick_blurb: "Motivation Guru"
michael_title: "Programmatore"
michael_blurb: "Amministratore di sistema"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
tip_adding_evil: "悪を少々加える。"
tip_hate_computers: "コンピュータを憎むと思う人についての事だ。彼らが本当に嫌いなのは下手なプログラマーだ。- ラリー・ニーヴン"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "インベントリー"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
press_paragraph_1_link: "プレスパケット"
press_paragraph_1_suffix: "。全てのロゴやイメージは、直接私達に連絡することなく使用することができます。"
team: "開発チーム"
george_title: "共同創設者"
george_title: "共同創設者" # {change}
george_blurb: "ビジネスの達人"
scott_title: "共同創設者"
scott_title: "共同創設者" # {change}
scott_blurb: "リーズナブルな奴"
nick_title: "共同創設者"
nick_title: "共同創設者" # {change}
nick_blurb: "モチベーションの達人"
michael_title: "プログラマー"
michael_blurb: "システム管理者"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "인벤토리"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# press_paragraph_1_link: "press packet"
# press_paragraph_1_suffix: ". All logos and images may be used without contacting us directly."
team: ""
george_title: "최고경영자"
george_title: "최고경영자" # {change}
# george_blurb: "Businesser"
scott_title: "프로그래머"
scott_title: "프로그래머" # {change}
# scott_blurb: "Reasonable One"
nick_title: "프로그래머"
nick_title: "프로그래머" # {change}
# nick_blurb: "Motivation Guru"
michael_title: "프로그래머"
# michael_blurb: "Sys Admin"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
# inventory_tab: "Inventory"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Македонски", englishDescription:
press_paragraph_1_link: "пакет за печат"
press_paragraph_1_suffix: ". Сите логоа и слики можат да бидат користени без да не контактираш директно."
team: "Тим"
george_title: "(CEO) Извршен директор"
george_title: "(CEO) Извршен директор" # {change}
george_blurb: "Бизнисер"
scott_title: "Програмер"
scott_title: "Програмер" # {change}
scott_blurb: "Оној разумниот"
nick_title: "Програмер"
nick_title: "Програмер" # {change}
nick_blurb: "Мотивациски гуру"
michael_title: "Програмер"
michael_blurb: "Систем администратор"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
tip_adding_evil: "Legger til en klype ondskap!"
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Utstyr"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
press_paragraph_1_link: "pressepakke"
press_paragraph_1_suffix: ". Alle logoer og bilder kan brukes uten å kontakte oss direkte."
team: "Teamet"
george_title: "Adm.dir."
george_title: "Adm.dir." # {change}
george_blurb: "Business-nisse"
scott_title: "Programmerer"
scott_title: "Programmerer" # {change}
scott_blurb: "Den fornuftige"
nick_title: "Programmerer"
nick_title: "Programmerer" # {change}
nick_blurb: "Motivasjonsguru"
michael_title: "Programmerer"
michael_blurb: "Systemadministrator"
@ -563,7 +564,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# age_recommended_title: "What age is it recommended at?"
# age_recommended_1: "The recommended minimum age is 9, however children as young as 7 can play the first stages with the assistance of an adult."
what_cover_title: "Hva dekker vi?"
what_cover_1: "Det er 20 nivåer i Hour of Code-opplæringen som lærer og forsterker 6 konkrete konsepter innenfor informatikk:"
what_cover_1: "Det er 20 nivåer i Hour of Code-opplæringen som lærer og forsterker 6 konkrete konsepter innenfor informatikk:" # {change}
what_cover_notation_1: "Formell notasjon"
what_cover_notation_2: "- bygger en forståelse for viktigheten av syntaks i programmering."
what_cover_methods_1: "Metodekall"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventaris"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventaris"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
press_paragraph_1_link: "journalistieke pakket"
press_paragraph_1_suffix: ". Alle logo's en afbeeldingen mogen worden gebruikt zonder direct contact met ons op te nemen."
team: "Team"
george_title: "CEO"
george_title: "CEO" # {change}
george_blurb: "Zaken type"
scott_title: "Programmeur"
scott_title: "Programmeur" # {change}
scott_blurb: "de Redelijke"
nick_title: "Programmeur"
nick_title: "Programmeur" # {change}
nick_blurb: "Motivatie Goeroe"
michael_title: "Programmeur"
michael_blurb: "Systeembeheerder"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Ekwipunek"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
tip_adding_evil: "Adicionando uma pitada de maldade."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventário"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
press_paragraph_1_link: "Midia Kit"
press_paragraph_1_suffix: ". Todas as logomarcas e imagens podem ser usadas sem nos contactar previamente."
team: "Time"
george_title: "CEO"
george_title: "CEO" # {change}
george_blurb: "Administrador"
scott_title: "Programador"
scott_title: "Programador" # {change}
scott_blurb: "O Sensato"
nick_title: "Programador"
nick_title: "Programador" # {change}
nick_blurb: "Guru Motivacional"
michael_title: "Programador"
michael_blurb: "Administrador de Sistemas"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
tip_adding_evil: "A acrescentar uma pitada de mal."
tip_hate_computers: "É o problema das pessoas que acham que odeiam coputadores. O que elas odeiam mesmo são maus programadores. - Larry Niven"
tip_open_source_contribute: "Podes ajudar a melhorar o CodeCombat!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventário"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
press_paragraph_1_link: "pacote de imprensa"
press_paragraph_1_suffix: ". Todos os logótipos e imagens podem ser usados sem sermos contactados diretamente."
team: "Equipa"
george_title: "Co-fundador"
george_title: "Co-fundador" # {change}
george_blurb: "Homem de Negócios"
scott_title: "Co-fundador"
scott_title: "Co-fundador" # {change}
scott_blurb: "O Sensato"
nick_title: "Co-fundador"
nick_title: "Co-fundador" # {change}
nick_blurb: "Guru da Motivação"
michael_title: "Programador"
michael_blurb: "Administrador do Sistema"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
tip_adding_evil: "Добавим щепотку зла."
tip_hate_computers: "Есть одна вещь в людях, которые думают, что они ненавидят компьютеры. Что они на самом деле ненавидят, так это плохих программистов. - Larry Niven"
tip_open_source_contribute: "Вы можете помочь сделать CodeCombat лучше!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Инвентарь"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
press_paragraph_1_link: "пресс-пакет"
press_paragraph_1_suffix: ". Все изображения могут быть использованы без предварительного уведомления."
team: "Команда"
george_title: "Сооснователь"
george_title: "Сооснователь" # {change}
george_blurb: "Деловой"
scott_title: "Программист"
scott_title: "Программист" # {change}
scott_blurb: "Разумный"
nick_title: "Сооснователь"
nick_title: "Сооснователь" # {change}
nick_blurb: "Гуру мотивации"
michael_title: "Программист"
michael_blurb: "Сисадмин"
@ -563,7 +564,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
age_recommended_title: "Какой возраст рекомендуется?"
age_recommended_1: "Рекомендованный минимальный возраст - 9 лет. Тем не менее, дети с 7 лет могут играть на первых уровнях при поддержке взрослых."
what_cover_title: "Что мы охватываем?"
what_cover_1: "В первом блоке CodeCombat 27 уровней, которые учат и закрепляют 6 специфичных компьютерных принципов:"
what_cover_1: "В первом блоке CodeCombat 27 уровней, которые учат и закрепляют 6 специфичных компьютерных принципов:" # {change}
what_cover_notation_1: "Формальная запись"
what_cover_notation_2: "- создает понимание важности синтаксиса в программировании."
what_cover_methods_1: "Вызов методов"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Inventár"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Utrustning"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Envanter"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# press_paragraph_1_link: "press packet"
press_paragraph_1_suffix: ". Tüm logolar bizimle iletişime geçilmeden kullanılabilir."
team: "Takım"
george_title: "CEO"
george_title: "CEO" # {change}
# george_blurb: "Businesser"
scott_title: "Programcı"
scott_title: "Programcı" # {change}
# scott_blurb: "Reasonable One"
nick_title: "Programcı"
nick_title: "Programcı" # {change}
# nick_blurb: "Motivation Guru"
michael_title: "Programcı"
# michael_blurb: "Sys Admin"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
tip_adding_evil: "Додамо дрібку зла."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Інвентар"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Українська", englishDescription:
press_paragraph_1_link: "набору-для-преси"
press_paragraph_1_suffix: ". Всі логотипи та зображення можна використовувати, не зв'язуючись із нами напряму."
team: "Команда"
george_title: "Виконавчий директор"
george_title: "Виконавчий директор" # {change}
george_blurb: "Бізнесмен"
scott_title: "Програміст"
scott_title: "Програміст" # {change}
scott_blurb: "Розумник"
nick_title: "Програміст"
nick_title: "Програміст" # {change}
nick_blurb: "Ґуру мотивації"
michael_title: "Програміст"
michael_blurb: "Сисадмін"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "Hành Trang"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# 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: "Tổng giám đốc điều hành"
george_title: "Tổng giám đốc điều hành" # {change}
# george_blurb: "Businesser"
scott_title: "Lập trình viên"
scott_title: "Lập trình viên" # {change}
scott_blurb: "Một người có lý trí, biết suy luận"
nick_title: "Lập trình viên"
nick_title: "Lập trình viên" # {change}
# nick_blurb: "Motivation Guru"
michael_title: "Lập trình viên"
# michael_blurb: "Sys Admin"
@ -1119,16 +1120,16 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# canonical: "The English version of this document is the definitive, canonical version. If there are any discrepencies between translations, the English document takes precedence."
# ladder_prizes:
title: "Các giải thưởng của cuộc thi" # This section was for an old tournament and doesn't need new translations now.
# title: "Tournament Prizes" # This section was for an old tournament and doesn't need new translations now.
# blurb_1: "These prizes will be awarded according to"
blurb_2: "Luật của cuộc thi"
# blurb_2: "the tournament rules"
# blurb_3: "to the top human and ogre players."
# blurb_4: "Two teams means double the prizes!"
# blurb_5: "(There will be two first place winners, two second-place winners, etc.)"
rank: "Hạng"
prizes: "Giải thưởng"
# rank: "Rank"
# prizes: "Prizes"
# total_value: "Total Value"
in_cash: "tiền mặt"
# in_cash: "in cash"
# custom_wizard: "Custom CodeCombat Wizard"
# custom_avatar: "Custom CodeCombat avatar"
# heap: "for six months of \"Startup\" access"
@ -1247,18 +1248,18 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# deprecation_warning_title: "Sorry, CodeCombat is not recruiting right now."
# deprecation_warning: "We are focusing on beginner levels instead of finding expert developers for the time being."
# hire_developers_not_credentials: "Hire developers, not credentials." # We are not actively recruiting right now, so there's no need to add new translations for the rest of this section.
get_started: "Bắt Đầu"
# get_started: "Get Started"
# already_screened: "We've already technically screened all our candidates"
# filter_further: ", but you can also filter further:"
filter_visa: "Visa"
# filter_visa: "Visa"
# filter_visa_yes: "US Authorized"
# filter_visa_no: "Not Authorized"
# filter_education_top: "Top School"
filter_education_other: "Khác"
# filter_education_other: "Other"
# filter_role_web_developer: "Web Developer"
# filter_role_software_developer: "Software Developer"
# filter_role_mobile_developer: "Mobile Developer"
filter_experience: "Kinh Nghiệm"
# filter_experience: "Experience"
# filter_experience_senior: "Senior"
# filter_experience_junior: "Junior"
# filter_experience_recent_grad: "Recent Grad"
@ -1273,18 +1274,18 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# pass_screen: "They will pass your technical screen."
# pass_screen_blurb: "Review each candidate's code before reaching out. One employer found that 5x as many of our devs passed their technical screen than hiring from Hacker News."
# make_hiring_easier: "Make my hiring easier, please."
what: "CodeCombat là gì?"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. Our players have experience with all major tech stacks."
# cost: "How much do we charge?"
# cost_blurb: "We charge 15% of first year's salary and offer a 100% money back guarantee for 90 days. We don't charge for candidates who are already actively being interviewed at your company."
candidate_name: "Tên"
candidate_location: "Địa điểm"
candidate_looking_for: "Đang tìm kiếm"
candidate_role: "Vai trò"
# candidate_name: "Name"
# candidate_location: "Location"
# candidate_looking_for: "Looking For"
# candidate_role: "Role"
# candidate_top_skills: "Top Skills"
candidate_years_experience: "Năm kinh nghiệm"
candidate_last_updated: "Lần cuối cập nhật"
candidate_who: "Người nào"
# candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated"
# candidate_who: "Who"
# featured_developers: "Featured Developers"
# other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
tip_adding_evil: "加入万恶的压力。"
tip_hate_computers: "那些认为他们讨厌电脑的人,其实他们讨厌的是垃圾程序编写员。- Larry Niven"
tip_open_source_contribute: "你可以帮助「CodeCombat」提高"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "道具箱"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
press_paragraph_1_link: "成套宣传包"
press_paragraph_1_suffix: "里的所有材料。 所有商标和图像的使用都不必事先联系我们。"
team: "团队"
george_title: "CEO"
george_title: "CEO" # {change}
george_blurb: "商人"
scott_title: "程序员"
scott_title: "程序员" # {change}
scott_blurb: "理性至上"
nick_title: "程序员"
nick_title: "程序员" # {change}
nick_blurb: "充满动力的大牛"
michael_title: "程序员"
michael_blurb: "系统管理员"
@ -563,7 +564,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# age_recommended_title: "What age is it recommended at?"
# age_recommended_1: "The recommended minimum age is 9, however children as young as 7 can play the first stages with the assistance of an adult."
what_cover_title: "我们涵盖了什么?"
what_cover_1: "The Hour of Code的教学里有20个关卡主要负责教导和加强六个特点的电脑科学概念"
what_cover_1: "The Hour of Code的教学里有20个关卡主要负责教导和加强六个特点的电脑科学概念" # {change}
what_cover_notation_1: "正式的表示法"
what_cover_notation_2: "- 建立对于程序语言文法重要性的了解。"
what_cover_methods_1: "呼叫的方法"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
tip_adding_evil: "增加一個邪惡之捏."
tip_hate_computers: "關於自我覺得恨透電腦的那群人. 其實他們真正應該恨的事情是糟糕的程序員. - Larry Niven"
tip_open_source_contribute: "你可以幫助「CodeCombat」提高"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
inventory_tab: "倉庫"
@ -529,11 +530,11 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
press_paragraph_1_link: "新聞稿懶人包"
press_paragraph_1_suffix: "裡面所有的LOGO和圖片都可以使用並且不必另外知會我們。"
team: "製作團隊"
george_title: "CEO"
george_title: "CEO" # {change}
george_blurb: "商人"
scott_title: "程式員"
scott_title: "程式員" # {change}
scott_blurb: "理性至上"
nick_title: "程式員"
nick_title: "程式員" # {change}
nick_blurb: "亢奮的Guru"
michael_title: "程式員"
michael_blurb: "系統管理員"
@ -563,7 +564,7 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# age_recommended_title: "What age is it recommended at?"
# age_recommended_1: "The recommended minimum age is 9, however children as young as 7 can play the first stages with the assistance of an adult."
what_cover_title: "我們涵蓋哪些?"
what_cover_1: "在Hour of Code的教學裡已放置20道關卡教導並強化6種特定的電腦科學概念:"
what_cover_1: "在Hour of Code的教學裡已放置20道關卡教導並強化6種特定的電腦科學概念:" # {change}
what_cover_notation_1: "正式的表示法"
what_cover_notation_2: "- 建立重要的'編程文法'理解."
what_cover_methods_1: "呼叫方法"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
# game_menu:
# inventory_tab: "Inventory"

View file

@ -336,6 +336,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# tip_adding_evil: "Adding a pinch of evil."
# tip_hate_computers: "That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven"
# tip_open_source_contribute: "You can help CodeCombat improve!"
# tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
game_menu:
# inventory_tab: "Inventory"

View file

@ -145,7 +145,10 @@ class CocoModel extends Backbone.Model
return
else
msg = $.i18n.t 'loading_error.connection_failure', defaultValue: 'Connection failed.'
noty text: msg, layout: 'center', type: 'error', killer: true, timeout: 3000
try
noty text: msg, layout: 'center', type: 'error', killer: true, timeout: 3000
catch notyError
console.warn "Couldn't even show noty error for", error, "because", notyError
return _.delay((f = => @save(attrs, originalOptions)), 3000)
error(@, res) if error
return unless @notyErrors

View file

@ -117,6 +117,7 @@ module.exports = class User extends CocoModel
application.tracker.identify announcesActionAudioGroup: @announcesActionAudioGroup unless me.isAdmin()
@announcesActionAudioGroup
# Signs and Portents was receiving updates after test started, and also had a big bug on March 4, so just look at test from March 5 on.
getFourthLevelGroup: ->
return @fourthLevelGroup if @fourthLevelGroup
group = me.get('testGroupNumber') % 8

View file

@ -7,7 +7,7 @@ commentsMap = {}
categorySplitPattern = /^[\s\n]*(?=[^:\n]+:\s*$)/gm
categoryCapturePattern = /^([^:\n]+):\s*\n/
commentPattern = /^[\s\n]*([^:\n]+):\s*"[^#\n"]+"\s*#(.*)$/gm
commentPattern = /^[\s\n]*([^:\n]+):\s*"[^#\n"]+"\s*#(.*)$/gm # " for Emacs close quote
splitByCategories = enSource.split(categorySplitPattern)
@ -39,20 +39,20 @@ for file in dir when not (file in ['locale.coffee', 'en.coffee'])
for enTag, enString of enTags
tagMissing = not cat[enTag]?
tag = (cat[enTag] ?= enString)
tag = tag.replace /"/g, '\\"'
tag = tag.replace /"/g, '\\"' # ' for Emacs close quote
comment = ""
if commentsMap[enCat]? and commentsMap[enCat][enTag]?
comment = " \##{commentsMap[enCat][enTag]}"
escapedTag = tag.replace /[-\/\\^$*+?.()|[\]{}]/g, "\\$&"
if fileSource.search(new RegExp("#? #{enTag}: \"#{escapedTag}\".*\{change\}.*")) >= 0 and comment.search(/.*\{change\}/) < 0
comment = " \#" + comment if comment is ""
if fileSource.search(new RegExp("^ #{enTag}: \"#{escapedTag}\".*\{change\}.*", 'm')) >= 0 and comment.search(/.*\{change\}/) < 0
comment = " \#" + comment if comment is ""
comment = comment + " {change}"
lines.push "#{if tagMissing then '#' else ''} #{enTag}: \"#{tag}\"#{comment}"
newContents = lines.join('\n') + '\n'
fs.writeFileSync 'app/locale/' + file, newContents
enSource = enSource.replace /\s?(#\s)?\{change\}/g, ""
enSource = enSource.replace /\s?\s?(#\s)?\{change\}/g, ""
fs.writeFileSync 'app/locale/en.coffee', enSource