Propagated i18n.

This commit is contained in:
Nick Winter 2014-06-13 08:50:52 -07:00
parent 4c57ff7501
commit 79cbc4bb25
55 changed files with 2148 additions and 1176 deletions

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -192,13 +192,14 @@ module.exports = nativeDescription: "български език", englishDescri
# sample_profile: "See a sample profile" # sample_profile: "See a sample profile"
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: # account_profile:
edit_settings: "Промени настройките" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "български език", englishDescri
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "български език", englishDescri
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "български език", englishDescri
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "български език", englishDescri
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Готово" done: "Готово"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "български език", englishDescri
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "български език", englishDescri
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "български език", englishDescri
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "български език", englishDescri
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Editovat Nastavení" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil pro " profile_for_prefix: "Profil pro "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Hotovo" done: "Hotovo"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
av_entities_sub_title: "Entity" av_entities_sub_title: "Entity"
av_entities_users_url: "Uživatelé" av_entities_users_url: "Uživatelé"
av_entities_active_instances_url: "Aktivní instance" av_entities_active_instances_url: "Aktivní instance"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Ostatní" av_other_sub_title: "Ostatní"
av_other_debug_base_url: "Base (pro debugování base.jade)" av_other_debug_base_url: "Base (pro debugování base.jade)"
u_title: "Seznam uživatelů" u_title: "Seznam uživatelů"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Redigér Indstillinger" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil for " profile_for_prefix: "Profil for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Færdig" done: "Færdig"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
av_entities_users_url: "Brugere" av_entities_users_url: "Brugere"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Andre" av_other_sub_title: "Andre"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
u_title: "Brugerliste" u_title: "Brugerliste"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Søg Artikler Her" article_search_title: "Søg Artikler Her"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
level_search_title: "Søg Baner Her" level_search_title: "Søg Baner Her"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Deutsch (Schweiz)", englishDescription: "Ge
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Einstellungen ändern" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil von " profile_for_prefix: "Profil von "
profile_for_suffix: "" profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Fertig" done: "Fertig"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
av_entities_sub_title: "Entitäten" av_entities_sub_title: "Entitäten"
av_entities_users_url: "Benutzer" av_entities_users_url: "Benutzer"
av_entities_active_instances_url: "Aktive Instanzen" av_entities_active_instances_url: "Aktive Instanzen"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Sonstige" av_other_sub_title: "Sonstige"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
u_title: "Benutzerliste" u_title: "Benutzerliste"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Einstellungen ändern" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil von " profile_for_prefix: "Profil von "
profile_for_suffix: "" profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Fertig" done: "Fertig"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra
av_entities_sub_title: "Entitäten" av_entities_sub_title: "Entitäten"
av_entities_users_url: "Benutzer" av_entities_users_url: "Benutzer"
av_entities_active_instances_url: "Aktive Instanzen" av_entities_active_instances_url: "Aktive Instanzen"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Sonstige" av_other_sub_title: "Sonstige"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
u_title: "Benutzerliste" u_title: "Benutzerliste"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Deutsch", englishDescription: "German", tra
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Επεξεργασία ρυθμίσεων" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Προφίλ για " profile_for_prefix: "Προφίλ για "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Έτοιμο" done: "Έτοιμο"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "ελληνικά", englishDescription: "Gre
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -879,7 +879,7 @@
files: "Files" files: "Files"
top_simulators: "Top Simulators" top_simulators: "Top Simulators"
source_document: "Source Document" source_document: "Source Document"
document: "Document" # note to diplomats: not a physical document, a document in MongoDB, ie a record in a database document: "Document"
sprite_sheet: "Sprite Sheet" sprite_sheet: "Sprite Sheet"
candidate_sessions: "Candidate Sessions" candidate_sessions: "Candidate Sessions"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Editar Configuración" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Perfil para " profile_for_prefix: "Perfil para "
profile_for_suffix: "" profile_for_suffix: ""
approved: "Aprobado" # featured: "Featured"
not_approved: "No Aprobado" # not_featured: "Not Featured"
looking_for: "Buscando:" looking_for: "Buscando:"
last_updated: "Última Actualización:" last_updated: "Última Actualización:"
contact: "Contacto" contact: "Contacto"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "Experiencia de Trabajo" work_experience: "Experiencia de Trabajo"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "¿Quiere contratar a nuestros jugadores expertos de CodeCombat?" want_to_hire_our_players: "¿Quiere contratar a nuestros jugadores expertos de CodeCombat?"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
candidates_count_prefix: "Actualmente tenemos "
candidates_count_many: "muchos"
candidates_count_suffix: "desarrolladores altamente cualificados y examinados en busca de trabajo."
candidate_name: "Nombre" candidate_name: "Nombre"
candidate_location: "Ubicación" candidate_location: "Ubicación"
candidate_looking_for: "Buscando" candidate_looking_for: "Buscando"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
candidate_top_skills: "Mejores Habilidades" candidate_top_skills: "Mejores Habilidades"
candidate_years_experience: "Años de Exp" candidate_years_experience: "Años de Exp"
candidate_last_updated: "Última Actualización" candidate_last_updated: "Última Actualización"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Listo" done: "Listo"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
av_entities_sub_title: "Entidades" av_entities_sub_title: "Entidades"
av_entities_users_url: "Usuarios" av_entities_users_url: "Usuarios"
av_entities_active_instances_url: "Instancias Activas" av_entities_active_instances_url: "Instancias Activas"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Otro" av_other_sub_title: "Otro"
av_other_debug_base_url: "Base (para depurar base.jade)" av_other_debug_base_url: "Base (para depurar base.jade)"
u_title: "Lista de Usuarios" u_title: "Lista de Usuarios"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "español (América Latina)", englishDescrip
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
view_profile: "Mira tu perfil" view_profile: "Mira tu perfil"
account_profile: account_profile:
edit_settings: "Ajustes" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Perfil de " profile_for_prefix: "Perfil de "
profile_for_suffix: "" profile_for_suffix: ""
approved: "Aprobado" # featured: "Featured"
not_approved: "No aprobado" # not_featured: "Not Featured"
looking_for: "Buscando:" looking_for: "Buscando:"
last_updated: "Última actualización:" last_updated: "Última actualización:"
contact: "Contacto" contact: "Contacto"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "Experiencia laboral" work_experience: "Experiencia laboral"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "¿Quieres contratar jugadores expertos de CodeCombat?" want_to_hire_our_players: "¿Quieres contratar jugadores expertos de CodeCombat?"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
see_candidates: "Click aquí para ver a nuestros candidatos" see_candidates: "Click aquí para ver a nuestros candidatos"
candidates_count_prefix: "Actualmente tenemos "
candidates_count_many: "muchos"
candidates_count_suffix: "desarrolladores altamente cualificados, y examinados atentamente, buscando trabajo."
candidate_name: "Nombre" candidate_name: "Nombre"
candidate_location: "Ubicación" candidate_location: "Ubicación"
candidate_looking_for: "Buscando" candidate_looking_for: "Buscando"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
candidate_top_skills: "Mejores Habilidades" candidate_top_skills: "Mejores Habilidades"
candidate_years_experience: "Años Exp" candidate_years_experience: "Años Exp"
candidate_last_updated: "Última actualización" candidate_last_updated: "Última actualización"
candidate_approved: "¿Nosotros?" # featured_developers: "Featured Developers"
candidate_active: "¿Ellos?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Hecho" done: "Hecho"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
av_entities_sub_title: "Entidades" av_entities_sub_title: "Entidades"
av_entities_users_url: "Usuarios" av_entities_users_url: "Usuarios"
av_entities_active_instances_url: "Instancias Activas" av_entities_active_instances_url: "Instancias Activas"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Otros" av_other_sub_title: "Otros"
av_other_debug_base_url: "Base (para debugging base.jade)" av_other_debug_base_url: "Base (para debugging base.jade)"
u_title: "Lista de Usuarios" u_title: "Lista de Usuarios"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Buscar artículos aquí" article_search_title: "Buscar artículos aquí"
thang_search_title: "Busca tipos de objetos aquí" thang_search_title: "Busca tipos de objetos aquí"
level_search_title: "Buscar niveles aquí" level_search_title: "Buscar niveles aquí"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
source_document: "Documento fuente" source_document: "Documento fuente"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Editar Ajustes" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Perfil de " profile_for_prefix: "Perfil de "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Hecho" done: "Hecho"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
av_entities_users_url: "Usuarios" av_entities_users_url: "Usuarios"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Otros" av_other_sub_title: "Otros"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
u_title: "Lista de usuario" u_title: "Lista de usuario"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "español", englishDescription: "Spanish", t
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
view_profile: "Voir votre profil" view_profile: "Voir votre profil"
account_profile: account_profile:
edit_settings: "Éditer les préférences" # settings: "Settings"
done_editing_settings: "Edition terminée" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil pour " profile_for_prefix: "Profil pour "
profile_for_suffix: "" profile_for_suffix: ""
approved: "Approuvé" # featured: "Featured"
not_approved: "Non Approuvé" # not_featured: "Not Featured"
looking_for: "à la recherche de:" looking_for: "à la recherche de:"
last_updated: "Dernière Mise à jour:" last_updated: "Dernière Mise à jour:"
contact: "Contact" contact: "Contact"
@ -219,7 +220,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
next_photo: "ajouter une photo professionelle (optionnel)." next_photo: "ajouter une photo professionelle (optionnel)."
next_active: "déclarez vous ouvert aux offres pour apparaitre dans les recherches." next_active: "déclarez vous ouvert aux offres pour apparaitre dans les recherches."
example_blog: "Votre blog" example_blog: "Votre blog"
example_github: "Votre GitHub" # example_personal_site: "Personal Site"
links_header: "Liens personnels" links_header: "Liens personnels"
links_blurb: "Lien vers d'autres sites ou profils que vous souhaitez mettre en avant, comme votre GitHub, LinkedIn ou votre blog." links_blurb: "Lien vers d'autres sites ou profils que vous souhaitez mettre en avant, comme votre GitHub, LinkedIn ou votre blog."
links_name: "Nom du lien" links_name: "Nom du lien"
@ -227,7 +228,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
links_link_blurb: "Lien URL" links_link_blurb: "Lien URL"
basics_header: "Mettre à jour les information basiques" basics_header: "Mettre à jour les information basiques"
basics_active: "Ouvert aux propositions" basics_active: "Ouvert aux propositions"
basics_active_help: "Voulez-vous des offres maintenant ?" # "Want interview offers right now?" basics_active_help: "Voulez-vous des offres maintenant ?"
basics_job_title: "Titre du poste souhaité" basics_job_title: "Titre du poste souhaité"
basics_job_title_help: "Quel est le rôle que vous cherchez ?" basics_job_title_help: "Quel est le rôle que vous cherchez ?"
basics_city: "Ville" basics_city: "Ville"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
name_anonymous: "Developpeur Anonyme" name_anonymous: "Developpeur Anonyme"
name_help: "Le nom que vous souhaitez que l'employeur voie, par exemple 'Chuck Norris'." name_help: "Le nom que vous souhaitez que l'employeur voie, par exemple 'Chuck Norris'."
short_description_header: "Décrivez vous en quelques mots" short_description_header: "Décrivez vous en quelques mots"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
short_description: "Description courte" short_description: "Description courte"
short_description_help: "Qui êtes vous et que recherchez vous ? 140 caractères max." short_description_help: "Qui êtes vous et que recherchez vous ? 140 caractères max."
skills_header: "Compétences" skills_header: "Compétences"
skills_help: "Notez vos compétence de développement par ordre de maitrise." skills_help: "Notez vos compétence de développement par ordre de maitrise."
long_description_header: "Détaillez votre poste souhaité" long_description_header: "Détaillez votre poste souhaité"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "Experience de travail" work_experience: "Experience de travail"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
candidates_count_prefix: "Nous avons actuellement "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
candidate_name: "Nom" candidate_name: "Nom"
candidate_location: "Localisation" candidate_location: "Localisation"
candidate_looking_for: "Poste pour" candidate_looking_for: "Poste pour"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
candidate_top_skills: "Talents/Aptitudes" candidate_top_skills: "Talents/Aptitudes"
candidate_years_experience: "Années d'expérience" candidate_years_experience: "Années d'expérience"
candidate_last_updated: "Dernière mise à jour" candidate_last_updated: "Dernière mise à jour"
candidate_approved: "Nous ?" # featured_developers: "Featured Developers"
candidate_active: "Eux ?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Fait" done: "Fait"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
av_entities_sub_title: "Entités" av_entities_sub_title: "Entités"
av_entities_users_url: "Utilisateurs" av_entities_users_url: "Utilisateurs"
av_entities_active_instances_url: "Instances actives" av_entities_active_instances_url: "Instances actives"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Autre" av_other_sub_title: "Autre"
av_other_debug_base_url: "Base (pour debugger base.jade)" av_other_debug_base_url: "Base (pour debugger base.jade)"
u_title: "Liste des utilisateurs" u_title: "Liste des utilisateurs"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
new_level_title_login: "Connectez vous pour créer un nouveau niveau" new_level_title_login: "Connectez vous pour créer un nouveau niveau"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Rechercher dans les articles" article_search_title: "Rechercher dans les articles"
thang_search_title: "Rechercher dans les types Thang" thang_search_title: "Rechercher dans les types Thang"
level_search_title: "Rechercher dans les niveaux" level_search_title: "Rechercher dans les niveaux"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
watch_victory: "Regardez votre victoire" watch_victory: "Regardez votre victoire"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
tournament_ends: "Fin du tournoi" tournament_ends: "Fin du tournoi"
# tournament_ended: "Tournament ended"
tournament_rules: "Règles du tournoi" tournament_rules: "Règles du tournoi"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
tournament_blurb_blog: "Sur notre blog" tournament_blurb_blog: "Sur notre blog"
# rules: "Rules"
# winners: "Winners"
ladder_prizes: ladder_prizes:
title: "Prix du tournoi" title: "Prix du tournoi"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
source_document: "Document Source" source_document: "Document Source"
document: "Document" document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
delta: delta:
added: "Ajouté" added: "Ajouté"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "ערוך הגדרות" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "פרופיל ל" profile_for_prefix: "פרופיל ל"
profile_for_suffix: "" profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
view_profile: "Nézd meg a profilodat!" view_profile: "Nézd meg a profilodat!"
account_profile: account_profile:
edit_settings: "Beállítások szerkesztése" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil " profile_for_prefix: "Profil "
profile_for_suffix: " számára" profile_for_suffix: " számára"
approved: "Jóváhagyva" # featured: "Featured"
not_approved: "Nincs jóváhagyva" # not_featured: "Not Featured"
looking_for: "Keres:" looking_for: "Keres:"
last_updated: "Legutóbb napra-készre hozva:" last_updated: "Legutóbb napra-készre hozva:"
contact: "Kapcsolat" contact: "Kapcsolat"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "Munkatapasztalat" work_experience: "Munkatapasztalat"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "Akarsz szakértő CodeCombat játékosokat alkalmazni?" want_to_hire_our_players: "Akarsz szakértő CodeCombat játékosokat alkalmazni?"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
candidates_count_prefix: "Pillanatnyilag van"
candidates_count_many: "sok"
candidates_count_suffix: "magasan képzett és ellenőrzött fejlesztő, aki munkát keres."
candidate_name: "Név" candidate_name: "Név"
# candidate_location: "Location" # candidate_location: "Location"
candidate_looking_for: "Keres" candidate_looking_for: "Keres"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
candidate_last_updated: "Legutóbb napra-készre hozva" candidate_last_updated: "Legutóbb napra-készre hozva"
candidate_approved: "Minket?" # featured_developers: "Featured Developers"
candidate_active: "Őket?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Kész" done: "Kész"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Modifica impostazioni" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profilo di " profile_for_prefix: "Profilo di "
profile_for_suffix: "" profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Fatto" done: "Fatto"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
av_entities_sub_title: "Entità" av_entities_sub_title: "Entità"
av_entities_users_url: "Utenti" av_entities_users_url: "Utenti"
av_entities_active_instances_url: "Istanze attive" av_entities_active_instances_url: "Istanze attive"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Altro" av_other_sub_title: "Altro"
av_other_debug_base_url: "Base (for debugging base.jade)" av_other_debug_base_url: "Base (for debugging base.jade)"
u_title: "Lista utenti" u_title: "Lista utenti"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "設定" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
profile_for_suffix: "のプロフィール" profile_for_suffix: "のプロフィール"
approved: "承認" # featured: "Featured"
not_approved: "非承認" # not_featured: "Not Featured"
looking_for: "検索:" looking_for: "検索:"
last_updated: "最終更新:" last_updated: "最終更新:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "職務経験" work_experience: "職務経験"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "CodeCombatのエキスパートプレイヤーをお探しですか?" want_to_hire_our_players: "CodeCombatのエキスパートプレイヤーをお探しですか?"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
candidates_count_prefix: "現在、仕事を探している優秀で審査済みの開発者が"
candidates_count_many: "多数"
candidates_count_suffix: "います"
candidate_name: "名前" candidate_name: "名前"
candidate_location: "勤務地" candidate_location: "勤務地"
candidate_looking_for: "希望" candidate_looking_for: "希望"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
candidate_top_skills: "得意分野" candidate_top_skills: "得意分野"
candidate_years_experience: "経験年数" candidate_years_experience: "経験年数"
candidate_last_updated: "最終更新日時" candidate_last_updated: "最終更新日時"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "完了" done: "完了"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
av_entities_users_url: "ユーザー" av_entities_users_url: "ユーザー"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "その他" av_other_sub_title: "その他"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "설정사항 변경" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "프로필 " profile_for_prefix: "프로필 "
profile_for_suffix: "" profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "완료" done: "완료"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
av_entities_sub_title: "속성들" av_entities_sub_title: "속성들"
av_entities_users_url: "유저들" av_entities_users_url: "유저들"
av_entities_active_instances_url: "액티브 인스턴스들" av_entities_active_instances_url: "액티브 인스턴스들"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "다른 사람들" av_other_sub_title: "다른 사람들"
av_other_debug_base_url: "베이스 (base.jade 디버깅)" av_other_debug_base_url: "베이스 (base.jade 디버깅)"
u_title: "유저 목록" u_title: "유저 목록"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "기사들은 여기에서 찾으세요" article_search_title: "기사들은 여기에서 찾으세요"
thang_search_title: "Thang 타입들은 여기에서 찾으세요" thang_search_title: "Thang 타입들은 여기에서 찾으세요"
level_search_title: "레벨들은 여기에서 찾으세요" level_search_title: "레벨들은 여기에서 찾으세요"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil untuk " profile_for_prefix: "Profil untuk "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Rediger Innstillinger" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil for " profile_for_prefix: "Profil for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Ferdig" done: "Ferdig"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Instellingen Aanpassen" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profiel voor " profile_for_prefix: "Profiel voor "
profile_for_suffix: "" profile_for_suffix: ""
approved: "Goedgekeurd" # featured: "Featured"
not_approved: "Niet goedgekeurd" # not_featured: "Not Featured"
looking_for: "Zoekt naar:" looking_for: "Zoekt naar:"
last_updated: "Laatst aangepast:" last_updated: "Laatst aangepast:"
contact: "Contact" contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "Werk ervaring" work_experience: "Werk ervaring"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "Wil je expert CodeCombat spelers aanwerven? " want_to_hire_our_players: "Wil je expert CodeCombat spelers aanwerven? "
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
candidates_count_prefix: "Momenteel hebben we "
candidates_count_many: "veel"
candidates_count_suffix: "zeer getalenteerde en ervaren ontwikkelaars die werk zoeken."
candidate_name: "Naam" candidate_name: "Naam"
candidate_location: "Locatie" candidate_location: "Locatie"
candidate_looking_for: "Zoekt naar" candidate_looking_for: "Zoekt naar"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
candidate_top_skills: "Beste vaardigheden" candidate_top_skills: "Beste vaardigheden"
candidate_years_experience: "Jaren ervaring" candidate_years_experience: "Jaren ervaring"
candidate_last_updated: "Laatst aangepast" candidate_last_updated: "Laatst aangepast"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Klaar" done: "Klaar"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
av_entities_sub_title: "Entiteiten" av_entities_sub_title: "Entiteiten"
av_entities_users_url: "Gebruikers" av_entities_users_url: "Gebruikers"
av_entities_active_instances_url: "Actieve instanties" av_entities_active_instances_url: "Actieve instanties"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Andere" av_other_sub_title: "Andere"
av_other_debug_base_url: "Base (om base.jade te debuggen)" av_other_debug_base_url: "Base (om base.jade te debuggen)"
u_title: "Gebruikerslijst" u_title: "Gebruikerslijst"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Zoek Artikels Hier" article_search_title: "Zoek Artikels Hier"
thang_search_title: "Zoek Thang Types Hier" thang_search_title: "Zoek Thang Types Hier"
level_search_title: "Zoek Levels Hier" level_search_title: "Zoek Levels Hier"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Instellingen Aanpassen" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profiel voor " profile_for_prefix: "Profiel voor "
profile_for_suffix: "" profile_for_suffix: ""
approved: "Goedgekeurd" # featured: "Featured"
not_approved: "Niet goedgekeurd" # not_featured: "Not Featured"
looking_for: "Zoekt naar:" looking_for: "Zoekt naar:"
last_updated: "Laatst aangepast:" last_updated: "Laatst aangepast:"
contact: "Contact" contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "Werk ervaring" work_experience: "Werk ervaring"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "Wil je expert CodeCombat spelers aanwerven? " want_to_hire_our_players: "Wil je expert CodeCombat spelers aanwerven? "
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
candidates_count_prefix: "Momenteel hebben we "
candidates_count_many: "veel"
candidates_count_suffix: "zeer getalenteerde en ervaren ontwikkelaars die werk zoeken."
candidate_name: "Naam" candidate_name: "Naam"
candidate_location: "Locatie" candidate_location: "Locatie"
candidate_looking_for: "Zoekt naar" candidate_looking_for: "Zoekt naar"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
candidate_top_skills: "Beste vaardigheden" candidate_top_skills: "Beste vaardigheden"
candidate_years_experience: "Jaren ervaring" candidate_years_experience: "Jaren ervaring"
candidate_last_updated: "Laatst aangepast" candidate_last_updated: "Laatst aangepast"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Klaar" done: "Klaar"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
av_entities_sub_title: "Entiteiten" av_entities_sub_title: "Entiteiten"
av_entities_users_url: "Gebruikers" av_entities_users_url: "Gebruikers"
av_entities_active_instances_url: "Actieve instanties" av_entities_active_instances_url: "Actieve instanties"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Andere" av_other_sub_title: "Andere"
av_other_debug_base_url: "Base (om base.jade te debuggen)" av_other_debug_base_url: "Base (om base.jade te debuggen)"
u_title: "Gebruikerslijst" u_title: "Gebruikerslijst"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Zoek Artikels Hier" article_search_title: "Zoek Artikels Hier"
thang_search_title: "Zoek Thang Types Hier" thang_search_title: "Zoek Thang Types Hier"
level_search_title: "Zoek Levels Hier" level_search_title: "Zoek Levels Hier"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
view_profile: "Bekijk je eigen kandidaat-profiel" view_profile: "Bekijk je eigen kandidaat-profiel"
account_profile: account_profile:
edit_settings: "Instellingen Aanpassen" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profiel voor " profile_for_prefix: "Profiel voor "
profile_for_suffix: "" profile_for_suffix: ""
approved: "Goedgekeurd" # featured: "Featured"
not_approved: "Niet goedgekeurd" # not_featured: "Not Featured"
looking_for: "Zoekt naar:" looking_for: "Zoekt naar:"
last_updated: "Laatst aangepast:" last_updated: "Laatst aangepast:"
contact: "Contact" contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "Werk ervaring" work_experience: "Werk ervaring"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "Wil je expert CodeCombat spelers aanwerven? " want_to_hire_our_players: "Wil je expert CodeCombat spelers aanwerven? "
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
see_candidates: "Klik om je kandidaten te zien" see_candidates: "Klik om je kandidaten te zien"
candidates_count_prefix: "Momenteel hebben we "
candidates_count_many: "veel"
candidates_count_suffix: "zeer getalenteerde en ervaren ontwikkelaars die werk zoeken."
candidate_name: "Naam" candidate_name: "Naam"
candidate_location: "Locatie" candidate_location: "Locatie"
candidate_looking_for: "Zoekt naar" candidate_looking_for: "Zoekt naar"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
candidate_top_skills: "Beste vaardigheden" candidate_top_skills: "Beste vaardigheden"
candidate_years_experience: "Jaren ervaring" candidate_years_experience: "Jaren ervaring"
candidate_last_updated: "Laatst aangepast" candidate_last_updated: "Laatst aangepast"
candidate_approved: "Wij?" # featured_developers: "Featured Developers"
candidate_active: "Zij?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Klaar" done: "Klaar"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
av_entities_sub_title: "Entiteiten" av_entities_sub_title: "Entiteiten"
av_entities_users_url: "Gebruikers" av_entities_users_url: "Gebruikers"
av_entities_active_instances_url: "Actieve instanties" av_entities_active_instances_url: "Actieve instanties"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Andere" av_other_sub_title: "Andere"
av_other_debug_base_url: "Base (om base.jade te debuggen)" av_other_debug_base_url: "Base (om base.jade te debuggen)"
u_title: "Gebruikerslijst" u_title: "Gebruikerslijst"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Zoek Artikels Hier" article_search_title: "Zoek Artikels Hier"
thang_search_title: "Zoek Thang Types Hier" thang_search_title: "Zoek Thang Types Hier"
level_search_title: "Zoek Levels Hier" level_search_title: "Zoek Levels Hier"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
watch_victory: "Aanschouw je overwinning!" watch_victory: "Aanschouw je overwinning!"
defeat_the: "Versla de" defeat_the: "Versla de"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "No
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Rediger Innstillinger" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil for " profile_for_prefix: "Profil for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Ferdig" done: "Ferdig"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Norsk", englishDescription: "Norwegian", tr
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Edytuj ustawienia" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil" profile_for_prefix: "Profil"
profile_for_suffix: "" profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Zrobione" done: "Zrobione"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
av_entities_sub_title: "Podmioty" av_entities_sub_title: "Podmioty"
av_entities_users_url: "Użytkownicy" av_entities_users_url: "Użytkownicy"
av_entities_active_instances_url: "Aktywne podmioty" av_entities_active_instances_url: "Aktywne podmioty"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Inne" av_other_sub_title: "Inne"
av_other_debug_base_url: "Baza (do debuggingu base.jade)" av_other_debug_base_url: "Baza (do debuggingu base.jade)"
u_title: "Lista użytkowników" u_title: "Lista użytkowników"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Przeszukaj artykuły" article_search_title: "Przeszukaj artykuły"
thang_search_title: "Przeszukaj typy obiektów" thang_search_title: "Przeszukaj typy obiektów"
level_search_title: "Przeszukaj poziomy" level_search_title: "Przeszukaj poziomy"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "język polski", englishDescription: "Polish
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
view_profile: "Visualizar seu perfil" view_profile: "Visualizar seu perfil"
account_profile: account_profile:
edit_settings: "Editar as configurações" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Perfil de " profile_for_prefix: "Perfil de "
profile_for_suffix: "" profile_for_suffix: ""
approved: "Aprovado" # featured: "Featured"
not_approved: "Não Aprovado" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
last_updated: "Última atualização:" last_updated: "Última atualização:"
contact: "Contato" contact: "Contato"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Pronto" done: "Pronto"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
av_entities_sub_title: "Entidades" av_entities_sub_title: "Entidades"
av_entities_users_url: "Usuários" av_entities_users_url: "Usuários"
av_entities_active_instances_url: "Instâncias Ativas" av_entities_active_instances_url: "Instâncias Ativas"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Outro" av_other_sub_title: "Outro"
av_other_debug_base_url: "Base (para debugar base.jade)" av_other_debug_base_url: "Base (para debugar base.jade)"
u_title: "Lista de Usuários" u_title: "Lista de Usuários"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Procurar Artigos Aqui" article_search_title: "Procurar Artigos Aqui"
thang_search_title: "Procurar Tipos de Thang Aqui" thang_search_title: "Procurar Tipos de Thang Aqui"
level_search_title: "Procurar Níveis Aqui" level_search_title: "Procurar Níveis Aqui"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "português do Brasil", englishDescription:
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Editar Definições" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Perfil de " profile_for_prefix: "Perfil de "
profile_for_suffix: "" profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Concluir" done: "Concluir"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P
av_entities_sub_title: "Entidades" av_entities_sub_title: "Entidades"
av_entities_users_url: "Utilizadores" av_entities_users_url: "Utilizadores"
av_entities_active_instances_url: "Activar Instâncias" av_entities_active_instances_url: "Activar Instâncias"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Outro" av_other_sub_title: "Outro"
av_other_debug_base_url: "Base (para fazer debug base.jade)" av_other_debug_base_url: "Base (para fazer debug base.jade)"
u_title: "Lista de Utilizadores" u_title: "Lista de Utilizadores"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Procurar Artigos Aqui" article_search_title: "Procurar Artigos Aqui"
thang_search_title: "Procurar Tipos de Thang Aqui" thang_search_title: "Procurar Tipos de Thang Aqui"
level_search_title: "Procurar Níveis Aqui" level_search_title: "Procurar Níveis Aqui"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Português europeu", englishDescription: "P
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Editar as configurações" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Perfil de " profile_for_prefix: "Perfil de "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Pronto" done: "Pronto"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "português", englishDescription: "Portugues
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Modifică setările" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil pentru " profile_for_prefix: "Profil pentru "
profile_for_suffix: "" profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Gata" done: "Gata"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
av_entities_sub_title: "Entități" av_entities_sub_title: "Entități"
av_entities_users_url: "Utilizatori" av_entities_users_url: "Utilizatori"
av_entities_active_instances_url: "Instanțe active" av_entities_active_instances_url: "Instanțe active"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Altele" av_other_sub_title: "Altele"
av_other_debug_base_url: "Base (pentru debugging base.jade)" av_other_debug_base_url: "Base (pentru debugging base.jade)"
u_title: "Listă utilizatori" u_title: "Listă utilizatori"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Caută articole aici" article_search_title: "Caută articole aici"
thang_search_title: "Caută tipuri de Thang aici" thang_search_title: "Caută tipuri de Thang aici"
level_search_title: "Caută nivele aici" level_search_title: "Caută nivele aici"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
view_profile: "Просмотр вашего профиля" view_profile: "Просмотр вашего профиля"
account_profile: account_profile:
edit_settings: "Изменить настройки" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Профиль для " profile_for_prefix: "Профиль для "
profile_for_suffix: "" profile_for_suffix: ""
approved: "Одобрено" # featured: "Featured"
not_approved: "Не одобрено" # not_featured: "Not Featured"
looking_for: "Ищет:" looking_for: "Ищет:"
last_updated: "Последнее обновление:" last_updated: "Последнее обновление:"
contact: "Контакты" contact: "Контакты"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "Опыт работы" work_experience: "Опыт работы"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "Хотите нанимать игроков-экспертов CodeCombat?" want_to_hire_our_players: "Хотите нанимать игроков-экспертов CodeCombat?"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
see_candidates: "Щёлкните, чтобы посмотреть наших кандидатов" see_candidates: "Щёлкните, чтобы посмотреть наших кандидатов"
candidates_count_prefix: "Сейчас у нас есть "
candidates_count_many: "много"
candidates_count_suffix: "высококвалифицированных и проверенных разработчиков, ищущих работу."
candidate_name: "Имя" candidate_name: "Имя"
candidate_location: "Местонахождение" candidate_location: "Местонахождение"
candidate_looking_for: "Ищет" candidate_looking_for: "Ищет"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
candidate_top_skills: "Лучшие навыки" candidate_top_skills: "Лучшие навыки"
candidate_years_experience: "Лет опыта" candidate_years_experience: "Лет опыта"
candidate_last_updated: "Последнее обновление" candidate_last_updated: "Последнее обновление"
candidate_approved: "Нам?" # featured_developers: "Featured Developers"
candidate_active: "Им?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Готово" done: "Готово"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
av_entities_sub_title: "Сущности" av_entities_sub_title: "Сущности"
av_entities_users_url: "Пользователи" av_entities_users_url: "Пользователи"
av_entities_active_instances_url: "Активные экземпляры" av_entities_active_instances_url: "Активные экземпляры"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Другое" av_other_sub_title: "Другое"
av_other_debug_base_url: "База (для отладки base.jade)" av_other_debug_base_url: "База (для отладки base.jade)"
u_title: "Список пользователей" u_title: "Список пользователей"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Искать статьи" article_search_title: "Искать статьи"
thang_search_title: "Искать типы объектов" thang_search_title: "Искать типы объектов"
level_search_title: "Искать уровни" level_search_title: "Искать уровни"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
source_document: "Исходный документ" source_document: "Исходный документ"
document: "Документ" document: "Документ"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
delta: delta:
added: "Добавлено" added: "Добавлено"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Измени подешавања" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Налог за " profile_for_prefix: "Налог за "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Урађено" done: "Урађено"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Ändra inställningar" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Profil för " profile_for_prefix: "Profil för "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Klar" done: "Klar"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
av_entities_sub_title: "Enheter" av_entities_sub_title: "Enheter"
av_entities_users_url: "Användare" av_entities_users_url: "Användare"
av_entities_active_instances_url: "Aktiva instanser" av_entities_active_instances_url: "Aktiva instanser"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Övrigt" av_other_sub_title: "Övrigt"
av_other_debug_base_url: "Base (för avlusning av base.jade)" av_other_debug_base_url: "Base (för avlusning av base.jade)"
u_title: "Användarlista" u_title: "Användarlista"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Sök artiklar här" article_search_title: "Sök artiklar här"
thang_search_title: "Sök enhetstyper här" thang_search_title: "Sök enhetstyper här"
level_search_title: "Sök nivåer här" level_search_title: "Sök nivåer här"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -192,13 +192,14 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# sample_profile: "See a sample profile" # sample_profile: "See a sample profile"
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: # account_profile:
edit_settings: "แก้ไขการตั้งค่า" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "เสร็จสิ้น" done: "เสร็จสิ้น"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "Ayarları Düzenle" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
profile_for_suffix: " Kullanıcısının Profili" profile_for_suffix: " Kullanıcısının Profili"
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Tamamdır" done: "Tamamdır"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
av_entities_sub_title: "Ortaklıklar" av_entities_sub_title: "Ortaklıklar"
av_entities_users_url: "Kullanıcılar" av_entities_users_url: "Kullanıcılar"
av_entities_active_instances_url: "Aktif Örnekler" av_entities_active_instances_url: "Aktif Örnekler"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Başka" av_other_sub_title: "Başka"
av_other_debug_base_url: "Temel (base.jade hata kontrolü)" av_other_debug_base_url: "Temel (base.jade hata kontrolü)"
u_title: "Kullanıcı Listesi" u_title: "Kullanıcı Listesi"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
level_search_title: "Seviye ara" level_search_title: "Seviye ara"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "українська мова", englishDesc
view_profile: "Переглянути Ваш профіль" view_profile: "Переглянути Ваш профіль"
account_profile: account_profile:
edit_settings: "Змінити налаштування" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "Профіль для " profile_for_prefix: "Профіль для "
profile_for_suffix: "" profile_for_suffix: ""
approved: "Затверджений" # featured: "Featured"
not_approved: "Не затверджений" # not_featured: "Not Featured"
looking_for: "Шукає:" looking_for: "Шукає:"
last_updated: "Останнє оновлення:" last_updated: "Останнє оновлення:"
contact: "Сконтактуватись" contact: "Сконтактуватись"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "українська мова", englishDesc
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "українська мова", englishDesc
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "Досвід роботи" work_experience: "Досвід роботи"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "українська мова", englishDesc
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "Бажаєш найняти досвідчених гравців CodeCombat?" want_to_hire_our_players: "Бажаєш найняти досвідчених гравців CodeCombat?"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
candidates_count_prefix: "В даний час ми маємо "
candidates_count_many: "багато"
candidates_count_suffix: "висококваліфікованих і перевірених розробників котрі шукають роботу."
candidate_name: "Ім‘я" candidate_name: "Ім‘я"
candidate_location: "Розташування" candidate_location: "Розташування"
candidate_looking_for: "Шукає" candidate_looking_for: "Шукає"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "українська мова", englishDesc
candidate_top_skills: "Найкращі навички" candidate_top_skills: "Найкращі навички"
candidate_years_experience: "років досвіду" candidate_years_experience: "років досвіду"
candidate_last_updated: "Останнє оновлення" candidate_last_updated: "Останнє оновлення"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Готово" done: "Готово"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
av_entities_sub_title: "Організації" av_entities_sub_title: "Організації"
av_entities_users_url: "Учасники" av_entities_users_url: "Учасники"
av_entities_active_instances_url: "Активні вимоги" av_entities_active_instances_url: "Активні вимоги"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "Інші" av_other_sub_title: "Інші"
av_other_debug_base_url: "Основне (для налагодження base.jade)" av_other_debug_base_url: "Основне (для налагодження base.jade)"
u_title: "Список учасників" u_title: "Список учасників"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "Шукати статті тут" article_search_title: "Шукати статті тут"
thang_search_title: "Шукати типи об‘єктів тут" thang_search_title: "Шукати типи об‘єктів тут"
level_search_title: "Шукати рівні тут" level_search_title: "Шукати рівні тут"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "українська мова", englishDesc
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "українська мова", englishDesc
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -192,13 +192,14 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# sample_profile: "See a sample profile" # sample_profile: "See a sample profile"
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: # account_profile:
edit_settings: "Chỉnh sửa cài đặt" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "Hoàn thành" done: "Hoàn thành"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
view_profile: "浏览个人信息" view_profile: "浏览个人信息"
account_profile: account_profile:
edit_settings: "编辑设置" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "关于他的基本资料:" profile_for_prefix: "关于他的基本资料:"
profile_for_suffix: "" profile_for_suffix: ""
approved: "已认证" # featured: "Featured"
not_approved: "为认证" # not_featured: "Not Featured"
looking_for: "寻找" looking_for: "寻找"
last_updated: "最后一次更新:" last_updated: "最后一次更新:"
contact: "联系" contact: "联系"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "工作经验" work_experience: "工作经验"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "想要雇用CodeCombat上的专业玩家" want_to_hire_our_players: "想要雇用CodeCombat上的专业玩家"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
see_candidates: "点击这里查看我们的忧患人" see_candidates: "点击这里查看我们的忧患人"
candidates_count_prefix: "我们当前有 "
candidates_count_many: "很多"
candidates_count_suffix: "经过我们认证的高手们正在找工作。"
candidate_name: "姓名" candidate_name: "姓名"
candidate_location: "地点" candidate_location: "地点"
candidate_looking_for: "寻找" candidate_looking_for: "寻找"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
candidate_top_skills: "高级技能" candidate_top_skills: "高级技能"
candidate_years_experience: "多年工作经验" candidate_years_experience: "多年工作经验"
candidate_last_updated: "最后一次更新" candidate_last_updated: "最后一次更新"
candidate_approved: "我们" # featured_developers: "Featured Developers"
candidate_active: "他们" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "完成" done: "完成"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
av_entities_sub_title: "实体" av_entities_sub_title: "实体"
av_entities_users_url: "用户" av_entities_users_url: "用户"
av_entities_active_instances_url: "活动实例" av_entities_active_instances_url: "活动实例"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "其他" av_other_sub_title: "其他"
av_other_debug_base_url: "Base用于调试 base.jade" av_other_debug_base_url: "Base用于调试 base.jade"
u_title: "用户列表" u_title: "用户列表"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "在这里搜索物品" article_search_title: "在这里搜索物品"
thang_search_title: "在这里搜索物品类型" thang_search_title: "在这里搜索物品类型"
level_search_title: "在这里搜索关卡" level_search_title: "在这里搜索关卡"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "帳號設定" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "關於" profile_for_prefix: "關於"
profile_for_suffix: "的基本資料" profile_for_suffix: "的基本資料"
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "完成" done: "完成"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "繁体中文", englishDescription: "Chinese
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
account_profile: account_profile:
edit_settings: "編寫設定" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
profile_for_prefix: "有關渠個基本訊息:" profile_for_prefix: "有關渠個基本訊息:"
profile_for_suffix: "" profile_for_suffix: ""
approved: "認證過" # featured: "Featured"
not_approved: "朆認證" # not_featured: "Not Featured"
looking_for: "" looking_for: ""
last_updated: "塌爛遍改動:" last_updated: "塌爛遍改動:"
contact: "聯繫" contact: "聯繫"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
work_experience: "工作經驗" work_experience: "工作經驗"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
employers: employers:
want_to_hire_our_players: "想討用CodeCombat上個專業打手" want_to_hire_our_players: "想討用CodeCombat上個專業打手"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
candidates_count_prefix: "我裏瑲朞有 "
candidates_count_many: "無數"
candidates_count_suffix: "我裏認證過個高手徠搭尋工作。"
candidate_name: "名字" candidate_name: "名字"
candidate_location: "地址" candidate_location: "地址"
candidate_looking_for: "" candidate_looking_for: ""
@ -308,8 +320,9 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
candidate_top_skills: "高級技能" candidate_top_skills: "高級技能"
candidate_years_experience: "多年工作經驗" candidate_years_experience: "多年工作經驗"
candidate_last_updated: "塌爛遍改動" candidate_last_updated: "塌爛遍改動"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
play_level: play_level:
done: "妝下落" done: "妝下落"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
av_entities_sub_title: "實體" av_entities_sub_title: "實體"
av_entities_users_url: "用戶" av_entities_users_url: "用戶"
av_entities_active_instances_url: "活動樣品" av_entities_active_instances_url: "活動樣品"
# av_entities_employer_list_url: "Employer List"
av_other_sub_title: "別樣" av_other_sub_title: "別樣"
av_other_debug_base_url: "Base用來調試 base.jade" av_other_debug_base_url: "Base用來調試 base.jade"
u_title: "用戶列表" u_title: "用戶列表"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
article_search_title: "徠箇搭尋物事" article_search_title: "徠箇搭尋物事"
thang_search_title: "徠箇搭尋物事類型" thang_search_title: "徠箇搭尋物事類型"
level_search_title: "徠箇搭尋關" level_search_title: "徠箇搭尋關"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"

View file

@ -193,12 +193,13 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra
# view_profile: "View Your Profile" # view_profile: "View Your Profile"
# account_profile: # account_profile:
# edit_settings: "Edit Settings" # settings: "Settings"
# done_editing_settings: "Done Editing" # edit_profile: "Edit Profile"
# done_editing: "Done Editing"
# profile_for_prefix: "Profile for " # profile_for_prefix: "Profile for "
# profile_for_suffix: "" # profile_for_suffix: ""
# approved: "Approved" # featured: "Featured"
# not_approved: "Not Approved" # not_featured: "Not Featured"
# looking_for: "Looking for:" # looking_for: "Looking for:"
# last_updated: "Last updated:" # last_updated: "Last updated:"
# contact: "Contact" # contact: "Contact"
@ -209,17 +210,17 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra
# next_city: "city?" # next_city: "city?"
# next_country: "pick your country." # next_country: "pick your country."
# next_name: "name?" # next_name: "name?"
# next_short_description: "summarize yourself at a glance." # next_short_description: "write a short description."
# next_long_description: "describe the work you're looking for." # next_long_description: "describe your desired position."
# next_skills: "list at least five skills." # next_skills: "list at least five skills."
# next_work: "list your work experience." # next_work: "chronicle your work history."
# next_education: "recount your educational ordeals." # next_education: "recount your educational ordeals."
# next_projects: "show off up to three projects you've worked on." # next_projects: "show off up to three projects you've worked on."
# next_links: "add any personal or social links." # next_links: "add any personal or social links."
# next_photo: "add an optional professional photo." # next_photo: "add an optional professional photo."
# next_active: "mark yourself open to offers to show up in searches." # next_active: "mark yourself open to offers to show up in searches."
# example_blog: "Your Blog" # example_blog: "Blog"
# example_github: "Your GitHub" # example_personal_site: "Personal Site"
# links_header: "Personal Links" # links_header: "Personal Links"
# links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog." # links_blurb: "Link any other sites or profiles you want to highlight, like your GitHub, your LinkedIn, or your blog."
# links_name: "Link Name" # links_name: "Link Name"
@ -247,15 +248,14 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra
# name_anonymous: "Anonymous Developer" # name_anonymous: "Anonymous Developer"
# name_help: "Name you want employers to see, like 'Nick Winter'." # name_help: "Name you want employers to see, like 'Nick Winter'."
# short_description_header: "Write a short description of yourself" # short_description_header: "Write a short description of yourself"
# short_description_blurb: "Add a blurb here that will show, at a glance, whether you might be just the developer that an employer is looking for." # short_description_blurb: "Add a tagline to help an employer quickly learn more about you."
# short_description: "Short Description" # short_description: "Tagline"
# short_description_help: "Who are you, and what are you looking for? 140 characters max." # short_description_help: "Who are you, and what are you looking for? 140 characters max."
# skills_header: "Skills" # skills_header: "Skills"
# skills_help: "Tag relevant developer skills in order of proficiency." # skills_help: "Tag relevant developer skills in order of proficiency."
# long_description_header: "Detail your desired position" # long_description_header: "Describe your desired position"
# long_description_blurb_1: "Write a little longer section here to describe the role you would like to pursue next." # long_description_blurb: "Tell employers how awesome you are and what role you want."
# long_description_blurb_2: "Talk about how awesome you are and why it would be a good idea to hire you." # long_description: "Self Description"
# long_description: "Description"
# long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max." # long_description_help: "Describe yourself to potential employers. Keep it short and to the point. We recommend outlining the position that would most interest you. Tasteful markdown okay; 600 characters max."
# work_experience: "Work Experience" # work_experience: "Work Experience"
# work_header: "Chronicle your work history" # work_header: "Chronicle your work history"
@ -294,13 +294,25 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra
# project_picture_help: "Upload a 230x115px or larger image showing off the project." # project_picture_help: "Upload a 230x115px or larger image showing off the project."
# project_link: "Link" # project_link: "Link"
# project_link_help: "Link to the project." # project_link_help: "Link to the project."
# player_code: "Player Code"
# employers: # employers:
# want_to_hire_our_players: "Want to hire expert CodeCombat players?" # want_to_hire_our_players: "Hire CodeCombat Players"
# what: "What is CodeCombat?"
# what_blurb: "CodeCombat is a multiplayer browser programming game. Players write code to control their forces in battle against other developers. We support JavaScript, Python, Lua, Clojure, CoffeeScript, and Io."
# who: "Who Are the Players?"
# who_blurb: "CodeCombateers are software developers who enjoy using their programming skills to play games. They range from college seniors at top 20 engineering programs to 20-year industry veterans."
# how: "How Do We Find Developers?"
# how_blurb: "We host competitive tournaments to attract competitive software engieneers. We then use in-house algorithms to identify the best players among the top 5% of tournament winners."
# why: "Why Hire Through Us?"
# why_blurb_1: "We will save you time. Every CodeCombateer we feaure is "
# why_blurb_2: "looking for work"
# why_blurb_3: ", has "
# why_blurb_4: "demonstrated top notch technical skills"
# why_blurb_5: ", and has been "
# why_blurb_6: "personally screened by us"
# why_blurb_7: ". Stop screening and start hiring."
# see_candidates: "Click here to see our candidates" # see_candidates: "Click here to see our candidates"
# candidates_count_prefix: "We currently have "
# candidates_count_many: "many"
# candidates_count_suffix: "highly skilled and vetted developers looking for work."
# candidate_name: "Name" # candidate_name: "Name"
# candidate_location: "Location" # candidate_location: "Location"
# candidate_looking_for: "Looking For" # candidate_looking_for: "Looking For"
@ -308,8 +320,9 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra
# candidate_top_skills: "Top Skills" # candidate_top_skills: "Top Skills"
# candidate_years_experience: "Yrs Exp" # candidate_years_experience: "Yrs Exp"
# candidate_last_updated: "Last Updated" # candidate_last_updated: "Last Updated"
# candidate_approved: "Us?" # featured_developers: "Featured Developers"
# candidate_active: "Them?" # other_developers: "Other Developers"
# inactive_developers: "Inactive Developers"
# play_level: # play_level:
# done: "Done" # done: "Done"
@ -435,6 +448,7 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra
# av_entities_sub_title: "Entities" # av_entities_sub_title: "Entities"
# av_entities_users_url: "Users" # av_entities_users_url: "Users"
# av_entities_active_instances_url: "Active Instances" # av_entities_active_instances_url: "Active Instances"
# av_entities_employer_list_url: "Employer List"
# av_other_sub_title: "Other" # av_other_sub_title: "Other"
# av_other_debug_base_url: "Base (for debugging base.jade)" # av_other_debug_base_url: "Base (for debugging base.jade)"
# u_title: "User List" # u_title: "User List"
@ -504,7 +518,7 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra
# new_thang_title_login: "Log In to Create a New Thang Type" # new_thang_title_login: "Log In to Create a New Thang Type"
# new_level_title_login: "Log In to Create a New Level" # new_level_title_login: "Log In to Create a New Level"
# new_achievement_title: "Create a New Achievement" # new_achievement_title: "Create a New Achievement"
# new_achievement_title_login: "Sign Up to Create a New Achievement" # new_achievement_title_login: "Log In to Create a New Achievement"
# article_search_title: "Search Articles Here" # article_search_title: "Search Articles Here"
# thang_search_title: "Search Thang Types Here" # thang_search_title: "Search Thang Types Here"
# level_search_title: "Search Levels Here" # level_search_title: "Search Levels Here"
@ -783,9 +797,12 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra
# watch_victory: "Watch your victory" # watch_victory: "Watch your victory"
# defeat_the: "Defeat the" # defeat_the: "Defeat the"
# tournament_ends: "Tournament ends" # tournament_ends: "Tournament ends"
# tournament_ended: "Tournament ended"
# tournament_rules: "Tournament Rules" # tournament_rules: "Tournament Rules"
# tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details" # tournament_blurb: "Write code, collect gold, build armies, crush foes, win prizes, and upgrade your career in our $40,000 Greed tournament! Check out the details"
# tournament_blurb_blog: "on our blog" # tournament_blurb_blog: "on our blog"
# rules: "Rules"
# winners: "Winners"
# ladder_prizes: # ladder_prizes:
# title: "Tournament Prizes" # title: "Tournament Prizes"
@ -864,6 +881,7 @@ module.exports = nativeDescription: "中文", englishDescription: "Chinese", tra
# source_document: "Source Document" # source_document: "Source Document"
# document: "Document" # document: "Document"
# sprite_sheet: "Sprite Sheet" # sprite_sheet: "Sprite Sheet"
# candidate_sessions: "Candidate Sessions"
# delta: # delta:
# added: "Added" # added: "Added"