codecombat/app/locale/ca.coffee

1066 lines
59 KiB
CoffeeScript
Raw Normal View History

2014-03-22 14:30:56 -04:00
module.exports = nativeDescription: "Català", englishDescription: "Catalan", translation:
2014-10-02 15:12:51 -04:00
home:
slogan: "Aprén a programar tot Jugant"
no_ie: "CodeCombat no funciona en Internet Explorer 8 o versions anteriors. Perdó!" # Warning that only shows up in IE8 and older
no_mobile: "CodeCombat no ha estat dissenyat per dispositius mòbils i per tant no funcionarà!" # Warning that shows up on mobile devices
play: "Jugar" # The big play button that just starts playing a level
old_browser: "Uh oh, el teu navegador és massa antic per fer funcionar CodeCombat. Perdó!" # Warning that shows up on really old Firefox/Chrome/Safari
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" # Not currently shown on home page
for_developers: "Per a Desenvolupadors" # Not currently shown on home page.
2014-03-22 14:30:56 -04:00
2014-03-28 12:13:08 -04:00
nav:
play: "Nivells" # The top nav bar entry where players choose which levels to play
2014-09-24 11:39:38 -04:00
community: "Comunitat"
2014-03-28 12:13:08 -04:00
editor: "Editor"
blog: "Blog"
forum: "Fòrum"
2014-09-24 11:39:38 -04:00
account: "Compte"
profile: "Perfil"
2014-09-25 10:15:28 -04:00
stats: "Estats"
2014-09-30 09:41:44 -04:00
code: "Codi"
2014-10-02 15:12:51 -04:00
admin: "Admin" # Only shows up when you are an admin
2014-03-28 12:13:08 -04:00
home: "Inici"
contribute: "Col·laborar"
legal: "Legalitat"
about: "Sobre Nosaltres"
contact: "Contacta"
twitter_follow: "Segueix-nos"
2014-10-28 04:29:46 -04:00
teachers: "Profesors"
2014-03-22 14:30:56 -04:00
2014-10-02 15:12:51 -04:00
modal:
close: "Tancar"
okay: "Okey"
not_found:
page_not_found: "Pagina no trobada"
diplomat_suggestion:
title: "Ajuda a traduir CodeCombat!" # This shows up when a player switches to a non-English language using the language selector.
sub_heading: "Neccesitem les teves habilitats lingüístiques."
pitch_body: "Hem desembolupat CodeCombat en Anglès, peró tenim jugadors per tot el món. Molts d'ells volen jugar en Català, però no parlen anglès, per tant si pots parlar ambdós llengües, siusplau considereu iniciar sesió per a ser Diplomàtic i ajudar a traduir la web de CodeCombat i tots els seus nivell en Català."
missing_translations: "Fins que puguem traduir-ho tot en Català, veuràs en anglès quant sigui possible."
learn_more: "Apren més sobre seru un diplomàtic"
subscribe_as_diplomat: "Subscriute com a diplomàtic"
play:
play_as: "Jugar com" # Ladder page
spectate: "Spectate" # Ladder page
players: "jugadors" # Hover over a level on /play
hours_played: "hores de joc" # Hover over a level on /play
items: "Objectes" # Tooltip on item shop button from /play
heroes: "Herois" # Tooltip on hero shop button from /play
achievements: "Triomfs" # Tooltip on achievement list button from /play
account: "Conta" # Tooltip on account button from /play
settings: "Configuració" # Tooltip on settings button from /play
next: "Següent" # Go from choose hero to choose inventory before playing a level
2014-10-28 04:29:46 -04:00
change_hero: "Canviar heroi" # Go back from choose inventory to choose hero
2014-10-02 15:12:51 -04:00
choose_inventory: "Equipar objectes"
older_campaigns: "Campanyes antigues"
anonymous: "Jugador anònim"
level_difficulty: "Dificultat: "
campaign_beginner: "Campanya del principiant"
choose_your_level: "Escull el teu nivell" # The rest of this section is the old play view at /play-old and isn't very important.
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_old_beginner: "Antiga campanya del principiant"
campaign_old_beginner_description: "... on aprens la bruixeria de la programació."
2014-10-02 15:12:51 -04:00
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>."
campaign_classic_algorithms: "Algoritmes classics"
campaign_classic_algorithms_description: "... on pots aprendre els algoritmes més populars de l'informàtica."
2014-03-22 14:30:56 -04:00
2014-03-28 12:13:08 -04:00
login:
sign_up: "Crear un compte"
log_in: "Iniciar Sessió"
2014-09-24 11:39:38 -04:00
logging_in: "Iniciant Sessió"
2014-03-28 12:13:08 -04:00
log_out: "Tancar Sessió"
recover: "Recuperar un compte"
2014-03-22 14:30:56 -04:00
2014-03-28 12:13:08 -04:00
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"
2014-09-26 03:44:10 -04:00
social_signup: "O, pots iniciar sesió desde Facebook o G+:"
required: "Neccesites iniciar sesió abans ."
2014-03-22 14:30:56 -04:00
2014-10-02 15:12:51 -04:00
recover:
recover_account_title: "Recuperar Compte"
send_password: "Enviar contrasenya oblidada"
recovery_sent: "Correu de recuperació de contrasenya enviat."
2014-09-20 01:17:06 -04:00
items:
2014-09-24 11:39:38 -04:00
armor: "Armadura"
hands: "Mans"
accessories: "Accessoris"
2014-09-20 01:17:06 -04:00
# minions: "Minions"
# misc: "Misc"
2014-03-22 14:30:56 -04:00
2014-10-02 15:12:51 -04:00
common:
loading: "Carregant..."
saving: "Guardant..."
sending: "Enviant..."
send: "Enviat"
cancel: "Cancel·lant"
save: "Guardar"
publish: "Publica"
create: "Crear"
manual: "Manual"
fork: "Fork"
play: "Jugar" # When used as an action verb, like "Play next level"
retry: "Tornar a intentar"
watch: "Veure"
unwatch: "Amaga"
submit_patch: "Enviar pegat"
2014-03-22 14:30:56 -04:00
2014-10-02 15:12:51 -04:00
general:
# and: "and"
name: "Nom"
date: "Data"
body: "Cos"
version: "Versió"
# commit_msg: "Commit Message"
2014-10-28 04:29:46 -04:00
version_history: "Historial de versions"
2014-10-02 15:12:51 -04:00
# version_history_for: "Version History for: "
result: "Resultat"
results: "Resultats"
description: "Descripció"
# or: "or"
# subject: "Subject"
2014-10-29 07:58:02 -04:00
email: "Email"
2014-10-02 15:12:51 -04:00
password: "Contrasenya"
message: "Missatge"
# code: "Code"
# ladder: "Ladder"
# when: "When"
# opponent: "Opponent"
# rank: "Rank"
score: "Puntuació"
2014-10-28 04:29:46 -04:00
win: "Guanyats"
loss: "Perduts"
2014-10-02 15:12:51 -04:00
# tie: "Tie"
easy: "Fàcil"
medium: "Intermedi"
hard: "Difícil"
player: "Jugador"
2014-03-22 14:30:56 -04:00
2014-10-02 15:12:51 -04:00
units:
second: "segon"
seconds: "segons"
minute: "minut"
minutes: "minuts"
hour: "hora"
hours: "hores"
day: "dia"
days: "dies"
week: "setmana"
weeks: "setmanes"
month: "mes"
months: "mesos"
year: "any"
years: "anys"
2014-03-22 14:30:56 -04:00
play_level:
2014-09-25 03:59:55 -04:00
done: "Fet"
2014-09-26 03:44:10 -04:00
home: "Inici"
2014-10-28 04:29:46 -04:00
skip: "Ometre"
2014-09-25 10:15:28 -04:00
game_menu: "Menu de joc"
guide: "Guia"
2014-10-29 07:58:02 -04:00
restart: "Recomençar"
2014-09-25 03:59:55 -04:00
goals: "Objectius"
2014-09-25 10:15:28 -04:00
goal: "Objectiu"
success: "Exit!"
2014-09-26 03:44:10 -04:00
incomplete: "Incomplet"
timed_out: "S'ha acabat el temps"
failing: "Fallant"
2014-10-29 07:58:02 -04:00
action_timeline: "Cronologia d'accions"
2014-03-22 14:30:56 -04:00
# click_to_select: "Click on a unit to select it."
# reload_title: "Reload All Code?"
# reload_really: "Are you sure you want to reload this level back to the beginning?"
# reload_confirm: "Reload All"
2014-10-29 07:58:02 -04:00
victory_title_prefix: ""
2014-09-25 10:15:28 -04:00
victory_title_suffix: " Complet"
victory_sign_up: "Inicia sessió per a desar el progressos"
2014-03-22 14:30:56 -04:00
# victory_sign_up_poke: "Want to save your code? Create a free account!"
2014-10-02 15:12:51 -04:00
victory_rate_the_level: "Valora el nivell: " # Only in old-style levels.
2014-03-22 14:30:56 -04:00
# victory_return_to_ladder: "Return to Ladder"
2014-09-25 10:15:28 -04:00
victory_play_continue: "Continuar"
2014-10-25 14:48:16 -04:00
# victory_play_skip: "Skip Ahead"
victory_play_next_level: "Jugar el següent nivell"
2014-10-29 07:58:02 -04:00
victory_play_more_practice: "Més practica"
2014-10-28 04:29:46 -04:00
victory_play_too_easy: "Massa fàcil"
2014-10-25 14:48:16 -04:00
# victory_play_just_right: "Just Right"
2014-10-28 04:29:46 -04:00
victory_play_too_hard: "Massa difícil"
victory_saving_progress: "Desa progrés"
2014-10-02 15:12:51 -04:00
victory_go_home: "Tornar a l'inici" # Only in old-style levels.
victory_review: "Diguens més!" # Only in old-style levels.
2014-03-22 14:30:56 -04:00
# victory_hour_of_code_done: "Are You Done?"
# victory_hour_of_code_done_yes: "Yes, I'm finished with my Hour of Code™!"
2014-09-25 10:15:28 -04:00
guide_title: "Guia"
2014-10-02 15:12:51 -04:00
# tome_minion_spells: "Your Minions' Spells" # Only in old-style levels.
# tome_read_only_spells: "Read-Only Spells" # Only in old-style levels.
tome_other_units: "Altres unitats" # Only in old-style levels.
# tome_cast_button_castable: "Cast Spell" # Temporary, if tome_cast_button_run isn't translated.
# tome_cast_button_casting: "Casting" # Temporary, if tome_cast_button_running isn't translated.
# tome_cast_button_cast: "Spell Cast" # Temporary, if tome_cast_button_ran isn't translated.
2014-10-29 07:58:02 -04:00
tome_cast_button_run: "Executar"
tome_cast_button_running: "Executant"
tome_cast_button_ran: "Executat"
# tome_submit_button: "Submit"
2014-09-25 18:58:49 -04:00
# tome_reload_method: "Reload original code for this method" # Title text for individual method reload button.
2014-09-26 03:44:10 -04:00
tome_select_method: "Selecciona un mètode"
2014-09-25 18:58:49 -04:00
# tome_see_all_methods: "See all methods you can edit" # Title text for method list selector (shown when there are multiple programmable methdos).
2014-03-22 14:30:56 -04:00
# tome_select_a_thang: "Select Someone for "
# tome_available_spells: "Available Spells"
2014-10-29 07:58:02 -04:00
tome_your_skills: "Les teves habilitats"
2014-09-26 03:44:10 -04:00
hud_continue: "Continuar (shift+espai)"
2014-10-22 13:47:03 -04:00
# code_saved: "Code Saved"
2014-03-22 14:30:56 -04:00
# skip_tutorial: "Skip (esc)"
2014-09-26 03:44:10 -04:00
keyboard_shortcuts: "Dreceres del teclat"
2014-10-29 07:58:02 -04:00
loading_ready: "Preparat!"
2014-09-25 10:15:28 -04:00
loading_start: "Comença el nivell"
2014-10-02 15:12:51 -04:00
time_current: "Ara:"
time_total: "Maxim:"
time_goto: "Ves a:"
infinite_loop_try_again: "Tornar a intentar"
infinite_loop_reset_level: "Reiniciar nivell"
# infinite_loop_comment_out: "Comment Out My Code"
2014-03-22 14:30:56 -04:00
# tip_toggle_play: "Toggle play/paused with Ctrl+P."
# tip_scrub_shortcut: "Ctrl+[ and Ctrl+] rewind and fast-forward."
# tip_guide_exists: "Click the guide at the top of the page for useful info."
# tip_open_source: "CodeCombat is 100% open source!"
# tip_beta_launch: "CodeCombat launched its beta in October, 2013."
2014-09-26 03:44:10 -04:00
tip_think_solution: "Pensa en la solució,no en el problema."
2014-03-29 19:48:31 -04:00
# tip_theory_practice: "In theory, there is no difference between theory and practice. But in practice, there is. - Yogi Berra"
# tip_error_free: "There are two ways to write error-free programs; only the third one works. - Alan Perlis"
# tip_debugging_program: "If debugging is the process of removing bugs, then programming must be the process of putting them in. - Edsger W. Dijkstra"
# tip_forums: "Head over to the forums and tell us what you think!"
2014-03-22 14:30:56 -04:00
# tip_baby_coders: "In the future, even babies will be Archmages."
# tip_morale_improves: "Loading will continue until morale improves."
# tip_all_species: "We believe in equal opportunities to learn programming for all species."
# tip_reticulating: "Reticulating spines."
# tip_harry: "Yer a Wizard, "
2014-03-29 19:48:31 -04:00
# tip_great_responsibility: "With great coding skill comes great debug responsibility."
# tip_munchkin: "If you don't eat your vegetables, a munchkin will come after you while you're asleep."
# tip_binary: "There are only 10 types of people in the world: those who understand binary, and those who don't."
# tip_commitment_yoda: "A programmer must have the deepest commitment, the most serious mind. ~ Yoda"
# tip_no_try: "Do. Or do not. There is no try. - Yoda"
# tip_patience: "Patience you must have, young Padawan. - Yoda"
# tip_documented_bug: "A documented bug is not a bug; it is a feature."
# tip_impossible: "It always seems impossible until it's done. - Nelson Mandela"
2014-04-01 11:16:35 -04:00
# tip_talk_is_cheap: "Talk is cheap. Show me the code. - Linus Torvalds"
# tip_first_language: "The most disastrous thing that you can ever learn is your first programming language. - Alan Kay"
2014-07-10 22:24:44 -04:00
# tip_hardware_problem: "Q: How many programmers does it take to change a light bulb? A: None, it's a hardware problem."
2014-09-23 20:48:02 -04:00
# tip_hofstadters_law: "Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law."
# tip_premature_optimization: "Premature optimization is the root of all evil. - Donald Knuth"
# tip_brute_force: "When in doubt, use brute force. - Ken Thompson"
2014-10-02 15:12:51 -04:00
customize_wizard: "Personalitza el teu bruixot"
2014-03-22 14:30:56 -04:00
game_menu:
2014-09-26 03:44:10 -04:00
inventory_tab: "Inventari"
2014-09-25 10:15:28 -04:00
choose_hero_tab: "Recomençar nivell"
save_load_tab: "Desa/Carrega"
2014-09-25 03:59:55 -04:00
options_tab: "Opcions"
guide_tab: "Gui"
multiplayer_tab: "Multijugador"
2014-10-27 14:18:40 -04:00
# auth_tab: "Sign Up"
2014-09-25 10:15:28 -04:00
inventory_caption: "Equipa el teu heroi"
2014-08-10 19:27:33 -04:00
# choose_hero_caption: "Choose hero, language"
# save_load_caption: "... and view history"
2014-09-25 10:15:28 -04:00
options_caption: "Edita la configuració"
2014-09-26 03:44:10 -04:00
guide_caption: "Documents i pistes"
2014-09-25 10:15:28 -04:00
multiplayer_caption: "Juga amb amics!"
2014-10-29 07:58:02 -04:00
auth_caption: "Desa el progrés."
2014-08-10 19:27:33 -04:00
2014-09-25 10:15:28 -04:00
inventory:
choose_inventory: "Equipar objectes"
2014-08-10 19:27:33 -04:00
choose_hero:
2014-09-25 10:15:28 -04:00
choose_hero: "Escull el teu heroi"
programming_language: "Llenguatge de programació"
2014-09-26 09:53:51 -04:00
programming_language_description: "Quin llenguatge de programació vols utilitzar?"
2014-10-27 14:18:40 -04:00
python_blurb: "Simple però poderós, Python és un bon llenguatge d'us general."
javascript_blurb: "El llenguatge de les webs."
coffeescript_blurb: "Sintaxi JavaScript millorat."
clojure_blurb: "Un Lisp modern."
lua_blurb: "Llenguatge script per a jocs."
io_blurb: "Senzill però obscur."
2014-09-25 10:15:28 -04:00
status: "Estat"
weapons: "Armes"
2014-10-29 07:58:02 -04:00
attack: "Dany" # Can also translate as "Attack"
2014-09-25 10:15:28 -04:00
health: "Salut"
speed: "Velocitat"
2014-10-28 04:29:46 -04:00
skills: "Habilitats"
2014-08-10 19:27:33 -04:00
save_load:
2014-09-25 10:15:28 -04:00
granularity_saved_games: "Desats"
2014-10-29 07:58:02 -04:00
granularity_change_history: "Historial"
2014-08-10 19:27:33 -04:00
options:
2014-10-02 15:12:51 -04:00
general_options: "Opcions generals" # Check out the Options tab in the Game Menu while playing a level
2014-09-25 10:15:28 -04:00
volume_label: "Volum"
music_label: "Musica"
2014-08-10 19:27:33 -04:00
# music_description: "Turn background music on/off."
# autorun_label: "Autorun"
# autorun_description: "Control automatic code execution."
# editor_config: "Editor Config"
# editor_config_title: "Editor Configuration"
# editor_config_level_language_label: "Language for This Level"
# editor_config_level_language_description: "Define the programming language for this particular level."
2014-09-26 09:53:51 -04:00
editor_config_default_language_label: "Llenguatge de programació per defecte"
2014-08-10 19:27:33 -04:00
# editor_config_default_language_description: "Define the programming language you want to code in when starting new levels."
# editor_config_keybindings_label: "Key Bindings"
# editor_config_keybindings_default: "Default (Ace)"
# editor_config_keybindings_description: "Adds additional shortcuts known from the common editors."
# editor_config_livecompletion_label: "Live Autocompletion"
# editor_config_livecompletion_description: "Displays autocomplete suggestions while typing."
# editor_config_invisibles_label: "Show Invisibles"
# editor_config_invisibles_description: "Displays invisibles such as spaces or tabs."
# editor_config_indentguides_label: "Show Indent Guides"
# editor_config_indentguides_description: "Displays vertical lines to see indentation better."
# editor_config_behaviors_label: "Smart Behaviors"
# editor_config_behaviors_description: "Autocompletes brackets, braces, and quotes."
2014-10-02 15:12:51 -04:00
about:
why_codecombat: "Perquè CodeCombat?"
# why_paragraph_1: "If you want to learn to program, you don't need lessons. You need to write a lot of code and have a great time doing it."
# why_paragraph_2_prefix: "That's what programming is about. It's gotta be fun. Not fun like"
# why_paragraph_2_italic: "yay a badge"
# why_paragraph_2_center: "but fun like"
# why_paragraph_2_italic_caps: "NO MOM I HAVE TO FINISH THE LEVEL!"
# why_paragraph_2_suffix: "That's why CodeCombat is a multiplayer game, not a gamified lesson course. We won't stop until you can't stop--but this time, that's a good thing."
# why_paragraph_3: "If you're going to get addicted to some game, get addicted to this one and become one of the wizards of the tech age."
# press_title: "Bloggers/Press"
# press_paragraph_1_prefix: "Want to write about us? Feel free to download and use all of the resources included in our"
2014-10-29 07:58:02 -04:00
press_paragraph_1_link: "paquet de premsa"
2014-10-02 15:12:51 -04:00
# press_paragraph_1_suffix: ". All logos and images may be used without contacting us directly."
team: "Equip"
# george_title: "CEO"
# george_blurb: "Businesser"
scott_title: "Programador"
# scott_blurb: "Reasonable One"
nick_title: "Programador"
# nick_blurb: "Motivation Guru"
michael_title: "Programador"
# michael_blurb: "Sys Admin"
matt_title: "Programador"
# matt_blurb: "Bicyclist"
2014-08-10 19:27:33 -04:00
2014-10-02 15:12:51 -04:00
versions:
save_version_title: "Guarda una nova versió"
new_major_version: "Nova versió principal"
cla_prefix: "Per guardar els canvis primer has d'acceptar"
cla_url: "CLA"
cla_suffix: "."
cla_agree: "Estic d'acord"
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"
contact_candidate: "Contactar amb el candidat" # Deprecated
recruitment_reminder: "Utilitza aquest formulari per a contactar amb els candidats que vols entrevistar. Recorda que CodeCombat cobrará el 15% del sou del primer any. El cost es per la contactacio del treballador i es reemborsable durant 90 dies si el treballdor no roman contractat . Temporals, a distancia i treballadors de contracte són gratuits, com els becaris." # Deprecated
account_settings:
title: "Configuració de la compta"
not_logged_in: "Inicia sessió o crea una compta per a canviar la configuració."
autosave: "Els canvis es guarden automàticament"
me_tab: "Jo"
picture_tab: "Foto"
upload_picture: "Carrega una foto"
password_tab: "Contrasenya"
emails_tab: "Missatges"
admin: "Administrador"
new_password: "Contrasenya nova"
new_password_verify: "Verifica"
email_subscriptions: "Subscripcions via correu electrònic"
email_subscriptions_none: "Sense subsrcipcions de correu electrònic."
email_announcements: "Notícies"
email_announcements_description: "Rebre les últimes notícies i desenvolupaments de CodeCombat."
email_notifications: "Notificacions"
email_notifications_summary: "Controls per personalitzar les teves notificacions d'email automàtiques relacionades amb la teva activitat a CodeCombat."
email_any_notes: "Cap notificació"
email_any_notes_description: "Desactiva totes les notificacions via correu electrònic."
email_news: "Noticies"
email_recruit_notes: "Oportunitats de feina"
# email_recruit_notes_description: "If you play really well, we may contact you about getting you a (better) job."
# contributor_emails: "Contributor Class Emails"
# contribute_prefix: "We're looking for people to join our party! Check out the "
# contribute_page: "contribute page"
contribute_suffix: " per a trobar més."
email_toggle: "Activa-ho tot"
error_saving: "Error en desar"
saved: "Canvis desats"
password_mismatch: "Les contrasenyes no coincideixen."
password_repeat: "Siusplau, repetiu la contrasenya."
job_profile: "Perfil professional" # Rest of this section (the job profile stuff and wizard stuff) is deprecated
# 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: "Mira un perfil de mostra"
view_profile: "Mira el teu perfil"
wizard_tab: "Bruixot"
wizard_color: "Color de la roba"
2014-08-10 19:27:33 -04:00
keyboard_shortcuts:
2014-09-25 10:15:28 -04:00
keyboard_shortcuts: "Dreceres del teclat"
space: "Espai"
enter: "Enter"
escape: "Escape"
shift: "Shift"
2014-05-19 13:11:18 -04:00
# cast_spell: "Cast current spell."
# run_real_time: "Run in real time."
2014-05-19 13:11:18 -04:00
# continue_script: "Continue past current script."
# skip_scripts: "Skip past all skippable scripts."
# toggle_playback: "Toggle play/pause."
# scrub_playback: "Scrub back and forward through time."
# single_scrub_playback: "Scrub back and forward through time by a single frame."
2014-05-19 13:11:18 -04:00
# scrub_execution: "Scrub through current spell execution."
# toggle_debug: "Toggle debug display."
# toggle_grid: "Toggle grid overlay."
# toggle_pathfinding: "Toggle pathfinding overlay."
# beautify: "Beautify your code by standardizing its formatting."
2014-08-28 12:29:38 -04:00
# maximize_editor: "Maximize/minimize code editor."
2014-09-25 10:15:28 -04:00
move_wizard: "Mou el teu bruixot pel nivell."
2014-05-19 13:11:18 -04:00
community:
2014-09-26 03:44:10 -04:00
main_title: "Comunitat CodeCombat"
2014-08-14 13:57:49 -04:00
# introduction: "Check out the ways you can get involved below and decide what sounds the most fun. We look forward to working with you!"
# level_editor_prefix: "Use the CodeCombat"
# level_editor_suffix: "to create and edit levels. Users have created levels for their classes, friends, hackathons, students, and siblings. If create a new level sounds intimidating you can start by forking one of ours!"
# thang_editor_prefix: "We call units within the game 'thangs'. Use the"
# thang_editor_suffix: "to modify the CodeCombat source artwork. Allow units to throw projectiles, alter the direction of an animation, change a unit's hit points, or upload your own vector sprites."
# article_editor_prefix: "See a mistake in some of our docs? Want to make some instructions for your own creations? Check out the"
# article_editor_suffix: "and help CodeCombat players get the most out of their playtime."
# find_us: "Find us on these sites"
2014-09-15 13:24:13 -04:00
# social_blog: "Read the CodeCombat blog on Sett"
# social_discource: "Join the discussion on our Discourse forum"
# social_facebook: "Like CodeCombat on Facebook"
2014-09-25 10:15:28 -04:00
social_twitter: "Segueix CodeCombat al Twitter"
2014-09-15 13:24:13 -04:00
# social_gplus: "Join CodeCombat on Google+"
# social_hipchat: "Chat with us in the public CodeCombat HipChat room"
2014-09-26 03:44:10 -04:00
contribute_to_the_project: "Contribueix al projecte"
2014-10-02 15:12:51 -04:00
classes:
# archmage_title: "Archmage"
# archmage_title_description: "(Coder)"
artisan_title: "Artesà"
artisan_title_description: "(Creador de nivells)"
adventurer_title: "Aventurer"
adventurer_title_description: "(Provador de nivells)"
scribe_title: "Escriba"
scribe_title_description: "(Editor d'articles)"
diplomat_title: "Diplomàtic"
diplomat_title_description: "(Traductor)"
# ambassador_title: "Ambassador"
# ambassador_title_description: "(Support)"
editor:
2014-03-22 14:30:56 -04:00
# main_title: "CodeCombat Editors"
2014-09-30 09:41:44 -04:00
article_title: "Editor d'articles "
2014-03-22 14:30:56 -04:00
# thang_title: "Thang Editor"
2014-09-25 10:15:28 -04:00
level_title: "Editor de nivells"
2014-09-26 09:53:51 -04:00
achievement_title: "Editor de triomfs"
2014-09-30 09:41:44 -04:00
back: "Enrere"
2014-03-22 14:30:56 -04:00
# revert: "Revert"
# revert_models: "Revert Models"
# pick_a_terrain: "Pick A Terrain"
2014-10-28 04:29:46 -04:00
small: "Petit"
# grassy: "Grassy"
2014-04-08 04:23:16 -04:00
# fork_title: "Fork New Version"
# fork_creating: "Creating Fork..."
2014-09-05 12:13:09 -04:00
# generate_terrain: "Generate Terrain"
2014-09-25 10:15:28 -04:00
more: "Més"
wiki: "Wiki"
2014-09-26 03:44:10 -04:00
live_chat: "Xat en directe"
2014-03-22 14:30:56 -04:00
# level_some_options: "Some Options?"
# level_tab_thangs: "Thangs"
2014-10-28 04:29:46 -04:00
level_tab_scripts: "Scripts"
2014-09-25 10:15:28 -04:00
level_tab_settings: "Configuració"
2014-09-30 09:41:44 -04:00
level_tab_components: "Components"
level_tab_systems: "Sistemes"
2014-10-28 04:29:46 -04:00
level_tab_docs: "Documentació"
2014-03-22 14:30:56 -04:00
# level_tab_thangs_title: "Current Thangs"
2014-09-30 09:41:44 -04:00
level_tab_thangs_all: "Tot"
2014-03-22 14:30:56 -04:00
# level_tab_thangs_conditions: "Starting Conditions"
# level_tab_thangs_add: "Add Thangs"
2014-09-25 10:15:28 -04:00
delete: "Esborrar"
duplicate: "Duplicar"
2014-10-22 13:47:03 -04:00
# rotate: "Rotate"
2014-09-26 03:44:10 -04:00
level_settings_title: "Configuració"
2014-09-30 09:41:44 -04:00
level_component_tab_title: "Components actuals"
2014-03-22 14:30:56 -04:00
# level_component_btn_new: "Create New Component"
2014-09-30 09:41:44 -04:00
level_systems_tab_title: "Sistemes actuals"
2014-10-28 04:29:46 -04:00
level_systems_btn_new: "Crea un nou sistema"
2014-09-30 09:41:44 -04:00
level_systems_btn_add: "Afegir sistema"
2014-03-22 14:30:56 -04:00
# level_components_title: "Back to All Thangs"
# level_components_type: "Type"
# level_component_edit_title: "Edit Component"
# level_component_config_schema: "Config Schema"
2014-10-28 04:29:46 -04:00
level_component_settings: "Configuració"
2014-03-22 14:30:56 -04:00
# level_system_edit_title: "Edit System"
2014-09-26 09:53:51 -04:00
create_system_title: "Crea un nou sistema"
2014-03-22 14:30:56 -04:00
# new_component_title: "Create New Component"
2014-09-26 09:53:51 -04:00
new_component_field_system: "Sistema"
new_article_title: "Crea un article nou"
2014-03-22 14:30:56 -04:00
# new_thang_title: "Create a New Thang Type"
2014-09-26 09:53:51 -04:00
new_level_title: "Crea un nou nivell"
new_article_title_login: "Inicia sessió per a crear un article nou"
# new_thang_title_login: "Log In to Create a New Thang Type"
2014-09-26 09:53:51 -04:00
new_level_title_login: "Inicia sessió per a crear un nou nivell"
new_achievement_title: "Crea un nou triomf"
new_achievement_title_login: "Inicia sessió per a crear un nou triomf"
2014-03-22 14:30:56 -04:00
# article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here"
# achievement_search_title: "Search Achievements"
2014-04-13 22:04:43 -04:00
# read_only_warning2: "Note: you can't save any edits here, because you're not logged in."
2014-08-14 13:57:49 -04:00
# no_achievements: "No achievements have been added for this level yet."
# achievement_query_misc: "Key achievement off of miscellanea"
# achievement_query_goals: "Key achievement off of level goals"
# level_completion: "Level Completion"
2014-03-22 14:30:56 -04:00
2014-10-28 04:29:46 -04:00
article:
edit_btn_preview: "Vista previa"
edit_article_title: "Editar l'article"
2014-03-22 14:30:56 -04:00
2014-10-02 14:24:16 -04:00
contribute:
2014-03-22 14:30:56 -04:00
# page_title: "Contributing"
2014-09-26 09:53:51 -04:00
character_classes_title: "Classes de personatges"
2014-03-22 14:30:56 -04:00
# introduction_desc_intro: "We have high hopes for CodeCombat."
# introduction_desc_pref: "We want to be where programmers of all stripes come to learn and play together, introduce others to the wonderful world of coding, and reflect the best parts of the community. We can't and don't want to do that alone; what makes projects like GitHub, Stack Overflow and Linux great are the people who use them and build on them. To that end, "
# introduction_desc_github_url: "CodeCombat is totally open source"
# introduction_desc_suf: ", and we aim to provide as many ways as possible for you to take part and make this project as much yours as ours."
# introduction_desc_ending: "We hope you'll join our party!"
2014-08-14 13:57:49 -04:00
# introduction_desc_signature: "- Nick, George, Scott, Michael, Jeremy and Matt"
2014-03-22 14:30:56 -04:00
# alert_account_message_intro: "Hey there!"
# alert_account_message: "To subscribe for class emails, you'll need to be logged in first."
2014-03-22 14:30:56 -04:00
# 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 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"
2014-09-26 09:53:51 -04:00
archmage_attribute_1_pref: "Coneixement en "
2014-03-22 14:30:56 -04:00
# 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."
# archmage_attribute_2: "Some experience in programming and personal initiative. We'll help you get oriented, but we can't spend much time training you."
2014-09-26 09:53:51 -04:00
how_to_join: "Com unir-se"
2014-03-22 14:30:56 -04:00
# join_desc_1: "Anyone can help out! Just check out our "
# join_desc_2: "to get started, and check the box below to mark yourself as a brave Archmage and get the latest news by email. Want to chat about what to do or how to get more deeply involved? "
# join_desc_3: ", or find us in our "
# join_desc_4: "and we'll go from there!"
# join_url_email: "Email us"
# join_url_hipchat: "public HipChat room"
# more_about_archmage: "Learn More About Becoming an Archmage"
# archmage_subscribe_desc: "Get emails on new coding opportunities and announcements."
# artisan_summary_pref: "Want to design levels and expand CodeCombat's arsenal? People are playing through our content at a pace faster than we can build! Right now, our level editor is barebone, so be wary. Making levels will be a little challenging and buggy. If you have visions of campaigns spanning for-loops to"
2014-03-31 19:02:56 -04:00
# artisan_summary_suf: ", then this class is for you."
2014-03-22 14:30:56 -04:00
# artisan_introduction_pref: "We must construct additional levels! People be clamoring for more content, and we can only build so many ourselves. Right now your workstation is level one; our level editor is barely usable even by its creators, so be wary. If you have visions of campaigns spanning for-loops to"
2014-03-31 19:02:56 -04:00
# artisan_introduction_suf: ", then this class might be for you."
2014-03-22 14:30:56 -04:00
# artisan_attribute_1: "Any experience in building content like this would be nice, such as using Blizzard's level editors. But not required!"
# artisan_attribute_2: "A hankering to do a whole lot of testing and iteration. To make good levels, you need to take it to others and watch them play it, and be prepared to find a lot of things to fix."
# artisan_attribute_3: "For the time being, endurance en par with an Adventurer. Our Level Editor is super preliminary and frustrating to use. You have been warned!"
# artisan_join_desc: "Use the Level Editor in these steps, give or take:"
# artisan_join_step1: "Read the documentation."
# artisan_join_step2: "Create a new level and explore existing levels."
# artisan_join_step3: "Find us in our public HipChat room for help."
# artisan_join_step4: "Post your levels on the forum for feedback."
# more_about_artisan: "Learn More About Becoming an Artisan"
# artisan_subscribe_desc: "Get emails on level editor updates and announcements."
# adventurer_summary: "Let us be clear about your role: you are the tank. You are going to take heavy damage. We need people to try out brand-new levels and help identify how to make things better. The pain will be enormous; making good games is a long process and no one gets it right the first time. If you can endure and have a high constitution score, then this class is for you."
# adventurer_introduction: "Let's be clear about your role: you are the tank. You're going to take heavy damage. We need people to try out brand-new levels and help identify how to make things better. The pain will be enormous; making good games is a long process and no one gets it right the first time. If you can endure and have a high constitution score, then this class might be for you."
# adventurer_attribute_1: "A thirst for learning. You want to learn how to code and we want to teach you how to code. You'll probably be doing most of the teaching in this case, though."
# adventurer_attribute_2: "Charismatic. Be gentle but articulate about what needs improving, and offer suggestions on how to improve."
# adventurer_join_pref: "Either get together with (or recruit!) an Artisan and work with them, or check the box below to receive emails when there are new levels to test. We'll also be posting about levels to review on our networks like"
# adventurer_forum_url: "our forum"
# adventurer_join_suf: "so if you prefer to be notified those ways, sign up there!"
# more_about_adventurer: "Learn More About Becoming an Adventurer"
# adventurer_subscribe_desc: "Get emails when there are new levels to test."
# scribe_summary_pref: "CodeCombat is not just going to be a bunch of levels. It will also be a resource of programming knowledge that players can hook into. That way, each Artisan can link to a detailed article that for the player's edification: documentation akin to what the "
# scribe_summary_suf: " has built. If you enjoy explaining programming concepts, then this class is for you."
# scribe_introduction_pref: "CodeCombat isn't just going to be a bunch of levels. It will also include a resource for knowledge, a wiki of programming concepts that levels can hook into. That way rather than each Artisan having to describe in detail what a comparison operator is, they can simply link their level to the Article describing them that is already written for the player's edification. Something along the lines of what the "
# scribe_introduction_url_mozilla: "Mozilla Developer Network"
# scribe_introduction_suf: " has built. If your idea of fun is articulating the concepts of programming in Markdown form, then this class might be for you."
# scribe_attribute_1: "Skill in words is pretty much all you need. Not only grammar and spelling, but able to convey complicated ideas to others."
# contact_us_url: "Contact us"
# scribe_join_description: "tell us a little about yourself, your experience with programming and what sort of things you'd like to write about. We'll go from there!"
# more_about_scribe: "Learn More About Becoming a Scribe"
# scribe_subscribe_desc: "Get emails about article writing announcements."
# diplomat_summary: "There is a large interest in CodeCombat in other countries that do not speak English! We are looking for translators who are willing to spend their time translating the site's corpus of words so that CodeCombat is accessible across the world as soon as possible. If you'd like to help getting CodeCombat international, then this class is for you."
# diplomat_introduction_pref: "So, if there's one thing we learned from the "
# diplomat_launch_url: "launch in October"
# diplomat_introduction_suf: "it's that there is sizeable interest in CodeCombat in other countries! We're building a corps of translators eager to turn one set of words into another set of words to get CodeCombat as accessible across the world as possible. If you like getting sneak peeks at upcoming content and getting these levels to your fellow nationals ASAP, then this class might be for you."
# diplomat_attribute_1: "Fluency in English and the language you would like to translate to. When conveying complicated ideas, it's important to have a strong grasp in both!"
# diplomat_join_pref_github: "Find your language locale file "
# diplomat_github_url: "on GitHub"
# diplomat_join_suf_github: ", edit it online, and submit a pull request. Also, check this box below to keep up-to-date on new internationalization developments!"
# more_about_diplomat: "Learn More About Becoming a Diplomat"
# diplomat_subscribe_desc: "Get emails about i18n developments and levels to translate."
# ambassador_summary: "We are trying to build a community, and every community needs a support team when there are troubles. We have got chats, emails, and social networks so that our users can get acquainted with the game. If you want to help people get involved, have fun, and learn some programming, then this class is for you."
# ambassador_introduction: "This is a community we're building, and you are the connections. We've got Olark chats, emails, and social networks with lots of people to talk with and help get acquainted with the game and learn from. If you want to help people get involved and have fun, and get a good feel of the pulse of CodeCombat and where we're going, then this class might be for you."
# ambassador_attribute_1: "Communication skills. Be able to identify the problems players are having and help them solve them. Also, keep the rest of us informed about what players are saying, what they like and don't like and want more of!"
# ambassador_join_desc: "tell us a little about yourself, what you've done and what you'd be interested in doing. We'll go from there!"
# ambassador_join_note_strong: "Note"
# ambassador_join_note_desc: "One of our top priorities is to build multiplayer where players having difficulty solving levels can summon higher level wizards to help them. This will be a great way for ambassadors to do their thing. We'll keep you posted!"
# more_about_ambassador: "Learn More About Becoming an Ambassador"
# ambassador_subscribe_desc: "Get emails on support updates and multiplayer developments."
# changes_auto_save: "Changes are saved automatically when you toggle checkboxes."
# diligent_scribes: "Our Diligent Scribes:"
# powerful_archmages: "Our Powerful Archmages:"
# creative_artisans: "Our Creative Artisans:"
# brave_adventurers: "Our Brave Adventurers:"
# translating_diplomats: "Our Translating Diplomats:"
# helpful_ambassadors: "Our Helpful Ambassadors:"
ladder:
2014-03-22 14:30:56 -04:00
# please_login: "Please log in first before playing a ladder game."
# my_matches: "My Matches"
2014-09-25 03:59:55 -04:00
simulate: "Simula"
2014-03-22 14:30:56 -04:00
# simulation_explanation: "By simulating games you can get your game ranked faster!"
# simulate_games: "Simulate Games!"
# simulate_all: "RESET AND SIMULATE GAMES"
# games_simulated_by: "Games simulated by you:"
# games_simulated_for: "Games simulated for you:"
2014-09-29 06:34:47 -04:00
games_simulated: "Partides simulades"
2014-09-25 03:59:55 -04:00
games_played: "Partides guanyades"
2014-10-29 07:58:02 -04:00
ratio: "Ràtio"
2014-03-22 14:30:56 -04:00
# leaderboard: "Leaderboard"
# battle_as: "Battle as "
2014-09-29 06:34:47 -04:00
summary_your: "Les teves "
summary_matches: "Partides - "
2014-09-25 03:59:55 -04:00
summary_wins: " Victories, "
2014-09-25 10:15:28 -04:00
summary_losses: " Derrotes"
2014-03-22 14:30:56 -04:00
# rank_no_code: "No New Code to Rank"
# rank_my_game: "Rank My Game!"
# rank_submitting: "Submitting..."
# rank_submitted: "Submitted for Ranking"
# rank_failed: "Failed to Rank"
# rank_being_ranked: "Game Being Ranked"
# rank_last_submitted: "submitted "
# help_simulate: "Help simulate games?"
2014-03-22 14:30:56 -04:00
# code_being_simulated: "Your new code is being simulated by other players for ranking. This will refresh as new matches come in."
# no_ranked_matches_pre: "No ranked matches for the "
# no_ranked_matches_post: " team! Play against some competitors and then come back here to get your game ranked."
2014-09-25 03:59:55 -04:00
choose_opponent: "Escull adversari"
2014-09-25 10:15:28 -04:00
select_your_language: "Escull el teu idioma!"
2014-09-25 03:59:55 -04:00
tutorial_play: "Juga el tutorial"
2014-09-30 09:41:44 -04:00
tutorial_recommended: "Recomenat si no has jugat abans"
2014-09-29 06:34:47 -04:00
tutorial_skip: "Salta el tutorial"
2014-03-22 14:30:56 -04:00
# tutorial_not_sure: "Not sure what's going on?"
2014-09-29 06:34:47 -04:00
tutorial_play_first: "Juga el tutorial primer."
simple_ai: "IA simple"
2014-03-22 14:30:56 -04:00
# warmup: "Warmup"
2014-09-29 06:34:47 -04:00
friends_playing: "Amics jugant"
# log_in_for_friends: "Log in to play with your friends!"
2014-05-02 14:02:48 -04:00
# social_connect_blurb: "Connect and play against your friends!"
# invite_friends_to_battle: "Invite your friends to join you in battle!"
2014-09-29 06:34:47 -04:00
fight: "Lluita!"
watch_victory: "Mira la teva victòria"
defeat_the: "Derrota a"
tournament_ends: "El torneig acaba"
tournament_ended: "El torneig ha acabat"
tournament_rules: "Normes del torneig"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
2014-08-23 11:45:14 -04:00
# tournament_blurb_criss_cross: "Win bids, construct paths, outwit opponents, grab gems, and upgrade your career in our Criss-Cross tournament! Check out the details"
2014-09-29 06:34:47 -04:00
tournament_blurb_blog: "en el nostre blog"
2014-09-25 03:59:55 -04:00
rules: "Normes"
winners: "Guanyadors"
2014-10-02 15:12:51 -04:00
user:
stats: "Estadístiques"
singleplayer_title: "Nivell d'un sol jugador"
multiplayer_title: "Nivells multijugador"
achievements_title: "Triomfs"
last_played: "Ultim jugat"
status: "Estat"
status_completed: "Complet"
status_unfinished: "Inacabat"
no_singleplayer: "Encara no s'han jugat nivells individuals."
no_multiplayer: "Encara no s'han jugat nivells multijugador."
no_achievements: "No has aconseguit cap triomf encara."
# favorite_prefix: "Favorite language is "
favorite_postfix: "."
achievements:
last_earned: "Últim aconseguit"
amount_achieved: "Cantitat"
achievement: "Triomf"
category_contributor: "Contribuidor"
category_miscellaneous: "Miscel·lània"
category_levels: "Nivells"
category_undefined: "Sense categoria"
current_xp_prefix: ""
current_xp_postfix: " en total"
new_xp_prefix: ""
new_xp_postfix: " guanyat"
left_xp_prefix: ""
left_xp_infix: " fins el nivell "
left_xp_postfix: ""
account:
recently_played: "Ultimanent jugat"
no_recent_games: "No s'ha jugat en les ultimes setmanes."
2014-03-22 14:30:56 -04:00
loading_error:
2014-09-29 06:34:47 -04:00
could_not_load: "Error de carrega del servidor"
2014-09-25 03:59:55 -04:00
connection_failure: "Connexió fallida."
# unauthorized: "You need to be signed in. Do you have cookies disabled?"
2014-09-29 06:34:47 -04:00
forbidden: "No disposes dels permisos."
2014-09-25 03:59:55 -04:00
not_found: "No trobat."
2014-09-29 06:34:47 -04:00
not_allowed: "Metode no permès."
# timeout: "Server timeout."
# conflict: "Resource conflict."
2014-09-29 06:34:47 -04:00
bad_input: "Entrada incorrecta."
2014-09-25 10:15:28 -04:00
server_error: "Error del servidor."
unknown: "Error desconegut."
resources:
2014-09-26 09:53:51 -04:00
sessions: "Sessions"
2014-09-29 06:34:47 -04:00
your_sessions: "Les teves sessions"
2014-09-25 03:59:55 -04:00
level: "Nivell"
# social_network_apis: "Social Network APIs"
# facebook_status: "Facebook Status"
2014-09-25 03:59:55 -04:00
facebook_friends: "Amics de Facebook"
# facebook_friend_sessions: "Facebook Friend Sessions"
# gplus_friends: "G+ Friends"
# gplus_friend_sessions: "G+ Friend Sessions"
2014-09-29 06:34:47 -04:00
leaderboard: "Classificació"
user_schema: "Esquema d'usuari"
user_profile: "Perfil d'usuari"
patches: "Pegats"
patched_model: "Document font"
model: "Model"
2014-09-26 09:53:51 -04:00
system: "Sistema"
systems: "Sistemes"
2014-09-29 06:34:47 -04:00
component: "Component"
components: "Components"
2014-05-02 14:02:48 -04:00
# thang: "Thang"
# thangs: "Thangs"
2014-09-26 09:53:51 -04:00
level_session: "La teva sessió"
2014-09-29 06:34:47 -04:00
opponent_session: "Sessió de l'adversari"
article: "Article"
2014-09-26 09:53:51 -04:00
user_names: "Noms d'usuaris"
2014-05-19 13:11:18 -04:00
# thang_names: "Thang Names"
2014-09-29 06:34:47 -04:00
files: "Arxius"
2014-05-02 14:02:48 -04:00
# top_simulators: "Top Simulators"
2014-05-06 09:58:20 -04:00
# source_document: "Source Document"
2014-09-26 09:53:51 -04:00
document: "Documents"
2014-05-19 13:11:18 -04:00
# sprite_sheet: "Sprite Sheet"
2014-08-28 12:29:38 -04:00
# employers: "Employers"
2014-09-26 09:53:51 -04:00
candidates: "Candidats"
2014-06-13 11:50:52 -04:00
# candidate_sessions: "Candidate Sessions"
2014-07-10 22:24:44 -04:00
# user_remark: "User Remark"
2014-08-28 12:29:38 -04:00
# user_remarks: "User Remarks"
2014-09-25 03:59:55 -04:00
versions: "Versions"
2014-09-25 10:15:28 -04:00
items: "Objectes"
2014-09-25 03:59:55 -04:00
heroes: "Herois"
wizard: "Bruixot"
2014-09-26 09:53:51 -04:00
achievement: "Triomf"
2014-09-29 06:34:47 -04:00
clas: "CLAs"
2014-08-28 12:29:38 -04:00
# play_counts: "Play Counts"
2014-09-29 06:34:47 -04:00
feedback: "Feedback"
2014-05-19 13:11:18 -04:00
delta:
2014-09-25 03:59:55 -04:00
added: "Afegit"
modified: "Modificat"
deleted: "Eliminat"
2014-09-29 06:34:47 -04:00
moved_index: "Índex desplaçat"
2014-05-19 13:11:18 -04:00
# text_diff: "Text Diff"
# merge_conflict_with: "MERGE CONFLICT WITH"
2014-09-26 03:44:10 -04:00
no_changes: "Sense canvis"
2014-08-14 13:57:49 -04:00
2014-10-28 04:29:46 -04:00
guide:
temp: "Temp"
2014-08-14 13:57:49 -04:00
2014-10-02 15:12:51 -04:00
multiplayer:
multiplayer_title: "Configuració multijugador" # We'll be changing this around significantly soon. Until then, it's not important to translate.
multiplayer_toggle: "Activar multijugador"
# multiplayer_toggle_description: "Allow others to join your game."
# multiplayer_link_description: "Give this link to anyone to have them join you."
multiplayer_hint_label: "Pista:"
# multiplayer_hint: " Click the link to select all, then press ⌘-C or Ctrl-C to copy the link."
# multiplayer_coming_soon: "More multiplayer features to come!"
# multiplayer_sign_in_leaderboard: "Sign in or create an account and get your solution on the leaderboard."
2014-08-14 13:57:49 -04:00
2014-10-02 15:12:51 -04:00
legal:
page_title: "Legalitat"
# opensource_intro: "CodeCombat is free to play and completely open source."
# opensource_description_prefix: "Check out "
# github_url: "our GitHub"
# opensource_description_center: "and help out if you like! CodeCombat is built on dozens of open source projects, and we love them. See "
# archmage_wiki_url: "our Archmage wiki"
# opensource_description_suffix: "for a list of the software that makes this game possible."
# practices_title: "Respectful Best Practices"
# practices_description: "These are our promises to you, the player, in slightly less legalese."
privacy_title: "Privacitat"
# privacy_description: "We will not sell any of your personal information. We intend to make money through recruitment eventually, but rest assured we will not distribute your personal information to interested companies without your explicit consent."
2014-10-28 04:29:46 -04:00
security_title: "Seguretat"
2014-10-02 15:12:51 -04:00
# security_description: "We strive to keep your personal information safe. As an open source project, our site is freely open to anyone to review and improve our security systems."
# email_title: "Email"
# email_description_prefix: "We will not inundate you with spam. Through"
# email_settings_url: "your email settings"
# email_description_suffix: "or through links in the emails we send, you can change your preferences and easily unsubscribe at any time."
2014-10-28 04:29:46 -04:00
cost_title: "Cost"
2014-10-02 15:12:51 -04:00
# cost_description: "Currently, CodeCombat is 100% free! One of our main goals is to keep it that way, so that as many people can play as possible, regardless of place in life. If the sky darkens, we might have to charge subscriptions or for some content, but we'd rather not. With any luck, we'll be able to sustain the company with:"
# recruitment_title: "Recruitment"
# recruitment_description_prefix: "Here on CodeCombat, you're going to become a powerful wizardnot just in the game, but also in real life."
# url_hire_programmers: "No one can hire programmers fast enough"
# recruitment_description_suffix: "so once you've sharpened your skills and if you agree, we will demo your best coding accomplishments to the thousands of employers who are drooling for the chance to hire you. They pay us a little, they pay you"
# recruitment_description_italic: "a lot"
# recruitment_description_ending: "the site remains free and everybody's happy. That's the plan."
# copyrights_title: "Copyrights and Licenses"
# contributor_title: "Contributor License Agreement"
# contributor_description_prefix: "All contributions, both on the site and on our GitHub repository, are subject to our"
# cla_url: "CLA"
# contributor_description_suffix: "to which you should agree before contributing."
# code_title: "Code - MIT"
# code_description_prefix: "All code owned by CodeCombat or hosted on codecombat.com, both in the GitHub repository or in the codecombat.com database, is licensed under the"
# mit_license_url: "MIT license"
# code_description_suffix: "This includes all code in Systems and Components that are made available by CodeCombat for the purpose of creating levels."
# art_title: "Art/Music - Creative Commons "
# art_description_prefix: "All common content is available under the"
# cc_license_url: "Creative Commons Attribution 4.0 International License"
# art_description_suffix: "Common content is anything made generally available by CodeCombat for the purpose of creating Levels. This includes:"
art_music: "Musica"
art_sound: "So"
art_artwork: "Art"
# art_sprites: "Sprites"
# art_other: "Any and all other non-code creative works that are made available when creating Levels."
# art_access: "Currently there is no universal, easy system for fetching these assets. In general, fetch them from the URLs as used by the site, contact us for assistance, or help us in extending the site to make these assets more easily accessible."
# art_paragraph_1: "For attribution, please name and link to codecombat.com near where the source is used or where appropriate for the medium. For example:"
# use_list_1: "If used in a movie or another game, include codecombat.com in the credits."
# use_list_2: "If used on a website, include a link near the usage, for example underneath an image, or in a general attributions page where you might also mention other Creative Commons works and open source software being used on the site. Something that's already clearly referencing CodeCombat, such as a blog post mentioning CodeCombat, does not need some separate attribution."
# art_paragraph_2: "If the content being used is created not by CodeCombat but instead by a user of codecombat.com, attribute them instead, and follow attribution directions provided in that resource's description if there are any."
rights_title: "Drets reservats"
# rights_desc: "All rights are reserved for Levels themselves. This includes"
rights_scripts: "Scripts"
rights_unit: "Configuració de la unitat"
rights_description: "Descripció"
rights_writings: "Escrits"
# rights_media: "Media (sounds, music) and any other creative content made specifically for that Level and not made generally available when creating Levels."
# rights_clarification: "To clarify, anything that is made available in the Level Editor for the purpose of making levels is under CC, whereas the content created with the Level Editor or uploaded in the course of creation of Levels is not."
# nutshell_title: "In a Nutshell"
# nutshell_description: "Any resources we provide in the Level Editor are free to use as you like for creating Levels. But we reserve the right to restrict distribution of the Levels themselves (that are created on codecombat.com) so that they may be charged for in the future, if that's what ends up happening."
# canonical: "The English version of this document is the definitive, canonical version. If there are any discrepencies between translations, the English document takes precedence."
ladder_prizes:
title: "Premis del torneig" # This section was for an old tournament and doesn't need new translations now.
blurb_1: "Aquests premis seran guanyats d'acord amb"
blurb_2: "Les normes del torneig"
blurb_3: "els millors jugadors humans i ogres."
blurb_4: "Dos equips signifiquen el doble de premis!"
blurb_5: "(Hi haura dos guanyadors pel primer lloc, dos pels del segon lloc, etc.)"
rank: "Rang"
prizes: "Premis"
total_value: "Valor total"
in_cash: "en diners"
custom_wizard: "Personalitza el teu bruixot de CodeCombat"
custom_avatar: "Personalitza el teu avatar de CodeCombat"
heap: "per sis mesosd'acces \"Startup\" "
credits: "credits"
# one_month_coupon: "coupon: choose either Rails or HTML"
# one_month_discount: "discount, 30% off: choose either Rails or HTML"
license: "llicencia"
# oreilly: "ebook of your choice"
wizard_settings:
title: "Configuració del bruixot"
customize_avatar: "Personalitza el teu avatar"
active: "Actiu"
color: "Color"
group: "Grup"
clothes: "Roba"
trim: "Decoració"
cloud: "Nuvol"
team: "Equip"
spell: "Encanteri"
boots: "Botes"
hue: "Matriu"
saturation: "Saturació"
lightness: "Brillantor"
account_profile:
settings: "Configuració" # We are not actively recruiting right now, so there's no need to add new translations for this section.
edit_profile: "Modifica el perfil"
done_editing: "Acaba l'edició"
profile_for_prefix: "Perfil de "
profile_for_suffix: ""
featured: "Destacat"
2014-10-28 04:29:46 -04:00
not_featured: "Sense destacar"
2014-10-02 15:12:51 -04:00
looking_for: "Buscant:"
last_updated: "Ultima actualització:"
contact: "Contacta"
active: "Buscant entrevistes de feina"
# inactive: "Not looking for offers right now"
complete: "complet"
next: "Seguent"
next_city: "ciutat?"
next_country: "escull el teu país."
next_name: "nom?"
next_short_description: "escriu una breu descripció."
next_long_description: "descriu el lloc de feina que desitges."
# next_skills: "list at least five skills."
# next_work: "chronicle your work history."
# next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links."
# next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches."
example_blog: "Blog"
# example_personal_site: "Personal Site"
# links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name"
# links_name_help: "What are you linking to?"
# links_link_blurb: "Link URL"
# basics_header: "Update basic info"
basics_active: "Obert a ofertes"
# basics_active_help: "Want interview offers right now?"
# basics_job_title: "Desired Job Title"
# basics_job_title_help: "What role are you looking for?"
basics_city: "Ciutat"
basics_city_help: "En quina ciutat t'agradaria treballar (o viure ara)."
basics_country: "País"
# basics_country_help: "Country you want to work in (or live in now)."
# basics_visa: "US Work Status"
# basics_visa_help: "Are you authorized to work in the US, or do you need visa sponsorship? (If you live in Canada or Australia, mark authorized.)"
# basics_looking_for: "Looking For"
basics_looking_for_full_time: "Temps complet"
basics_looking_for_part_time: "Temporal"
basics_looking_for_remote: "A distancia"
# basics_looking_for_contracting: "Contracting"
# basics_looking_for_internship: "Internship"
# basics_looking_for_help: "What kind of developer position do you want?"
name_header: "Omplir amb el teu nom"
name_anonymous: "Desenvolupador anònim"
# name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max."
skills_header: "Habilitats"
# skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Describe your desired position"
# long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description: "Self Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "Experiència laboral"
# work_header: "Chronicle your work history"
# work_years: "Years of Experience"
# work_years_help: "How many years of professional experience (getting paid) developing software do you have?"
# work_blurb: "List your relevant work experience, most recent first."
# work_employer: "Employer"
# work_employer_help: "Name of your employer."
# work_role: "Job Title"
# work_role_help: "What was your job title or role?"
# work_duration: "Duration"
# work_duration_help: "When did you hold this gig?"
work_description: "Descripció"
# work_description_help: "What did you do there? (140 chars; optional)"
education: "Educació"
# education_header: "Recount your academic ordeals"
# education_blurb: "List your academic ordeals."
education_school: "Escola"
education_school_help: "Nom de la teva escola."
# education_degree: "Degree"
# education_degree_help: "What was your degree and field of study?"
# education_duration: "Dates"
education_duration_help: "Quan?"
# education_description: "Description"
# education_description_help: "Highlight anything about this educational experience. (140 chars; optional)"
# our_notes: "CodeCombat's Notes"
# remarks: "Remarks"
projects: "Projectes"
projects_header: "Afegeix 3 projectes"
# projects_header_2: "Projects (Top 3)"
# projects_blurb: "Highlight your projects to amaze employers."
project_name: "Nom del projecte"
# project_name_help: "What was the project called?"
project_description: "Descripció"
# project_description_help: "Briefly describe the project."
project_picture: "Imatge"
# project_picture_help: "Upload a 230x115px or larger image showing off the project."
project_link: "Enllaç"
# project_link_help: "Link to the project."
# player_code: "Player Code"
employers:
# deprecation_warning_title: "Sorry, CodeCombat is not recruiting right now."
# deprecation_warning: "We are focusing on beginner levels instead of finding expert developers for the time being."
# hire_developers_not_credentials: "Hire developers, not credentials." # We are not actively recruiting right now, so there's no need to add new translations for the rest of this section.
# get_started: "Get Started"
# already_screened: "We've already technically screened all our candidates"
# filter_further: ", but you can also filter further:"
# filter_visa: "Visa"
# filter_visa_yes: "US Authorized"
# filter_visa_no: "Not Authorized"
# filter_education_top: "Top School"
filter_education_other: "Altres"
filter_role_web_developer: "Desenvolupador web"
# filter_role_software_developer: "Software Developer"
# filter_role_mobile_developer: "Mobile Developer"
filter_experience: "Experiencia"
# filter_experience_senior: "Senior"
# filter_experience_junior: "Junior"
# filter_experience_recent_grad: "Recent Grad"
# filter_experience_student: "College Student"
filter_results: "resultats"
# start_hiring: "Start hiring."
# reasons: "Three reasons you should hire through us:"
# everyone_looking: "Everyone here is looking for their next opportunity."
# everyone_looking_blurb: "Forget about 20% LinkedIn InMail response rates. Everyone that we list on this site wants to find their next position and will respond to your request for an introduction."
# weeding: "Sit back; we've done the weeding for you."
# weeding_blurb: "Every player that we list has been screened for technical ability. We also perform phone screens for select candidates and make notes on their profiles to save you time."
# pass_screen: "They will pass your technical screen."
# pass_screen_blurb: "Review each candidate's code before reaching out. One employer found that 5x as many of our devs passed their technical screen than hiring from Hacker News."
# make_hiring_easier: "Make my hiring easier, please."
what: "Que és CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. Our players have experience with all major tech stacks."
# cost: "How much do we charge?"
# cost_blurb: "We charge 15% of first year's salary and offer a 100% money back guarantee for 90 days. We don't charge for candidates who are already actively being interviewed at your company."
candidate_name: "Nom"
# candidate_location: "Location"
# candidate_looking_for: "Looking For"
# candidate_role: "Role"
# candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated"
# candidate_who: "Who"
# featured_developers: "Featured Developers"
other_developers: "Altres desenvolupadors"
# inactive_developers: "Inactive Developers"
admin:
# av_espionage: "Espionage" # Really not important to translate /admin controls.
# av_espionage_placeholder: "Email or username"
# av_usersearch: "User Search"
# av_usersearch_placeholder: "Email, username, name, whatever"
av_usersearch_search: "Buscar"
# av_title: "Admin Views"
# av_entities_sub_title: "Entities"
av_entities_users_url: "Usuaris"
# av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_entities_candidates_list_url: "Candidate List"
2014-10-25 14:48:16 -04:00
# av_entities_user_code_problems_list_url: "User Code Problems List"
2014-10-02 15:12:51 -04:00
av_other_sub_title: "Altres"
# av_other_debug_base_url: "Base (for debugging base.jade)"
2014-10-28 04:29:46 -04:00
u_title: "Llista d'usuaris"
2014-10-25 14:48:16 -04:00
# ucp_title: "User Code Problems"
2014-10-02 15:12:51 -04:00
# lg_title: "Latest Games"
# clas: "CLAs"