mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -05:00
Update it.coffee
Tried to translate some new lines to help.
This commit is contained in:
parent
d9a52c62f1
commit
bddf849f1e
1 changed files with 11 additions and 13 deletions
|
@ -790,7 +790,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
|
||||||
courses:
|
courses:
|
||||||
course: "Corso"
|
course: "Corso"
|
||||||
courses: "corsi"
|
courses: "corsi"
|
||||||
# create_new_class: "Create New Class"
|
create_new_class: "Crea una nuova classe"
|
||||||
not_enrolled: "Non fai parte di questo corso."
|
not_enrolled: "Non fai parte di questo corso."
|
||||||
visit_pref: "Per favore, visita la pagina"
|
visit_pref: "Per favore, visita la pagina"
|
||||||
visit_suf: "per iscriverti."
|
visit_suf: "per iscriverti."
|
||||||
|
@ -890,18 +890,16 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
|
||||||
# remove_student: "remove student"
|
# remove_student: "remove student"
|
||||||
# assign: "Assign"
|
# assign: "Assign"
|
||||||
# to_assign: "to assign paid courses."
|
# to_assign: "to assign paid courses."
|
||||||
# teacher: "Teacher"
|
teacher: "Maestro"
|
||||||
# complete: "Complete"
|
# complete: "Complete"
|
||||||
# none: "None"
|
play_campaign_title: "Gioca la Campagna"
|
||||||
# save: "Save"
|
play_campaign_description: "Sei pronto per il passo successivo! Esplora centinaia di livelli impegnativi, impara abilità di programmazione avanzate, e competi nelle arene multigiocatore!"
|
||||||
# play_campaign_title: "Play the Campaign"
|
create_account_title: "Crea un account"
|
||||||
# play_campaign_description: "You’re ready to take the next step! Explore hundreds of challenging levels, learn advanced programming skills, and compete in multiplayer arenas!"
|
|
||||||
# create_account_title: "Create an Account"
|
|
||||||
# create_account_description: "Sign up for a FREE CodeCombat account and gain access to more levels, more programming skills, and more fun!"
|
# create_account_description: "Sign up for a FREE CodeCombat account and gain access to more levels, more programming skills, and more fun!"
|
||||||
# preview_campaign_title: "Preview Campaign"
|
# preview_campaign_title: "Preview Campaign"
|
||||||
# preview_campaign_description: "Take a sneak peek at all that CodeCombat has to offer before signing up for your FREE account."
|
# preview_campaign_description: "Take a sneak peek at all that CodeCombat has to offer before signing up for your FREE account."
|
||||||
# arena: "Arena"
|
# arena: "Arena"
|
||||||
# arena_soon_title: "Arena Coming Soon"
|
arena_soon_title: "L'arena è in arrivo"
|
||||||
# arena_soon_description: "We are working on a multiplayer arena for classrooms at the end of"
|
# arena_soon_description: "We are working on a multiplayer arena for classrooms at the end of"
|
||||||
# not_enrolled1: "Not enrolled"
|
# not_enrolled1: "Not enrolled"
|
||||||
# not_enrolled2: "Ask your teacher to enroll you in the next course."
|
# not_enrolled2: "Ask your teacher to enroll you in the next course."
|
||||||
|
@ -910,8 +908,8 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
|
||||||
# coming_soon2: "We are hard at work making more courses for you!"
|
# coming_soon2: "We are hard at work making more courses for you!"
|
||||||
# available_levels: "Available Levels"
|
# available_levels: "Available Levels"
|
||||||
# welcome_to_courses: "Adventurers, welcome to Courses!"
|
# welcome_to_courses: "Adventurers, welcome to Courses!"
|
||||||
# ready_to_play: "Ready to play?"
|
ready_to_play: "Pronto a giocare?"
|
||||||
# start_new_game: "Start New Game"
|
start_new_game: "Avvia un nuovo gioco"
|
||||||
# play_now_learn_header: "Play now to learn"
|
# play_now_learn_header: "Play now to learn"
|
||||||
# play_now_learn_1: "basic syntax to control your character"
|
# play_now_learn_1: "basic syntax to control your character"
|
||||||
# play_now_learn_2: "while loops to solve pesky puzzles"
|
# play_now_learn_2: "while loops to solve pesky puzzles"
|
||||||
|
@ -934,10 +932,10 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
|
||||||
# enter_c_code: "<Enter Class Code>"
|
# enter_c_code: "<Enter Class Code>"
|
||||||
# join: "Join"
|
# join: "Join"
|
||||||
# joining: "Joining class"
|
# joining: "Joining class"
|
||||||
# course_complete: "Course Complete"
|
course_complete: "Corso completato"
|
||||||
# play_arena: "Play Arena"
|
# play_arena: "Play Arena"
|
||||||
# start: "Start"
|
start: "Avvia"
|
||||||
# last_level: "Last Level"
|
last_level: "Ultimo Livello"
|
||||||
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
|
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
|
||||||
# logged_in_as: "Logged in as:"
|
# logged_in_as: "Logged in as:"
|
||||||
# not_you: "Not you?"
|
# not_you: "Not you?"
|
||||||
|
|
Loading…
Reference in a new issue