diff --git a/app/lib/world/names.coffee b/app/lib/world/names.coffee index fc0a6aff9..d52471998 100644 --- a/app/lib/world/names.coffee +++ b/app/lib/world/names.coffee @@ -69,25 +69,18 @@ module.exports.thangNames = thangNames = "Buffy" "Allankrita" ] - "Peasant": [ + "Peasant M": [ "Yorik" "Hector" "Thad" "Victor" "Lyle" "Charles" - "Mary" - "Brandy" - "Gwendolin" - "Tabitha" - "Regan" "Yusef" "Hingle" "Azgot" "Piers" "Carlton" - "Giselle" - "Bernadette" "Hershell" "Gawain" "Durfkor" @@ -99,6 +92,13 @@ module.exports.thangNames = thangNames = "Icey" "Matilda" "Mertia" + "Mary" + "Brandy" + "Gwendolin" + "Tabitha" + "Regan" + "Giselle" + "Bernadette" ] "Archer F": [ "Phoebe" diff --git a/app/lib/world/vector.coffee b/app/lib/world/vector.coffee index 72f761775..ed5112f2c 100644 --- a/app/lib/world/vector.coffee +++ b/app/lib/world/vector.coffee @@ -8,7 +8,7 @@ class Vector a.copy()[name](b, useZ) isVector: true - apiProperties: ['x', 'y', 'magnitude', 'heading', 'distance', 'dot', 'equals', 'copy'] + apiProperties: ['x', 'y', 'magnitude', 'heading', 'distance', 'dot', 'equals', 'copy', 'distanceSquared'] constructor: (@x=0, @y=0, @z=0) -> diff --git a/app/locale/ar.coffee b/app/locale/ar.coffee index 3c650e49e..bd0f57c94 100644 --- a/app/locale/ar.coffee +++ b/app/locale/ar.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/bg.coffee b/app/locale/bg.coffee index 7ce8698c0..3205e568b 100644 --- a/app/locale/bg.coffee +++ b/app/locale/bg.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "български език", englishDescri # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "български език", englishDescri editor: "Редактор" blog: "Блог" forum: "Форум" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "български език", englishDescri # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Промени настройките" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "български език", englishDescri # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "български език", englishDescri # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/ca.coffee b/app/locale/ca.coffee index 1d671de6f..3589c67ee 100644 --- a/app/locale/ca.coffee +++ b/app/locale/ca.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr fork: "Fork" play: "Jugar" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr editor: "Editor" blog: "Blog" forum: "Fòrum" +# account: "Account" admin: "Admin" home: "Inici" contribute: "Col·laborar" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/cs.coffee b/app/locale/cs.coffee index 8d3c43d49..6b7434341 100644 --- a/app/locale/cs.coffee +++ b/app/locale/cs.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr fork: "Klonovat" play: "Přehrát" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr editor: "Editor" blog: "Blog" forum: "Fórum" +# account: "Account" admin: "Admin" home: "Domů" contribute: "Přispívat" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Editovat Nastavení" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr lg_title: "Poslední hry" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "Editory CodeCombatu" main_description: "Vytvořte vlastní úrovně, kampaně, jednotky a vzdělávací obsah. My vám poskytujeme všechny potřebné nástroje!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr thang_description: "Vytvořte jednotky, definujte jejich logiku, vlastnosti, grafiku a zvuk. Momentálně jsou podporovány pouze importy vektorové grafiky exportované z Flashe." level_title: "Editor úrovní" level_description: "Zahrnuje pomůcky pro skriptování, nahrávání audia a tvorbu vlastní logiky pro vytvoření vlastních úrovní. Obsahuje vše, čeho využíváme k tvorbě úrovní my!" - security_notice: "Velké množství důležitých funkcí těchto editorů je standardně vypnuto. Jak postupem času vylepšujeme bezpečnost celého systému, jsou tyto funkce uvolňovány k veřejnému použití. Potřebujete-li některé funkce dříve, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "kontaktujte nás!" hipchat_prefix: "Můžete nás také najít v naší" hipchat_url: "HipChat diskusní místnosti." diff --git a/app/locale/da.coffee b/app/locale/da.coffee index e81fa0955..c468447fb 100644 --- a/app/locale/da.coffee +++ b/app/locale/da.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans fork: "Forgren" play: "Spil" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans editor: "Editor" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Admin" home: "Hjem" contribute: "Bidrag" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Redigér Indstillinger" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans lg_title: "Seneste spil" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." level_title: "Bane Redigeringsværktøj" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "kontact os!" hipchat_prefix: "Du kan også finde os på vores" hipchat_url: "HipChat kanal." diff --git a/app/locale/de-AT.coffee b/app/locale/de-AT.coffee index 5ef340fbc..d543cb3b7 100644 --- a/app/locale/de-AT.coffee +++ b/app/locale/de-AT.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription: # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription: # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription: # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription: # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription: # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/de-CH.coffee b/app/locale/de-CH.coffee index 3d241fcc3..b612ddf60 100644 --- a/app/locale/de-CH.coffee +++ b/app/locale/de-CH.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge # fork: "Fork" play: "Spiele" retry: "nomol versuche" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "sekunde" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" contribute: "Spende" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/de-DE.coffee b/app/locale/de-DE.coffee index e159b5827..a083f5d78 100644 --- a/app/locale/de-DE.coffee +++ b/app/locale/de-DE.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription: # fork: "Fork" play: "Abspielen" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "Sekunde" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription: editor: "Editor" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Administration" home: "Home" contribute: "Helfen" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription: # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Einstellungen ändern" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription: lg_title: "Letzte Spiele" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "CodeCombat Editoren" main_description: "Entwerfe deine eigenen Level, Kampagnen, Einheiten und Lernmaterial. Wir stellen alle Werkzeuge zur Verfügung, die Du dafür benötigst!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription: thang_description: "Entwerfe Einheiten, definiere ihre Standardlogik, Grafiken und Töne. Zurzeit werden nur Flash Vektorgrafiken unterstützt." level_title: "Level Editor" level_description: "Beinhaltet die Werkzeuge zum Scripten, Hochladen von Tönen und zur Konstruktion eigener Logik, damit jedes erdenkliches Level erstellt werden kann. Genau die Sachen, die wir selber benutzen!" - security_notice: "Viele Hauptfunktionen der Editoren sind standardmäßig noch nicht aktiviert. Sobald die Sicherheit dieser Systeme gewährleistet ist, werden sie generell freigeschaltet. Falls Du diese Funktionen früher nutzen möchtest, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "setze dich mit uns in Verbindung!" hipchat_prefix: "Besuche uns auch in unserem" hipchat_url: "HipChat room." diff --git a/app/locale/de.coffee b/app/locale/de.coffee index b663a249b..28a5824ae 100644 --- a/app/locale/de.coffee +++ b/app/locale/de.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra # fork: "Fork" play: "Abspielen" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "Sekunde" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra editor: "Editor" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Administration" home: "Home" contribute: "Helfen" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Einstellungen ändern" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra lg_title: "Letzte Spiele" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "CodeCombat Editoren" main_description: "Entwerfe deine eigenen Level, Kampagnen, Einheiten und Lernmaterial. Wir stellen alle Werkzeuge zur Verfügung, die Du dafür benötigst!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra thang_description: "Entwerfe Einheiten, definiere ihre Standardlogik, Grafiken und Töne. Zurzeit werden nur Flash Vektorgrafiken unterstützt." level_title: "Level Editor" level_description: "Beinhaltet die Werkzeuge zum Scripten, Hochladen von Tönen und zur Konstruktion eigener Logik, damit jedes erdenkliches Level erstellt werden kann. Genau die Sachen, die wir selber benutzen!" - security_notice: "Viele Hauptfunktionen der Editoren sind standardmäßig noch nicht aktiviert. Sobald die Sicherheit dieser Systeme gewährleistet ist, werden sie generell freigeschaltet. Falls Du diese Funktionen früher nutzen möchtest, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "setze dich mit uns in Verbindung!" hipchat_prefix: "Besuche uns auch in unserem" hipchat_url: "HipChat room." diff --git a/app/locale/el.coffee b/app/locale/el.coffee index a67a3bfdb..ca846b61a 100644 --- a/app/locale/el.coffee +++ b/app/locale/el.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre # editor: "Editor" blog: "Μπλόγκ" forum: "Φόρουμ" +# account: "Account" admin: "Διαχειριστής" home: "Αρχική" contribute: "Συμβάλλω" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Επεξεργασία ρυθμίσεων" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/en-AU.coffee b/app/locale/en-AU.coffee index a5ff9b044..a3d06b8d0 100644 --- a/app/locale/en-AU.coffee +++ b/app/locale/en-AU.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/en-GB.coffee b/app/locale/en-GB.coffee index 0ae817a19..a5c291760 100644 --- a/app/locale/en-GB.coffee +++ b/app/locale/en-GB.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/en-US.coffee b/app/locale/en-US.coffee index 4d5b615fe..7c7d9b170 100644 --- a/app/locale/en-US.coffee +++ b/app/locale/en-US.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/es-419.coffee b/app/locale/es-419.coffee index fedde9aa0..65bf1688b 100644 --- a/app/locale/es-419.coffee +++ b/app/locale/es-419.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "segundo" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip editor: "Editor" blog: "Blog" forum: "Foro" +# account: "Account" admin: "Admin" home: "Inicio" contribute: "Contribuir" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Editar Configuración" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/es-ES.coffee b/app/locale/es-ES.coffee index 40c3b7807..b735eaa3d 100644 --- a/app/locale/es-ES.coffee +++ b/app/locale/es-ES.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis fork: "Bifurcar" play: "Jugar" retry: "Reintentar" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "segundo" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis editor: "Editor" blog: "Blog" forum: "Foro" +# account: "Account" admin: "Admin" home: "Inicio" contribute: "Colaborar" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis job_profile: "Perfil de trabajo" job_profile_approved: "Tu perfil de trabajo ha sido aprobado por CodeCombat. Los empleadores podrán verlo hasta que lo marques como inactivo o no haya sido cambiado durante cuatro semanas." job_profile_explanation: "¡Hola! Rellena esto y estaremos en contacto para hablar sobre encontrarte un trabajo como desarrollador de software." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Ajustes" @@ -185,7 +191,6 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis our_notes: "Nuestras notas" projects: "Proyectos" - employers: want_to_hire_our_players: "¿Quieres contratar jugadores expertos de CodeCombat?" contact_george: "Contacta con George para ver a nuestros candidatos" @@ -307,6 +312,13 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis lg_title: "Últimos Juegos" clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "Editores de CodeCombat" main_description: "Construye tus propios niveles, campañas, unidades y contenido educativo. ¡Nosotros te ofrecemos todas las herramientas que necesitas!" @@ -316,7 +328,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis thang_description: "Construye unidades, su lógica predeterminada, gráficos y audio. Actualmente sólo se permite importar gráficos vectoriales exportados de Flash." level_title: "Editor de Niveles" level_description: "Incluye las herramientas para escribir scripts, subir audio, y construir una lógica personalidad con la que crear todo tipo de niveles. ¡Todo lo que usamos nosotros!" - security_notice: "Muchas de las funciones principales de estos editores no están habilitadas todavía por defecto. A medida que mejoremos la seguridad de los sistemas, se irán poniendo a disposición de todos. Si quieres utilizar estas funciones antes, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "¡Contacta con nosotros!" hipchat_prefix: "También puedes encontrarnos en nuestra" hipchat_url: "sala de HipChat." diff --git a/app/locale/es.coffee b/app/locale/es.coffee index cce4b4c11..74c4b2827 100644 --- a/app/locale/es.coffee +++ b/app/locale/es.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t # fork: "Fork" play: "Jugar" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t editor: "Editor" blog: "Blog" forum: "Foro" +# account: "Account" admin: "Admin" home: "Inicio" contribute: "Contribuir" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Editar Ajustes" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t lg_title: "Últimos juegos" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." level_title: "Editor de nivel" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/fa.coffee b/app/locale/fa.coffee index 54373a554..cb8f81869 100644 --- a/app/locale/fa.coffee +++ b/app/locale/fa.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian", # fork: "Fork" play: "سطوح" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian", editor: "ویرایشگر" blog: "بلاگ" forum: "انجمن" +# account: "Account" admin: "مدیر" home: "خانه" contribute: "همکاری" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian", # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian", # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian", # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/fi.coffee b/app/locale/fi.coffee index 487f11fd2..36e79fb4b 100644 --- a/app/locale/fi.coffee +++ b/app/locale/fi.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/fr.coffee b/app/locale/fr.coffee index ad8d03579..75f6a2940 100644 --- a/app/locale/fr.coffee +++ b/app/locale/fr.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "français", englishDescription: "French", t fork: "Fork" play: "Jouer" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t editor: "Éditeur" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Admin" home: "Accueil" contribute: "Contribuer" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "français", englishDescription: "French", t # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Éditer les préférences" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "français", englishDescription: "French", t lg_title: "Dernières parties" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "Éditeurs CodeCombat" main_description: "Créé tes propres niveaux, campagnes, unités et contenus éducatifs. Nous vous fournissons tous les outils dont vous avez besoin!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t thang_description: "Créé des unités, définis leur comportement de base, graphisme et son. Pour l'instant cette fonctionnalité ne supporte que l'importation d'images vectorielles exportées depuis Flash." level_title: "Éditeur de niveau" level_description: "Inclut les outils de script, l'upload de vidéos, et l'élaboration de logiques personnalisées pour créer toutes sortes de niveaux. Tout ce que nous utilisons nous-mêmes!" - security_notice: "Plusieurs caractéristiques majeures de cet éditeur ne sont pas encore activées par défaut. Quand nous aurons amélioré la sécurité de ces éléments, ils seront rendus disponibles. Si vous voulez les utiliser plus rapidement, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "contactez nous!" hipchat_prefix: "Vous pouvez aussi nous trouver dans notre " hipchat_url: "conversation HipChat." diff --git a/app/locale/he.coffee b/app/locale/he.coffee index 129a2544c..b96876c29 100644 --- a/app/locale/he.coffee +++ b/app/locale/he.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew", fork: "קילשון" play: "שחק" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew", editor: "עורך" blog: "בלוג" forum: "פורום" +# account: "Account" admin: "אדמין" home: "בית" contribute: "תרום" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew", # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "ערוך הגדרות" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew", # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew", # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/hi.coffee b/app/locale/hi.coffee index 5238b7fd8..3c3618c83 100644 --- a/app/locale/hi.coffee +++ b/app/locale/hi.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/hu.coffee b/app/locale/hu.coffee index 9ad4fcb80..9455fa056 100644 --- a/app/locale/hu.coffee +++ b/app/locale/hu.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t # fork: "Fork" play: "Játék" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "másodperc" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t editor: "Szerkesztő" blog: "Blog" forum: "Fórum" +# account: "Account" admin: "Admin" home: "Kezdőlap" contribute: "Segítségnyújtás" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t job_profile: "Munkaköri leírás" job_profile_approved: "Munkaköri leírásodat a Codecombat jóváhagyta. Munkaadók mindaddig láthatják, amíg meg nem jelölöd inaktíként, vagy négy hétig,ha addig nem kerül megváltoztatásra." job_profile_explanation: "Szió! Töltsd ki ezt és majd kapcsolatba lépünk veled és keresünk neked egy szoftware fejlesztői állást." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Beállítások szerkesztése" @@ -185,7 +191,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t # our_notes: "Our Notes" projects: "Projektek" - munkaadók: + employers: want_to_hire_our_players: "Akarsz szakértő CodeCombat játékosokat alkalmazni?" contact_george: "Vedd fel a kapcsolatot George-dzsal, hogy megtekinthesd jelöltjeinket" candidates_count_prefix: "Pillanatnyilag van" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" @@ -495,7 +508,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t # alert_account_message_suf: "first." # alert_account_message_create_url: "create an account" # archmage_summary: "Interested in working on game graphics, user interface design, database and server organization, multiplayer networking, physics, sound, or game engine performance? Want to help build a game to help other people learn what you are good at? We have a lot to do and if you are an experienced programmer and want to develop for CodeCombat, this class is for you. We would love your help building the best programming game ever." -# archmage_introduction: "One of the best parts about building games is they synthesize so many different things. Graphics, sound, real-time networking, social networking, and of course many of the more common aspects of programming, from low-level database management, and server administration to user facing design and i +# archmage_introduction: "One of the best parts about building games is they synthesize so many different things. Graphics, sound, real-time networking, social networking, and of course many of the more common aspects of programming, from low-level database management, and server administration to user facing design and interface building. There's a lot to do, and if you're an experienced programmer with a hankering to really dive into the nitty-gritty of CodeCombat, this class might be for you. We would love to have your help building the best programming game ever." # class_attributes: "Class Attributes" # archmage_attribute_1_pref: "Knowledge in " # archmage_attribute_1_suf: ", or a desire to learn. Most of our code is in this language. If you're a fan of Ruby or Python, you'll feel right at home. It's JavaScript, but with a nicer syntax." diff --git a/app/locale/id.coffee b/app/locale/id.coffee index 638a78899..8c238a638 100644 --- a/app/locale/id.coffee +++ b/app/locale/id.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/it.coffee b/app/locale/it.coffee index cca118653..5e030b82e 100644 --- a/app/locale/it.coffee +++ b/app/locale/it.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t fork: "Fork" play: "Gioca" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t editor: "Editor" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Amministratore" home: "Pagina iniziale" contribute: "Contribuisci" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Modifica impostazioni" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t lg_title: "Ultime partite" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "Editor di CodeCombat" main_description: "Costruisci i tuoi livelli, le tue campagne, unità e contenuti educativi. Ti forniamo tutti gli attrezzi necessari!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t thang_description: "Costruisci unità di gioco, definendo la loro logica di base, la grafica e l'audio. Per il momento si può soltanto importare grafica vettoriale esportata da Flash." level_title: "Modifica livello" level_description: "Comprende gli attrezzi per programmare, inviare audio e costruire unità logiche personalizzate per creare qualsiasi tipo di livello. Tutto quello che noi stessi usiamo!" - security_notice: "Molte funzioni importanti in questi editor non sono ancora attive. Mano a mano che miglioreremo la sicurezza di questi sistemi, essi verranno messi a disposizione di tutti. Per usare queste funzioni al più presto, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "scrivici!" hipchat_prefix: "Ci puoi anche trovare nella nostra" hipchat_url: "stanza HipChat." diff --git a/app/locale/ja.coffee b/app/locale/ja.coffee index 3e5f73a93..c738ad6c8 100644 --- a/app/locale/ja.coffee +++ b/app/locale/ja.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese", # fork: "Fork" play: "ゲームスタート" retry: "リトライ" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese", editor: "レベルエディタ" blog: "ブログ" forum: "掲示板" +# account: "Account" admin: "管理" home: "ホーム" contribute: "貢献" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese", # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "設定" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese", lg_title: "最近のゲーム" clas: "CLA" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "CodeCombatエディター" main_description: "新しいレベル、キャンペーン、ユニットそして教育コンテンツを構築しましょう。" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese", # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/ko.coffee b/app/locale/ko.coffee index 40ad69d68..67de792e5 100644 --- a/app/locale/ko.coffee +++ b/app/locale/ko.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t fork: "Fork" play: "시작" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t editor: "에디터" blog: "블로그" forum: "포럼" +# account: "Account" admin: "관리자" home: "홈" contribute: "참여하기" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "설정사항 변경" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t lg_title: "가장 최근 게임" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "코드 컴뱃 에디터들" main_description: "당신의 레벨들, 캠페인들, 유닛 그리고 교육 컨텐츠들을 구축하세요. 우리는 당신이 필요한 모든 도구들을 제공합니다!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t thang_description: "유닛들, 기본적인 인공지능, 그래픽과 오디오등을 직접 빌드하세요. 현재는 백터 그래픽으로 추출된 플래시파일만 임폴트 가능합니다." level_title: "레벨 에디터" level_description: "스크립팅, 오디오 업로드, 모든 레벨을 생성하기 위한 사용자 정의 로직등 우리가 사용하는 모든 것들을 구축하는 것을 위한 툴들을 포함합니다." - security_notice: "이러한 에디터들의 중요한 특징들은 현재 대부분 기본적으로 제공되지 않습니다. 조만간 이런 시스템들의 안정성을 업그레이트 한후에, 이러한 기능들이 제공될 것입니다." +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "연락하기!" hipchat_prefix: "당신은 또한 우리를 여기에서 찾을 수 있습니다 : " hipchat_url: "힙챗 룸" diff --git a/app/locale/lt.coffee b/app/locale/lt.coffee index 62e2868a0..ee8a72a7b 100644 --- a/app/locale/lt.coffee +++ b/app/locale/lt.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/ms.coffee b/app/locale/ms.coffee index 0afee741e..13676820e 100644 --- a/app/locale/ms.coffee +++ b/app/locale/ms.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa # fork: "Fork" play: "Mula" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" home: "Halaman" contribute: "Sumbangan" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/nb.coffee b/app/locale/nb.coffee index 3a2d4b38a..c724493c3 100644 --- a/app/locale/nb.coffee +++ b/app/locale/nb.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg # fork: "Fork" play: "Spill" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg editor: "Editor" blog: "Blogg" forum: "Forum" +# account: "Account" admin: "Administrator" home: "Hjem" contribute: "Bidra" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Rediger Innstillinger" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/nl-BE.coffee b/app/locale/nl-BE.coffee index f56beaf4f..f0de8e61d 100644 --- a/app/locale/nl-BE.coffee +++ b/app/locale/nl-BE.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription: fork: "Fork" play: "Spelen" retry: "Probeer opnieuw" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "seconde" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription: editor: "Editor" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Administrator" home: "Home" contribute: "Bijdragen" @@ -73,7 +77,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription: creating: "Account aanmaken..." sign_up: "Aanmelden" log_in: "inloggen met wachtwoord" - social_signup: "Of je kunt je registreren met Facebook of G+:" + social_signup: "Of je kunt je registreren met Facebook of G+:" home: slogan: "Leer programmeren in JavaScript door het spelen van een spel" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription: job_profile: "Job Profiel" job_profile_approved: "Jouw job profiel werd goedgekeurd door CodeCombat. Werkgevers zullen het kunnen bekijken totdat je het inactief zet of als er geen verandering in komt voor vier weken." job_profile_explanation: "Hey! Vul dit in en we zullen je contacteren om je een job als softwareontwikkelaar te helpen vinden." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Instellingen Aanpassen" @@ -293,7 +299,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription: time_goto: "Ga naar:" infinite_loop_try_again: "Probeer opnieuw" infinite_loop_reset_level: "Level resetten" - infinite_loop_comment_out: "Mijn code weg commentariëren" + infinite_loop_comment_out: "Mijn code weg commentariëren" admin: av_title: "Administrator panels" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription: lg_title: "Laatste Spelletjes" clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "CodeCombat Editors" main_description: "Maak je eigen levels, campagnes, eenheden en leermateriaal. Wij bieden alle programma's aan die je nodig hebt!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription: thang_description: "Maak eenheden, beschrijf hun standaard logica, graphics en audio. Momenteel is enkel het importeren van vector graphics geëxporteerd uit Flash ondersteund." level_title: "Level Editor" level_description: "Bevat de benodigdheden om scripts te schrijven, audio te uploaden en aangepaste logica te creëren om alle soorten levels te maken. Het is alles wat wij zelf ook gebruiken!" - security_notice: "Veel belangrijke elementen in deze editors zijn momenteel niet actief. Als wij de veiligheid van deze systemen verbeteren, zullen ook deze elementen beschikbaar worden. Indien u deze elementen al eerder wil gebruiken, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "contacteer ons!" hipchat_prefix: "Je kan ons ook vinden in ons" hipchat_url: "(Engelstalig) HipChat kanaal." diff --git a/app/locale/nl-NL.coffee b/app/locale/nl-NL.coffee index 73080f248..1c4680d86 100644 --- a/app/locale/nl-NL.coffee +++ b/app/locale/nl-NL.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription fork: "Fork" play: "Spelen" retry: "Probeer opnieuw" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "seconde" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription editor: "Editor" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Administrator" home: "Home" contribute: "Bijdragen" @@ -73,7 +77,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription creating: "Account aanmaken..." sign_up: "Aanmelden" log_in: "inloggen met wachtwoord" - social_signup: "Of je kunt je registreren met Facebook of G+:" + social_signup: "Of je kunt je registreren met Facebook of G+:" home: slogan: "Leer programmeren in JavaScript door het spelen van een spel" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription job_profile: "Job Profiel" job_profile_approved: "Jouw job profiel werd goedgekeurd door CodeCombat. Werkgevers zullen het kunnen bekijken totdat je het inactief zet of als er geen verandering in komt voor vier weken." job_profile_explanation: "Hey! Vul dit in en we zullen je contacteren om je een job als softwareontwikkelaar te helpen vinden." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Instellingen Aanpassen" @@ -293,7 +299,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription time_goto: "Ga naar:" infinite_loop_try_again: "Probeer opnieuw" infinite_loop_reset_level: "Level resetten" - infinite_loop_comment_out: "Mijn code weg commentariëren" + infinite_loop_comment_out: "Mijn code weg commentariëren" admin: av_title: "Administrator panels" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription lg_title: "Laatste Spelletjes" clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "CodeCombat Editors" main_description: "Maak je eigen levels, campagnes, eenheden en leermateriaal. Wij bieden alle programma's aan die je nodig hebt!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription thang_description: "Maak eenheden, beschrijf hun standaard logica, graphics en audio. Momenteel is enkel het importeren van vector graphics geëxporteerd uit Flash ondersteund." level_title: "Level Editor" level_description: "Bevat de benodigdheden om scripts te schrijven, audio te uploaden en aangepaste logica te creëren om alle soorten levels te maken. Het is alles wat wij zelf ook gebruiken!" - security_notice: "Veel belangrijke elementen in deze editors zijn momenteel niet actief. Als wij de veiligheid van deze systemen verbeteren, zullen ook deze elementen beschikbaar worden. Indien u deze elementen al eerder wil gebruiken, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "contacteer ons!" hipchat_prefix: "Je kan ons ook vinden in ons" hipchat_url: "(Engelstalig) HipChat kanaal." diff --git a/app/locale/nl.coffee b/app/locale/nl.coffee index ac3e0c062..f610f5de5 100644 --- a/app/locale/nl.coffee +++ b/app/locale/nl.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t fork: "Fork" play: "Spelen" retry: "Probeer opnieuw" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "seconde" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t editor: "Editor" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Administrator" home: "Home" contribute: "Bijdragen" @@ -73,7 +77,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t creating: "Account aanmaken..." sign_up: "Aanmelden" log_in: "inloggen met wachtwoord" - social_signup: "Of je kunt je registreren met Facebook of G+:" + social_signup: "Of je kunt je registreren met Facebook of G+:" home: slogan: "Leer programmeren in JavaScript door het spelen van een spel" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t job_profile: "Job Profiel" job_profile_approved: "Jouw job profiel werd goedgekeurd door CodeCombat. Werkgevers zullen het kunnen bekijken totdat je het inactief zet of als er geen verandering in komt voor vier weken." job_profile_explanation: "Hey! Vul dit in en we zullen je contacteren om je een job als softwareontwikkelaar te helpen vinden." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Instellingen Aanpassen" @@ -293,7 +299,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t time_goto: "Ga naar:" infinite_loop_try_again: "Probeer opnieuw" infinite_loop_reset_level: "Level resetten" - infinite_loop_comment_out: "Mijn code weg commentariëren" + infinite_loop_comment_out: "Mijn code weg commentariëren" admin: av_title: "Administrator panels" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t lg_title: "Laatste Spelletjes" clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "CodeCombat Editors" main_description: "Maak je eigen levels, campagnes, eenheden en leermateriaal. Wij bieden alle programma's aan die je nodig hebt!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t thang_description: "Maak eenheden, beschrijf hun standaard logica, graphics en audio. Momenteel is enkel het importeren van vector graphics geëxporteerd uit Flash ondersteund." level_title: "Level Editor" level_description: "Bevat de benodigdheden om scripts te schrijven, audio te uploaden en aangepaste logica te creëren om alle soorten levels te maken. Het is alles wat wij zelf ook gebruiken!" - security_notice: "Veel belangrijke elementen in deze editors zijn momenteel niet actief. Als wij de veiligheid van deze systemen verbeteren, zullen ook deze elementen beschikbaar worden. Indien u deze elementen al eerder wil gebruiken, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "contacteer ons!" hipchat_prefix: "Je kan ons ook vinden in ons" hipchat_url: "(Engelstalig) HipChat kanaal." diff --git a/app/locale/nn.coffee b/app/locale/nn.coffee index 80805c946..9b46ee572 100644 --- a/app/locale/nn.coffee +++ b/app/locale/nn.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/no.coffee b/app/locale/no.coffee index fffbd449b..0468a52f0 100644 --- a/app/locale/no.coffee +++ b/app/locale/no.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr # fork: "Fork" play: "Spill" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr editor: "Editor" blog: "Blogg" forum: "Forum" +# account: "Account" admin: "Administrator" home: "Hjem" contribute: "Bidra" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Rediger Innstillinger" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/pl.coffee b/app/locale/pl.coffee index bfe258c77..4d086f110 100644 --- a/app/locale/pl.coffee +++ b/app/locale/pl.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish fork: "Fork" play: "Graj" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish editor: "Edytor" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Admin" home: "Główna" contribute: "Współpraca" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Edytuj ustawienia" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish lg_title: "Ostatnie gry" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "Edytory CodeCombat" main_description: "Stwórz własne poziomy, kampanie, jednostki i materiały edukacyjne. Zapewniamy wszystkie narzędzia, jakich będziesz potrzebował!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish thang_description: "Twórz jednostki, definiuj ich domyślną logikę, grafiki i dźwięki. Aktualnie wspiera wyłącznie importowanie grafik wektorowych wyeksportowanych przez Flash." level_title: "Edytor poziomów" level_description: "Zawiera narzędzia do skryptowania, przesyłania dźwięków i konstruowania spersonalizowanych logik, by móc tworzyć najrozmaitsze poziomy. Wszystko to, czego sami używamy!" - security_notice: "Wiele ważnych funkcji nie jest obecnie domyślnie włączonych we wspomnianych edytorach. Wraz z ulepszeniem zabezpieczenia tych narzędzi, staną się one dostępne publicznie. Jeśli chciałbyś użyć ich już teraz, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "skontaktuj się z nami!" hipchat_prefix: "Możesz nas też spotkać w naszym" hipchat_url: "pokoju HipChat." diff --git a/app/locale/pt-BR.coffee b/app/locale/pt-BR.coffee index 83d592fc9..aac12c77b 100644 --- a/app/locale/pt-BR.coffee +++ b/app/locale/pt-BR.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "português do Brasil", englishDescription: fork: "Fork" play: "Jogar" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "segundo" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "português do Brasil", englishDescription: editor: "Editor" blog: "Blog" forum: "Fórum" +# account: "Account" admin: "Administrador" home: "Início" contribute: "Contribuir" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "português do Brasil", englishDescription: # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Editar as configurações" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "português do Brasil", englishDescription: lg_title: "Últimos Jogos" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "Editores do CodeCombat" main_description: "Construa seus próprios níveis, campanhas, unidades e conteúdo educacional. Nós fornecemos todas as ferramentas que você precisa!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "português do Brasil", englishDescription: thang_description: "Construa unidades, definindo sua lógica padrão, gráfico e áudio. Atualmente só é suportado importação de vetores gráficos exportados do Flash." level_title: "Editor de Niível" level_description: "Inclui as ferramentas para codificar, fazer o upload de áudio e construir uma lógica diferente para criar todos os tipos de níveis. Tudo o que nós mesmos utilizamos!" - security_notice: "Muitos recursos principais nestes editores não estão habilitados por padrão atualmente. A maneira que melhoramos a segurança desses sistemas, eles serão colocados a disposição. Se você quiser utilizar um desses recursos mais rápido, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "entre em contato!" hipchat_prefix: "Você também pode nos encontrar na nossa" hipchat_url: "Sala do HipChat." diff --git a/app/locale/pt-PT.coffee b/app/locale/pt-PT.coffee index 4692e2279..5f1766961 100644 --- a/app/locale/pt-PT.coffee +++ b/app/locale/pt-PT.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P fork: "Fork" play: "Jogar" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P editor: "Editor" blog: "Blog" forum: "Fórum" +# account: "Account" admin: "Administrador" home: "Início" contribute: "Contribuir" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Editar Definições" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P lg_title: "Últimos Jogos" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "Editores para CodeCombat" main_description: "Constrói os teus níveis, campanhas, unidades e conteúdo educacional. Nós fornecemos todas as ferramentas que precisas!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P thang_description: "Constrói unidades, definindo a sua logica, visual e audio por defeito. De momento só é suportado 'importing Flash exported vector graphics'." level_title: "Editor de níveis" level_description: "Inclui ferramentas para a criação de scripts, upload de áudio, e construção de lógica personalizada para criar todos os tipos de níveis. Tudo o que nós usamos!" - security_notice: "Muitas das principais funcionalidades nestes editores não estão activas por defeito. À medida que a segurança destes sistemas é melhorada, eles serão disponibilizados. Se quiseres utilizar estas uncionalidades mais cedo, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "contacta-nos!" hipchat_prefix: "Podes encontrar-nos no nosso" hipchat_url: "canal HipChat." diff --git a/app/locale/pt.coffee b/app/locale/pt.coffee index ace10e931..a82ee92b6 100644 --- a/app/locale/pt.coffee +++ b/app/locale/pt.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues # fork: "Fork" play: "Jogar" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues editor: "Editor" blog: "Blog" forum: "Fórum" +# account: "Account" admin: "Administrador" home: "Início" contribute: "Contribuir" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Editar as configurações" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/ro.coffee b/app/locale/ro.coffee index d11bf98f4..57e83e5f8 100644 --- a/app/locale/ro.coffee +++ b/app/locale/ro.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman fork: "Fork" play: "Joacă" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "secundă" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman editor: "Editor" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Admin" home: "Acasa" contribute: "Contribuie" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Modifică setările" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman lg_title: "Ultimele jocuri" clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "Editori CodeCombat" main_description: "Construiește propriile nivele, campanii, unități și conținut educațional. Noi îți furnizăm toate uneltele necesare!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman thang_description: "Construiește unități, definește logica lor, grafica și sunetul. Momentan suportă numai importare de grafică vectorială exportată din Flash." level_title: "Editor Nivele" level_description: "Include uneltele pentru scriptare, upload audio, și construcție de logică costum pentru toate tipurile de nivele.Tot ce folosim noi înșine!" - security_notice: "Multe setări majore de securitate în aceste editoare nu sunt momentan disponibile.Pe măsură ce îmbunătățim securitatea acestor sisteme, ele vor deveni disponibile. Dacă doriți să folosiți aceste setări mai devrme, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "contactați-ne!" hipchat_prefix: "Ne puteți de asemenea găsi la" hipchat_url: "HipChat." diff --git a/app/locale/ru.coffee b/app/locale/ru.coffee index 9bfe247ca..c1aafb04c 100644 --- a/app/locale/ru.coffee +++ b/app/locale/ru.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi fork: "Форк" play: "Играть" retry: "Повторить" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "секунда" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi editor: "Редактор" blog: "Блог" forum: "Форум" +# account: "Account" admin: "Админ" home: "Домой" contribute: "Сотрудничество" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi job_profile: "Профиль соискателя" job_profile_approved: "Ваш профиль соискателя был одобрен CodeCombat. Работодатели смогут видеть его, пока вы не отметите его неактивным или он не будет изменен в течение четырёх недель." job_profile_explanation: "Привет! Заполните это, и мы свяжемся с вами при нахождении работы разработчика программного обеспечения для вас." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Изменить настройки" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi lg_title: "Последние игры" clas: "ЛСС" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "Редакторы CodeCombat" main_description: "Создавайте ваши собственные уровни, кампании, юнитов и обучающий контент. Мы предоставляем все необходимые инструменты!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi thang_description: "Создавайте юнитов, определяйте их логику по умолчанию, графику и звук. В настоящий момент поддерживается импорт только векторной графики Flash." level_title: "Редактор уровней" level_description: "Включает в себя инструменты для написания сценариев, загрузки аудио и построения собственной логики для создания всевозможных уровней. Всё, что мы используем сами!" - security_notice: "Многие основные возможности в этих редакторах в настоящее время не включены по умолчанию. Как только мы повысим безопасность этих систем, они станут общедоступными. Если вам хотелось бы использовать эти возможности раньше, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "свяжитесь с нами!" hipchat_prefix: "Также вы можете найти нас в нашей" hipchat_url: "комнате HipChat." diff --git a/app/locale/sk.coffee b/app/locale/sk.coffee index 543ab000a..5100cddf3 100644 --- a/app/locale/sk.coffee +++ b/app/locale/sk.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak", # fork: "Fork" play: "Hraj" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak", editor: "Editor" blog: "Blog" forum: "Fórum" +# account: "Account" admin: "Spravuj" home: "Domov" contribute: "Prispej" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak", # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak", # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak", # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/sl.coffee b/app/locale/sl.coffee index 6614a51ef..bbd20d75a 100644 --- a/app/locale/sl.coffee +++ b/app/locale/sl.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/sr.coffee b/app/locale/sr.coffee index b19c7db87..d58228ccb 100644 --- a/app/locale/sr.coffee +++ b/app/locale/sr.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian # fork: "Fork" play: "Нивои" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian editor: "Уређивач" blog: "Блог" forum: "Форум" +# account: "Account" admin: "Админ" home: "Почетна" contribute: "Допринеси" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Измени подешавања" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/sv.coffee b/app/locale/sv.coffee index 4ef8fc4bf..efc862ffa 100644 --- a/app/locale/sv.coffee +++ b/app/locale/sv.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr fork: "Förgrena" play: "Spela" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr editor: "Nivåredigerare" blog: "Blogg" forum: "Forum" +# account: "Account" admin: "Admin" home: "Hem" contribute: "Bidra" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Ändra inställningar" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr lg_title: "Senaste matcher" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "CodeCombatredigerare" main_description: "Bygg dina egna banor, kampanjer, enheter och undervisningsinnehåll. Vi tillhandahåller alla verktyg du behöver!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr thang_description: "Bygg enheter, genom att definerade deras förinställda logik, grafik och ljud. Stöder för närvarande endast import av Flashexporterad vektorgrafik." level_title: "Nivåredigerare" level_description: "Innehåller verktygen för att skripta, ladda upp ljud och konstruera skräddarsydd logik för att skapa alla möjliga sorters nivåer. Allting vi själva använder!" - security_notice: "Många huvudfunktioner i dessa redigerare är för närvarande inte aktiverade från början. Allt eftersom vi ökar säkerheten i dessa system, okmmer de att bli allmänt tillgängliga. Om du skulle vilja använda dessa funktioner tidigare, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "kontakta oss!" hipchat_prefix: "Du kan också hitta oss i vårt" hipchat_url: "HipChat-rum." diff --git a/app/locale/th.coffee b/app/locale/th.coffee index a4884c40b..f0a4f0179 100644 --- a/app/locale/th.coffee +++ b/app/locale/th.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra # fork: "Fork" play: "เล่น" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra editor: "Editor" blog: "บล็อก" forum: "กระดานสนทนา" +# account: "Account" admin: "ผู้ดูแลระบบ" home: "Home" contribute: "สนับสนุน" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "แก้ไขการตั้งค่า" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/tr.coffee b/app/locale/tr.coffee index 81fe200f2..0de56c4a0 100644 --- a/app/locale/tr.coffee +++ b/app/locale/tr.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t fork: "Çatalla" play: "Oyna" retry: "Yeniden Dene" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "saniye" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t editor: "Düzenleyici" blog: "Blog" forum: "Forum" +# account: "Account" admin: "Yönetici" home: "Anasayfa" contribute: "Katkıda bulun" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Ayarları Düzenle" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t lg_title: "Yeni Oyunlar" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "CodeCombat Düzenleyici" main_description: "Kendi bölümlerinizi, seferberliklerinizi, birimlerinizi ve eğitimsel içeriklerinizi oluşturun. Gereken tüm araçları sağlıyoruz!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t thang_description: "Öntanımlı mantıkları, grafik ve seslerini tanımlayarak birimler üretin. Şimdilik sadece Flash ile dışa aktarılmış vektör grafikleri desteklenmektedir." level_title: "Bölüm Düzenleyici" level_description: "Her türde bölüm oluşturmak için betik yazma, ses yükleme ve özel mantık inşası için araçları içermektedir. Kendi kullandığımız her şey!" - security_notice: "Bu düzenleyicilerin çoğu özelliği öntanımlı olarak şimdilik etkin değildir. Bu sistemlerin güvenliklerini arttırdığımızda herkese açık olacaklar. Eğer bu özellikleri daha önceden kullanmak isterseniz," +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "bize ulaşın!" hipchat_prefix: "Bizi ayrıca" hipchat_url: "HipChat otasında bulabilirsiniz." diff --git a/app/locale/uk.coffee b/app/locale/uk.coffee index e99eef979..e9e6221ba 100644 --- a/app/locale/uk.coffee +++ b/app/locale/uk.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "українська мова", englishDesc fork: "Форк" play: "Грати" retry: "Повтор" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "Секунда" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "українська мова", englishDesc editor: "Редактор" blog: "Блог" forum: "Форум" +# account: "Account" admin: "Адміністратор" home: "На головну" contribute: "Співпраця" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "українська мова", englishDesc # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Змінити налаштування" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "українська мова", englishDesc lg_title: "Останні ігри" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "Редактори CodeCombat" main_description: "Створюйте власні рівні, кампанії, юнітів та навчальний контекнт. Ми надаємо всіх необхидних інструментів! " @@ -315,7 +328,7 @@ module.exports = nativeDescription: "українська мова", englishDesc thang_description: "Створюйте юнітів, візначайте їхню логіку, графіку та аудіо. Наразі підтримується тільки імпорт векторної flash-графіки." level_title: "Редактор рівнів" level_description: "Включає інструменти для створення сценаріїв, аудіо й конструювання логіки задля створення усіх типів рівнив. Усе, що ми самі використовуємо! " - security_notice: "Багато базових можливостей у цих редакторах зараз не доступні за замовчуванням. Як тільки ми вдосконалимо безпеку цих систем, вони стануть загальнодоступними. Якщо ви хочете використовувати ці можливості раніше, " +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "зв’яжіться з нами!" hipchat_prefix: "Ви можете також знайти нас в нашій" hipchat_url: "кімнаті HipChat." diff --git a/app/locale/ur.coffee b/app/locale/ur.coffee index 2f7ab791d..5ef7e396d 100644 --- a/app/locale/ur.coffee +++ b/app/locale/ur.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu", # fork: "Fork" # play: "Play" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu", # editor: "Editor" # blog: "Blog" # forum: "Forum" +# account: "Account" # admin: "Admin" # home: "Home" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu", # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu", # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu", # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/vi.coffee b/app/locale/vi.coffee index dd5991ab0..4c49d6373 100644 --- a/app/locale/vi.coffee +++ b/app/locale/vi.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn # fork: "Fork" play: "Các cấp độ" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn editor: "Chỉnh sửa" # blog: "Blog" forum: "Diễn đàn" +# account: "Account" admin: "Quản trị viên" home: "Nhà" contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "Chỉnh sửa cài đặt" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/zh-HANS.coffee b/app/locale/zh-HANS.coffee index 4c5469376..433a26034 100644 --- a/app/locale/zh-HANS.coffee +++ b/app/locale/zh-HANS.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese fork: "派生" play: "开始" retry: "重试" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" units: second: "秒" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese editor: "编辑器" blog: "博客" forum: "论坛" +# account: "Account" admin: "管理" home: "首页" contribute: "贡献" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese job_profile: "工作经历" job_profile_approved: "你填写的工作经历将由CodeCombat认证. 雇主将看到这些信息,除非你将它设置为不启用状态或者连续四周没有更新." job_profile_explanation: "你好! 填写这些信息, 我们将使用它帮你寻找一份软件开发的工作." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "编辑设置" @@ -185,7 +191,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese # our_notes: "Our Notes" projects: "项目" -# employers: + employers: want_to_hire_our_players: "想要雇用CodeCombat上的专业玩家?" contact_george: "联系George查看”为我们义务工作的人" candidates_count_prefix: "我们当前有 " @@ -306,6 +312,13 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese lg_title: "最新的游戏" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + editor: main_title: "CodeCombat 编辑器" main_description: "建立你自己的关卡、 战役、单元和教育内容。我们会提供所有你需要的工具!" @@ -315,7 +328,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese thang_description: "创建单元,并定义单元的逻辑、图形和音频。目前只支持导入 Flash 导出的矢量图形。" level_title: "关卡编辑器" level_description: "所有用来创造所有难度的关卡的工具,包括脚本、上传音频和构建自定义逻辑。" - security_notice: "编辑器的许多主要功能并不是目前默认启动的。当我们改善完这些系统的安全性的时候,它们就会成为通常可用的。如果你想要马上使用这些功能," +# got_questions: "Questions about using the CodeCombat editors?" contact_us: "联系我们!" hipchat_prefix: "你也可以在这里找到我们" hipchat_url: "HipChat 房间。" diff --git a/app/locale/zh-HANT.coffee b/app/locale/zh-HANT.coffee index d5d7456df..8824ebd9b 100644 --- a/app/locale/zh-HANT.coffee +++ b/app/locale/zh-HANT.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese fork: "Fork" play: "播放" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese editor: "編輯" blog: "官方部落格" forum: "論壇" +# account: "Account" admin: "系統管理員" home: "首頁" contribute: "貢獻" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" account_profile: edit_settings: "帳號設定" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/locale/zh.coffee b/app/locale/zh.coffee index 3f33a7be0..87003013f 100644 --- a/app/locale/zh.coffee +++ b/app/locale/zh.coffee @@ -15,6 +15,9 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra fork: "Fork" play: "玩" # retry: "Retry" +# watch: "Watch" +# unwatch: "Unwatch" +# submit_patch: "Submit Patch" # units: # second: "second" @@ -36,6 +39,7 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra editor: "编辑" blog: "博客" forum: "论坛" +# account: "Account" admin: "超级管理员" home: "首页" # contribute: "Contribute" @@ -170,6 +174,8 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra # job_profile: "Job Profile" # job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks." # job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job." +# sample_profile: "See a sample profile" +# view_profile: "View Your Profile" # account_profile: # edit_settings: "Edit Settings" @@ -306,6 +312,13 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra # lg_title: "Latest Games" # clas: "CLAs" +# community: +# level_editor: "Level Editor" +# main_title: "CodeCombat Community" +# facebook: "Facebook" +# twitter: "Twitter" +# gplus: "Google+" + # editor: # main_title: "CodeCombat Editors" # main_description: "Build your own levels, campaigns, units and educational content. We provide all the tools you need!" @@ -315,8 +328,8 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra # thang_description: "Build units, defining their default logic, graphics and audio. Currently only supports importing Flash exported vector graphics." # level_title: "Level Editor" # level_description: "Includes the tools for scripting, uploading audio, and constructing custom logic to create all sorts of levels. Everything we use ourselves!" -# security_notice: "Many major features in these editors are not currently enabled by default. As we improve the security of these systems, they will be made generally available. If you'd like to use these features sooner, " -# contact_us: "contact us!" +# got_questions: "Questions about using the CodeCombat editors?" +# contact_us: "Contact us!" # hipchat_prefix: "You can also find us in our" # hipchat_url: "HipChat room." # back: "Back" diff --git a/app/templates/account/profile.jade b/app/templates/account/profile.jade index fbd3e15f5..e2f5f32ea 100644 --- a/app/templates/account/profile.jade +++ b/app/templates/account/profile.jade @@ -105,7 +105,7 @@ block content li a(href=project.link) if project.picture - .project-image(style="background-image: url(/file/" + project.picture + ")") + .project-image(style="background-image: url('/file/" + project.picture + "')") p= project.name div!= marked(project.description) diff --git a/app/templates/employers.jade b/app/templates/employers.jade index efeb59429..bfb2ca051 100644 --- a/app/templates/employers.jade +++ b/app/templates/employers.jade @@ -28,6 +28,7 @@ block content th(data-i18n="employers.candidate_last_updated") Last Updated if me.isAdmin() th ✓? + th ಥ_ಥ tbody for candidate, index in candidates @@ -57,4 +58,8 @@ block content if candidate.get('jobProfileApproved') td ✓ else - td ✗ \ No newline at end of file + td ✗ + if profile.active + td ᶘ ᵒᴥᵒᶅ + else + td ⨂_⨂ \ No newline at end of file diff --git a/app/views/account/profile_view.coffee b/app/views/account/profile_view.coffee index 854f9e985..3c269657e 100644 --- a/app/views/account/profile_view.coffee +++ b/app/views/account/profile_view.coffee @@ -59,11 +59,11 @@ module.exports = class ProfileView extends View iconForLink: (link) -> icons = [ - {icon: 'facebook', name: 'Facebook', domain: 'facebook.com', match: /facebook/i} - {icon: 'twitter', name: 'Twitter', domain: 'twitter.com', match: /twitter/i} - {icon: 'github', name: 'GitHub', domain: 'github.com', match: /github/i} - {icon: 'gplus', name: 'Google Plus', domain: 'plus.google.com', match: /(google|^g).?(\+|plus)/i} - {icon: 'linkedin', name: 'LinkedIn', domain: 'linkedin.com', match: /(google|^g).?(\+|plus)/i} + {icon: 'facebook', name: 'Facebook', domain: /facebook\.com/, match: /facebook/i} + {icon: 'twitter', name: 'Twitter', domain: /twitter\.com/, match: /twitter/i} + {icon: 'github', name: 'GitHub', domain: /github\.(com|io)/, match: /github/i} + {icon: 'gplus', name: 'Google Plus', domain: /plus\.google\.com/, match: /(google|^g).?(\+|plus)/i} + {icon: 'linkedin', name: 'LinkedIn', domain: /linkedin\.com/, match: /(google|^g).?(\+|plus)/i} ] for icon in icons if (link.name.search(icon.match) isnt -1) or (link.link.search(icon.domain) isnt -1) diff --git a/app/views/play/level/tome/spell_view.coffee b/app/views/play/level/tome/spell_view.coffee index 0ba79d36a..6d1b81aa6 100644 --- a/app/views/play/level/tome/spell_view.coffee +++ b/app/views/play/level/tome/spell_view.coffee @@ -107,8 +107,8 @@ module.exports = class SpellView extends View name: 'end-current-script' bindKey: {win: 'Shift-Space', mac: 'Shift-Space'} passEvent: true # https://github.com/ajaxorg/ace/blob/master/lib/ace/keyboard/keybinding.js#L114 - # No easy way to selectively cancel shift+space, since we don't get access to the event. - # Maybe we could temporarily set ourselves to read-only if we somehow know that a script is active? + # No easy way to selectively cancel shift+space, since we don't get access to the event. + # Maybe we could temporarily set ourselves to read-only if we somehow know that a script is active? exec: -> Backbone.Mediator.publish 'level:shift-space-pressed' addCommand name: 'end-all-scripts' @@ -158,7 +158,7 @@ module.exports = class SpellView extends View @firepad?.dispose() createFirepad: -> - # load from firebase or the original source if there's nothing there + # load from firebase or the original source if there's nothing there return if @firepadLoading @eventsSuppressed = true @loaded = false @@ -327,29 +327,32 @@ module.exports = class SpellView extends View codeIsAsCast = castAether and not hasChanged aether = castAether if codeIsAsCast return if not needsUpdate and aether is @displayedAether - + # Now that that's figured out, perform the update. # The web worker Aether won't track state, so don't have to worry about updating it + finishUpdatingAether = (aether) => + @displayAether aether + @lastUpdatedAetherSpellThang = @spellThang + @guessWhetherFinished aether if fromCodeChange + @clearAetherDisplay() - workerMessage = - function: "transpile" - spellKey: @spell.spellKey - source: source - - @worker.addEventListener "message", (e) => - workerData = JSON.parse e.data - if workerData.function is "transpile" and workerData.spellKey is @spell.spellKey - @worker.removeEventListener("message",arguments.callee, false) - aether.problems = workerData.problems - aether.raw = source - @displayAether aether - @lastUpdatedAetherSpellThang = @spellThang - @guessWhetherFinished aether if fromCodeChange - @worker.postMessage JSON.stringify(workerMessage) - #aether.transpile source if codeHasChangedSignificantly and not codeIsAsCast - #@displayAether aether - #@lastUpdatedAetherSpellThang = @spellThang - #@guessWhetherFinished aether if fromCodeChange + if codeHasChangedSignificantly and not codeIsAsCast + workerMessage = + function: "transpile" + spellKey: @spell.spellKey + source: source + + @worker.addEventListener "message", (e) => + workerData = JSON.parse e.data + if workerData.function is "transpile" and workerData.spellKey is @spell.spellKey + @worker.removeEventListener("message",arguments.callee, false) + aether.problems = workerData.problems + aether.raw = source + finishUpdatingAether(aether) + @worker.postMessage JSON.stringify(workerMessage) + else + finishUpdatingAether(aether) + clearAetherDisplay: -> problem.destroy() for problem in @problems @@ -397,12 +400,12 @@ module.exports = class SpellView extends View #console.log "finished?", valid, endOfLine, beginningOfLine, cursorPosition, currentLine.length, aether, new Date() - 0, currentLine if valid and endOfLine or beginningOfLine @recompile() - #console.log "recompile now!" - #else if not valid - # # if this works, we can get rid of all @recompileValid logic - # console.log "not valid, but so we'll wait to do it in", @autocastDelay + "ms" - #else - # console.log "valid but not at end of line; recompile in", @autocastDelay + "ms" + #console.log "recompile now!" + #else if not valid + # # if this works, we can get rid of all @recompileValid logic + # console.log "not valid, but so we'll wait to do it in", @autocastDelay + "ms" + #else + # console.log "valid but not at end of line; recompile in", @autocastDelay + "ms" onSpellChanged: (e) -> @spellHasChanged = true @@ -438,7 +441,7 @@ module.exports = class SpellView extends View aether = e.world.userCodeMap[thangID]?[@spell.name] # Might not be there if this is a new Programmable Thang. spellThang.castAether = aether spellThang.aether = @spell.createAether thang - #console.log thangID, @spell.spellKey, "ran", aether.metrics.callsExecuted, "times over", aether.metrics.statementsExecuted, "statements, with max recursion depth", aether.metrics.maxDepth, "and full flow/metrics", aether.metrics, aether.flow + #console.log thangID, @spell.spellKey, "ran", aether.metrics.callsExecuted, "times over", aether.metrics.statementsExecuted, "statements, with max recursion depth", aether.metrics.maxDepth, "and full flow/metrics", aether.metrics, aether.flow @spell.transpile() @updateAether false, false @@ -489,7 +492,7 @@ module.exports = class SpellView extends View break _.last(executed).push state executedRows[state.range[0].row] = true - #state.executing = true if state.userInfo?.time is @thang.world.age # no work + #state.executing = true if state.userInfo?.time is @thang.world.age # no work currentCallIndex ?= callNumber - 1 #console.log "got call index", currentCallIndex, "for time", @thang.world.age, "out of", states.length @@ -591,7 +594,7 @@ module.exports = class SpellView extends View @ace.setDisplayIndentGuides aceConfig.indentGuides # default false @ace.setShowInvisibles aceConfig.invisibles # default false @ace.setKeyboardHandler @keyBindings[aceConfig.keyBindings ? 'default'] - # @aceSession.setMode @editModes[aceConfig.language ? 'javascript'] + # @aceSession.setMode @editModes[aceConfig.language ? 'javascript'] onChangeLanguage: (e) -> aceConfig = me.get('aceConfig') ? {} @@ -600,7 +603,7 @@ module.exports = class SpellView extends View dismiss: -> @spell.hasChangedSignificantly @getSource(), null, (hasChanged) => @recompile() if hasChanged - + destroy: -> $(@ace?.container).find('.ace_gutter').off 'click', '.ace_error, .ace_warning, .ace_info', @onAnnotationClick diff --git a/app/views/play/level/tome/tome_view.coffee b/app/views/play/level/tome/tome_view.coffee index 835f6a759..7ae29a53f 100644 --- a/app/views/play/level/tome/tome_view.coffee +++ b/app/views/play/level/tome/tome_view.coffee @@ -71,7 +71,7 @@ module.exports = class TomeView extends View @cast() console.warn "Warning: There are no Programmable Thangs in this level, which makes it unplayable." delete @options.thangs - + onNewWorld: (e) -> thangs = _.filter e.world.thangs, 'isSelectable' programmableThangs = _.filter thangs, 'isProgrammable' @@ -120,7 +120,7 @@ module.exports = class TomeView extends View @thangSpells[thang.id].push spellKey unless method.cloneOf skipProtectAPI = @getQueryVariable "skip_protect_api", not @options.ladderGame - skipFlow = @getQueryVariable "skip_flow", @options.levelID is 'brawlwood' or @options.levelID is 'resource-gathering-multiplayer' + skipFlow = @getQueryVariable "skip_flow", (@options.levelID in ['brawlwood', 'greed', 'gold-rush']) spell = @spells[spellKey] = new Spell programmableMethod: method, spellKey: spellKey, pathComponents: pathPrefixComponents.concat(pathComponents), session: @options.session, supermodel: @supermodel, skipFlow: skipFlow, skipProtectAPI: skipProtectAPI, worker: @worker for thangID, spellKeys of @thangSpells thang = world.getThangByID thangID diff --git a/app/views/play_view.coffee b/app/views/play_view.coffee index 3a61c9a8b..e515fbf6f 100644 --- a/app/views/play_view.coffee +++ b/app/views/play_view.coffee @@ -159,6 +159,14 @@ module.exports = class PlayView extends View description: "Combat the armies of other Wizards in a strategic forest arena! (Fast computer required.)" levelPath: 'ladder' } + { + name: 'Gold Rush' + difficulty: 3 + id: 'gold-rush' + image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png' + description: "Prove you are better at collecting gold than your opponent!" + levelPath: 'ladder' + } ] playerCreated = [ diff --git a/scripts/mail.coffee b/scripts/mail.coffee index 7d51fee76..b9983b619 100644 --- a/scripts/mail.coffee +++ b/scripts/mail.coffee @@ -77,7 +77,8 @@ grabUser = (session, callback) -> totalEmailsSent = 0 emailUser = (user, callback) -> - return callback null, false if user.emails?.recruiting?.enabled is false # TODO: later, obey also "announcements" when that's untangled + #return callback null, false if user.emails?.anyNotes?.enabled is false # TODO: later, uncomment to obey also "anyNotes" when that's untangled + return callback null, false if user.emails?.recruitNotes?.enabled is false return callback null, false if user.email in alreadyEmailed return callback null, false if DEBUGGING and (totalEmailsSent > 1 or Math.random() > 0.1) ++totalEmailsSent diff --git a/server/routes/db.coffee b/server/routes/db.coffee index beb120573..9b31e2537 100644 --- a/server/routes/db.coffee +++ b/server/routes/db.coffee @@ -6,6 +6,7 @@ mongoose = require 'mongoose' module.exports.setup = (app) -> # This is hacky and should probably get moved somewhere else, I dunno app.get '/db/cla.submissions', (req, res) -> + return errors.unauthorized(res, "You must be an admin to view that information") unless req.user?.isAdmin() res.setHeader('Content-Type', 'application/json') collection = mongoose.connection.db.collection 'cla.submissions', (err, collection) -> return log.error "Couldn't fetch CLA submissions because #{err}" if err diff --git a/server/users/user_handler.coffee b/server/users/user_handler.coffee index 212ed7685..cc6f279d3 100644 --- a/server/users/user_handler.coffee +++ b/server/users/user_handler.coffee @@ -235,9 +235,10 @@ UserHandler = class UserHandler extends Handler getCandidates: (req, res) -> authorized = req.user.isAdmin() or ('employer' in req.user.get('permissions')) since = (new Date((new Date()) - 2 * 30.4 * 86400 * 1000)).toISOString() - query = {'jobProfile.active': true, 'jobProfile.updated': {$gt: since}} - #query = {'jobProfile.updated': {$gt: since}} + #query = {'jobProfile.active': true, 'jobProfile.updated': {$gt: since}} + query = {'jobProfile.updated': {$gt: since}} query.jobProfileApproved = true unless req.user.isAdmin() + query['jobProfile.active'] = true unless req.user.isAdmin() selection = 'jobProfile' selection += ' email' if authorized selection += ' jobProfileApproved' if req.user.isAdmin() @@ -251,7 +252,7 @@ UserHandler = class UserHandler extends Handler fields = if authorized then ['jobProfile', 'jobProfileApproved', 'photoURL', '_id'] else ['jobProfile'] obj = _.pick document.toObject(), fields obj.photoURL ||= obj.jobProfile.photoURL if authorized - subfields = ['country', 'city', 'lookingFor', 'jobTitle', 'skills', 'experience', 'updated'] + subfields = ['country', 'city', 'lookingFor', 'jobTitle', 'skills', 'experience', 'updated', 'active'] if authorized subfields = subfields.concat ['name'] obj.jobProfile = _.pick obj.jobProfile, subfields