diff --git a/app/locale/ca.coffee b/app/locale/ca.coffee index fa6930efe..70eaac42e 100644 --- a/app/locale/ca.coffee +++ b/app/locale/ca.coffee @@ -1,105 +1,105 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", translation: -# common: -# loading: "Loading..." -# saving: "Saving..." -# sending: "Sending..." -# cancel: "Cancel" -# save: "Save" -# delay_1_sec: "1 second" -# delay_3_sec: "3 seconds" -# delay_5_sec: "5 seconds" -# manual: "Manual" -# fork: "Fork" -# play: "Play" + common: + loading: "Carregant..." + saving: "Guardant..." + sending: "Enviant..." + cancel: "Cancel·lant" + save: "Guardar" + delay_1_sec: "1 segon" + delay_3_sec: "3 segons" + delay_5_sec: "5 segons" + manual: "Manual" + fork: "Fork" + play: "Jugar" -# modal: -# close: "Close" -# okay: "Okay" + modal: + close: "Tancar" + okay: "Okey" # not_found: # page_not_found: "Page not found" -# nav: -# play: "Levels" -# editor: "Editor" -# blog: "Blog" -# forum: "Forum" -# admin: "Admin" -# home: "Home" -# contribute: "Contribute" -# legal: "Legal" -# about: "About" -# contact: "Contact" -# twitter_follow: "Follow" -# employers: "Employers" + nav: + play: "Nivells" + editor: "Editor" + blog: "Blog" + forum: "Fòrum" + admin: "Admin" + home: "Inici" + contribute: "Col·laborar" + legal: "Legalitat" + about: "Sobre Nosaltres" + contact: "Contacta" + twitter_follow: "Segueix-nos" + employers: "Treballadors" -# versions: -# save_version_title: "Save New Version" + versions: + save_version_title: "Guarda una nova versió" # new_major_version: "New Major Version" -# cla_prefix: "To save changes, first you must agree to our" -# cla_url: "CLA" -# cla_suffix: "." -# cla_agree: "I AGREE" + cla_prefix: "Per guardar els canvis primer has d'acceptar" + cla_url: "CLA" + cla_suffix: "." + cla_agree: "Estic d'acord" -# login: -# sign_up: "Create Account" -# log_in: "Log In" -# log_out: "Log Out" -# recover: "recover account" + login: + sign_up: "Crear un compte" + log_in: "Iniciar Sessió" + log_out: "Tancar Sessió" + recover: "Recuperar un compte" -# recover: -# recover_account_title: "Recover Account" -# send_password: "Send Recovery Password" + recover: + recover_account_title: "Recuperar Compte" + send_password: "Enviar contrasenya oblidada" -# signup: -# create_account_title: "Create Account to Save Progress" -# description: "It's free. Just need a couple things and you'll be good to go:" -# email_announcements: "Receive announcements by email" -# coppa: "13+ or non-USA " -# coppa_why: "(Why?)" -# creating: "Creating Account..." -# sign_up: "Sign Up" -# log_in: "log in with password" + signup: + create_account_title: "Crear un compte per tal de guardar els progressos" + description: "És gratuit. Només calen un parell de coses i ja podràs començar:" + email_announcements: "Rebre anuncis via email" + coppa: " més de 13 anys o fora dels Estats Units" + coppa_why: "(Per què?)" + creating: "Creant Compte..." + sign_up: "Registrar-se" + log_in: "Iniciar sessió amb la teva contrasenya" -# home: -# slogan: "Learn to Code JavaScript by Playing a Game" -# no_ie: "CodeCombat does not run in Internet Explorer 9 or older. Sorry!" -# no_mobile: "CodeCombat wasn't designed for mobile devices and may not work!" -# play: "Play" -# old_browser: "Uh oh, your browser is too old to run CodeCombat. Sorry!" -# old_browser_suffix: "You can try anyway, but it probably won't work." -# campaign: "Campaign" -# for_beginners: "For Beginners" -# multiplayer: "Multiplayer" -# for_developers: "For Developers" + home: + slogan: "Aprén a programar JavaScript tot Jugant" + no_ie: "CodeCombat no funciona en Internet Explorer 9 o versions anteriors. Perdó!" + no_mobile: "CodeCombat no ha estat dissenyat per dispositius mòbils i per tant no funcionarà!" + play: "Jugar" + old_browser: "Uh oh, el teu navegador és massa antic per fer funcionar CodeCombat. Perdó!" + old_browser_suffix: "Pots probar-ho igualment, però el més segur és que no funcioni." + campaign: "Campanya" + for_beginners: "Per a principiants" + multiplayer: "Multijugador" + for_developers: "Per a Desenvolupadors" -# play: -# choose_your_level: "Choose Your Level" -# adventurer_prefix: "You can jump to any level below, or discuss the levels on " -# adventurer_forum: "the Adventurer forum" -# adventurer_suffix: "." -# campaign_beginner: "Beginner Campaign" -# campaign_beginner_description: "... in which you learn the wizardry of programming." -# campaign_dev: "Random Harder Levels" -# campaign_dev_description: "... in which you learn the interface while doing something a little harder." -# campaign_multiplayer: "Multiplayer Arenas" -# campaign_multiplayer_description: "... in which you code head-to-head against other players." -# campaign_player_created: "Player-Created" -# campaign_player_created_description: "... in which you battle against the creativity of your fellow <a href=\"/contribute#artisan\">Artisan Wizards</a>." -# level_difficulty: "Difficulty: " -# play_as: "Play As" -# spectate: "Spectate" + play: + choose_your_level: "Escull el teu nivell" + adventurer_prefix: "Pots saltar a qualsevols dels nivells de més abaix, o discutir els nivells de més amunt." + adventurer_forum: "El fòrum de l'aventurer" + adventurer_suffix: "." + campaign_beginner: "Campanya del principiant" + campaign_beginner_description: "... on aprens la bruixeria de la programació." + campaign_dev: "Nivells difícils aleatoris" + campaign_dev_description: "... on aprens a interactuar amb la interfície tot fent coses un pèl més difícils." + campaign_multiplayer: "Arenes Multijugador" + campaign_multiplayer_description: "... on programes cara a cara contra altres jugadors." + campaign_player_created: "Creats pel Jugador" + campaign_player_created_description: "... on lluites contra la creativitat dels teus companys <a href=\"/contribute#artisan\">Artisan Wizards</a>." + level_difficulty: "Dificultat: " + play_as: "Jugar com" + spectate: "Spectate" -# contact: -# contact_us: "Contact CodeCombat" -# welcome: "Good to hear from you! Use this form to send us email. " -# contribute_prefix: "If you're interested in contributing, check out our " -# contribute_page: "contribute page" -# contribute_suffix: "!" -# forum_prefix: "For anything public, please try " -# forum_page: "our forum" -# forum_suffix: " instead." -# send: "Send Feedback" + contact: + contact_us: "Contacta CodeCombat" + welcome: "Què bé poder escoltar-te! Fes servir aquest formulari per enviar-nos un email. " + contribute_prefix: "Si estàs interessat en col·laborar, dona un cop d'ull a la nostra " + contribute_page: "pàgina de col·laboració" + contribute_suffix: "!" + forum_prefix: "Per a qualsevol publicació, si us plau prova " + forum_page: "el nostre fòrum" + forum_suffix: " sinó" + send: "Enviar comentari" diplomat_suggestion: # title: "Help translate CodeCombat!"