Merge branch 'master' into production

This commit is contained in:
Nick Winter 2016-08-17 10:02:58 -07:00
commit 467ba12584
81 changed files with 3670 additions and 1048 deletions

View file

@ -45,6 +45,7 @@ module.exports =
users = _.map userIDs, (id) ->
students.get(id)
return {
courseName: course.get('name')
courseNumber: courseIndex + 1
levelNumber: levelIndex + 1
levelName: level.get('name')
@ -74,6 +75,7 @@ module.exports =
users = _.map userIDs, (id) ->
students.get(id)
return {
courseName: course.get('name')
courseNumber: courseIndex + 1
levelNumber: levelIndex + 1
levelName: level.get('name')

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# parent_email_blurb: "We know you can't wait to learn programming — we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "إستعادة حساب"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
common:
back: "الرجوع" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "امض قدما" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "تحميل"
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "جاري الحفض"
sending: "جاري الإرسال"
send: "أرسل"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
submit_patch: "تقديم التصحيح"
submit_changes: "تقديم التغييرات"
save_changes: "حفظ التغيرات"
# required_field: "Required field"
# required_field: "required"
general:
and: "و"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
done: "انتهاء"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# victory_experience_gained: "XP Gained"
victory_gems_gained: "الأحجار الكريمة المكتسبة"
victory_new_item: "عنصر جديد"
# victory_new_hero: "New Hero"
victory_viking_code_school: "يدخن المقدسة، وكان ذلك على مستوى الثابت الذي فاز فقط! إذا لم تكن بالفعل مطور برامج، يجب أن تكون. كنت فقط حصلت على المسار السريع لقبوله مع مدرسة فايكنغ المدونة، حيث يمكنك أن تأخذ المهارات الخاصة بك إلى المستوى التالي وتصبح مطور ويب محترف في 14 أسبوعا."
victory_become_a_viking: "تصبح فايكنغ"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "български език", englishDescri
goto_classes: "Калсовете ми"
view_profile: "Моя профил"
view_progress: "Прегледай прогреса"
check_out_wiki: "Разгледай новото ни Wiki за учители"
want_coco: "Искаш ли CodeCombat в училището си?"
form_select_role: "Избери основна роля"
form_select_range: "Избери размер на класа"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "български език", englishDescri
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "български език", englishDescri
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "български език", englishDescri
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Възстанови Акаунт"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "български език", englishDescri
common:
back: "Назад" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Продължи" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Зареждане..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Записване..."
sending: "Изпращане..."
send: "Изпрати"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "български език", englishDescri
submit_patch: "Изпрати кръпка"
submit_changes: "Изпрати промените"
save_changes: "Запази промените"
# required_field: "Required field"
# required_field: "required"
general:
and: "и"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "български език", englishDescri
done: "Готово"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
home: "На главната" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "български език", englishDescri
victory_experience_gained: "Спечелен опит"
victory_gems_gained: "Спечелени скъпоценни камъни"
victory_new_item: "Нов Предмет"
# victory_new_hero: "New Hero"
victory_viking_code_school: "О да - това ниво беше наистина тежко! Ти или си програмист, или обезателно трябва да станеш такъв! Току що се доближи до приемането си във Викингското Училище по Програмиране, където ще научиш много нови неща и ще станеш професионален уеб програмист за 14 седмици."
victory_become_a_viking: "Стани Викинг"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "български език", englishDescri
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Инвентар"
save_load_tab: "Запиши/Зареди"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "български език", englishDescri
current_value: "Текуща стойност"
default_value: "Стойност по подразбиране"
parameters: "Параметри"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Връща"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "български език", englishDescri
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Илюстрация"
retrostyle_blurb: "Игра Ретро Стил"
jose_title: "Музика"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "български език", englishDescri
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "български език", englishDescri
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "български език", englishDescri
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "български език", englishDescri
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "български език", englishDescri
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "български език", englishDescri
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "български език", englishDescri
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "български език", englishDescri
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "български език", englishDescri
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Recuperar Compte"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
common:
back: "Endarrere" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Continua" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Carregant..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Guardant..."
sending: "Enviant..."
send: "Enviat"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
submit_patch: "Enviar pegat"
submit_changes: "Puja canvis"
save_changes: "Guarda canvis"
# required_field: "Required field"
# required_field: "required"
general:
and: "i"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
done: "Fet"
next_level: "Següent nivell"
next_game: "Següent joc"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Mostrar menú del joc"
home: "Inici" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
victory_experience_gained: "XP Guanyada"
victory_gems_gained: "Gemmes guanyades"
victory_new_item: "Objecte nou"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Ostres! Aquest nivell era un nivell difícil de superar! Si no ets un programador, ho hauries de ser. Acabes d'aconseguir una acceptació per la via ràpida a l'Escola de Programació Vikinga, on pot millorar les teves habilitats fins al següent nivell i esdevenir un programador de webs professional en 14 setmanes."
victory_become_a_viking: "Converteix-te en un víking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventari"
save_load_tab: "Desa/Carrega"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
current_value: "Valor actual"
default_value: "Valor per defecte"
parameters: "Paràmetres"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Retorna"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Arximag"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Obnovení účtu"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
common:
back: "Zpět" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Pokračovat" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Načítání..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Ukládání..."
sending: "Odesílání..."
send: "Zaslat"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
submit_patch: "Odeslat opravu"
submit_changes: "Odeslat změny"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
general:
and: "a"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
done: "Hotovo"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
home: "Domů" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
victory_experience_gained: "Získáno zkušeností"
victory_gems_gained: "Získáno drahokamů"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventář"
save_load_tab: "Uložit/Načíst"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
current_value: "Aktuální hodnota"
default_value: "Výchozí hodnota"
parameters: "Parametry"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Vrací"
granted_by: "Poskytnutné od"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Arcikouzelník"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
curriculum: "Samlet pensumtimer:"
ffa: "Gratis for alle elever"
lesson_time: "Lektionstid:"
coming_soon: "Kommer snart!"
coming_soon: "Kommer snart!" # {change}
courses_available_in: "Kurser er tilgængelige i JavaScript, Python og Java (kommer snart!)"
boast: "Praler med gåder, der er komplekse nok til at fascinere både gamere og kodere."
winning: "En overbevisende kombination af rolespil og programmeringsopgaver, der formår at gøre børnevenlig uddannelse lovligt fornøjelig."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
goto_classes: "Gå til mine Klasser" # {change}
view_profile: "Vis Min Profil"
# view_progress: "View Progress"
check_out_wiki: "Tjek vores nye pædagog Wiki"
want_coco: "Ønsker du CodeCombat på din skole?"
form_select_role: "Vælg primær rolle"
form_select_range: "Vælg klassestørrelse"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "genskab konto"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
common:
back: "Gå tilbage" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Fortsæt" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Henter..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Gemmer..."
sending: "Sender..."
send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
submit_patch: "Indsend opdatering"
submit_changes: "Indsend ændringer"
save_changes: "Gem ændringer"
# required_field: "Required field"
# required_field: "required"
general:
and: "og"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
done: "Færdig"
next_level: "Næste Bane:"
next_game: "Næste spil"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Vis spil menu"
home: "Hjem" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
victory_experience_gained: "XP tjent"
victory_gems_gained: "Diamanter tjent"
victory_new_item: "Nyt udstyr"
# victory_new_hero: "New Hero"
victory_viking_code_school: "For dælen det var en svær bane du lige slog! Hvis ikke du allerede er softwareudvikler, så burde du blive det. Du er lige kommet foran i køen til at blive accepteret hos Viking Code School, du kan tage dine evner til det næste niveau og blive en professionel webudvikler på 14 uger."
victory_become_a_viking: "Bliv en Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
tip_programming_not_about_computers: "Datalogi handler ikke mere om computere end astronomi handler om teleskoper. - Edsger Dijkstra"
tip_mulan: "Tro du kan, så kan du. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Dine ting"
save_load_tab: "Gem/Indlæs"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
current_value: "Nuværende Værdi"
default_value: "Standard værdi"
parameters: "Parametre"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Returnerer"
granted_by: "Givet af"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Illustration"
retrostyle_blurb: "Retro Spil"
jose_title: "Musik"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
organization_label: "Navn på Skole/Område"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
organization_label: "Navn på Skole/Område" # {change}
city: "By"
state: "Stat"
country: "Land"
@ -1167,7 +1194,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
already_enrolled: "allerede tilmeldt"
licenses_remaining: "resterende licenser:"
insufficient_enrollments: "utilstrækkelige betalte tilmeldinger" # {change}
get_enrollments: "Få flere Tilmeldinger" # {change}
get_enrollments: "Få flere Tilmeldinger"
change_language: "Rediger kursussprog"
keep_using: "Forsæt Brug Af"
switch_to: "Skift Til"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
joining: "Følger klasse"
course_complete: "Kursus Gennemført"
play_arena: "Spil Arena"
# view_project: "View Project"
start: "Start"
last_level: "Sidste Bane"
welcome_to_hoc: "Eventyrere, velkommen til vores 'Hour of Code'!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
students_assigned: "elever tildelt"
length: "Varighed:"
title: "Titel" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
concepts_covered: "Begreber Gennemgået"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Beskrivelse" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Ærkemager"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Account Wiederherstellung"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Lade..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Speichere..."
sending: "Übertrage..."
send: "Senden"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
submit_patch: "Patch einreichen"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
general:
and: "und"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
done: "Fertig"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
home: "Startseite" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
victory_experience_gained: "EP erhalten"
victory_gems_gained: "Juwelen erhalten"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventar"
save_load_tab: "Speichere/Lade"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Erzmagier"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Account wiederherstelle"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
common:
back: "Zrugg" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Wiiterfare" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Lade..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Speichere..."
sending: "Sende..."
send: "G'sendet"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
submit_patch: "Patch ireiche"
submit_changes: "Wechsel ireiche"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
general:
and: "und"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
done: "Fertig"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
victory_experience_gained: "Erfarig bechoo"
victory_gems_gained: "Edelstei bechoo"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Oh mein Gott, dass isch aber es stregs Level gsi und du heschs gschafft! Also wen du nu kei Software-Entwickler bisch, sötsch eine sii! Du hesch en Iiladig becho um at Viking Code Schuel zgha wodu dini Fähigkeite chasch wiiterentwickle und en professionele Entwickel in nur 14 Täg werde!"
victory_become_a_viking: "Werd en Vikinger!"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventar"
save_load_tab: "Spaicherä/Ladä"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
jose_title: "Musig"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
curriculum: "Gesamte Lehrstunden:"
ffa: "Kostenlos für alle Schüler"
lesson_time: "Lektionszeit:"
coming_soon: "Coming soon!"
coming_soon: "Coming soon!" # {change}
courses_available_in: "Kurse sind verfügbar in JavaScript, Python, und Java (coming soon!)"
boast: "Bietet Rätsel die komplex genug sind um Spieler und Programmiere zu faszinieren."
winning: "Eine gewinnbringende Kombination aus RPG-Gameplay und Programmierhausaufgaben die aufgeht und kindgerechte Bildung berechtigterweise unterhaltsam macht."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
goto_classes: "Gehe zu meinen Klassen"
view_profile: "Zeige mein Profil"
view_progress: "Fortschritt ansehen"
check_out_wiki: "Entdecken Sie unser neues Lehrkraft-Wiki"
want_coco: "Wollen Sie CodeCombat an ihrer Schule?"
form_select_role: "Hauptrolle auswählen"
form_select_range: "Klassenstärke auswählen"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Account-Wiederherstellung"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
common:
back: "Zurück" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Weiter" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Lade..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Speichere..."
sending: "Sende..."
send: "Senden"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
submit_patch: "Patch einreichen"
submit_changes: "Änderungen einreichen"
save_changes: "Änderungen speichern"
required_field: "Benötigte Felder"
required_field: "Benötigte Felder" # {change}
general:
and: "und"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
done: "Fertig"
next_level: "Nächster Level"
next_game: "Nächstes Spiel"
# language: "Language"
# languages: "Languages"
programming_language: "Programmiersprache"
show_menu: "Menü anzeigen"
home: "Startseite" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
victory_experience_gained: "Gewonnene XP"
victory_gems_gained: "Gewonnene Edelsteine"
victory_new_item: "Neuen Gegenstand gewonnen"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Heiliger Bimbam, das war ein schweres Level, dass du gerade gemeister hast! Wenn du noch kein Softwareentwickler bist, solltest du darüber nachdenken. Du wurdest zum Eilverfahren für die Annahme an der Viking Code School eingeschrieben, wo du deine Skills auf den nächsten Level bringen kannst und ein professioneller Web-developer in 14 Wochen werden kannst."
victory_become_a_viking: "Werde ein Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventar"
save_load_tab: "Speicher/Lade"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
current_value: "Aktueller Wert"
default_value: "Standardwert"
parameters: "Parameter"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Gibt zurück"
granted_by: "Gewährt durch"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
jose_title: "Musik"
@ -864,7 +889,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# licenses_needed: "Licenses needed"
teachers_quote:
name: "Demo Fragebogen" # {change}
name: "Demo Fragebogen"
title: "Eine Demo beantragen" # {change}
subtitle: "Holen Sie sich CodeCombat in ihren Klassenraum, Club, ihre Schule oder Ortsteil!"
email_exists: "Benutzer mit dieser Email existiert bereits."
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
organization_label: "Name der Schule/Bezirk"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
organization_label: "Name der Schule/Bezirk" # {change}
city: "Stadt"
state: "Bundesland"
country: "Land"
@ -1167,7 +1194,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
already_enrolled: "bereits eingeschrieben"
licenses_remaining: "verbleibende Lizenzen:"
insufficient_enrollments: "unzureichende bezahlte Einschreibungen" # {change}
get_enrollments: "Mehr Einschreibungen erhalten" # {change}
get_enrollments: "Mehr Einschreibungen erhalten"
change_language: "Kurssprache wechseln"
keep_using: "Beibehalten"
switch_to: "Wechseln zu"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
joining: "Der Klasse beitreten"
course_complete: "Kurs Abgeschlossen"
play_arena: "Arena spielen"
# view_project: "View Project"
start: "Start"
last_level: "Letzter Level"
welcome_to_hoc: "Abenteurer, willkommen zur Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
students_assigned: "Schüler zugewiesen"
length: "Länge:"
title: "Titel" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
concepts_covered: "Abgedeckte Konzepte"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Beschreibung" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Erzmagier"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Ανάκτηση λογαριασμού"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
common:
back: "Προηγούμενο" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Συνέχεια" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Φορτώνει..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Αποθήκευση..."
sending: "Αποστολή..."
send: "Στείλε"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
submit_patch: "Αποστολή Επιδιόρθωσης"
submit_changes: "Υποβολή αλλαγών"
save_changes: "Απόθηκευση Αλλαγών"
# required_field: "Required field"
# required_field: "required"
general:
and: "και"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
done: "Έτοιμο"
next_level: "Επομένο Επίπεδο"
next_game: "Επόμενο παιχνίδι"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Εμφάνιση μενού παιχνιδιού"
home: "Αρχική" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
victory_experience_gained: "Εμπειρία"
victory_gems_gained: "Πετραδια"
victory_new_item: "Νέο αντικείμενο"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Μπράβο σου, μόλις πέρασες ένα δύσκολο επίπεδο! Αν δεν είσαι ήδη προγραμματιστής, πρέπει να γίνεις. Είσαι σε καλό δρόμο για να γίνεις δεκτός στο Σχολείο Προγρααματισμού των Βίκινγκ, όπου μπορείς να πας τις ικανότητες στο επόμενο επίπεδο και να γίνεις ένας επαγγελματίας προγραμματιστής ιστού σε 14 weeks."
victory_become_a_viking: "Γίνε Βίκιγκ"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "εξοπλισμος"
save_load_tab: "Αποθήκευση/Φόρτωση"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
current_value: "Τρέχουσα τιμή"
default_value: "Προκαθορισμένη τιμή"
parameters: "Παράμετροι"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Επιστρέφει"
granted_by: "Παραχωρήθηκε από "
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Εικονογράφηση"
retrostyle_blurb: "Ρετρό Παιχνίδια"
jose_title: "Μουσική"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1167,7 +1194,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
already_enrolled: "Ήδη εγγεγραμένος"
licenses_remaining: "Συνδρομές που απομένουν:"
insufficient_enrollments: "Δεν αρκούν οι πληρωμένες συνδρομές" # {change}
get_enrollments: "Ζήτα και αλλές εγγραφές" # {change}
get_enrollments: "Ζήτα και αλλές εγγραφές"
change_language: "Αλλαγή Γλώσσας Μαθήματος"
keep_using: "Συνέχισε να χρησιμοποιείς"
switch_to: "Αλλαγή σε"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
joining: "Σύνδεση με Τάξη"
course_complete: "Μάθημα Ολοκληρωμένο"
play_arena: "Παίξε στην Αρένα"
# view_project: "View Project"
start: "Εκκίνηση"
last_level: "Προηγουμένο Επίπεδο"
welcome_to_hoc: "Εξερευνητές, καλωσήρθατε στη δικιά μας Ώρα του Κώδικα!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# students_assigned: "students assigned"
length: "Μήκος:"
title: "Τίτλος" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
concepts_covered: "Θέματα που καλύφθηκαν"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Περιγραφή" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Αρχιμάγος"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
# loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@
curriculum: "Total curriculum hours:"
ffa: "Free for all students"
lesson_time: "Lesson time:"
coming_soon: "More coming soon!" # {change}
coming_soon: "More coming soon!"
courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -364,7 +364,7 @@
submit_patch: "Submit Patch"
submit_changes: "Submit Changes"
save_changes: "Save Changes"
required_field: "required" # {change}
required_field: "required"
general:
and: "and"
@ -911,7 +911,7 @@
no_purchaser_role: "No role in purchase decisions"
district_label: "District"
district_na: "Enter N/A if not applicable"
organization_label: "School" # {change}
organization_label: "School"
city: "City"
state: "State"
country: "Country"
@ -1324,14 +1324,14 @@
students_assigned: "students assigned"
length: "Length:"
title: "Courses" # Flat style redesign
subtitle: "Review course overviews and levels" # {change}
subtitle: "Review course overviews and levels"
changelog: "View latest changes to course levels."
select_language: "Select language"
select_level: "Select level"
play_level: "Play Level"
concepts_covered: "Concepts covered"
print_guide: "Print Guide (PDF)"
view_guide_online: "Level Overviews and Solutions" # {change}
view_guide_online: "Level Overviews and Solutions"
grants_lifetime_access: "Grants access to all Courses."
enrollment_credits_available: "Licenses Available:"
description: "Description" # ClassroomSettingsModal
@ -1444,7 +1444,7 @@
edit: "edit"
edit_2: "Edit"
remove: "remove"
latest_completed: "Latest Completed"
latest_completed: "Latest completed"
sort_by: "Sort by"
progress: "Progress"
completed: "Completed"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
# loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
curriculum: "Horas totales del plan de estudios:"
ffa: "Gratis para todos los estudiantes"
lesson_time: "Duración de la clase:"
coming_soon: "¡Proximamente!"
coming_soon: "¡Proximamente!" # {change}
courses_available_in: "Los cursos están disponibles en JavaScript, Python, y Java (¡proximamente!)"
boast: "Cuenta con acertijos lo suficiente complejos como para fascinar a jugadores y programadores por igual."
winning: "Una combinación ganadora entre un juego de rol y una tarea sobre programación que consigue hacer de la educación amigable y disfrutable para los niños."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
goto_classes: "Ir a mis clases" # {change}
view_profile: "Ver mi perfíl"
view_progress: "Ver mi progreso"
check_out_wiki: "Check out our new educator Wiki"
want_coco: "¿Quisiera CodeCombat en su escuela?"
# form_select_role: "Select primary role"
form_select_range: "Seleccione el tamaño de la clase"
@ -97,7 +96,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
nav:
play: "Jugar" # The top nav bar entry where players choose which levels to play
community: "Comunidad"
courses: "Cursos"
courses: "Cursos" # {change}
editor: "Editor"
blog: "Blog"
forum: "Foro"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "recuperar cuenta"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
common:
back: "Volver" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Continuar" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Cargando..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Guardando..."
sending: "Enviando..."
send: "Enviar"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
submit_patch: "Enviar Parche"
submit_changes: "Enviar cambios"
save_changes: "Guardar cambios"
required_field: " Requisito necesario"
required_field: " Requisito necesario" # {change}
general:
and: "y"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
done: "Listo"
next_level: "Siguiente Nivel"
next_game: "Siguiente juego"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Mostrar menú de juego"
home: "Inicio" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
victory_experience_gained: "XP Ganada"
victory_gems_gained: "Gemas Ganadas"
victory_new_item: "Objeto Nuevo"
# victory_new_hero: "New Hero"
victory_viking_code_school: "¡Changos macacos!, el nivel que acabas de pasar era dificil! Si todavía no eres un desarrollador de software, deberías serlo. Acabas de conseguir una aceptación por vía rápida con la Escuela Vikinga de Có, donde tú puedes llevar tus habilidades al siguiente nivel y convertirteen un desarrollador web profesional en 14 semanas."
victory_become_a_viking: "Conviértete en un Vikingo"
victory_no_progress_for_teachers: "El progreso no es guardado para maestros. Pero puede añadir cuenta de estudiante a su aula, por su mismo."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
tip_programming_not_about_computers: "En las Ciencias de la Computación no es más acerca de computadoras que la astronomía acerca de telescopios. - Edsger Dijkstra"
tip_mulan: "Si crees que puedes, entonces lo harás. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventario"
save_load_tab: "Guardar/Cargar"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
current_value: "Valor actual"
default_value: "Valor por defecto"
parameters: "Parámetros"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Devoluciones"
granted_by: "Concedido por"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
elliot_title: "Administrador de Asociación"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Ilustración"
retrostyle_blurb: "Juegos con estilo Retro"
jose_title: "Música"
@ -864,7 +889,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
# licenses_needed: "Licenses needed"
teachers_quote:
name: "Formulario de Presupuesto" # {change}
name: "Formulario de Presupuesto"
title: "Solicitar un Presupuesto" # {change}
subtitle: "¡Obtén CodeCombat en tu clase, club, escuela o distrito!"
email_exists: "Existe un usuario con este email."
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
evaluate_recommend: "Evaluar/Recomendar"
approve_funds: "Aprobar Fondos"
# no_purchaser_role: "No role in purchase decisions"
organization_label: "Escuela / Distrito"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
organization_label: "Escuela / Distrito" # {change}
city: "Ciudad"
state: "Estado"
country: "País"
@ -1167,7 +1194,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
already_enrolled: "ya matriculados"
licenses_remaining: "licencias restantes:"
insufficient_enrollments: "matrículas pagas insuficientes" # {change}
get_enrollments: "Obtener Más Matrículas" # {change}
get_enrollments: "Obtener Más Matrículas"
change_language: "Cambiar idioma del curso"
keep_using: "Seguir Usando"
switch_to: "Cambiar a"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
joining: "Uniendose a claseJoining class"
course_complete: "Curso completo"
play_arena: "Jugar Arena"
# view_project: "View Project"
start: "Iniciar"
last_level: "Último nivel"
welcome_to_hoc: "Aventureros, bienvenidos a su Hora del Código!!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
students_assigned: "estudiantes asignados"
length: "Duración:"
title: "Título" # Flat style redesign
subtitle: "Revisar guías del curso, soluciones y niveles."
subtitle: "Revisar guías del curso, soluciones y niveles." # {change}
changelog: "Ver los últimos cambios en los niveles del curso."
select_language: "Seleccione lenguaje"
select_level: "Seleccione nivel"
play_level: "Juga Nivel"
concepts_covered: "Conceptos Cubiertos"
print_guide: "Guía Impresa (PDF)"
view_guide_online: "Ver Guía En Línea(PDF)"
last_updated: "Ultima revisión:"
view_guide_online: "Ver Guía En Línea(PDF)" # {change}
grants_lifetime_access: "Otorgar derecho de acceso a todos los cursos."
enrollment_credits_available: "Créditos de Inscripción Disponibles :" # {change}
description: "Descripción" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
teacher_dashboard: "Tablero del maestro" # Navbar
my_classes: "Mis Clases"
courses: "Cursos" # {change}
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
edit: "editar"
# edit_2: "Edit"
remove: "eliminar"
latest_completed: "Último Completado"
latest_completed: "Último Completado" # {change}
sort_by: "Ordenado por"
progress: "Progreso"
completed: "Completado"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# credits: "licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Archimago"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Recuperar Cuenta"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
common:
back: "Volver" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Continuar" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Cargando..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Guardando..."
sending: "Enviando..."
send: "Enviar"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
submit_patch: "Enviar Parche"
submit_changes: "Enviar Cambios"
save_changes: "Guardar cambios"
required_field: "Campo requerido"
required_field: "Campo requerido" # {change}
general:
and: "y"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
done: "Hecho"
next_level: "Siguiente nivel"
next_game: "Siguiente juego"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Mostrar menú del juego"
home: "Inicio" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
victory_experience_gained: "XP Conseguida"
victory_gems_gained: "Gemas Conseguidas"
victory_new_item: "Nuevo artículo"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Jolínes, el nivel que acabas de pasar era dificil! Si todavía no eres un desarrollador de software, deberías serlo. Acabas de conseguir una aceptación por vía rápida con la Escuela Vikinga de Có, donde tú puedes llevar tus habilidades al siguiente nivel y convertirteen un desarrollador web profesional en 14 semanas."
victory_become_a_viking: "Convertirse en un vikingo"
victory_no_progress_for_teachers: "El progreso no se guarda para los profesores. Pero, puedes añadir una cuenta de estudiante a tu clase para ti."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
tip_mulan: "Si crees que puedes, entonces podrás. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventario"
save_load_tab: "Guardar/Cargar"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
current_value: "Valor actual"
default_value: "Valor por defecto"
parameters: "Parámetros"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Devolver"
granted_by: "Otorgado por"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Illustración"
retrostyle_blurb: "RetroStyle Games"
jose_title: "Música"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Archimago"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
# loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "بازیابی حساب کاربری"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "...در حال بارگذاری"
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "...در حال ذخیره سازی"
sending: "...در حال ارسال"
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Palauta tili"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
common:
back: "Takaisin" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Jatka" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Ladataan..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Tallennetaan..."
sending: "Lähetetään..."
send: "Lähetä"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
submit_patch: "Lähetä paikkaus"
submit_changes: "Lähetä muutos"
save_changes: "Tallenna muutokset"
# required_field: "Required field"
# required_field: "required"
general:
and: "ja"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
done: "Valmis"
next_level: "Seuraava taso"
next_game: "Seuraava peli"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Näytä pelivalikko"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
victory_experience_gained: "Kokemusta"
victory_gems_gained: "Jalokiviä"
victory_new_item: "Uusi esine"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
victory_become_a_viking: "Tule viikingiksi"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Luettelo"
save_load_tab: "Tallenna/Lataa"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
current_value: "Nykyinen Arvo"
default_value: "Oletusarvo"
parameters: "Parametrit"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Palauttaa"
granted_by: "Mahdollistaa"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Arkkimaagi"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
curriculum: "Total des heures du curriculum:"
ffa: "Gratuis pour tous les étudiants"
lesson_time: "Temps de cours:"
coming_soon: "Bientôt disponible!"
coming_soon: "Bientôt disponible!" # {change}
courses_available_in: "Les cours sont disponibles en JavaScript, Python et Java (bientôt disponible!)"
boast: "Comprend des énigmes assez complexes pour fasciner autant les joueurs que les programmeurs."
winning: "Une combinaison gagnante d'élément de jeux de rôles et programmation qui permet aux enfants d'apprendre de façon légitimement plaisante."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
goto_classes: "Aller à Mes Classes"
view_profile: "Voir Mon Profil"
view_progress: "Voir Progrès"
check_out_wiki: "Visionner notre nouveau Wiki pour Éducateurs"
want_coco: "Voulez-vous CodeCombat à votre école?"
form_select_role: "Sélectionnez votre rôle principale"
form_select_range: "Sélectionnez la taille de votre classe"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Récupérer son compte"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
common:
back: "Retour" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Continuer" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Chargement..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Sauvegarde..."
sending: "Envoi..."
send: "Envoyer"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
submit_patch: "Soumettre un correctif"
submit_changes: "Soumettre des Changements"
save_changes: "Sauvegarder les modifications"
required_field: "Champ requis"
required_field: "Champ requis" # {change}
general:
and: "et"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
done: "Fait"
next_level: "Niveau Suivant"
next_game: "Prochain jeu"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Afficher le menu"
home: "Accueil" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
victory_experience_gained: "XP gagnée"
victory_gems_gained: "Gemmes gagnées"
victory_new_item: "Nouvel item"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Par la barbe d'Odin, c'est un niveau difficile que tu viens de compléter! Si tu n'est pas un développeur de logiciel, tu devrais l'être ! Ceci vient de te propulser dans l'école de Code Vikings où tu pourras amener tes habilités au prochain niveau et devenir un développer web profesionnel en deux semaines."
victory_become_a_viking: "Devenez un viking"
victory_no_progress_for_teachers: "La progression n'est pas sauvegardé pour les enseignants. Mais vous pouvez ajouter un compte étudiant à votre salle de cours pour vous."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventaire"
save_load_tab: "Sauvegarder/Charger"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
current_value: "Valeur actuelle"
default_value: "Valeur par défaut"
parameters: "Paramètres"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Retour"
granted_by: "Accordé par"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Illustration"
retrostyle_blurb: "Jeux RetroStyle"
jose_title: "Musique"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1167,7 +1194,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
already_enrolled: "déjà inscrit"
licenses_remaining: "licenses restantes:"
insufficient_enrollments: "inscriptions payantes insuffisantes" # {change}
get_enrollments: "Obtenir plus d'inscriptions" # {change}
get_enrollments: "Obtenir plus d'inscriptions"
change_language: "Changez la langue du cours"
keep_using: "Continuer à utiliser"
switch_to: "Changer"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
joining: "En train de rejoindre la classe"
course_complete: "Cours Terminé"
play_arena: "Jouer à l'Arene"
# view_project: "View Project"
start: "Démarrer"
last_level: "Dernier Niveau"
welcome_to_hoc: "Aventuriers, bienvenu à note heur de codage!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
students_assigned: "élèves attribués"
length: "Durée:"
title: "Titre" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
select_language: "Selectionner langue"
select_level: "Selectionner niveau"
play_level: "Jouer le niveau"
concepts_covered: "Conceptes Couverts"
print_guide: "Imprimer Guide (PDF)"
view_guide_online: "Voir Guide En Ligne (PDF)"
# last_updated: "Last updated:"
view_guide_online: "Voir Guide En Ligne (PDF)" # {change}
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Archimage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Recuperar Conta"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Cargando..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Gardando..."
sending: "Enviando..."
send: "Enviar"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
submit_patch: "Enviar Parche"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
general:
and: "e"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
done: "Feito"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
home: "Inicio" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventario"
save_load_tab: "Gardar/Cargar"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Archimago"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
# loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "ʻŌlelo Hawaiʻi", englishDescription: "Ha
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -304,6 +304,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -318,6 +319,8 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "שחזר סיסמה"
@ -334,8 +337,13 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
common:
back: "חזור" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "המשך" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "...טוען"
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "...שומר"
sending: "...שולח"
send: "שלח"
@ -473,6 +481,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
victory_experience_gained: "שנצבר XP"
victory_gems_gained: "אבני חן שנצברו"
victory_new_item: "חפץ חדש"
# victory_new_hero: "New Hero"
victory_viking_code_school: "אבוקדו קדוש, זה היה שלב קשה שסיימת! אם אתה עדיין לא מפתח תוכנה, אתה צריך להיות אחד. בדיוק עלית על הכביש המהיר בכדי להתקבל ל Viking Code School, שם תוכל לשאת את כישוריך לרמה הבאה ותוכל להפוך למפתח רשת מקצועי תוך 14 שבועות בלבד."
victory_become_a_viking: "הפוך לוויקינג"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -570,6 +579,18 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "תיק"
save_load_tab: "טען/שמור"
@ -746,6 +767,8 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
current_value: "ערך נוכחי"
default_value: "ערך רגיל"
parameters: "פרמטרים"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "מחזיר"
granted_by: "הוענק ע\"י"
@ -802,6 +825,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
jose_title: "מוזיקה"
@ -1231,6 +1255,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1299,15 +1324,14 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1372,8 +1396,12 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1416,7 +1444,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1503,7 +1531,18 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "כשף על"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
# loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "hrvatski jezik", englishDescription: "Croat
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Meglévő fiók visszaállítása"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
common:
back: "Vissza" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Folytasd" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Töltés..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Mentés..."
sending: "Küldés..."
send: "Küldés indítása"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
submit_patch: "Kiegészítés bemutatása"
submit_changes: "Változások véglegesítése"
save_changes: "Változások mentése"
# required_field: "Required field"
# required_field: "required"
general:
and: "és"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
done: "Kész"
next_level: "Következő pálya"
next_game: "Következő játék"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Játék Menü"
home: "Kezdőlap" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
victory_experience_gained: "Szerzett tapasztalat"
victory_gems_gained: "Szerzett Drágakövek"
victory_new_item: "Új tárgy"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
victory_become_a_viking: "Legyél Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Raktár"
save_load_tab: "Ment/Betölt"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
current_value: "Aktuális érték"
default_value: "Eredeti érték"
parameters: "Paraméterek"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Visszatérés"
granted_by: "Megkapva"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Főmágus"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Memuat..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Recupera account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
common:
back: "Indietro" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Continua" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Caricamento in corso..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Salvataggio in corso..."
sending: "Invio in corso..."
send: "Invia"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
submit_patch: "Invia patch"
submit_changes: "Invia modifiche"
save_changes: "Salva modifiche"
# required_field: "Required field"
# required_field: "required"
general:
and: "e"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
done: "Fatto"
next_level: "Prossimo livello"
next_game: "Prossimo gioco"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Visualizza menu gioco"
home: "Pagina iniziale" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
victory_experience_gained: "Punti XP guadagnati"
victory_gems_gained: "Gemme guadagnate"
victory_new_item: "Nuovo oggetto"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Fumi sacri, era un livello duro quello che hai passato! Se non sei già uno sviluppatore, dovresti esserlo. Sei appena stato raccomandato per entrare nella Viking Code School, dove potrai raggiungere il prossimo livello di conoscenza e diventare uno sviluppatore web professionale in 14 settimane."
victory_become_a_viking: "Diventa un Vichingo"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventario"
save_load_tab: "Salva/Carica"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
current_value: "Valore attuale"
default_value: "Valore predefinito"
parameters: "Parametri"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Restituisce"
granted_by: "Concesso da"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Illustratore"
retrostyle_blurb: "Giochi retrò"
jose_title: "Musicista"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# joining: "Joining class"
course_complete: "Corso completato"
# play_arena: "Play Arena"
# view_project: "View Project"
start: "Avvia"
last_level: "Ultimo Livello"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# students_assigned: "students assigned"
# length: "Length:"
title: "Titolo" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
concepts_covered: "Concetti Approfonditi"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Descrizione" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Arcimago"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "パスワードを忘れた場合"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
common:
back: "戻る" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "次へ" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "ロード中"
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "セーブ中..."
sending: "送信中..."
send: "送信"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
submit_patch: "パッチを送信"
submit_changes: "変更を送信"
save_changes: "変更を保存"
required_field: "記入漏れ"
required_field: "記入漏れ" # {change}
general:
and: ""
@ -437,6 +444,8 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
done: "完了"
next_level: "次のレベル"
next_game: "次のゲーム"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "ゲームメニューを見る"
home: "ホーム" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
victory_experience_gained: "XP獲得"
victory_gems_gained: "ジェム獲得"
victory_new_item: "ニューアイテム"
# victory_new_hero: "New Hero"
victory_viking_code_school: "あなたはハードレベルのホーリー・スモークを打ち破りました! もしあなたが既にソフトウェア開発者でないなら, ぜひやってみましょう. あなたはちょうどViking Code Scoolで受け入れられるための出世街道にいます,そこでは次のレベルへのスキルを取得でき、14週間でプロのWeb開発者になれます。"
victory_become_a_viking: "バイキングになる"
victory_no_progress_for_teachers: "教師用の進捗は保存されません。しかし自分の教室に学生アカウントを加えることができます."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
tip_programming_not_about_computers: "天文学が望遠鏡に関する学問でないのと同様に、計算機科学はコンピュータに関する学問ではない。 - エドガー・ダイクストラ"
tip_mulan: "できると信じていれば、できる。 - ムーラン"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "インベントリー"
save_load_tab: "セーブ//ロード"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
current_value: "現在値"
default_value: "デフォルト値"
parameters: "パラメータ"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "リターン"
granted_by: "スキルを与えてくれるアイテム:"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
elliot_title: "パートナーシップマネージャー"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "イラスト"
retrostyle_blurb: "レトロスタイルのゲーム"
jose_title: "ミュージック"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "アークメイジ"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "계정 복구"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
common:
back: "뒤로가기" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "계속" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "로딩중입니다..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "저장중입니다..."
sending: "보내는 중입니다..."
send: "전송"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
submit_patch: "패치 제출"
submit_changes: "변경사항 제출"
save_changes: "변경사항 저장"
# required_field: "Required field"
# required_field: "required"
general:
and: "그리고"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
done: "완료"
next_level: "다음 레벨"
next_game: "다음 게임"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "게임 매뉴 보이기"
home: "" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
victory_experience_gained: "획득한 경험치"
victory_gems_gained: "획득한 젬"
victory_new_item: "새로운 아이템"
# victory_new_hero: "New Hero"
victory_viking_code_school: "놀랍습니다, 당신은 그냥 이길 힘든 수준이었습니다! 이미 소프트웨어 개발자가 아닌 경우, 당신은 비이킹 코드 학교에서 빠르게 이해할것입니다, 당신이 다음 레벨에서 자신의 능력을 14주 동안 전문 웹 개발자가 될 수있는 곳입니다."
victory_become_a_viking: "바이킹이 되세요"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "인벤토리"
save_load_tab: "저장하기/불러오기"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
current_value: "현재 값"
default_value: "기본 값"
parameters: "매개 변수"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "뒤로가기"
granted_by: "부여"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "일러스트레이션"
retrostyle_blurb: "레트로스타일 게임"
jose_title: "뮤직"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "대마법사"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Susigrąžinti paskyrą"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
common:
back: "Atgal" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Tęsti" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Kraunama..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Saugoma..."
sending: "Siunčiama..."
send: "Siųsti"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
submit_patch: "Pateikti pataisymą"
submit_changes: "Išsaugoti pakeitimus"
save_changes: "Saugoti pakeitimus"
# required_field: "Required field"
# required_field: "required"
general:
and: "ir"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
done: "Gerai"
next_level: "Kitas Lygis"
next_game: "Kitas žaidimas"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Parodyti žaidimo meniu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
victory_experience_gained: "Gauta XP"
victory_gems_gained: "Gauta Deimantų"
victory_new_item: "Naujas Daiktas"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Po paraliais, tu katik įveikei sunkujį lygį! Jei tu dar nesi programuotojas, tai bent turėtum būti. Tu katik paspartinai priėmimą į Vikingų Kodo Mokyklą, kur savo įgudžius gali perkelti į naują lygį ir, per 14 sąvaičių, gali tapti profesionaliu internetinių sistemų programuotoju."
victory_become_a_viking: "Tapk Vikingu"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventorius"
save_load_tab: "Įrašyti / Atkurti"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Arkimagas"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
# loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "te reo Māori", englishDescription: "Māori
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Врати сметка"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Македонски", englishDescription:
common:
back: "Врати се" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Продолжи" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Вчитување..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Зачувување..."
sending: "Испраќање..."
send: "Испрати"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
submit_patch: "Поднеси закрпа"
submit_changes: "Поднеси промени"
save_changes: "Зачувај промени"
# required_field: "Required field"
# required_field: "required"
general:
and: "и"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Македонски", englishDescription:
done: "Готово"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
home: "Дома" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
victory_experience_gained: "Добиено искуство"
victory_gems_gained: "Добиени скапоцени камења"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
# inventory_tab: "Inventory"
save_load_tab: "Зачувај/Вчитај"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Македонски", englishDescription:
current_value: "Моментална вредност"
default_value: "Стандардна вредност"
parameters: "Параметри"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Враќа"
granted_by: "Овозможено од"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Македонски", englishDescription:
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Dapatkan Kembali Akaun"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Pemuatan..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Menyimpan data..."
sending: "Menghantar maklumat.."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
general:
and: "dan"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
# loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
goto_classes: "Gå til klassene mine"
view_profile: "Vis profilen min"
view_progress: "Vis Framgang"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
form_select_role: "Velg Hovedrolle"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Tilbakestill Passord"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
common:
back: "Tilbake" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Fortsett" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Laster..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Lagrer..."
sending: "Sender..."
send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
submit_patch: "Lever en Patch"
submit_changes: "Lever Endringer"
save_changes: "Lagre endringer"
required_field: "Påkrevet felt"
required_field: "Påkrevet felt" # {change}
general:
and: "og"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
done: "Ferdig"
next_level: "Neste nivå"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Vis spill meny"
home: "Hjem" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
victory_experience_gained: "XP Opparbeidet"
victory_gems_gained: "Mottatte juveler"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Utstyr"
save_load_tab: "Lagre/Laste"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
current_value: "Nåværende verdi"
default_value: "Standard verdi"
parameters: "Parametere"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Returnerer"
granted_by: "Gitt av"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
jose_title: "Musikk"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
city: "By"
state: "Fylke"
country: "Land"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# joining: "Joining class"
# course_complete: "Course Complete"
play_arena: "Spill Arena"
# view_project: "View Project"
start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# students_assigned: "students assigned"
length: "Lengde:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
my_classes: "Mine klasser"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Erketrollmann"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
curriculum: "Totaal aantal lesuren:"
ffa: "Gratis voor alle leerlingen"
lesson_time: "Lesduur:"
coming_soon: "Binnenkort beschikbaar!"
coming_soon: "Binnenkort beschikbaar!" # {change}
courses_available_in: "Lessen zijn beschikbaar in JavaScript, Python, en Java (Java is binnenkort beschikbaar!)"
boast: "Uitdagende raadsels die zowel gamers als fanatieke programmeurs weten te prikkelen."
winning: "Een gouden combinatie van spel-elementen en programmeerhuiswerk, dat samen zorgt voor kind-vriendelijk en oprecht aangenaam onderwijs."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
goto_classes: "Ga naar mijn klassen"
view_profile: "Mijn Profiel"
view_progress: "Bekijk voortgang"
check_out_wiki: "Bekijk onze nieuwe leraren Wiki"
want_coco: "Wil je CodeCombat op jouw school?"
form_select_role: "Selecteer je rol"
form_select_range: "Selecteer klassengrootte"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Herstel Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
common:
back: "Terug" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Verder" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Bezig met laden..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Opslaan..."
sending: "Verzenden..."
send: "Verzend"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
submit_patch: "Correctie Opsturen"
submit_changes: "Wijzigingen indienen"
save_changes: "Wijzigingen opslaan"
# required_field: "Required field"
# required_field: "required"
general:
and: "en"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
done: "Klaar"
next_level: "Volgende Level"
next_game: "Volgend spel"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Geef spelmenu weer"
home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
victory_experience_gained: "XP verdiend"
victory_gems_gained: "edelstenen verdiend"
victory_new_item: "Nieuw Item"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Wow, jij hebt net een moeilijk level gehaald! Als je nog geen programmeur was, zou je er een moeten worden! Je hebt net versneld toegang gekregen voor de Viking programmeer school, waar je je vaardigheden kan opkrikken en binnen 14 weken een professionele webontwikkelaar kunt worden."
victory_become_a_viking: "Word een Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventaris"
save_load_tab: "Opslaan/Laden"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
current_value: "Huidige waarde"
default_value: "Standaard waarde"
parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Verdiensten"
granted_by: "Verleend door"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Illustraties"
retrostyle_blurb: "RetroStijl Games"
jose_title: "Muziek"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1167,7 +1194,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
already_enrolled: "reeds ingeschreven"
licenses_remaining: "beschikbare licensies:"
insufficient_enrollments: "onvoldoende betaalde inschrijvingen" # {change}
get_enrollments: "Krijg Meer Inschrijvingen" # {change}
get_enrollments: "Krijg Meer Inschrijvingen"
change_language: "Verander de Cursus Taal"
keep_using: "Blijf Gebruiken"
switch_to: "Verander Naar"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
joining: "Klas vervoegen"
course_complete: "Cursus compleet"
play_arena: "Speel Arena"
# view_project: "View Project"
start: "Start"
last_level: "Laatste Level"
welcome_to_hoc: "Avonturiers, welkom tot het Uur van de Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# students_assigned: "students assigned"
length: "Lengte:"
title: "Titel" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
concepts_covered: "Behandelde concepten"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "beschrijving" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Tovenaar"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
curriculum: "Totaal aantal lesuren:"
ffa: "Gratis voor alle leerlingen"
lesson_time: "Lesduur:"
coming_soon: "Binnenkort beschikbaar!"
coming_soon: "Binnenkort beschikbaar!" # {change}
courses_available_in: "Lessen zijn beschikbaar in JavaScript, Python, en Java (Java is binnenkort beschikbaar!)"
boast: "Uitdagende raadsels die zowel gamers als fanatieke programmeurs weten te prikkelen."
winning: "Een gouden combinatie van spel-elementen en programmeerhuiswerk, dat samen zorgt voor kindvriendelijk en oprecht aangenaam onderwijs."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
goto_classes: "Ga naar mijn klassen"
view_profile: "Mijn Profiel"
view_progress: "Bekijk voortgang"
check_out_wiki: "Bekijk onze nieuwe leraren Wiki"
want_coco: "Wil je CodeCombat op jouw school?"
form_select_role: "Selecteer je rol"
form_select_range: "Selecteer klasomvang"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
signup_as_individual: "Registreer als een individu (persoonlijk)"
enter_class_code: "Vul je klassencode in"
enter_birthdate: "Vul je geboortedatum in:"
# parent_use_birthdate: "Parents, use your own birthdate."
ask_teacher_1: "Vraag je leraar om een klassencode."
ask_teacher_2: "Maak je geen deel uit een klas? Maak dan een "
ask_teacher_3: "Individuele account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Herstel Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
common:
back: "Terug" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Doorgaan" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Bezig met laden..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Opslaan..."
sending: "Verzenden..."
send: "Verzend"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
submit_patch: "Correctie Opsturen"
submit_changes: "Veranderingen indienen"
save_changes: "veranderingen opslaan"
required_field: "Verplicht veld"
required_field: "Verplicht veld" # {change}
general:
and: "en"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
done: "Klaar"
next_level: "Volgende Level"
next_game: "Volgende spel"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Geef spelmenu weer"
home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
victory_experience_gained: "XP verdiend"
victory_gems_gained: "Edelstenen verdiend"
victory_new_item: "Nieuw Item"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Wow, jij hebt net een moeilijk level gehaald! Als je nog geen programmeur was, zou je er een moeten worden! Je hebt net versneld toegang gekregen voor de Viking programmeerSchool, waar je je vaardigheden kan opkrikken en binnen 14 weken een professionele webontwikkelaar kunt worden."
victory_become_a_viking: "Word een Viking"
victory_no_progress_for_teachers: "Voortgang voor leraren wordt niet bewaard. Maar u kunt een leerling-account voor uzelf aanmaken in uw eigen klas."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
tip_programming_not_about_computers: "Informatica draait net zoveel om computers, als astronomie draait om telescopen. - Edsger Dijkstra"
tip_mulan: "Geloof dat je het kan, dan kan je het . - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventaris"
save_load_tab: "Opslaan/Laden"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
current_value: "Huidige waarde"
default_value: "Standaard waarde"
parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Geeft terug"
granted_by: "Verleend door"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
elliot_title: "Partner-manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Illustraties"
retrostyle_blurb: "RetroStijl Games"
jose_title: "Muziek"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
evaluate_recommend: "Evalueren/Aanbevelen"
approve_funds: "Budget toewijzen"
no_purchaser_role: "Geen rol in besluitvorming"
organization_label: "Schoolnaam"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
organization_label: "Schoolnaam" # {change}
city: "Stad"
state: "Provincie"
country: "Land"
@ -1167,7 +1194,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
already_enrolled: "al ingeschreven"
licenses_remaining: "licenties over:"
insufficient_enrollments: "onvoldoende betaalde inschrijvingen" # {change}
get_enrollments: "krijg meer inschrijvingen" # {change}
get_enrollments: "krijg meer inschrijvingen"
change_language: "Verander cursustaal"
keep_using: "Blijf Gebruiken"
switch_to: "Verander naar"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
joining: "Doe mee met klas"
course_complete: "Cursus afgerond"
play_arena: "Speel Arena"
# view_project: "View Project"
start: "Start"
last_level: "Laatste Level"
welcome_to_hoc: "Avonturiers, Welkom bij codeuur!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
students_assigned: "toegewezen leerlingen"
length: "Lengte:"
title: "Titel" # Flat style redesign
subtitle: "Bekijk cursus richtlijnen, oplossingen, en levels"
subtitle: "Bekijk cursus richtlijnen, oplossingen, en levels" # {change}
changelog: "Bekijk recente aanpassingen aan cursuslevels."
select_language: "Selecteer taal"
select_level: "Selecteer level"
play_level: "Speel Level"
concepts_covered: "Behandelde concepten"
print_guide: "Print Handleiding (PDF)"
view_guide_online: "Bekijk Handleiding Online (PDF)"
last_updated: "Laatst ge-update:"
view_guide_online: "Bekijk Handleiding Online (PDF)" # {change}
grants_lifetime_access: "Verschaft levenslange toegang tot alle cursusmodules." # {change}
enrollment_credits_available: "Beschikbaar inschrijf-krediet:" # {change}
description: "beschrijving" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
teacher_dashboard: "Docent Dashboard" # Navbar
my_classes: "Mijn Klassen"
courses: "Cursussen" # {change}
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
edit: "wijzig"
# edit_2: "Edit"
remove: "verwijder"
latest_completed: "Laatste Voltooid"
latest_completed: "Laatste Voltooid" # {change}
sort_by: "Sorteer op"
progress: "Voortgang"
completed: "Behaald"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# credits: "licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Tovenaar"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
curriculum: "Łączny czas programu:"
ffa: "Darmowe dla wszystkich uczniów"
lesson_time: "Czas lekcji:"
coming_soon: "Wkrótce!"
coming_soon: "Wkrótce!" # {change}
courses_available_in: "Kursy dostępne są w języku JavaScript, Python, oraz Java (wkrótce!)"
boast: "Zagadki, które są wyzwaniem zarówno do programistów jak i dla typowych graczy."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Odzyskaj konto"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
common:
back: "Wstecz" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Dalej" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Ładowanie..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Zapisywanie..."
sending: "Wysyłanie…"
send: "Wyślij"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
submit_patch: "Prześlij łatkę"
submit_changes: "Prześlij zmiany"
save_changes: "Zapisz zmiany"
# required_field: "Required field"
# required_field: "required"
general:
and: "i"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
done: "Zrobione"
next_level: "Następny poziom"
next_game: "Następna gra"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Pokaż menu gry"
home: "Strona główna" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
victory_experience_gained: "Doświadczenie zdobyte"
victory_gems_gained: "Klejnoty zdobyte"
victory_new_item: "Nowy przedmiot"
# victory_new_hero: "New Hero"
victory_viking_code_school: "O jejku, trudny był ten poziom, co? Jeśli jeszcze nie jesteś twórcą oprogramowania, możesz nim już zostać. Złóż swoje podanie o przyjęcie do Viking Code School, a z ich pomocą w zostaniesz na pewno w pełni profesjonalnym programistą."
victory_become_a_viking: "Zostań wikingiem"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Ekwipunek"
save_load_tab: "Zapisz/Wczytaj"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
current_value: "Aktualna wartość"
default_value: "Domyślna wartość"
parameters: "Parametry"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Zwraca"
granted_by: "Zdobyte dzięki:"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Ilustracje"
retrostyle_blurb: "RetroStyle Games"
jose_title: "Muzyka"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
organization_label: "Nazwa szkoły/Obwodu"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
organization_label: "Nazwa szkoły/Obwodu" # {change}
city: "Miasto"
state: "Województwo"
country: "Kraj"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
joining: "Dołaczanie do klasy"
course_complete: "Ukończono kurs"
play_arena: "Zagraj na arenie"
# view_project: "View Project"
start: "Start"
last_level: "Ostatni poziom"
welcome_to_hoc: "Podróżniku, witamy w naszej Godzinie z Kodem!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# students_assigned: "students assigned"
length: "Długość:"
title: "Tytuł" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
concepts_covered: "Omówione tematy"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Opis" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Arcymag"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
goto_classes: "Ir para Minhas Turmas"
view_profile: "Visualizar Meu Perfil"
view_progress: "Visualizar Progresso"
check_out_wiki: "Confira nosso novo Wiki Educador"
want_coco: "Quer CodeCombat na sua escola?"
form_select_role: "Selecione seu papel principal"
form_select_range: "Selecione o tamanho da turma"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Recuperar conta"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
common:
back: "Voltar" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Continuar" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Carregando..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Salvando..."
sending: "Enviando..."
send: "Enviar"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
submit_patch: "Enviar arranjo"
submit_changes: "Enviar mudanças"
save_changes: "Salvar mudanças"
# required_field: "Required field"
# required_field: "required"
general:
and: "e"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
done: "Pronto"
next_level: "Proximo Nivel"
next_game: "Próximo jogo"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Mostrar menu do jogo"
home: "Início" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
victory_experience_gained: "XP ganho"
victory_gems_gained: "Gemas ganhas"
victory_new_item: "Novo item"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Pelas barbas do profeta, esse foi um nível difícil! Se você ainda não é um desenvolvedor de software, você deveria ser. Você acaba de ser priorizado para aceitação na Viking Code School, onde você pode aprender mais e se tornar um desenvolvedor web profissional em 14 semanas."
victory_become_a_viking: "Torne-se um viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
tip_mulan: "Acredite que você pode, então você será. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventário"
save_load_tab: "Salvar/Carregar"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
current_value: "Valor Atual"
default_value: "Valor Padrão"
parameters: "Parametros"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Retorno"
granted_by: "Concebido por"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Ilustração"
retrostyle_blurb: "Games estilo Retrô"
jose_title: "Músico"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
organization_label: "Nome da escola/Distrito"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
organization_label: "Nome da escola/Distrito" # {change}
city: "Cidade"
state: "Estado"
country: "País"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# joining: "Joining class"
course_complete: "Curso Completo"
play_arena: "Jogue Arena"
# view_project: "View Project"
start: "Começar"
last_level: "Última Fase"
welcome_to_hoc: "Aventureiros, bem vindo à nossa Hora de Código!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# students_assigned: "students assigned"
length: "Comprimento:"
title: "Título" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
concepts_covered: "Conceitos Abordados"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Descrição" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Arquimago"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
goto_classes: "Ir para As Minhas Turmas"
view_profile: "Ver o Meu Perfil"
view_progress: "Ver Progresso"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Recuperar Conta"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
common:
back: "Voltar" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Continuar" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "A Carregar..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "A Guardar..."
sending: "A Enviar..."
send: "Enviar"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
submit_patch: "Submeter Atualização"
submit_changes: "Submeter Alterações"
save_changes: "Guardar Alterações"
required_field: "Campo Necessário"
required_field: "Campo Necessário" # {change}
general:
and: "e"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
done: "Concluir"
next_level: "Próximo Nível"
next_game: "Próximo jogo"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Mostrar o menu do jogo"
home: "Início" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
victory_experience_gained: "XP Ganho"
victory_gems_gained: "Gemas Ganhas"
victory_new_item: "Novo Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
victory_become_a_viking: "Torna-te um Viking"
victory_no_progress_for_teachers: "O progresso não é guardado para professores. Mas podes adicionar à tua turma uma conta de estudante para ti."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventário"
save_load_tab: "Guardar/Carregar"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
current_value: "Valor Atual"
default_value: "Valor Predefinido"
parameters: "Parâmetros"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Devolve"
granted_by: "Garantido por"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
elliot_title: "Gestor de Parcerias"
elliot_blurb: "Leitora de Mentes"
lisa_title: "Representante do Desenvolvimento de Mercado"
# sean_title: "Territory Manager"
retrostyle_title: "Ilustração"
retrostyle_blurb: "'RetroStyle Games'"
jose_title: "Música"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# students_assigned: "students assigned"
# length: "Length:"
title: "Cursos" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
select_level: "Selecionar nível"
play_level: "Jogar Nível"
concepts_covered: "Conceitos Abordados"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Descrição" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
my_classes: "As Minhas Turmas"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Português (Portugal)", englishDescription:
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Arcomago"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Recuperează Cont"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
common:
back: "Inapoi" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Continuă" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Se incarcă..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Se salvează..."
sending: "Se trimite..."
send: "Trimite"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
submit_patch: "Înainteaza Patch"
submit_changes: "Trimite modificări"
save_changes: "Salveaza modificări"
# required_field: "Required field"
# required_field: "required"
general:
and: "și"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
done: "Gata"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
home: "Acasă" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
victory_experience_gained: "Ai câștigat XP"
victory_gems_gained: "Ai câștigat Pietre Prețioase"
victory_new_item: "Item nou"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Wow, ăla a fost un nivel greu! Daca nu ești deja un dezvoltator de software, ar trebui să fi. Tocmai ai fost selectat pentru acceptare in Viking Code School, unde poți sa iți dezvolți abilitățile la nivelul următor și să devi un dezvoltator web profesionist în 14 săptămâni."
victory_become_a_viking: "Devino Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventar"
save_load_tab: "Salvează/Încarcă"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
current_value: "Valoare Curentă"
default_value: "Valoare Implicită"
parameters: "Parametrii"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Întoarce"
granted_by: "Acordat de"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Archmage"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
goto_classes: "Перейти в Мои классы"
view_profile: "Посмотреть Мой профиль"
view_progress: "Посмотреть прогресс"
check_out_wiki: "Посетите наш новый Wiki для педагогов"
want_coco: "Хотите CodeCombat в вашей школе?"
form_select_role: "Выберите основную роль"
form_select_range: "Выберите размер класса"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
signup_as_individual: "Зарегистрироваться как индивидуальный игрок"
enter_class_code: "Введите ваш код для класса"
enter_birthdate: "Введите вашу дату рождения:"
# parent_use_birthdate: "Parents, use your own birthdate."
ask_teacher_1: "Спросите вашего учителя код для класса."
ask_teacher_2: "Не относишься к учебному классу? Создай "
ask_teacher_3: "Личную учетную запись"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
write_this_down: "Запишите это:"
start_playing: "Начать играть!"
sso_connected: "Успешно подключились с помощью:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Восстановить учетную запись"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
common:
back: "Вернуться" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Продолжить" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Загрузка..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Сохранение..."
sending: "Отправка..."
send: "Отправить"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
submit_patch: "Отослать патч"
submit_changes: "Отослать изменения"
save_changes: "Сохранить изменения"
required_field: "Обязательное поле"
required_field: "Обязательное поле" # {change}
general:
and: "и"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
done: "Готово"
next_level: "Следующий уровень"
next_game: "Следующая игра"
# language: "Language"
# languages: "Languages"
programming_language: "Язык программирования"
show_menu: "Показать меню игры"
home: "На главную" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
victory_experience_gained: "Опыта получено"
victory_gems_gained: "Самоцветов получено"
victory_new_item: "Новый предмет"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Ого, это было тяжелый уровень! Если вы еще не разработчик программ, вам стоит им стать. Вы только что ускорири принятие в Школу Викингов, где вы сможете поднять свои навыки на новый уровень и стать профессиональным веб-разработчиком за 14 недель."
victory_become_a_viking: "Станьте Викингом"
victory_no_progress_for_teachers: "Прогресс не сохраняется для учителей. Но, вы можете для себя добавить учетную запись ученика в свою классную комнату."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
tip_mulan: "Верь, что можешь и получится. - Мулан"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Инвентарь"
save_load_tab: "Сохранить/Загрузить"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
current_value: "Текущее значение"
default_value: "Значение по умолчанию"
parameters: "Параметры"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Возвращает"
granted_by: "Предоставлено"
@ -775,8 +799,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
story_link: "История"
press_link: "Прессе"
mission_title: "Наша задача: сделать доступным программирование для каждого учащегося на земле."
mission_description_1: "<strong>Программирование - это магия</strong>.
Это способность создавать что-то с помощью воображения. Мы создавали CodeCombat, чтобы дать учащимся чувство силы волшебства на кончиках пальцев, когда они <strong>пишут код</strong>."
mission_description_1: "<strong>Программирование - это магия</strong>. Это способность создавать что-то с помощью воображения. Мы создавали CodeCombat, чтобы дать учащимся чувство силы волшебства на кончиках пальцев, когда они <strong>пишут код</strong>."
mission_description_2: "Как оказалось, это позволяет им учится быстрее. СИЛЬНО быстрее. Это как живой рассказ вместо чтения учебника. Мы хотим принести этот метод в каждую школу и <strong>каждому ученику</strong>, потому что все должны иметь шанс научится магии программирования."
team_title: "Присоединяйтесь к команде CodeCombat"
team_values: "Мы ценим открытый и вежливый диалог, где побеждают лучшие идеи. Наши решения основаны на иследовании пожеланий клиентов и наш процесс направлен на то, чтобы приносить осязаемые результаты им. У нас все при деле, от CEO до контрибьютеров на GitHub, потому что мы ценим рост и обучение в нашей команде."
@ -794,7 +817,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
josh_c_title: "Гейм дизайнер"
josh_c_blurb: "Делает игры"
robin_title: "UX дизайнер & Исследования"
# robin_blurb: "Scaffolding"
# robin_blurb: "Scaffolding"
josh_title: "Гейм дизайнер"
josh_blurb: "Пол - это лава"
phoenix_title: "Инженер программист"
@ -802,6 +825,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
elliot_title: "Менеджер партнерства"
elliot_blurb: "Читающий мысли"
lisa_title: "Представитель по развитию рынка"
# sean_title: "Territory Manager"
retrostyle_title: "Иллюстрирование"
retrostyle_blurb: "RetroStyle Games"
jose_title: "Музыка"
@ -885,7 +909,9 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1229,6 +1255,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# joining: "Joining class"
course_complete: "Курс завершён"
play_arena: "Играть Арену"
# view_project: "View Project"
start: "Старт"
last_level: "Последний уровень"
welcome_to_hoc: "Искатели приключений, добро пожаловать на Час кода!"
@ -1297,15 +1324,14 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# students_assigned: "students assigned"
length: "Длительность:"
title: "Тема" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
concepts_covered: "Концептов покрыто"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Описание" # ClassroomSettingsModal
@ -1333,7 +1359,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1354,6 +1380,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1369,8 +1396,12 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1413,7 +1444,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1462,12 +1493,12 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1500,7 +1531,18 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Архимаг"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Obnov účet"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
common:
back: "Späť" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Pokračovať" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Načítava sa..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Ukladá sa..."
sending: "Odosiela sa..."
send: "Odošli"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
submit_patch: "Odoslať Opravu"
submit_changes: "Odoslať zmeny"
save_changes: "Ulož zmeny"
# required_field: "Required field"
# required_field: "required"
general:
and: "a"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
done: "Hotovo"
next_level: "Ďalšia úroveň:"
next_game: "Ďalšia hra"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Ukáž menu hry"
home: "Domov" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
victory_experience_gained: "Získaných XP"
victory_gems_gained: "Získaných kryštálov"
victory_new_item: "Nový predmet"
# victory_new_hero: "New Hero"
victory_viking_code_school: "No teda, podarilo sa ti prejsť veľmi ťažkú úroveň! Ak nie si vývojar softvéru, tak je najvyšší čas. Si prijatý do Vikingskej školy programovania,kde môžeš ďalej rozvinúť svoje programovacie schopnosti a stať sa profesionálnym webovým vývojarom za 14 týždňov."
victory_become_a_viking: "Staň sa vikingom!"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
tip_programming_not_about_computers: "Veda o počítačoch je o počítačoch v tej miere ako je astronómia o teleskopoch. - Edsger Dijkstra"
tip_mulan: "Ver, že môžeš a potom budeš aj chcieť. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Inventár"
save_load_tab: "Ulož/Nahraj"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
current_value: "Aktuálna hodnota"
default_value: "Východzia hodnota"
parameters: "Parametre"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Vracia"
granted_by: "Poskytnutné od"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Ilustrácia"
retrostyle_blurb: "Retro hry"
jose_title: "Hudba"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Arcimág"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
common:
back: "Nazaj" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Nadaljuj" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Nalaganje ..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Shranjevanje ..."
sending: "Pošiljanje ..."
send: "Pošlji"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
submit_patch: "Pošlji popravek"
submit_changes: "Pošlji spremembe"
save_changes: "Shrani spremembe"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
goto_classes: "Иди на моје разреде" # {change}
view_profile: "Види мој профил"
view_progress: "Види напредак"
check_out_wiki: "Погледај нашу нову Wiki за едукаторе"
want_coco: "Желиш CodeCombat у својој школи?"
form_select_role: "Изабери примарну улогу"
form_select_range: "Изабери величину разреда"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Поврати налог"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
common:
back: "Врати се" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Настави" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Учитавање"
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Чување..."
sending: "Шаље се..."
send: "Пошаљи"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
submit_patch: "Потврди закрпу"
submit_changes: "Потврди измене"
save_changes: "Сачувај измене"
required_field: "Обавезно поље"
required_field: "Обавезно поље" # {change}
general:
and: "и"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
done: "Урађено"
next_level: "Следећи ниво"
next_game: "Следећа игра"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Види мени игре"
home: "Почетна" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
victory_experience_gained: "Добијено искуство"
victory_gems_gained: "Добијени драгуљи"
victory_new_item: "Новa ствар"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
victory_become_a_viking: "Постани Викинг"
victory_no_progress_for_teachers: "Напредак се не чува за учитеље, али можеш додати ученички профил за себе у свој разред."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Инвентар"
save_load_tab: "Сачувај/учитај"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
current_value: "Тренутна вредност"
default_value: "Подразумевана вредност"
parameters: "Параметри"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Враћа"
granted_by: "Додељено од"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
elliot_title: "Руководилац партнерства"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Илустрација"
retrostyle_blurb: "RetroStyle Games"
jose_title: "Музика"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
evaluate_recommend: "Евалуација/препорука"
approve_funds: "Одобрење средстава"
no_purchaser_role: "Без улоге у куповним одлукама"
organization_label: "Име школе/округа"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
organization_label: "Име школе/округа" # {change}
city: "Град"
state: "Савезна држава"
country: "Држава"
@ -1167,7 +1194,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
already_enrolled: "већ уписан"
licenses_remaining: "преостале лиценце:"
insufficient_enrollments: "недовољно плаћених уписа" # {change}
get_enrollments: "Добиј још уписа" # {change}
get_enrollments: "Добиј још уписа"
change_language: "Промени језик курса"
keep_using: "Настави да користиш"
switch_to: "Пребаци на"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
joining: "Придруживање разреду"
course_complete: "Курс завршен"
play_arena: "Играј Арену"
# view_project: "View Project"
start: "Почни"
last_level: "Последњи ниво"
welcome_to_hoc: "Авантуристи, добродошли на наш Сат Кодирања!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
students_assigned: "ученика додељено"
length: "Дужина:"
title: "Курсеви" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
select_language: "Изабери језик"
select_level: "Изабери ниво"
play_level: "Играј ниво"
# concepts_covered: "Concepts covered"
print_guide: "Одштампај водич (PDF)"
view_guide_online: "Види водич онлајн (PDF)"
# last_updated: "Last updated:"
view_guide_online: "Види водич онлајн (PDF)" # {change}
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Återskapa ditt konto"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
common:
back: "Tillbaka" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Fortsätt" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Laddar..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Sparar..."
sending: "Skickar..."
send: "Skicka"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# submit_patch: "Submit Patch"
submit_changes: "Spara Ändringar"
save_changes: "Spara ändringar"
# required_field: "Required field"
# required_field: "required"
general:
and: "och"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
done: "Klar"
next_level: "Nästa nivå"
next_game: "Nästa spel"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Visa spelmeny"
home: "Hem" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
victory_experience_gained: "XP mottaget"
victory_gems_gained: "Vunna ädelstenar"
victory_new_item: "Nytt föremål"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Jösses vilken svår nivå du just klarade! Om du inte redan är en mjukvaruutvecklare så borde du vara det. Du bev precis fast-tracked för antagning vid Viking Code School, där du kan ta dina kunskaper till en ny nivå och bli en professionell webbutvecklare på 14 veckor."
victory_become_a_viking: "Bli en Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Utrustning"
save_load_tab: "Spara/Ladda"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
current_value: "Nuvarande värde"
default_value: "Standardvärde"
parameters: "Parametrar"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Returnerar"
granted_by: "Ges av"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
jose_title: "Musik"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Ärkemagiker"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "รอสักครู่..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "กำลังบันทึก..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
done: "เสร็จสิ้น"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
home: "หน้าแรก" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
victory_new_item: "ไอเทมใหม่"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
# inventory_tab: "Inventory"
save_load_tab: "เซฟ/โหลด"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
checking: "Kontrol ediliyor..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
sign_in: "Oturum aç"
email_good: "E-posta iyi görünüyor!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
signup_as_individual: "Bireysel olarak Kaydol"
enter_class_code: "Sınıf Kodunu Gir"
enter_birthdate: "Doğum tarihini gir:"
# parent_use_birthdate: "Parents, use your own birthdate."
ask_teacher_1: "Sınıf kodun için öğretmenine sor."
# ask_teacher_2: "Not part of a class? Create an "
ask_teacher_3: "Bireysel Hesap"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# write_this_down: "Write this down:"
start_playing: "Oynamaya Başla!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Hesabı Kurtar"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
common:
back: "Geri" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Devam et" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Yükleniyor..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Kaydediliyor..."
sending: "Gönderiliyor..."
send: "Gönder"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
submit_patch: "Yama Gönder"
submit_changes: "Değişiklikleri Gönder"
save_changes: "Değişiklikleri Kaydet"
# required_field: "Required field"
# required_field: "required"
general:
and: "ve"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
done: "Bitti"
next_level: "Sonraki Seviye:"
next_game: "Sonraki Oyun"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Oyun Menüsünü Göster"
home: "Anasayfa" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
victory_experience_gained: "Kazanılan XP"
victory_gems_gained: "Kazanılan Taş"
victory_new_item: "Yeni Öğe"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
victory_become_a_viking: "Viking Ol"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Envanter"
save_load_tab: "Kaydet/Yükle"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Büyük Büyücü"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "Українська", englishDescription:
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Українська", englishDescription:
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Відновити акаунт"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Українська", englishDescription:
common:
back: "Назад" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Вперед" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Завантаження..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Збереження..."
sending: "Надсилання..."
send: "Надіслано"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
submit_patch: "Надіслати патч"
submit_changes: "Надіслати зміни"
save_changes: "Зберегти зміни"
required_field: "Обов'язкове поле"
required_field: "Обов'язкове поле" # {change}
general:
and: "та"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Українська", englishDescription:
done: "Готово"
next_level: "Наступний Рівень"
next_game: "Наступна гра"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Показати меню гри"
home: "На головну" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
victory_experience_gained: "Отримано досвіду"
victory_gems_gained: "Отримано самоцвітів"
victory_new_item: "Новий предмет"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Хай йому грець! Цей рівень був важким, але Ви справились! Якщо Ви ще не програміст, вам слід ним стати. Ви щойно екстерном пройшли процедуру прийняття у Viking Code School, де Ви матимете змогу значно покращити свої здібності та стати професійним веб-розробником за 14 тижнів."
victory_become_a_viking: "Стати вікінгом"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Українська", englishDescription:
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Інвентар"
save_load_tab: "Зберегти/Завантажити"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Українська", englishDescription:
current_value: "Поточне значення"
default_value: "Типове значення"
parameters: "Параметри"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "Повертає"
granted_by: "Забезпечує"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Ілюстрація"
retrostyle_blurb: "RetroStyle Games"
jose_title: "Музика"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Українська", englishDescription:
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Українська", englishDescription:
# students_assigned: "students assigned"
# length: "Length:"
title: "Тема" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
concepts_covered: "Концептів покрито"
print_guide: "Надрукувати Настанову (PDF)"
view_guide_online: "Переглянути Настанову в Режимі Online (PDF)"
# last_updated: "Last updated:"
view_guide_online: "Переглянути Настанову в Режимі Online (PDF)" # {change}
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Опис" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Українська", englishDescription:
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Українська", englishDescription:
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Українська", englishDescription:
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Українська", englishDescription:
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Архімаг"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
# loading: "Loading..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
goto_classes: "Tới Lớp học của tôi" # {change}
view_profile: "Xem hồ sơ của tôi"
view_progress: "Xem tiến trình"
check_out_wiki: "Hãy đọc Wiki dành cho Giáo viên"
want_coco: "Muốn đưa CodeCombat vào giảng dạy tại trường học của bạn?"
form_select_role: "Chọn vai trò chính"
form_select_range: "Chọn quy mô lớp"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "Khôi phục tài khoản"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
common:
back: "Trở lại" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "Tiếp tục" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "Đang Tải..."
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "Đang Lưu..."
sending: "Đang Gửi..."
send: "Gửi"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
submit_patch: "Submit bản patch"
submit_changes: "Submit thay đổi"
save_changes: "Lưu thay dổi"
required_field: "Thông tin bắt buộc"
required_field: "Thông tin bắt buộc" # {change}
general:
and: ""
@ -437,6 +444,8 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
done: "Xong"
next_level: "Màn chơi kế tiếp"
next_game: "Game kế tiếp"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "Hiện game menu"
home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
victory_experience_gained: "XP nhận được"
victory_gems_gained: "Ngọc nhận được"
victory_new_item: "Vật phẩm mới"
# victory_new_hero: "New Hero"
victory_viking_code_school: "Thật tuyệt vời, bạn vừa vượt qua một màn chơi khó khủng khiếp! Không lâu nữa bạn sẽ trở thành một lập trình viên thôi. Bạn vừa được nhận thẳng vào trường Viking Code School, nơi bạn có thể nâng tầm kĩ năng của mình và trở thành lập trình viên web chuyên nghiệp trong 14 tuần."
victory_become_a_viking: "Trở thành Viking"
victory_no_progress_for_teachers: "Giáo viên không thể lưu tiến trình. Nhưng bạn có thể tự thâm tài khoản sinh viên vào lớp học của bạn."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
tip_programming_not_about_computers: "Công nghệ thông tin không còn chỉ liên quan đến máy tính cũng giống như thiên văn học đối với kinh thiên văn vậy. - Edsger Dijkstra"
tip_mulan: "Cứ tin là bạn có thể, rồi bạn sẽ làm được. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "Hành Trang"
save_load_tab: "Lưu/đọc"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
current_value: "Giá trị hiện tại"
default_value: "Giá trị mặc định"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
elliot_title: "Giám Đốc Quan Hệ"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "Vẽ Minh Họa"
retrostyle_blurb: "RetroStyle Games"
jose_title: "Âm Nhạc"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
evaluate_recommend: "Đánh giá/Kiến nghị"
approve_funds: "Duyệt quỹ"
no_purchaser_role: "Không có vai trò thanh toán"
organization_label: "Tên Trường/Quận"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
organization_label: "Tên Trường/Quận" # {change}
city: "Thành Phố"
state: "Tiểu Bang"
country: "Quốc Gia"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
joining: "Đang tham gia lớp"
course_complete: "Khóa học hoàn thành"
# play_arena: "Play Arena"
# view_project: "View Project"
start: "Bắt đầu"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# students_assigned: "students assigned"
# length: "Length:"
title: "Các khóa học" # Flat style redesign
subtitle: "Xem giáo án của các khóa học, lời giải và các màn chơi"
subtitle: "Xem giáo án của các khóa học, lời giải và các màn chơi" # {change}
changelog: "Xem những thay đổi mới nhất về các khóa học."
select_language: "Chọn ngôn ngữ"
select_level: "Chọn màn chơi"
play_level: "Chơi Màn Chơi"
concepts_covered: "Bao gồm các khái niệm"
print_guide: "In Hướng Dẫn (PDF)"
view_guide_online: "Xem Hướng Dẫn Online (PDF)"
last_updated: "Cập nhật lần cuối:"
view_guide_online: "Xem Hướng Dẫn Online (PDF)" # {change}
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "Mô tả" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
teacher_dashboard: "Bảng Điều Khiển Giáo Viên" # Navbar
my_classes: "Lớp của tôi"
courses: "Các khóa học" # {change}
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "Pháp Sư"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
curriculum: "总计课程时间"
ffa: "对所有学生免费"
lesson_time: "课程时间:"
coming_soon: "即将推出!"
coming_soon: "即将推出!" # {change}
courses_available_in: "课程可用如下语言JavaScriptPython还有Java即将推出"
boast: "以难解的谜题为豪,它们复杂到可以吸引游戏玩家和程序员。"
winning: "RPG游戏和编程作业的完美结合使得教育充满乐趣。"
@ -89,7 +89,6 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
goto_classes: "到达我的班级"
view_profile: "查看我的资料"
view_progress: "查看进度"
check_out_wiki: "浏览我们新的 教育者Wiki"
want_coco: "想把 CodeCombat 带到您的学校?"
form_select_role: "请选择您的身份"
form_select_range: "请选择班级大小"
@ -97,7 +96,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
nav:
play: "关卡选择" # The top nav bar entry where players choose which levels to play
community: "社区"
courses: "课程"
courses: "课程" # {change}
editor: "编辑器"
blog: "博客"
forum: "论坛"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "找回账户"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
common:
back: "返回" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "继续" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "读取中……"
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "保存中……"
sending: "发送中……"
send: "发送"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
submit_patch: "提交补丁"
submit_changes: "提交更新"
save_changes: "保存更新"
required_field: "必填"
required_field: "必填" # {change}
general:
and: ""
@ -437,6 +444,8 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
done: "完成"
next_level: "下一个关卡"
next_game: "下一场游戏"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "显示游戏菜单"
home: "主页" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
victory_experience_gained: "获得经验"
victory_gems_gained: "获得宝石"
victory_new_item: "新的物品"
# victory_new_hero: "New Hero"
victory_viking_code_school: "这关真的超难! 如果您想成为一个软件开发人员您就应该去试一下Viking Code School。在这里您可以把您的知识增长到另一个台阶。只需要14周您就能成为一个专业的网页开发人员。"
victory_become_a_viking: "成为一个维京人吧"
victory_no_progress_for_teachers: "教师不能保存进度。但您可在您的班级为自己添加一个学生账号。"
@ -569,6 +579,18 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "道具箱"
save_load_tab: "保存/打开"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
current_value: "当前值"
default_value: "默认值"
parameters: "参数"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "返回值"
granted_by: "技能来自"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
elliot_title: "客户经理"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "插画师"
retrostyle_blurb: "复古风格的游戏"
jose_title: "音乐"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
organization_label: "学校/地区的名字"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
organization_label: "学校/地区的名字" # {change}
city: "城市"
state: ""
country: "国家"
@ -1086,7 +1113,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
courses:
course: "课程"
courses: "课程"
courses: "课程" # {change}
create_new_class: "建立新的课堂"
not_enrolled: "您还没有报名参加本课程。"
visit_pref: "请到这个"
@ -1167,7 +1194,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
already_enrolled: "已注册"
licenses_remaining: "证书剩余:"
insufficient_enrollments: "付费名额不足" # {change}
get_enrollments: "获取更多招收名额" # {change}
get_enrollments: "获取更多招收名额"
change_language: "修改课程预言"
keep_using: "继续使用"
switch_to: "切换到"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
joining: "加入课程中"
course_complete: "课程完成"
play_arena: "玩竞技场"
# view_project: "View Project"
start: "开始"
last_level: "上一关卡"
welcome_to_hoc: "探险者,欢迎来到我们的编码之时!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
students_assigned: "已分配学生"
length: "长度:"
title: "标题" # Flat style redesign
subtitle: "复习课程指导、解法和关卡"
subtitle: "复习课程指导、解法和关卡" # {change}
changelog: "查看课程关卡的最新改动。"
select_language: "选择语言"
select_level: "选择关卡"
play_level: "开始关卡"
concepts_covered: "课目覆盖"
print_guide: "打印手册 (PDF)"
view_guide_online: "在线查看手册 (PDF)"
last_updated: "最后更新:"
view_guide_online: "在线查看手册 (PDF)" # {change}
grants_lifetime_access: "取得所有课程的权限。"
enrollment_credits_available: "可用名额:" # {change}
description: "描述" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
teacher_dashboard: "教师面板" # Navbar
my_classes: "我的教室"
courses: "课程" # {change}
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
edit: "修改"
# edit_2: "Edit"
remove: "移除"
latest_completed: "最近通关"
latest_completed: "最近通关" # {change}
sort_by: "排列依据"
progress: "进度"
completed: "已完成"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# credits: "licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "大法师"

View file

@ -89,7 +89,6 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
goto_classes: "進入我的班級"
view_profile: "瀏覽我的帳號"
view_progress: "瀏覽進度"
check_out_wiki: "查詢我們新的教育者Wiki"
want_coco: "想要在您的學校進行CodeCombat嗎?"
form_select_role: "選擇主要角色"
form_select_range: "選擇班級大小"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "復原帳號"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
common:
back: "向後瀏覽" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
continue: "繼續前進" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "載入中…"
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "儲存中…"
sending: "發送中…"
send: "送出"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
submit_patch: "送出修補"
submit_changes: "送出修改"
save_changes: "保存更改"
required_field: "需要的部分"
required_field: "需要的部分" # {change}
general:
and: ""
@ -437,6 +444,8 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
done: "完成"
next_level: "下一個關卡:"
next_game: "下一個遊戲"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
show_menu: "顯示遊戲選單"
home: "首頁" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
victory_experience_gained: "取得經驗值"
victory_gems_gained: "取得寶石"
victory_new_item: "新的物品"
# victory_new_hero: "New Hero"
victory_viking_code_school: "太厲害了您剛完成了非常困難的關卡如果您想成為一個軟體開發人員您就應該去試一下Viking Code School。在這裡您可以把您的知識增長到另一個台階。只需要14個星期您就能成為一個專業的網頁開發人員。"
victory_become_a_viking: "成為一個維京人。"
victory_no_progress_for_teachers: "老師們不能保存進度,但是您可以將自己的帳號加入班級作為學生來保存進度。"
@ -569,6 +579,18 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
tip_programming_not_about_computers: "電腦科學之於電腦不外乎於望遠鏡之於天文學。 - Edsger Dijkstra"
tip_mulan: "相信你可以做到,然後你就會做到。 - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
inventory_tab: "道具欄"
save_load_tab: "保存/載入"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
current_value: "現在數值"
default_value: "預設數值"
parameters: "參數"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
returns: "回傳"
granted_by: "賦予"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
elliot_title: "合作經裡"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
retrostyle_title: "插畫師"
retrostyle_blurb: "復古風格的遊戲"
jose_title: "音樂"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# students_assigned: "students assigned"
# length: "Length:"
title: "標題" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
concepts_covered: "課目覆蓋"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
description: "描述" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "大法師"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
# recover:
# recover_account_title: "Recover Account"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "徕搭读取……"
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
# saving: "Saving..."
# sending: "Sending..."
# send: "Send"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
# general:
# and: "and"
@ -437,6 +444,8 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# done: "Done"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
# home: "Home" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
# game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
# classes:
# archmage_title: "Archmage"

View file

@ -71,7 +71,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# curriculum: "Total curriculum hours:"
# ffa: "Free for all students"
# lesson_time: "Lesson time:"
# coming_soon: "Coming this fall!"
# coming_soon: "More coming soon!"
# courses_available_in: "Courses are available in JavaScript, Python, and Java (coming soon!)"
# boast: "Boasts riddles that are complex enough to fascinate gamers and coders alike."
# winning: "A winning combination of RPG gameplay and programming homework that pulls off making kid-friendly education legitimately enjoyable."
@ -89,7 +89,6 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# goto_classes: "Go to My Classes"
# view_profile: "View My Profile"
# view_progress: "View Progress"
# check_out_wiki: "Check out our new Educator Wiki"
# want_coco: "Want CodeCombat at your school?"
# form_select_role: "Select primary role"
# form_select_range: "Select class size"
@ -282,7 +281,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# parent_email_blurb: "We know you can't wait to learn programming &mdash; we're excited too! Your parents will receive an email with further instructions on how to create an account for you. Email {{email_link}} if you have any questions."
# classroom_not_found: "No classes exist with this Class Code. Check your spelling or ask your teacher for help."
# checking: "Checking..."
# account_exists: "This email is already in use:" # {change}
# account_exists: "This email is already in use:"
# sign_in: "Sign in"
# email_good: "Email looks good!"
# name_taken: "Username already taken! Try {{suggestedName}}?"
@ -305,6 +304,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# signup_as_individual: "Sign up as an Individual"
# enter_class_code: "Enter your Class Code"
# enter_birthdate: "Enter your birthdate:"
# parent_use_birthdate: "Parents, use your own birthdate."
# ask_teacher_1: "Ask your teacher for your Class Code."
# ask_teacher_2: "Not part of a class? Create an "
# ask_teacher_3: "Individual Account"
@ -319,6 +319,8 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# write_this_down: "Write this down:"
# start_playing: "Start Playing!"
# sso_connected: "Successfully connected with:"
# select_your_starting_hero: "Select Your Starting Hero:"
# you_can_always_change_your_hero_later: "You can always change your hero later."
recover:
recover_account_title: "賬號尋轉"
@ -335,8 +337,13 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
common:
# back: "Back" # When used as an action verb, like "Navigate backward"
# coming_soon: "Coming soon!"
# continue: "Continue" # When used as an action verb, like "Continue forward"
# default_code: "Default Code"
loading: "徠搭讀取……"
# overview: "Overview"
# solution: "Solution"
# intro: "Intro"
saving: "徠搭存檔……"
sending: "徠搭發送……"
send: "發送"
@ -357,7 +364,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# submit_patch: "Submit Patch"
# submit_changes: "Submit Changes"
# save_changes: "Save Changes"
# required_field: "Required field"
# required_field: "required"
general:
and: ""
@ -437,6 +444,8 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
done: "妝下落"
# next_level: "Next Level"
# next_game: "Next game"
# language: "Language"
# languages: "Languages"
# programming_language: "Programming language"
# show_menu: "Show game menu"
home: "主頁" # Not used any more, will be removed soon.
@ -472,6 +481,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# victory_experience_gained: "XP Gained"
# victory_gems_gained: "Gems Gained"
# victory_new_item: "New Item"
# victory_new_hero: "New Hero"
# victory_viking_code_school: "Holy smokes, that was a hard level you just beat! If you aren't already a software developer, you should be. You just got fast-tracked for acceptance with Viking Code School, where you can take your skills to the next level and become a professional web developer in 14 weeks."
# victory_become_a_viking: "Become a Viking"
# victory_no_progress_for_teachers: "Progress is not saved for teachers. But, you can add a student account to your classroom for yourself."
@ -569,6 +579,18 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# tip_programming_not_about_computers: "Computer Science is no more about computers than astronomy is about telescopes. - Edsger Dijkstra"
# tip_mulan: "Believe you can, then you will. - Mulan"
# play_game_dev_level:
# created_by: "Created by {{name}}"
# how_to_play_title: "How to play:"
# how_to_play_1: "Use the mouse to control the hero!"
# how_to_play_2: "Click anywhere on the map to move to that location."
# how_to_play_3: "Click on the ogres to attack them."
# restart: "Restart Level"
# play: "Play Level"
# play_more_codecombat: "Play More CodeCombat"
# default_student_instructions: "Click to control your hero and win your game!"
# back_to_coding: "Back to Coding"
game_menu:
# inventory_tab: "Inventory"
# save_load_tab: "Save/Load"
@ -745,6 +767,8 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# current_value: "Current Value"
# default_value: "Default value"
# parameters: "Parameters"
# required_parameters: "Required Parameters"
# optional_parameters: "Optional Parameters"
# returns: "Returns"
# granted_by: "Granted by"
@ -801,6 +825,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# elliot_title: "Partnership Manager"
# elliot_blurb: "Mindreader"
# lisa_title: "Market Development Rep"
# sean_title: "Territory Manager"
# retrostyle_title: "Illustration"
# retrostyle_blurb: "RetroStyle Games"
# jose_title: "Music"
@ -884,7 +909,9 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# evaluate_recommend: "Evaluate/Recommend"
# approve_funds: "Approve Funds"
# no_purchaser_role: "No role in purchase decisions"
# organization_label: "Name of School/District"
# district_label: "District"
# district_na: "Enter N/A if not applicable"
# organization_label: "School"
# city: "City"
# state: "State"
# country: "Country"
@ -1228,6 +1255,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# joining: "Joining class"
# course_complete: "Course Complete"
# play_arena: "Play Arena"
# view_project: "View Project"
# start: "Start"
# last_level: "Last Level"
# welcome_to_hoc: "Adventurers, welcome to our Hour of Code!"
@ -1296,15 +1324,14 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# students_assigned: "students assigned"
# length: "Length:"
# title: "Courses" # Flat style redesign
# subtitle: "Review course guidelines, solutions, and levels"
# subtitle: "Review course overviews and levels"
# changelog: "View latest changes to course levels."
# select_language: "Select language"
# select_level: "Select level"
# play_level: "Play Level"
# concepts_covered: "Concepts covered"
# print_guide: "Print Guide (PDF)"
# view_guide_online: "View Guide Online (PDF)"
# last_updated: "Last updated:"
# view_guide_online: "Level Overviews and Solutions"
# grants_lifetime_access: "Grants access to all Courses."
# enrollment_credits_available: "Licenses Available:"
# description: "Description" # ClassroomSettingsModal
@ -1332,7 +1359,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# update_account_title: "Your account needs attention!"
# update_account_blurb: "Before you can access your classes, choose how you want to use this account."
# update_account_current_type: "Current Account Type:"
# update_account_account_email: "Account Email/Username:" # {change}
# update_account_account_email: "Account Email/Username:"
# update_account_am_teacher: "I am a teacher"
# update_account_keep_access: "Keep access to classes I've created"
# update_account_teachers_can: "Teacher accounts can:"
@ -1353,6 +1380,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# update_account_students_warning: "Warning: You will not be able to manage any classes that you have previously created or create new classes."
# update_account_remain_student: "Remain a Student"
# update_account_update_student: "Update to Student"
# need_a_class_code: "You'll need a Class Code for the class you're joining:"
# update_account_not_sure: "Not sure which one to choose? Email"
# update_account_confirm_update_student: "Are you sure you want to update your account to a Student experience?"
# update_account_confirm_update_student2: "You will not be able to manage any classes that you have previously created or create new classes. Your previously created classes will be removed from CodeCombat and cannot be restored."
@ -1368,8 +1396,12 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# select_your_hero: "Select Your Hero"
# select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
# select_this_hero: "Select this Hero"
# current_hero: "Current Hero:"
# change_hero: "Change Hero"
# teacher:
# course_solution: "Course Solution"
# level_overview_solutions: "Level Overview and Solutions"
# teacher_dashboard: "Teacher Dashboard" # Navbar
# my_classes: "My Classes"
# courses: "Course Guides"
@ -1412,7 +1444,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# edit: "edit"
# edit_2: "Edit"
# remove: "remove"
# latest_completed: "Latest Completed"
# latest_completed: "Latest completed"
# sort_by: "Sort by"
# progress: "Progress"
# completed: "Completed"
@ -1461,12 +1493,12 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# enter_new_password_below: "Enter new password below:"
# change_password: "Change Password"
# changed: "Changed"
# available_credits: "Available Licenses" # {change}
# pending_credits: "Pending Licenses" # {change}
# available_credits: "Available Licenses"
# pending_credits: "Pending Licenses"
# credits: "licenses"
# start_date: "start date:"
# end_date: "end date:"
# num_enrollments_needed: "Number of licenses needed:" # {change}
# num_enrollments_needed: "Number of licenses needed:"
# get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
# enroll_request_sent_blurb1: "Thanks! Your request has been sent."
# enroll_request_sent_blurb2: "Our classroom success team will be in touch shortly to help you find the best solution for your students' needs!"
@ -1499,7 +1531,18 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# web_dev:
# image_gallery_title: "Image Gallery"
# image_gallery_description: "Copy these images into your webpage, or find your own image URLs online."
# select_an_image: "Select an image you want to use"
# scroll_down_for_more_images: "(Scroll down for more images)"
# copy_the_url: "Copy the URL below"
# copy_the_url_description: "Useful if you want to replace an existing image."
# copy_the_img_tag: "Copy the <img> tag"
# copy_the_img_tag_description: "Useful if you want to insert a new image."
# copy_url: "Copy URL"
# copy_img: "Copy <img>"
# how_to_copy_paste: "How to Copy/Paste"
# copy: "Copy"
# paste: "Paste"
# back_to_editing: "Back to Editing"
classes:
archmage_title: "大法師"

View file

@ -47,9 +47,11 @@ module.exports = class Classroom extends CocoModel
getLevelNumber: (levelID, defaultNumber) ->
unless @levelNumberMap
@levelNumberMap = {}
language = @get('aceConfig')?.language
for course in @get('courses') ? []
levels = []
for level in course.levels when level.original
continue if language? and level.primerLanguage is language
levels.push({key: level.original, practice: level.practice ? false})
_.assign(@levelNumberMap, utils.createLevelNumberMap(levels))
@levelNumberMap[levelID] ? defaultNumber
@ -84,6 +86,8 @@ module.exports = class Classroom extends CocoModel
continue
levelObjects.push(course.levels)
levels = new Levels(_.flatten(levelObjects))
language = @get('aceConfig')?.language
levels.remove(levels.filter((level) => level.get('primerLanguage') is language)) if language
if options.withoutLadderLevels
levels.remove(levels.filter((level) -> level.isLadder()))
if options.projectLevels

View file

@ -220,9 +220,15 @@ module.exports = class User extends CocoModel
return true if me.isAdmin()
return true if me.hasSubscription()
return false
isOnPremiumServer: ->
me.get('country') in ['china', 'brazil']
return true if me.get('country') in ['brazil']
return true if me.get('country') in ['china'] and me.isPremium()
return false
isOnFreeOnlyServer: ->
return true if me.get('country') in ['china'] and not me.isPremium()
return false
sendVerificationCode: (code) ->
$.ajax({

View file

@ -142,13 +142,13 @@
overflow: hidden
text-overflow: ellipsis
white-space: nowrap
.level-name
white-space: nowrap
overflow: ellipsis
font-weight: bold
// line-height: 20px
font-size: 14px
.sort-button
border: none
background: none
@ -296,7 +296,10 @@
background: #fafafa
border: thin solid #979797
text-align: center
#join-url-input
font-size: 14px
button
height: 50px
width: 210px

View file

@ -18,16 +18,18 @@ block content
div.col-md-4
#account-links
a.btn.btn-lg.btn-primary(href="/account/settings", data-i18n="play.settings")
div.col-md-4
#account-links
a.btn.btn-lg.btn-primary(href="/account/payments", data-i18n="account.payments")
if !me.isOnFreeOnlyServer()
div.col-md-4
#account-links
a.btn.btn-lg.btn-primary(href="/account/payments", data-i18n="account.payments")
div.row.row-bot-buffer
div.col-md-4
#account-links
a.btn.btn-lg.btn-primary(href="/account/subscription", data-i18n="account.subscription")
div.col-md-4
#account-links
a.btn.btn-lg.btn-primary(href="/account/prepaid", data-i18n="account.prepaid_codes") Prepaid Codes
if !me.isOnFreeOnlyServer()
div.col-md-4
#account-links
a.btn.btn-lg.btn-primary(href="/account/subscription", data-i18n="account.subscription")
div.col-md-4
#account-links
a.btn.btn-lg.btn-primary(href="/account/prepaid", data-i18n="account.prepaid_codes") Prepaid Codes
div.col-md-4
#account-links
a.btn.btn-lg.btn-primary.logout-btn(href="/account", data-i18n="login.log_out")

View file

@ -159,11 +159,9 @@ mixin breadcrumbs
mixin longLevelName(data)
if data
div.level-name
span(data-i18n="courses.course")
span= ' ' + data.courseNumber + ', '
span(data-i18n="play_level.level")
span= ' ' + data.levelNumber + ': '
span= data.levelName
span= data.courseName + ': '
span(data-i18n='play_level.level')
span.spl= data.levelNumber
else
div.level-name(data-i18n='teacher.not_applicable')

View file

@ -37,11 +37,20 @@ block content
span(data-i18n="courses.select_language")
| :
select.language-select.form-control
// TODO: Automate this list @scott
option(value="python")
| Python
option(value="javascript")
| JavaScript
//- TODO: Automate this list @scott
//- Web dev courses use HTML and JavaScript, except web-dev-1 which doesn't have scripting
- var courseSlug = course.get('slug') || '';
if courseSlug === 'web-dev-1'
option(value="javascript")
| HTML
else if courseSlug.indexOf('web-dev') >= 0
option(value="javascript")
| HTML / JavaScript
else
option(value="python")
| Python
option(value="javascript")
| JavaScript
//- option(value="coffeescript")
//- | CoffeeScript (Experimental)
//- option(value="clojure")
@ -86,11 +95,20 @@ mixin course-info(course)
span.spr ,
if me.isTeacher() || view.ownedClassrooms.size() || me.isAdmin()
p
a.guide-btn.btn.btn-primary(href=("/teachers/course-solution/" + course.id + "/python") data-course-id=course.id data-course-name=course.get('name') data-event-action="Classes Guides Guide Python" class=(me.isTeacher() || me.isAdmin() ? '': 'disabled'))
//- Web dev courses use HTML and JavaScript, except web-dev-1 which doesn't have scripting
- var courseSlug = course.get('slug') || '';
if courseSlug === 'web-dev-1'
a.guide-btn.btn.btn-primary(href=("/teachers/course-solution/" + course.id + "/javascript") data-course-id=course.id data-course-name=course.get('name') data-event-action="Classes Guides Guide JavaScript" class=(me.isTeacher() || me.isAdmin() ? '': 'disabled'))
span(data-i18n="courses.view_guide_online")
| &mdash; Python
p
| &mdash; HTML
else if courseSlug.indexOf('web-dev') >= 0
a.guide-btn.btn.btn-primary(href=("/teachers/course-solution/" + course.id + "/javascript") data-course-id=course.id data-course-name=course.get('name') data-event-action="Classes Guides Guide JavaScript" class=(me.isTeacher() || me.isAdmin() ? '': 'disabled'))
span(data-i18n="courses.view_guide_online")
| &mdash; HTML / JavaScript
else
a.guide-btn.btn.btn-primary(href=("/teachers/course-solution/" + course.id + "/javascript") data-course-id=course.id data-course-name=course.get('name') data-event-action="Classes Guides Guide JavaScript" class=(me.isTeacher() || me.isAdmin() ? '': 'disabled'))
span(data-i18n="courses.view_guide_online")
| &mdash; JavaScript
a.guide-btn.btn.btn-primary(href=("/teachers/course-solution/" + course.id + "/python") data-course-id=course.id data-course-name=course.get('name') data-event-action="Classes Guides Guide Python" class=(me.isTeacher() || me.isAdmin() ? '': 'disabled'))
span(data-i18n="courses.view_guide_online")
| &mdash; Python

View file

@ -158,7 +158,7 @@ if view.showAds()
button.btn.items(data-toggle='coco-modal', data-target='play/modal/PlayItemsModal', data-i18n="[title]play.items")
button.btn.heroes(data-toggle='coco-modal', data-target='play/modal/PlayHeroesModal', data-i18n="[title]play.heroes")
button.btn.achievements(data-toggle='coco-modal', data-target='play/modal/PlayAchievementsModal', data-i18n="[title]play.achievements")
if me.get('anonymous') === false || me.get('iosIdentifierForVendor') || isIPadApp
if (me.get('anonymous') === false || me.get('iosIdentifierForVendor') || isIPadApp) && !me.isOnFreeOnlyServer()
button.btn.gems(data-toggle='coco-modal', data-target='play/modal/BuyGemsModal', data-i18n="[title]play.buy_gems")
if !me.get('anonymous', true)
button.btn.account(data-toggle='coco-modal', data-target='play/modal/PlayAccountModal', data-i18n="[title]play.account")

View file

@ -47,7 +47,7 @@ module.exports = class CourseDetailsView extends RootView
@supermodel.trackRequest(@classroom.fetch())
levelsLoaded = @supermodel.trackRequest(@levels.fetchForClassroomAndCourse(classroomID, @courseID, {
data: { project: 'concepts,practice,type,slug,name,original,description,shareable,i18n' }
data: { project: 'concepts,practice,primerLanguage,type,slug,name,original,description,shareable,i18n' }
}))
@supermodel.trackRequest($.when(levelsLoaded, sessionsLoaded).then(=>

View file

@ -120,7 +120,7 @@ module.exports = class TeacherClassView extends RootView
@supermodel.trackRequest @courseInstances.fetchForClassroom(classroomID)
@levels = new Levels()
@supermodel.trackRequest @levels.fetchForClassroom(classroomID, {data: {project: 'original,concepts,practice,shareable,i18n'}})
@supermodel.trackRequest @levels.fetchForClassroom(classroomID, {data: {project: 'original,concepts,primerLanguage,practice,shareable,i18n'}})
@attachMediatorEvents()
window.tracker?.trackEvent 'Teachers Class Loaded', category: 'Teachers', classroomID: @classroom.id, ['Mixpanel']
@ -329,8 +329,10 @@ module.exports = class TeacherClassView extends RootView
courseOrder.push(course.id)
csvContent = "data:text/csv;charset=utf-8,Username,Email,Total Playtime,#{courseLabels}Concepts\n"
levelCourseMap = {}
language = @classroom.get('aceConfig')?.language
for trimCourse in @classroom.get('courses')
for trimLevel in trimCourse.levels
continue if language and trimLevel.primerLanguage is language
levelCourseMap[trimLevel.original] = @courses.get(trimCourse._id)
for student in @students.models
concepts = []
@ -448,9 +450,11 @@ module.exports = class TeacherClassView extends RootView
stats.totalPlaytime = if playtime then moment.duration(playtime, "seconds").humanize() else 0
# TODO: Humanize differently ('1 hour' instead of 'an hour')
levelPracticeMap = {}
levelPracticeMap[level.id] = level.get('practice') ? false for level in @levels.models
completeSessions = @classroom.sessions.filter (s) -> s.get('state')?.complete and not levelPracticeMap[s.get('levelID')]
levelIncludeMap = {}
language = @classroom.get('aceConfig')?.language
for level in @levels.models
levelIncludeMap[level.get('original')] = not level.get('practice') and (not language? or level.get('primerLanguage') isnt language)
completeSessions = @classroom.sessions.filter (s) -> s.get('state')?.complete and levelIncludeMap[s.get('level')?.original]
stats.averageLevelsComplete = if @students.size() then (_.size(completeSessions) / @students.size()).toFixed(1) else 'N/A' # '
stats.totalLevelsComplete = _.size(completeSessions)

View file

@ -64,7 +64,7 @@ module.exports = class TeacherCoursesView extends RootView
form = $(e.currentTarget).closest('.play-level-form')
levelSlug = form.find('.level-select').val()
courseID = form.data('course-id')
language = form.find('.language-select').val()
language = form.find('.language-select').val() or 'javascript'
window.tracker?.trackEvent 'Classes Guides Play Level', category: 'Teachers', courseID: courseID, language: language, levelSlug: levelSlug, ['Mixpanel']
url = "/play/level/#{levelSlug}?course=#{courseID}&codeLanguage=#{language}"
firstLevelSlug = @campaigns.get(@courses.at(0).get('campaignID')).getLevels().at(0).get('slug')

View file

@ -176,6 +176,8 @@ module.exports = class CampaignView extends RootView
if me.level() < 12 and @terrain is 'dungeon' and not @editorMode
reject = if me.getFourthLevelGroup() is 'signs-and-portents' then 'forgetful-gemsmith' else 'signs-and-portents'
context.levels = _.reject context.levels, slug: reject
if me.isOnFreeOnlyServer
context.levels = _.reject context.levels, 'requiresSubscription'
@annotateLevel level for level in context.levels
count = @countLevels context.levels
context.levelsCompleted = count.completed
@ -669,7 +671,7 @@ module.exports = class CampaignView extends RootView
console.error "CampaignView hero update couldn't find hero slug for original:", hero
onClickPortalCampaign: (e) ->
campaign = $(e.target).closest('.campaign, .beta-campaign')
campaign = $(e.target).closest('.campaign, .beta-campaign')
return if campaign.is('.locked') or campaign.is('.silhouette')
campaignSlug = campaign.data('campaign-slug')
Backbone.Mediator.publish 'router:navigate',

View file

@ -538,7 +538,7 @@ module.exports = class InventoryModal extends ModalView
affordable = item.affordable
if not affordable
@playSound 'menu-button-click'
@askToBuyGems button
@askToBuyGems button unless me.isOnFreeOnlyServer()
else if button.hasClass('confirm')
@playSound 'menu-button-unlock-end'
purchase = Purchase.makeFor(item)

View file

@ -236,7 +236,7 @@ module.exports = class PlayHeroesModal extends ModalView
affordable = @visibleHero.get('gems') <= me.gems()
if not affordable
@playSound 'menu-button-click'
@askToBuyGems button
@askToBuyGems button unless me.isOnFreeOnlyServer()
else if button.hasClass('confirm')
@playSound 'menu-button-unlock-end'
purchase = Purchase.makeFor(@visibleHero)

View file

@ -187,7 +187,7 @@ module.exports = class PlayItemsModal extends ModalView
affordable = item.affordable
if not affordable
@playSound 'menu-button-click'
@askToBuyGems button
@askToBuyGems button unless me.isOnFreeOnlyServer()
else if button.hasClass('confirm')
@playSound 'menu-button-unlock-end'
purchase = Purchase.makeFor(item)

View file

@ -31,7 +31,7 @@ module.exports = class TeacherCourseSolutionView extends RootView
onLoaded: ->
for level in @levels?.models
articles = level.get('documentation').specificArticles
articles = level.get('documentation')?.specificArticles
if articles
guide = articles.filter((x) => x.name == "Overview").pop()
level.set 'guide', marked(@hideWrongLanguage(guide.body)) if guide

View file

@ -66,7 +66,7 @@ var courses =
description: "Learn to create your own games which you can share with your friends.",
duration: NumberInt(1),
free: false,
releasePhase: 'beta'
releasePhase: 'released'
},
{
name: "CS: Web Development 1",

View file

@ -55,13 +55,18 @@ module.exports =
classroom = yield database.getDocFromHandle(req, Classroom)
if not classroom
throw new errors.NotFound('Classroom not found.')
levelOriginals = []
for course in classroom.get('courses') or []
for level in course.levels
levelOriginals.push(level.original)
levels = yield Level.find({ original: { $in: levelOriginals }, slug: { $exists: true }}).select(parse.getProjectFromReq(req))
query = {$and: [
{original: { $in: levelOriginals }}
{$or: [{primerLanguage: {$exists: false}}, {primerLanguage: { $ne: classroom.get('aceConfig')?.language }}]}
{slug: { $exists: true }}
]}
levels = yield Level.find(query).select(parse.getProjectFromReq(req))
levels = (level.toObject({ req: req }) for level in levels)
# maintain course order
@ -76,7 +81,7 @@ module.exports =
classroom = yield database.getDocFromHandle(req, Classroom)
if not classroom
throw new errors.NotFound('Classroom not found.')
levelOriginals = []
for course in classroom.get('courses') or []
if course._id.toString() isnt req.params.courseID
@ -84,15 +89,20 @@ module.exports =
for level in course.levels
levelOriginals.push(level.original)
levels = yield Level.find({ original: { $in: levelOriginals }, slug: { $exists: true }}).select(parse.getProjectFromReq(req))
query = {$and: [
{original: { $in: levelOriginals }}
{$or: [{primerLanguage: {$exists: false}}, {primerLanguage: { $ne: classroom.get('aceConfig')?.language }}]}
{slug: { $exists: true }}
]}
levels = yield Level.find(query).select(parse.getProjectFromReq(req))
levels = (level.toObject({ req: req }) for level in levels)
# maintain course order
levelMap = {}
for level in levels
levelMap[level.original] = level
levels = (levelMap[levelOriginal.toString()] for levelOriginal in levelOriginals)
levels = (levelMap[levelOriginal.toString()] for levelOriginal in levelOriginals when levelMap[levelOriginal.toString()])
res.status(200).send(levels)
fetchMemberSessions: wrap (req, res, next) ->
@ -143,14 +153,14 @@ module.exports =
database.assignBody(req, classroom)
# Copy over data from how courses are right now
coursesData = yield module.exports.generateCoursesData(req)
coursesData = yield module.exports.generateCoursesData(classroom.get('aceConfig')?.language, req.user?.isAdmin())
classroom.set('courses', coursesData)
# finish
database.validateDoc(classroom)
classroom = yield classroom.save()
res.status(201).send(classroom.toObject({req: req}))
updateCourses: wrap (req, res) ->
throw new errors.Unauthorized() unless req.user and not req.user.isAnonymous()
classroom = yield database.getDocFromHandle(req, Classroom)
@ -159,15 +169,15 @@ module.exports =
unless req.user._id.equals(classroom.get('ownerID'))
throw new errors.Forbidden('Only the owner may update their classroom content')
coursesData = yield module.exports.generateCoursesData(req)
coursesData = yield module.exports.generateCoursesData(classroom.get('aceConfig')?.language, req.user?.isAdmin())
classroom.set('courses', coursesData)
classroom = yield classroom.save()
res.status(200).send(classroom.toObject({req: req}))
generateCoursesData: co.wrap (req) ->
generateCoursesData: co.wrap (classLanguage, isAdmin) ->
# helper function for generating the latest version of courses
query = {}
query = {releasePhase: 'released'} unless req.user?.isAdmin()
query = {releasePhase: 'released'} unless isAdmin
courses = yield Course.find(query)
courses = Course.sortCourses courses
campaigns = yield Campaign.find({_id: {$in: (course.get('campaignID') for course in courses)}})
@ -180,8 +190,9 @@ module.exports =
levels = _.values(campaign.get('levels'))
levels = _.sortBy(levels, 'campaignIndex')
for level in levels
continue if classLanguage and level.primerLanguage is classLanguage
levelData = { original: mongoose.Types.ObjectId(level.original) }
_.extend(levelData, _.pick(level, 'type', 'slug', 'name', 'practice', 'practiceThresholdMinutes', 'shareable'))
_.extend(levelData, _.pick(level, 'type', 'slug', 'name', 'practice', 'practiceThresholdMinutes', 'primerLanguage', 'shareable'))
courseData.levels.push(levelData)
coursesData.push(courseData)
return coursesData

View file

@ -87,6 +87,8 @@ module.exports =
courseID = courseInstance.get('courseID')
courseLevels = []
courseLevels = course.levels for course in classroom.get('courses') or [] when courseID.equals(course._id)
classLanguage = classroom.get('aceConfig')?.language
_.remove(courseLevels, (level) -> level.primerLanguage is classLanguage) if classLanguage
# Get level completions and playtime
currentLevelSession = null

View file

@ -302,14 +302,20 @@ UserSchema.methods.isPremium = ->
return false
UserSchema.methods.isOnPremiumServer = ->
@get('country') in ['china', 'brazil']
return true if @get('country') in ['brazil']
return true if @get('country') in ['china'] and @isPremium()
return false
UserSchema.methods.isOnFreeOnlyServer = ->
return true if @get('country') in ['china'] and not @isPremium()
return false
UserSchema.methods.level = ->
xp = @get('points') or 0
a = 5
b = c = 100
if xp > 0 then Math.floor(a * Math.log((1 / b) * (xp + c))) + 1 else 1
UserSchema.methods.isEnrolled = ->
coursePrepaid = @get('coursePrepaid')
return false unless coursePrepaid

View file

@ -90,8 +90,15 @@ describe 'POST /db/classroom', ->
[res, body] = yield request.postAsync({uri: getURL('/db/level'), json: levelJSONC})
expect(res.statusCode).toBe(200)
@levelC = yield Level.findById(res.body._id)
levelJSONJSPrimer1 = { name: 'JS Primer 1', permissions: [{access: 'owner', target: admin.id}], type: 'hero', primerLanguage: 'javascript' }
[res, body] = yield request.postAsync({uri: getURL('/db/level'), json: levelJSONJSPrimer1})
expect(res.statusCode).toBe(200)
@levelJSPrimer1 = yield Level.findById(res.body._id)
campaignJSON = { name: 'Campaign', levels: {} }
paredLevelJSPrimer1 = _.pick(@levelJSPrimer1.toObject(), 'name', 'original', 'type', 'slug', 'primerLanguage')
paredLevelJSPrimer1.campaignIndex = 3
campaignJSON.levels[@levelJSPrimer1.get('original').toString()] = paredLevelJSPrimer1
paredLevelC = _.pick(@levelC.toObject(), 'name', 'original', 'type', 'slug', 'practice')
paredLevelC.campaignIndex = 2
campaignJSON.levels[@levelC.get('original').toString()] = paredLevelC
@ -134,17 +141,42 @@ describe 'POST /db/classroom', ->
expect(res.statusCode).toBe(403)
done()
it 'makes a copy of the list of all levels in all courses', utils.wrap (done) ->
teacher = yield utils.initUser({role: 'teacher'})
yield utils.loginUser(teacher)
data = { name: 'Classroom 2' }
[res, body] = yield request.postAsync {uri: classroomsURL, json: data }
classroom = yield Classroom.findById(res.body._id)
expect(classroom.get('courses')[0].levels[0].original.toString()).toBe(@levelA.get('original').toString())
expect(classroom.get('courses')[0].levels[0].type).toBe('course')
expect(classroom.get('courses')[0].levels[0].slug).toBe('level-a')
expect(classroom.get('courses')[0].levels[0].name).toBe('Level A')
done()
describe 'when javascript classroom', ->
beforeEach utils.wrap (done) ->
teacher = yield utils.initUser({role: 'teacher'})
yield utils.loginUser(teacher)
data = { name: 'Classroom 2', aceConfig: { language: 'javascript' } }
[res, body] = yield request.postAsync {uri: classroomsURL, json: data }
@classroom = yield Classroom.findById(res.body._id)
done()
it 'makes a copy of the list of all levels in all courses', utils.wrap (done) ->
expect(@classroom.get('courses')[0].levels.length).toEqual(3)
expect(@classroom.get('courses')[0].levels[0].original.toString()).toBe(@levelA.get('original').toString())
expect(@classroom.get('courses')[0].levels[0].type).toBe('course')
expect(@classroom.get('courses')[0].levels[0].slug).toBe('level-a')
expect(@classroom.get('courses')[0].levels[0].name).toBe('Level A')
done()
describe 'when python classroom', ->
beforeEach utils.wrap (done) ->
teacher = yield utils.initUser({role: 'teacher'})
yield utils.loginUser(teacher)
data = { name: 'Classroom 2', aceConfig: { language: 'python' } }
[res, body] = yield request.postAsync {uri: classroomsURL, json: data }
@classroom = yield Classroom.findById(res.body._id)
done()
it 'makes a copy all levels in all courses', utils.wrap (done) ->
expect(@classroom.get('courses')[0].levels.length).toEqual(4)
expect(@classroom.get('courses')[0].levels[0].original.toString()).toBe(@levelA.get('original').toString())
expect(@classroom.get('courses')[0].levels[0].type).toBe('course')
expect(@classroom.get('courses')[0].levels[0].slug).toBe('level-a')
expect(@classroom.get('courses')[0].levels[0].name).toBe('Level A')
done()
describe 'when there are unreleased courses', ->
beforeEach utils.wrap (done) ->
@ -203,40 +235,7 @@ describe 'GET /db/classroom/:handle/levels', ->
yield utils.clearModels [User, Classroom, Course, Level, Campaign]
admin = yield utils.initAdmin()
yield utils.loginUser(admin)
levelJSON = { name: 'King\'s Peak 3', permissions: [{access: 'owner', target: admin.id}], type: 'course' }
[res, body] = yield request.postAsync({uri: getURL('/db/level'), json: levelJSON})
expect(res.statusCode).toBe(200)
@level = yield Level.findById(res.body._id)
campaignJSON = { name: 'Campaign', levels: {} }
paredLevel = _.pick(res.body, 'name', 'original', 'type')
campaignJSON.levels[res.body.original] = paredLevel
[res, body] = yield request.postAsync({uri: getURL('/db/campaign'), json: campaignJSON})
@campaign = yield Campaign.findById(res.body._id)
@course = Course({name: 'Course', campaignID: @campaign._id, releasePhase: 'released'})
yield @course.save()
teacher = yield utils.initUser({role: 'teacher'})
yield utils.loginUser(teacher)
data = { name: 'Classroom 1' }
[res, body] = yield request.postAsync {uri: classroomsURL, json: data }
expect(res.statusCode).toBe(201)
@classroom = yield Classroom.findById(res.body._id)
done()
it 'returns all levels referenced in in the classroom\'s copy of course levels', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: getURL("/db/classroom/#{@classroom.id}/levels"), json: true }
expect(res.statusCode).toBe(200)
levels = res.body
expect(levels.length).toBe(1)
expect(levels[0].name).toBe("King's Peak 3")
done()
describe 'GET /db/classroom/:handle/levels', ->
beforeEach utils.wrap (done) ->
yield utils.clearModels [User, Classroom, Course, Level, Campaign]
admin = yield utils.initAdmin()
yield utils.loginUser(admin)
levelJSON = { name: 'A', permissions: [{access: 'owner', target: admin.id}], type: 'course' }
[res, body] = yield request.postAsync({uri: getURL('/db/level'), json: levelJSON})
expect(res.statusCode).toBe(200)
@ -248,7 +247,13 @@ describe 'GET /db/classroom/:handle/levels', ->
expect(res.statusCode).toBe(200)
@levelB = yield Level.findById(res.body._id)
paredLevelB = _.pick(res.body, 'name', 'original', 'type')
levelJSON = { name: 'JS Primer 1', permissions: [{access: 'owner', target: admin.id}], type: 'course', primerLanguage: 'javascript' }
[res, body] = yield request.postAsync({uri: getURL('/db/level'), json: levelJSON})
expect(res.statusCode).toBe(200)
@levelJSPrimer1 = yield Level.findById(res.body._id)
paredLevelJSPrimer1 = _.pick(res.body, 'name', 'original', 'type')
campaignJSONA = { name: 'Campaign A', levels: {} }
campaignJSONA.levels[paredLevelA.original] = paredLevelA
[res, body] = yield request.postAsync({uri: getURL('/db/campaign'), json: campaignJSONA})
@ -256,6 +261,7 @@ describe 'GET /db/classroom/:handle/levels', ->
campaignJSONB = { name: 'Campaign B', levels: {} }
campaignJSONB.levels[paredLevelB.original] = paredLevelB
campaignJSONB.levels[paredLevelJSPrimer1.original] = paredLevelJSPrimer1
[res, body] = yield request.postAsync({uri: getURL('/db/campaign'), json: campaignJSONB})
@campaignB = yield Campaign.findById(res.body._id)
@ -265,34 +271,70 @@ describe 'GET /db/classroom/:handle/levels', ->
@courseB = Course({name: 'Course B', campaignID: @campaignB._id, releasePhase: 'released'})
yield @courseB.save()
teacher = yield utils.initUser({role: 'teacher'})
yield utils.loginUser(teacher)
data = { name: 'Classroom 1' }
[res, body] = yield request.postAsync {uri: classroomsURL, json: data }
expect(res.statusCode).toBe(201)
@classroom = yield Classroom.findById(res.body._id)
done()
it 'returns all levels referenced in in the classroom\'s copy of course levels', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: getURL("/db/classroom/#{@classroom.id}/levels"), json: true }
expect(res.statusCode).toBe(200)
levels = res.body
expect(levels.length).toBe(2)
describe 'when javascript classroom', ->
[res, body] = yield request.getAsync { uri: getURL("/db/classroom/#{@classroom.id}/courses/#{@courseA.id}/levels"), json: true }
expect(res.statusCode).toBe(200)
levels = res.body
expect(levels.length).toBe(1)
expect(levels[0].original).toBe(@levelA.get('original').toString())
beforeEach utils.wrap (done) ->
teacher = yield utils.initUser({role: 'teacher'})
yield utils.loginUser(teacher)
data = { name: 'Classroom 1', aceConfig: { language: 'javascript' } }
[res, body] = yield request.postAsync {uri: classroomsURL, json: data }
expect(res.statusCode).toBe(201)
@classroom = yield Classroom.findById(res.body._id)
done()
[res, body] = yield request.getAsync { uri: getURL("/db/classroom/#{@classroom.id}/courses/#{@courseB.id}/levels"), json: true }
expect(res.statusCode).toBe(200)
levels = res.body
expect(levels.length).toBe(1)
expect(levels[0].original).toBe(@levelB.get('original').toString())
done()
it 'returns all levels referenced in in the classroom\'s copy of course levels', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: getURL("/db/classroom/#{@classroom.id}/levels"), json: true }
expect(res.statusCode).toBe(200)
levels = res.body
expect(levels.length).toBe(2)
[res, body] = yield request.getAsync { uri: getURL("/db/classroom/#{@classroom.id}/courses/#{@courseA.id}/levels"), json: true }
expect(res.statusCode).toBe(200)
levels = res.body
expect(levels.length).toBe(1)
expect(levels[0].original).toBe(@levelA.get('original').toString())
[res, body] = yield request.getAsync { uri: getURL("/db/classroom/#{@classroom.id}/courses/#{@courseB.id}/levels"), json: true }
expect(res.statusCode).toBe(200)
levels = res.body
expect(levels.length).toBe(1)
expect(levels[0].original).toBe(@levelB.get('original').toString())
done()
describe 'when python classroom', ->
beforeEach utils.wrap (done) ->
teacher = yield utils.initUser({role: 'teacher'})
yield utils.loginUser(teacher)
data = { name: 'Classroom 1', aceConfig: { language: 'python' } }
[res, body] = yield request.postAsync {uri: classroomsURL, json: data }
expect(res.statusCode).toBe(201)
@classroom = yield Classroom.findById(res.body._id)
done()
it 'returns all levels referenced in in the classroom\'s copy of course levels', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: getURL("/db/classroom/#{@classroom.id}/levels"), json: true }
expect(res.statusCode).toBe(200)
levels = res.body
expect(levels.length).toBe(3)
[res, body] = yield request.getAsync { uri: getURL("/db/classroom/#{@classroom.id}/courses/#{@courseA.id}/levels"), json: true }
expect(res.statusCode).toBe(200)
levels = res.body
expect(levels.length).toBe(1)
expect(levels[0].original).toBe(@levelA.get('original').toString())
[res, body] = yield request.getAsync { uri: getURL("/db/classroom/#{@classroom.id}/courses/#{@courseB.id}/levels"), json: true }
expect(res.statusCode).toBe(200)
levels = res.body
expect(levels.length).toBe(2)
expect(levels[0].original).toBe(@levelB.get('original').toString())
expect(levels[1].original).toBe(@levelJSPrimer1.get('original').toString())
done()
describe 'PUT /db/classroom', ->

View file

@ -246,7 +246,7 @@ describe 'GET /db/course_instance/:handle/levels/:levelOriginal/next', ->
yield utils.clearModels [User, Classroom, Course, Level, Campaign]
admin = yield utils.initAdmin()
yield utils.loginUser(admin)
teacher = yield utils.initUser({role: 'teacher'})
@teacher = yield utils.initUser({role: 'teacher'})
levelJSON = { name: 'A', permissions: [{access: 'owner', target: admin.id}], type: 'course' }
[res, body] = yield request.postAsync({uri: getURL('/db/level'), json: levelJSON})
@ -255,7 +255,7 @@ describe 'GET /db/course_instance/:handle/levels/:levelOriginal/next', ->
paredLevelA = _.pick(res.body, 'name', 'original', 'type')
@sessionA = new LevelSession
creator: teacher.id
creator: @teacher.id
level: original: @levelA.get('original').toString()
permissions: simplePermissions
state: complete: true
@ -268,7 +268,7 @@ describe 'GET /db/course_instance/:handle/levels/:levelOriginal/next', ->
paredLevelB = _.pick(res.body, 'name', 'original', 'type')
@sessionB = new LevelSession
creator: teacher.id
creator: @teacher.id
level: original: @levelB.get('original').toString()
permissions: simplePermissions
yield @sessionB.save()
@ -279,9 +279,22 @@ describe 'GET /db/course_instance/:handle/levels/:levelOriginal/next', ->
@levelC = yield Level.findById(res.body._id)
paredLevelC = _.pick(res.body, 'name', 'original', 'type')
levelJSON = { name: 'JS Primer 1', permissions: [{access: 'owner', target: admin.id}], type: 'course', primerLanguage: 'javascript' }
[res, body] = yield request.postAsync({uri: getURL('/db/level'), json: levelJSON})
expect(res.statusCode).toBe(200)
@levelJSPrimer1 = yield Level.findById(res.body._id)
paredLevelJSPrimer1 = _.pick(res.body, 'name', 'original', 'primerLanguage', 'type')
@sessionJSPrimer1 = new LevelSession
creator: @teacher.id
level: original: @levelJSPrimer1.get('original').toString()
permissions: simplePermissions
yield @sessionJSPrimer1.save()
campaignJSONA = { name: 'Campaign A', levels: {} }
campaignJSONA.levels[paredLevelA.original] = paredLevelA
campaignJSONA.levels[paredLevelB.original] = paredLevelB
campaignJSONA.levels[paredLevelJSPrimer1.original] = paredLevelJSPrimer1
[res, body] = yield request.postAsync({uri: getURL('/db/campaign'), json: campaignJSONA})
@campaignA = yield Campaign.findById(res.body._id)
@ -296,44 +309,87 @@ describe 'GET /db/course_instance/:handle/levels/:levelOriginal/next', ->
@courseB = Course({name: 'Course B', campaignID: @campaignB._id, releasePhase: 'released'})
yield @courseB.save()
yield utils.loginUser(teacher)
data = { name: 'Classroom 1' }
classroomsURL = getURL('/db/classroom')
[res, body] = yield request.postAsync {uri: classroomsURL, json: data }
expect(res.statusCode).toBe(201)
@classroom = yield Classroom.findById(res.body._id)
url = getURL('/db/course_instance')
dataA = { name: 'Some Name', courseID: @courseA.id, classroomID: @classroom.id }
[res, body] = yield request.postAsync {uri: url, json: dataA}
expect(res.statusCode).toBe(200)
@courseInstanceA = yield CourseInstance.findById(res.body._id)
dataB = { name: 'Some Other Name', courseID: @courseB.id, classroomID: @classroom.id }
[res, body] = yield request.postAsync {uri: url, json: dataB}
expect(res.statusCode).toBe(200)
@courseInstanceB = yield CourseInstance.findById(res.body._id)
done()
it 'returns the next level for the course in the linked classroom', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: utils.getURL("/db/course_instance/#{@courseInstanceA.id}/levels/#{@levelA.id}/sessions/#{@sessionA.id}/next"), json: true }
expect(res.statusCode).toBe(200)
expect(res.body.original).toBe(@levelB.original.toString())
done()
describe 'when javascript classroom', ->
beforeEach utils.wrap (done) ->
yield utils.loginUser(@teacher)
data = { name: 'Classroom 1', aceConfig: { language: 'javascript' } }
classroomsURL = getURL('/db/classroom')
[res, body] = yield request.postAsync {uri: classroomsURL, json: data }
expect(res.statusCode).toBe(201)
@classroom = yield Classroom.findById(res.body._id)
it 'returns empty object if the given level is the last level in its course', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: utils.getURL("/db/course_instance/#{@courseInstanceA.id}/levels/#{@levelB.id}/sessions/#{@sessionB.id}/next"), json: true }
expect(res.statusCode).toBe(200)
expect(res.body).toEqual({})
done()
url = getURL('/db/course_instance')
it 'returns 404 if the given level is not in the course instance\'s course', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: utils.getURL("/db/course_instance/#{@courseInstanceB.id}/levels/#{@levelA.id}/sessions/#{@sessionA.id}/next"), json: true }
expect(res.statusCode).toBe(404)
done()
dataA = { name: 'Some Name', courseID: @courseA.id, classroomID: @classroom.id }
[res, body] = yield request.postAsync {uri: url, json: dataA}
expect(res.statusCode).toBe(200)
@courseInstanceA = yield CourseInstance.findById(res.body._id)
dataB = { name: 'Some Other Name', courseID: @courseB.id, classroomID: @classroom.id }
[res, body] = yield request.postAsync {uri: url, json: dataB}
expect(res.statusCode).toBe(200)
@courseInstanceB = yield CourseInstance.findById(res.body._id)
done()
it 'returns the next level for the course in the linked classroom', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: utils.getURL("/db/course_instance/#{@courseInstanceA.id}/levels/#{@levelA.id}/sessions/#{@sessionA.id}/next"), json: true }
expect(res.statusCode).toBe(200)
expect(res.body.original).toBe(@levelB.original.toString())
done()
it 'returns empty object if the given level is the last level in its course', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: utils.getURL("/db/course_instance/#{@courseInstanceA.id}/levels/#{@levelB.id}/sessions/#{@sessionB.id}/next"), json: true }
expect(res.statusCode).toBe(200)
expect(res.body).toEqual({})
done()
it 'returns 404 if the given level is not in the course instance\'s course', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: utils.getURL("/db/course_instance/#{@courseInstanceB.id}/levels/#{@levelA.id}/sessions/#{@sessionA.id}/next"), json: true }
expect(res.statusCode).toBe(404)
done()
it 'returns 404 if the given level is no applicable primer level', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: utils.getURL("/db/course_instance/#{@courseInstanceA.id}/levels/#{@levelJSPrimer1.id}/sessions/#{@sessionJSPrimer1.id}/next"), json: true }
expect(res.statusCode).toBe(404)
done()
describe 'when python classroom', ->
beforeEach utils.wrap (done) ->
yield utils.loginUser(@teacher)
data = { name: 'Classroom 1', aceConfig: { language: 'python' } }
classroomsURL = getURL('/db/classroom')
[res, body] = yield request.postAsync {uri: classroomsURL, json: data }
expect(res.statusCode).toBe(201)
@classroom = yield Classroom.findById(res.body._id)
url = getURL('/db/course_instance')
dataA = { name: 'Some Name', courseID: @courseA.id, classroomID: @classroom.id }
[res, body] = yield request.postAsync {uri: url, json: dataA}
expect(res.statusCode).toBe(200)
@courseInstanceA = yield CourseInstance.findById(res.body._id)
dataB = { name: 'Some Other Name', courseID: @courseB.id, classroomID: @classroom.id }
[res, body] = yield request.postAsync {uri: url, json: dataB}
expect(res.statusCode).toBe(200)
@courseInstanceB = yield CourseInstance.findById(res.body._id)
done()
it 'returns the next level for the course in the linked classroom', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: utils.getURL("/db/course_instance/#{@courseInstanceA.id}/levels/#{@levelB.id}/sessions/#{@sessionB.id}/next"), json: true }
expect(res.statusCode).toBe(200)
expect(res.body.original).toBe(@levelJSPrimer1.original.toString())
done()
it 'returns empty object if the given level is the last level in its course', utils.wrap (done) ->
[res, body] = yield request.getAsync { uri: utils.getURL("/db/course_instance/#{@courseInstanceA.id}/levels/#{@levelJSPrimer1.id}/sessions/#{@sessionJSPrimer1.id}/next"), json: true }
expect(res.statusCode).toBe(200)
expect(res.body).toEqual({})
done()
describe 'GET /db/course_instance/:handle/classroom', ->

View file

@ -94,7 +94,7 @@ module.exports = {
break if not courseAttrs
course ?= @makeCourse()
levels ?= new Levels()
courseAttrs.levels = (level.pick('_id', 'slug', 'name', 'original', 'type') for level in levels.models)
courseAttrs.levels = (level.pick('_id', 'slug', 'name', 'original', 'primerLanguage', 'type') for level in levels.models)
# populate members
if not attrs.members
@ -111,6 +111,7 @@ module.exports = {
original: level.get('original'),
creator: creator.id,
}, attrs)
attrs.level.primerLanguage = level.get('primerLanguage') if level.get('primerLanguage')
return new LevelSession(attrs)
makeCourseInstance: (attrs, sources={}) ->

View file

@ -41,107 +41,169 @@ describe 'TeacherClassView', ->
factories.makeUser({name: 'Ebner'}, {prepaid: expired})
])
@levels = new Levels(_.times(2, -> factories.makeLevel({ concepts: ['basic_syntax', 'arguments', 'functions'] })))
@classroom = factories.makeClassroom({}, { courses: @releasedCourses, members: @students, levels: [@levels, new Levels()] })
@courseInstances = new CourseInstances([
factories.makeCourseInstance({}, { course: @releasedCourses.first(), @classroom, members: @students })
factories.makeCourseInstance({}, { course: @releasedCourses.last(), @classroom, members: @students })
])
@levels.push(factories.makeLevel({ concepts: ['basic_syntax', 'arguments', 'functions'], primerLanguage: 'javascript' }))
sessions = []
@finishedStudent = @students.first()
@unfinishedStudent = @students.last()
for level in @levels.models
_.defer done
describe 'when python classroom', ->
beforeEach (done) ->
@classroom = factories.makeClassroom({ aceConfig: { language: 'python' }}, { courses: @releasedCourses, members: @students, levels: [@levels, new Levels()] })
@courseInstances = new CourseInstances([
factories.makeCourseInstance({}, { course: @releasedCourses.first(), @classroom, members: @students })
factories.makeCourseInstance({}, { course: @releasedCourses.last(), @classroom, members: @students })
])
sessions = []
@finishedStudent = @students.first()
@unfinishedStudent = @students.last()
for level in @levels.models
sessions.push(factories.makeLevelSession(
{state: {complete: true}, playtime: 60},
{level, creator: @finishedStudent})
)
sessions.push(factories.makeLevelSession(
{state: {complete: true}, playtime: 60},
{level, creator: @finishedStudent})
{level: @levels.first(), creator: @unfinishedStudent})
)
sessions.push(factories.makeLevelSession(
{state: {complete: true}, playtime: 60},
{level: @levels.first(), creator: @unfinishedStudent})
)
@levelSessions = new LevelSessions(sessions)
@view = new TeacherClassView({}, @courseInstances.first().id)
@view.classroom.fakeRequests[0].respondWith({ status: 200, responseText: @classroom.stringify() })
@view.courses.fakeRequests[0].respondWith({ status: 200, responseText: @courses.stringify() })
@view.courseInstances.fakeRequests[0].respondWith({ status: 200, responseText: @courseInstances.stringify() })
@view.students.fakeRequests[0].respondWith({ status: 200, responseText: @students.stringify() })
@view.classroom.sessions.fakeRequests[0].respondWith({ status: 200, responseText: @levelSessions.stringify() })
@view.levels.fakeRequests[0].respondWith({ status: 200, responseText: @levels.stringify() })
jasmine.demoEl(@view.$el)
_.defer done
it 'has contents', ->
expect(@view.$el.children().length).toBeGreaterThan(0)
@levelSessions = new LevelSessions(sessions)
@view = new TeacherClassView({}, @courseInstances.first().id)
@view.classroom.fakeRequests[0].respondWith({ status: 200, responseText: @classroom.stringify() })
@view.courses.fakeRequests[0].respondWith({ status: 200, responseText: @courses.stringify() })
@view.courseInstances.fakeRequests[0].respondWith({ status: 200, responseText: @courseInstances.stringify() })
@view.students.fakeRequests[0].respondWith({ status: 200, responseText: @students.stringify() })
@view.classroom.sessions.fakeRequests[0].respondWith({ status: 200, responseText: @levelSessions.stringify() })
@view.levels.fakeRequests[0].respondWith({ status: 200, responseText: @levels.stringify() })
jasmine.demoEl(@view.$el)
_.defer done
it 'has contents', ->
expect(@view.$el.children().length).toBeGreaterThan(0)
# it "shows the classroom's name and description"
# it "shows the classroom's join code"
# it "shows the classroom's name and description"
# it "shows the classroom's join code"
describe 'the Students tab', ->
describe 'the Students tab', ->
beforeEach (done) ->
@view.state.set('activeTab', '#students-tab')
_.defer(done)
# it 'shows all of the students'
# it 'sorts correctly by Name'
# it 'sorts correctly by Progress'
describe 'bulk-assign controls', ->
it 'shows alert when assigning course 2 to unenrolled students', (done) ->
expect(@view.$('.cant-assign-to-unenrolled').hasClass('visible')).toBe(false)
@view.$('.student-row .checkbox-flat').click()
@view.$('.assign-to-selected-students').click()
_.defer =>
expect(@view.$('.cant-assign-to-unenrolled').hasClass('visible')).toBe(true)
done()
it 'shows alert when assigning but no students are selected', (done) ->
expect(@view.$('.no-students-selected').hasClass('visible')).toBe(false)
@view.$('.assign-to-selected-students').click()
_.defer =>
expect(@view.$('.no-students-selected').hasClass('visible')).toBe(true)
done()
# describe 'the Course Progress tab', ->
# it 'shows the correct Course Overview progress'
#
# describe 'when viewing another course'
# it 'still shows the correct Course Overview progress'
#
describe 'the Enrollment Status tab', ->
beforeEach ->
@view.state.set('activeTab', '#enrollment-status-tab')
describe 'Enroll button', ->
it 'calls enrollStudents with that user when clicked', ->
spyOn(@view, 'enrollStudents')
@view.$('.enroll-student-button:first').click()
expect(@view.enrollStudents).toHaveBeenCalled()
users = @view.enrollStudents.calls.argsFor(0)[0]
expect(users.size()).toBe(1)
expect(users.first().id).toBe(@view.students.first().id)
describe 'Export Student Progress (CSV) button', ->
it 'downloads a CSV file', ->
spyOn(window, 'open').and.callFake (encodedCSV) =>
progressData = decodeURI(encodedCSV)
CSVHeader = 'data:text\/csv;charset=utf-8,'
expect(progressData).toMatch new RegExp('^' + CSVHeader)
lines = progressData.slice(CSVHeader.length).split('\n')
expect(lines.length).toBe(@students.length + 1)
for line in lines
simplerLine = line.replace(/"[^"]+"/g, '""')
# Username,Email,Total Playtime, [CS1-? Playtime], Concepts
expect(simplerLine.match(/[^,]+/g).length).toBe(3 + @releasedCourses.length + 1)
if simplerLine.match new RegExp(@finishedStudent.get('email'))
expect(simplerLine).toMatch /3 minutes,3 minutes,0/
else if simplerLine.match new RegExp(@unfinishedStudent.get('email'))
expect(simplerLine).toMatch /a minute,a minute,0/
else if simplerLine.match /@/
expect(simplerLine).toMatch /0,0,0/
return true
@view.$('.export-student-progress-btn').click()
expect(window.open).toHaveBeenCalled()
describe 'when javascript classroom', ->
beforeEach (done) ->
@view.state.set('activeTab', '#students-tab')
_.defer(done)
@classroom = factories.makeClassroom({ aceConfig: { language: 'javascript' }}, { courses: @releasedCourses, members: @students, levels: [@levels, new Levels()]})
@courseInstances = new CourseInstances([
factories.makeCourseInstance({}, { course: @releasedCourses.first(), @classroom, members: @students })
factories.makeCourseInstance({}, { course: @releasedCourses.last(), @classroom, members: @students })
])
# it 'shows all of the students'
# it 'sorts correctly by Name'
# it 'sorts correctly by Progress'
describe 'bulk-assign controls', ->
it 'shows alert when assigning course 2 to unenrolled students', (done) ->
expect(@view.$('.cant-assign-to-unenrolled').hasClass('visible')).toBe(false)
@view.$('.student-row .checkbox-flat').click()
@view.$('.assign-to-selected-students').click()
_.defer =>
expect(@view.$('.cant-assign-to-unenrolled').hasClass('visible')).toBe(true)
done()
it 'shows alert when assigning but no students are selected', (done) ->
expect(@view.$('.no-students-selected').hasClass('visible')).toBe(false)
@view.$('.assign-to-selected-students').click()
_.defer =>
expect(@view.$('.no-students-selected').hasClass('visible')).toBe(true)
done()
# describe 'the Course Progress tab', ->
# it 'shows the correct Course Overview progress'
#
# describe 'when viewing another course'
# it 'still shows the correct Course Overview progress'
#
describe 'the Enrollment Status tab', ->
beforeEach ->
@view.state.set('activeTab', '#enrollment-status-tab')
describe 'Enroll button', ->
it 'calls enrollStudents with that user when clicked', ->
spyOn(@view, 'enrollStudents')
@view.$('.enroll-student-button:first').click()
expect(@view.enrollStudents).toHaveBeenCalled()
users = @view.enrollStudents.calls.argsFor(0)[0]
expect(users.size()).toBe(1)
expect(users.first().id).toBe(@view.students.first().id)
sessions = []
@finishedStudent = @students.first()
@unfinishedStudent = @students.last()
classLanguage = @classroom.get('aceConfig')?.language
for level in @levels.models
continue if classLanguage and classLanguage is level.get('primerLanguage')
sessions.push(factories.makeLevelSession(
{state: {complete: true}, playtime: 60},
{level, creator: @finishedStudent})
)
sessions.push(factories.makeLevelSession(
{state: {complete: true}, playtime: 60},
{level: @levels.first(), creator: @unfinishedStudent})
)
@levelSessions = new LevelSessions(sessions)
describe 'Export Student Progress (CSV) button', ->
it 'downloads a CSV file', ->
spyOn(window, 'open').and.callFake (encodedCSV) =>
progressData = decodeURI(encodedCSV)
CSVHeader = 'data:text\/csv;charset=utf-8,'
expect(progressData).toMatch new RegExp('^' + CSVHeader)
lines = progressData.slice(CSVHeader.length).split('\n')
expect(lines.length).toBe(@students.length + 1)
for line in lines
simplerLine = line.replace(/"[^"]+"/g, '""')
# Username,Email,Total Playtime, [CS1-? Playtime], Concepts
expect(simplerLine.match(/[^,]+/g).length).toBe(3 + @releasedCourses.length + 1)
if simplerLine.match new RegExp(@finishedStudent.get('email'))
expect(simplerLine).toMatch /2 minutes,2 minutes,0/
else if simplerLine.match new RegExp(@unfinishedStudent.get('email'))
expect(simplerLine).toMatch /a minute,a minute,0/
else if simplerLine.match /@/
expect(simplerLine).toMatch /0,0,0/
return true
@view.$('.export-student-progress-btn').click()
expect(window.open).toHaveBeenCalled()
@view = new TeacherClassView({}, @courseInstances.first().id)
@view.classroom.fakeRequests[0].respondWith({ status: 200, responseText: @classroom.stringify() })
@view.courses.fakeRequests[0].respondWith({ status: 200, responseText: @courses.stringify() })
@view.courseInstances.fakeRequests[0].respondWith({ status: 200, responseText: @courseInstances.stringify() })
@view.students.fakeRequests[0].respondWith({ status: 200, responseText: @students.stringify() })
@view.classroom.sessions.fakeRequests[0].respondWith({ status: 200, responseText: @levelSessions.stringify() })
@view.levels.fakeRequests[0].respondWith({ status: 200, responseText: @levels.stringify() })
jasmine.demoEl(@view.$el)
_.defer done
describe 'Export Student Progress (CSV) button', ->
it 'downloads a CSV file', ->
spyOn(window, 'open').and.callFake (encodedCSV) =>
progressData = decodeURI(encodedCSV)
CSVHeader = 'data:text\/csv;charset=utf-8,'
expect(progressData).toMatch new RegExp('^' + CSVHeader)
lines = progressData.slice(CSVHeader.length).split('\n')
expect(lines.length).toBe(@students.length + 1)
for line in lines
simplerLine = line.replace(/"[^"]+"/g, '""')
# Username,Email,Total Playtime, [CS1-? Playtime], Concepts
expect(simplerLine.match(/[^,]+/g).length).toBe(3 + @releasedCourses.length + 1)
if simplerLine.match new RegExp(@finishedStudent.get('email'))
expect(simplerLine).toMatch /2 minutes,2 minutes,0/
else if simplerLine.match new RegExp(@unfinishedStudent.get('email'))
expect(simplerLine).toMatch /a minute,a minute,0/
else if simplerLine.match /@/
expect(simplerLine).toMatch /0,0,0/
return true
@view.$('.export-student-progress-btn').click()
expect(window.open).toHaveBeenCalled()