diff --git a/www/app/app.values.js b/www/app/app.values.js
index 7891028..3656154 100644
--- a/www/app/app.values.js
+++ b/www/app/app.values.js
@@ -2,7 +2,7 @@
'use strict';
var dataConfig = {
currentYear: '2017',
- baseUrl: 'https://waysily-server-dev.herokuapp.com/api/v1/',
+ baseUrl: 'https://waysily-server.herokuapp.com/api/v1/',
googleMapKey: 'AIzaSyD-vO1--MMK-XmQurzNQrxW4zauddCJh5Y',
mixpanelToken: '86a48c88274599c662ad64edb74b12da',
modalMeetingPointTmpl: 'components/modal/modalMeetingPoint/modalMeetingPoint.html',
@@ -11,7 +11,7 @@
modalEducationTmpl: 'components/modal/modalEducation/modalEducation.html',
modalCertificateTmpl: 'components/modal/modalCertificate/modalCertificate.html',
modalSignUpTmpl: 'components/modal/modalSignUp/modalSignUp.html',
- bucketS3: 'waysily-img/teachers-avatar-dev',
+ bucketS3: 'waysily-img/teachers-avatar-prd',
regionS3: 'us-east-1',
accessKeyIdS3: 'AKIAIHKBYIUQD4KBIRLQ',
secretAccessKeyS3: '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',
diff --git a/www/app/app.values.js.map b/www/app/app.values.js.map
index d4487f9..9822b48 100644
--- a/www/app/app.values.js.map
+++ b/www/app/app.values.js.map
@@ -1 +1 @@
-{"version":3,"file":"app.values.js","sourceRoot":"","sources":["app.values.ts"],"names":[],"mappings":"AA4BA,CAAC;IAEG,YAAY,CAAC;IAcb,IAAI,UAAU,GAAgB;QAC1B,WAAW,EAAE,MAAM;QACnB,OAAO,EAAE,kDAAkD;QAC3D,YAAY,EAAE,yCAAyC;QACvD,aAAa,EAAE,kCAAkC;QACjD,qBAAqB,EAAE,2DAA2D;QAClF,kBAAkB,EAAE,qDAAqD;QACzE,mBAAmB,EAAE,uDAAuD;QAC5E,kBAAkB,EAAE,qDAAqD;QACzE,oBAAoB,EAAE,yDAAyD;QAC/E,eAAe,EAAE,+CAA+C;QAChE,QAAQ,EAAE,iCAAiC;QAC3C,QAAQ,EAAE,WAAW;QACrB,aAAa,EAAE,sBAAsB;QACrC,iBAAiB,EAAE,0CAA0C;QAC7D,MAAM,EAAE,EAAE;KACb,CAAC;IAGF,OAAO;SACF,MAAM,CAAC,SAAS,CAAC;SACjB,KAAK,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;AAEzC,CAAC,CAAC,EAAE,CAAC"}
\ No newline at end of file
+{"version":3,"file":"app.values.js","sourceRoot":"","sources":["app.values.ts"],"names":[],"mappings":"AA4BA,CAAC;IAEG,YAAY,CAAC;IAcb,IAAI,UAAU,GAAgB;QAC1B,WAAW,EAAE,MAAM;QACnB,OAAO,EAAE,8CAA8C;QACvD,YAAY,EAAE,yCAAyC;QACvD,aAAa,EAAE,kCAAkC;QACjD,qBAAqB,EAAE,2DAA2D;QAClF,kBAAkB,EAAE,qDAAqD;QACzE,mBAAmB,EAAE,uDAAuD;QAC5E,kBAAkB,EAAE,qDAAqD;QACzE,oBAAoB,EAAE,yDAAyD;QAC/E,eAAe,EAAE,+CAA+C;QAChE,QAAQ,EAAE,iCAAiC;QAC3C,QAAQ,EAAE,WAAW;QACrB,aAAa,EAAE,sBAAsB;QACrC,iBAAiB,EAAE,0CAA0C;QAC7D,MAAM,EAAE,EAAE;KACb,CAAC;IAGF,OAAO;SACF,MAAM,CAAC,SAAS,CAAC;SACjB,KAAK,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;AAEzC,CAAC,CAAC,EAAE,CAAC"}
\ No newline at end of file
diff --git a/www/app/app.values.ts b/www/app/app.values.ts
index 609c32b..5f496cf 100644
--- a/www/app/app.values.ts
+++ b/www/app/app.values.ts
@@ -44,7 +44,7 @@ interface IDataConfig {
// bucketS3: 'waysily-img/teachers-avatar-prd'
var dataConfig: IDataConfig = {
currentYear: '2017',
- baseUrl: 'https://waysily-server-dev.herokuapp.com/api/v1/',
+ baseUrl: 'https://waysily-server.herokuapp.com/api/v1/',
googleMapKey: 'AIzaSyD-vO1--MMK-XmQurzNQrxW4zauddCJh5Y',
mixpanelToken: '86a48c88274599c662ad64edb74b12da',
modalMeetingPointTmpl: 'components/modal/modalMeetingPoint/modalMeetingPoint.html',
@@ -53,7 +53,7 @@ interface IDataConfig {
modalEducationTmpl: 'components/modal/modalEducation/modalEducation.html',
modalCertificateTmpl: 'components/modal/modalCertificate/modalCertificate.html',
modalSignUpTmpl: 'components/modal/modalSignUp/modalSignUp.html',
- bucketS3: 'waysily-img/teachers-avatar-dev',
+ bucketS3: 'waysily-img/teachers-avatar-prd',
regionS3: 'us-east-1',
accessKeyIdS3: 'AKIAIHKBYIUQD4KBIRLQ',
secretAccessKeyS3: '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',
diff --git a/www/assets/i18n/en.json b/www/assets/i18n/en.json
index 6cb8023..7114f8f 100644
--- a/www/assets/i18n/en.json
+++ b/www/assets/i18n/en.json
@@ -14,6 +14,8 @@
"%global.upload_file.button.text": "Upload a file from your computer",
"%global.start.button.text": "Let's Start",
"%global.go.button.text": "Let's Go!",
+ "%global.close_information.button.text": "Close information",
+ "%global.join.button.text": "join now",
"%global.more.label.text": "+ More",
"%global.age.text": "years old",
@@ -28,21 +30,24 @@
"%global.teacher.type.hobby.text": "Community Tutor",
"%global.teacher.type.professional.text": "Professional Teacher",
"%global.currency.text": "$US",
+ "%global.currency.suffix.text": "USD",
"%global.time.text": "/ week",
"%global.review.text": "reviews",
"%global.validation.null.message.text": "Required",
"%global.validation.empty.message.text": "Required",
- "%global.validation.string.message.text": "should be a string",
- "%global.validation.number.message.text": "should be a number",
- "%global.validation.email.message.text": "please write a valid email",
+ "%global.validation.string.message.text": "Should be a string",
+ "%global.validation.number.message.text": "Should be a number",
+ "%global.validation.email.message.text": "Please write a valid email",
"%global.validation.true.message.text": "Required",
"%global.validation.is_not_zero.message.text": "Give a value different to 0",
"__HEADER__": "",
"%header.lang.options.en.text": "English",
"%header.lang.options.es.text": "Spanish",
- "%header.join.teacher.tooltip.first_part.text": "A teacher on Waysily earns",
+ "%header.search.placeholder.text": "Where to?",
+ "%header.join.teacher.tooltip.first_part.text.legacy": "A teacher on Waysily earns",
+ "%header.join.teacher.tooltip.first_part.text": "A private teacher earns",
"%header.join.teacher.tooltip.second_part.text": "on average",
"__NOTIFICATION__": "",
@@ -91,15 +96,75 @@
"%landing.progress.title.text": "Our progress",
"%landing.recommend.cntry.text": "Which country would you like us to include in Waysily?",
- "%landing.recommend.teacher.text": "Do you know a teacher you would recommend to be part of Waysily?",
+ "%landing.recommend.teacher.text.legacy": "Do you know a teacher you would recommend to be part of Waysily?",
+ "%landing.recommend.teacher.text": "Would you like to recommend a teacher?",
"%landing.recommend.teacher.button.text": "Recommend Teacher",
- "%landing.recommend.school.text": "Did you study at any school and you had a great experience there?",
+ "%landing.recommend.school.text.legacy": "Did you study at any school and you had a great experience there?",
+ "%landing.recommend.school.text": "Let us know if you would like us to include a school",
"%landing.recommend.school.button.text": "Recommend School",
"%landing.get_user.message.success.text": "Thank you!, You’re all set. We’ll be in touch.",
"%landing.get_user.title.text": "Stay Connected!",
"%landing.get_user.description.text": "Get the list of new teachers and schools in your inbox.",
"%landing.get_user.input_email.placeholder.text": "Enter Email Address",
+ "%landing.get_user.help_text.text": "Don't worry, we won't send you junk mail.",
+
+ "__TEACHER LANDING PAGE__": "",
+ "%landing.teacher.puv.v1": "Be owner your time, do what you love and earn money to finance your dreams.",
+ "%landing.teacher.puv.v2": "Make yourself visible and earn money while doing what you are most passionate about.",
+ "%landing.teacher.puv.v3": "Build a reputation, become visible and earn money doing what you most passionate about.",
+ "%landing.teacher.puv.description.first_part.text": "Be visible to",
+ "%landing.teacher.puv.description.second_part.text": "6.000+ students",
+ "%landing.teacher.puv.description.third_part.text": "who travel to your country every year.",
+
+ "%landing.teacher.preview_container.title.text": "When the students enter to Waysily map, they will see you like this:",
+ "%landing.teacher.preview_container.help_text.text": "example information",
+ "%landing.teacher.explanation_section.title.text": "Join to this great community",
+ "%landing.teacher.explanation_section.description.first_part.text": "You could earn approximately",
+ "%landing.teacher.explanation_section.description.second_part.text": "340 USD",
+ "%landing.teacher.explanation_section.description.third_part.text": "a week on the Waysily map.",
+
+ "%landing.teacher.how_start.title.text": "How do you get started?",
+ "%landing.teacher.how_start.description.first_part.text": "Simple! Just fill out",
+ "%landing.teacher.how_start.description.second_part.text": "this form",
+ "%landing.teacher.how_start.description.third_part.text": "with information about your experience as a teacher or tutor. We will validate your information to make sure that your profile looks professional, if any information is necessary, we will contact you. Review time takes 3 to 4 days. After that period your profile will be available on",
+ "%landing.teacher.how_start.description.fourth_part.text": "the map.",
+
+ "%landing.teacher.why_waysily.title.text": "Why should I be in Waysily?",
+ "%landing.teacher.why_waysily.description.first_part.text": "Approximately each year,",
+ "%landing.teacher.why_waysily.description.second_part.text": "42'000.000 people travel",
+ "%landing.teacher.why_waysily.description.third_part.text": "to learn a language by immersing themselves in the culture and customs of each country. If your classes offer a human connection, a dynamic methodology or an immersion in the local culture, you're in the right place.",
+ "%landing.teacher.why_waysily.description.fourth_part.text": "Your profile is public on the platform, which will also have visibility to all students/travelers via email, Twitter and Facebook.",
+ "%landing.teacher.why_waysily.details.title.text": "So, why should I be in Waysily?:",
+ "%landing.teacher.why_waysily.details.first_detail.text": "Build a reputation, and become visible globally.",
+ "%landing.teacher.why_waysily.details.second_detail.text": "You will have the possibility to have more students every day.",
+ "%landing.teacher.why_waysily.details.third_detail.text": "Earn extra money.",
+ "%landing.teacher.why_waysily.details.fourth_detail.text": "Free Marketing, and you will not depend on recommendations of friends and acquaintances.",
+ "%landing.teacher.why_waysily.details.fifth_detail.text": "You will not have to spend money handing out business cards in public places. (e.g. cafes and hostels).",
+ "%landing.teacher.why_waysily.details.sixth_detail.text": "You set your prices and time.",
+ "%landing.teacher.why_waysily.details.seventh_detail.first_part.text": "Get the",
+ "%landing.teacher.why_waysily.details.seventh_detail.second_part.text": "Waysily badge",
+ "%landing.teacher.why_waysily.details.seventh_detail.third_part.text": "to stand out among the other teachers and receive more benefits.",
+ "%landing.teacher.why_waysily.details.seventh_detail.fourth_part.text": "Learn more.",
+
+ "%landing.teacher.badge_explanation.what_is.title.text": "What is the Waysily badge?",
+ "%landing.teacher.badge_explanation.what_is.description.text": "It is a badge that you will see on all pages that refer to you as a teacher (profile, search results, etc.).",
+ "%landing.teacher.badge_explanation.benefit.title.text": "What benefits do I gain by obtaining the Waysily badge?",
+ "%landing.teacher.badge_explanation.benefit.description.text": "Teachers with the badge have frequent class reservations, priority support and exclusive access to new products and functions.",
+ "%landing.teacher.badge_explanation.get.title.text": "How to get the Waysily badge?",
+ "%landing.teacher.badge_explanation.get.description.text": "Teachers who meet the following requirements have the badge. The badge will appear at the bottom of your profile image:",
+ "%landing.teacher.badge_explanation.get.first_requirement.title.text": "Experience",
+ "%landing.teacher.badge_explanation.get.first_requirement.description.text": "Teachers who provide a minimum of 10 classes per month through Waysily.",
+ "%landing.teacher.badge_explanation.get.second_requirement.title.text": "5-Star Reviews",
+ "%landing.teacher.badge_explanation.get.second_requirement.description.text": "Teachers provide classes that inspire enthusiastic reviews. At least 80% of your reviews need to be 5 stars.",
+ "%landing.teacher.badge_explanation.get.third_requirement.title.text": "High Response Rate",
+ "%landing.teacher.badge_explanation.get.third_requirement.description.text": "Teachers who respond to a class booking request quickly.",
+ "%landing.teacher.badge_explanation.get.fourth_requirement.title.text": "Commitment",
+ "%landing.teacher.badge_explanation.get.fourth_requirement.description.text": "Teachers who don't cancel confirmed reservations unless there are extenuating circumstances.",
+
+ "%landing.teacher.who.title.text": "Who is eligible?",
+ "%landing.teacher.who.quote.text": "The man who makes that the difficult things seem easy, is an educator.",
+ "%landing.teacher.who.description.text": "Certified teachers or community tutors are welcome. You must have experience or enjoy teaching, if you meet this you can be part of this great community.",
"__STUDENT LANDING PAGE__": "",
"%landing.student.puv": "Immerse yourself in another culture",
@@ -176,12 +241,12 @@
"__CREATE TEACHER PAGE__": "",
"__TEACHER WELCOME SECTION__":"",
- "%create.teacher.welcome.title.text": "¡Bienvenido!, El proceso toma aproximadamente 10 minutos",
- "$create.teacher.welcome.subtitle.text": "¿Que tipo de profesores hacen parte de Waysily?",
- "$create.teacher.welcome.type.hobby.description.text": "Hablante nativo o casi nativo que disfruta de la enseñanza informal. 18 años o más.",
- "$create.teacher.welcome.type.professional.description.text": "Profesional que ha recibido formación en la enseñanza de lenguas extranjeras.",
+ "%create.teacher.welcome.title.text": "Welcome!, The process takes approximately 10 minutes",
+ "$create.teacher.welcome.subtitle.text": "What kind of teachers are part of Waysily?",
+ "$create.teacher.welcome.type.hobby.description.text": "Native or near-native speaker that enjoys teaching informally. 18 years or older.",
+ "$create.teacher.welcome.type.professional.description.text": "Working Professional that has been trained in foreign language acquisition.",
- "%create.teacher.welcome.help_text.description.text": "En tu ciudad, los profesores privados estan ganando aproximadamente:",
+ "%create.teacher.welcome.help_text.description.text": "In your city, private teachers are earning approximately:",
"__1. TEACHER INFO SECTION__": "",
"%create.teacher.basic_info.title.text": "Step 1 - Basic Information",
@@ -195,24 +260,24 @@
"%create.teacher.basic_info.form.mth_birthdate.text": "Month",
"%create.teacher.basic_info.form.born.text": "Where you born?",
"%create.teacher.basic_info.form.about.text": "Describe Yourself",
- "%create.teacher.basic_info.form.about.input.text": "e.g. I enjoy traveling around the world, and I feel good cooking on my free time",
+ "%create.teacher.basic_info.form.about.input.text": "e.g. I enjoy traveling around the world, meeting cultures and learning languages.",
"%create.teacher.basic_info.help_text.title.text": "Show the world who you are",
- "%create.teacher.basic_info.help_text.description.text": "Waysily focuses on creating real connections. Describe in detail helps other users to know you much better. Share with them your tastes, trips, anecdotes or hobbies. Tell them what it would be like to have you as their teacher, you can even go into more personal aspects: Is there any particular phrase that defines your way of teaching?",
- "%create.teacher.basic_info.help_text.name.title.text": "Title of Name",
- "%create.teacher.basic_info.help_text.name.description.text": "Description of Name",
- "%create.teacher.basic_info.help_text.email.title.text": "Title of Email",
- "%create.teacher.basic_info.help_text.email.description.text": "Description of Email",
- "%create.teacher.basic_info.help_text.phone_number.title.text": "Title of Phone Number",
- "%create.teacher.basic_info.help_text.phone_number.description.text": "Description of Phone Number",
- "%create.teacher.basic_info.help_text.gender.title.text": "Title of Sex",
- "%create.teacher.basic_info.help_text.gender.description.text": "Description of Sex",
- "%create.teacher.basic_info.help_text.birthdate.title.text": "Title of Birth Date",
- "%create.teacher.basic_info.help_text.birthdate.description.text": "Description of Birth Date",
- "%create.teacher.basic_info.help_text.born.title.text": "Title of Born",
- "%create.teacher.basic_info.help_text.born.description.text": "Description of Born",
- "%create.teacher.basic_info.help_text.about.title.text": "Title of About",
- "%create.teacher.basic_info.help_text.about.description.text": "Description of About",
+ "%create.teacher.basic_info.help_text.description.text": "Waysily wants to create real connections. Describe yourself helps your future students get to know you better. Share with them a little of you, likes, trips, or hobbies. Tell them what it would be like to have you as a teacher. Is there a particular phrase that defines your way of teaching?",
+ "%create.teacher.basic_info.help_text.name.title.text": "First and Last Name",
+ "%create.teacher.basic_info.help_text.name.description.text": "Only your first name will be displayed on your profile. When a student requests a reservation, the student will be able to see your first and last name. This is for your safety.",
+ "%create.teacher.basic_info.help_text.email.title.text": "Email",
+ "%create.teacher.basic_info.help_text.email.description.text": "We will not share your email address with other users.",
+ "%create.teacher.basic_info.help_text.phone_number.title.text": "Phone Number",
+ "%create.teacher.basic_info.help_text.phone_number.description.text": "This information will not be shared with other users. We will only use it to contact you if necessary.",
+ "%create.teacher.basic_info.help_text.gender.title.text": "Gender",
+ "%create.teacher.basic_info.help_text.gender.description.text": "This data is required, because there are students who prefer to receive classes of women and others of men.",
+ "%create.teacher.basic_info.help_text.birthdate.title.text": "Birth Date",
+ "%create.teacher.basic_info.help_text.birthdate.description.text": "This field is required since some students prefer to receive classes of teachers older than them.",
+ "%create.teacher.basic_info.help_text.born.title.text": "Where were you born?",
+ "%create.teacher.basic_info.help_text.born.description.text": "It's important that students know whether or not you are native to the language you're teaching.",
+ "%create.teacher.basic_info.help_text.about.title.text": "Show the world who you are",
+ "%create.teacher.basic_info.help_text.about.description.text": "Waysily wants to create real connections. Describe yourself helps your future students get to know you better. Share with them a little of you, likes, trips, or hobbies. Tell them what it would be like to have you as a teacher. Is there a particular phrase that defines your way of teaching?",
"__2. TEACHER LOCATION SECTION__": "",
"%create.teacher.location.title.text": "Step 2 - Where are you located?",
@@ -224,20 +289,20 @@
"%create.teacher.location.form.address.text": "Street Address",
"%create.teacher.location.form.position.text": "Drag the marker to change location.",
- "%create.teacher.location.help_text.title.text": "Show the world who you are",
- "%create.teacher.location.help_text.description.text": "Waysily focuses on creating real connections. Describe in detail helps other users to know you much better. Share with them your tastes, trips, anecdotes or hobbies. Tell them what it would be like to have you as their teacher, you can even go into more personal aspects: Is there any particular phrase that defines your way of teaching?",
- "%create.teacher.location.help_text.cntry.title.text": "Title of Country",
- "%create.teacher.location.help_text.cntry.description.text": "Description of Country",
- "%create.teacher.location.help_text.state.title.text": "Title of State",
- "%create.teacher.location.help_text.state.description.text": "Description of State",
- "%create.teacher.location.help_text.city.title.text": "Title of City",
- "%create.teacher.location.help_text.city.description.text": "Description of City",
- "%create.teacher.location.help_text.zip_code.title.text": "Title of Zip Code",
- "%create.teacher.location.help_text.zip_code.description.text": "Description of Zip Code",
- "%create.teacher.location.help_text.address.title.text": "Title of Address",
- "%create.teacher.location.help_text.address.description.text": "Description of Address",
- "%create.teacher.location.help_text.position.title.text": "Title of Position",
- "%create.teacher.location.help_text.position.description.text": "Description of Position",
+ "%create.teacher.location.help_text.title.text": "Let them find you faster",
+ "%create.teacher.location.help_text.description.text": "Your exact address will not be shared with anyone for safety. Position yourself on the map is an approximation to show students that you are near them.",
+ "%create.teacher.location.help_text.cntry.title.text": "Let them find you faster",
+ "%create.teacher.location.help_text.cntry.description.text": "Your exact address will not be shared with anyone for safety. Position yourself on the map is an approximation to show students that you are near them.",
+ "%create.teacher.location.help_text.state.title.text": "Let them find you faster",
+ "%create.teacher.location.help_text.state.description.text": "Your exact address will not be shared with anyone for safety. Position yourself on the map is an approximation to show students that you are near them.",
+ "%create.teacher.location.help_text.city.title.text": "Let them find you faster",
+ "%create.teacher.location.help_text.city.description.text": "Your exact address will not be shared with anyone for safety. Position yourself on the map is an approximation to show students that you are near them.",
+ "%create.teacher.location.help_text.zip_code.title.text": "Let them find you faster",
+ "%create.teacher.location.help_text.zip_code.description.text": "Your exact address will not be shared with anyone for safety. Position yourself on the map is an approximation to show students that you are near them.",
+ "%create.teacher.location.help_text.address.title.text": "Address",
+ "%create.teacher.location.help_text.address.description.text": "Your address will not be shared with anyone, this field is simply to locate you on the map, but your exact position will not be known by any user.",
+ "%create.teacher.location.help_text.position.title.text": "Position on the map",
+ "%create.teacher.location.help_text.position.description.text": "You can drag the marker if the map is not showing the location you want to share. Click and hold the marker, and drag it to the location you want.",
"__3. TEACHER LANG SECTION__": "",
"%create.teacher.lang.title.text": "Step 3 - What languages do you dominate?",
@@ -245,14 +310,14 @@
"%create.teacher.lang.form.teach.text": "Languages you teach",
"%create.teacher.lang.form.learn.text": "Other languages you speak or learn",
- "%create.teacher.lang.help_text.title.text": "Show the world who you are",
- "%create.teacher.lang.help_text.description.text": "Waysily focuses on creating real connections. Describe in detail helps other users to know you much better. Share with them your tastes, trips, anecdotes or hobbies. Tell them what it would be like to have you as their teacher, you can even go into more personal aspects: Is there any particular phrase that defines your way of teaching?",
- "%create.teacher.lang.help_text.native.title.text": "Title of Native",
- "%create.teacher.lang.help_text.native.description.text": "Description of Native",
- "%create.teacher.lang.help_text.teach.title.text": "Title of Teach",
- "%create.teacher.lang.help_text.teach.description.text": "Description of Teach",
- "%create.teacher.lang.help_text.learn.title.text": "Title of Learn",
- "%create.teacher.lang.help_text.learn.description.text": "Description of Learn",
+ "%create.teacher.lang.help_text.title.text": "Languages around you",
+ "%create.teacher.lang.help_text.description.text": "Share all languages with which you are familiar, from the native language until the language you are learning in order to make known to your students in which other languages they could communicate with you.",
+ "%create.teacher.lang.help_text.native.title.text": "Native Languages",
+ "%create.teacher.lang.help_text.native.description.text": "Languages you have mastered since childhood.",
+ "%create.teacher.lang.help_text.teach.title.text": "Languages you are teaching",
+ "%create.teacher.lang.help_text.teach.description.text": "Add all the languages you have learned throughout your life and you are in the ability to teach.",
+ "%create.teacher.lang.help_text.learn.title.text": "Other languages you speak or learn",
+ "%create.teacher.lang.help_text.learn.description.text": "It's important that your students know which other languages you speak fluently or you're learning, as this would help better communication during the lessons.",
"__4. TEACHER EXPERIENCE SECTION__": "",
"%create.teacher.experience.title.text": "Step 4 - What is you experience as a teacher?",
@@ -262,14 +327,14 @@
"%create.teacher.experience.form.experience.add_button.text": "+ Add experience",
"%create.teacher.experience.form.inline_help_text.experience.text":"Texto de ayuda explicando algo importante en esta sección.",
- "%create.teacher.experience.help_text.title.text": "Show the world who you are",
- "%create.teacher.experience.help_text.description.text": "Waysily focuses on creating real connections. Describe in detail helps other users to know you much better. Share with them your tastes, trips, anecdotes or hobbies. Tell them what it would be like to have you as their teacher, you can even go into more personal aspects: Is there any particular phrase that defines your way of teaching?",
- "%create.teacher.experience.help_text.type.title.text": "Title of Type",
- "%create.teacher.experience.help_text.type.description.text": "Description of Type",
- "%create.teacher.experience.help_text.teacher_since.title.text": "Title of Since",
- "%create.teacher.experience.help_text.teacher_since.description.text": "Description of Since",
- "%create.teacher.experience.help_text.experiences.title.text": "Title of Experience",
- "%create.teacher.experience.help_text.experiences.description.text": "Description of Experience",
+ "%create.teacher.experience.help_text.title.text": "Experiences as a professional teacher or tutor",
+ "%create.teacher.experience.help_text.description.text": "By sharing your experience as a teacher you show your trajectory through the years, this is very important as it helps to reassure to the student when choose a teacher.",
+ "%create.teacher.experience.help_text.type.hobby.description.text": "Native or near-native speaker that enjoys teaching informally. 18 years or older.",
+ "%create.teacher.experience.help_text.type.professional.description.text": "Working Professional that has been trained in foreign language acquisition.",
+ "%create.teacher.experience.help_text.teacher_since.title.text": "Start year",
+ "%create.teacher.experience.help_text.teacher_since.description.text": "Specify the year in which you started the teaching adventure.",
+ "%create.teacher.experience.help_text.experiences.title.text": "Experiences as a professional teacher or tutor",
+ "%create.teacher.experience.help_text.experiences.description.text": "By sharing your experience as a teacher you show your trajectory through the years, this is very important as it helps to reassure to the student when choose a teacher.",
"__5. TEACHER EDUCATION SECTION__": "",
"%create.teacher.education.title.text": "Step 5 - Where did you study?",
@@ -280,13 +345,13 @@
"%create.teacher.education.form.certificate.add_button.text": "+ Add certificate",
"%create.teacher.education.form.inline_help_text.certificate.text":"Texto de ayuda explicando algo importante en esta sección.",
- "%create.teacher.education.help_text.title.text": "Show the world who you are",
- "%create.teacher.education.help_text.description.text": "Waysily focuses on creating real connections. Describe in detail helps other users to know you much better. Share with them your tastes, trips, anecdotes or hobbies. Tell them what it would be like to have you as their teacher, you can even go into more personal aspects: Is there any particular phrase that defines your way of teaching?",
- "%create.teacher.education.help_text.educations.title.text": "Title of Education",
- "%create.teacher.education.help_text.educations.description.text": "Description of Education",
- "%create.teacher.education.help_text.certificates.title.text": "Title of Certificate",
- "%create.teacher.education.help_text.certificates.description.text": "Description of Certificate",
- "%create.teacher.education.validation.message.text": "You need to share some study (professional degree or certificate)",
+ "%create.teacher.education.help_text.title.text": "Studies as a professional teacher",
+ "%create.teacher.education.help_text.description.text": "Your time and money invested learning a language and a formal teaching methodology is highly valued by all students.",
+ "%create.teacher.education.help_text.educations.title.text": "University or Higher Education Degree in Education or Teaching",
+ "%create.teacher.education.help_text.educations.description.text": "Share your professional degrees with students. (e.g. Bachelor's, Master's or Doctoral Degree in Education).",
+ "%create.teacher.education.help_text.certificates.title.text": "Language Teaching Certificate",
+ "%create.teacher.education.help_text.certificates.description.text": "Share your certifications with students. (e.g. TESOL, TEFL, Foreign Language Teaching Certification).",
+ "%create.teacher.education.validation.message.text": "You need to share a study (professional degree or certificate)",
"__6. TEACHER METHOD SECTION__": "",
"%create.teacher.method.title.text": "Step 6 - Methodology",
@@ -296,25 +361,27 @@
"%create.teacher.method.form.imm.type.text":"Type of Immersion",
"%create.teacher.method.form.imm.type.option_list.text": "Select Type of Immersion",
"%create.teacher.method.form.imm.type.other.text": "Other type of immersion",
- "%create.teacher.method.form.imm.type.other.placeholder.text": "e.g. We will take classes every Friday at Café Velvet surrounded by locals.",
- "%create.teacher.method.help_text.title.text": "Show the world who you are",
- "%create.teacher.method.help_text.description.text": "Waysily focuses on creating real connections. Describe in detail helps other users to know you much better. Share with them your tastes, trips, anecdotes or hobbies. Tell them what it would be like to have you as their teacher, you can even go into more personal aspects: Is there any particular phrase that defines your way of teaching?",
- "%create.teacher.method.help_text.methodology.title.text": "Title of Methodology",
- "%create.teacher.method.help_text.methodology.description.text": "Description of Methodology",
- "%create.teacher.method.help_text.imm.title.text": "Title of Immersion",
- "%create.teacher.method.help_text.imm.description.text": "Description of Immersion",
+ "%create.teacher.method.form.imm.type.other.placeholder.text": "e.g. We will take classes every Friday at Velvet Café surrounded by locals.",
+
+ "%create.teacher.method.help_text.title.text": "Your teaching style makes the difference",
+ "%create.teacher.method.help_text.description.text": "90% of travelers are seeking to immerse themselves in new cultures in order to speed up their language learning. Mixing this with a tutor who guides them all the way, travelers get unique experiences, and learning a language quickly.",
+ "%create.teacher.method.help_text.methodology.title.text": "Teaching method",
+ "%create.teacher.method.help_text.methodology.description.text": "This field is required. This will be an excellent guide since according to the method you use, students will feel more identified and related with your methodology. Describe in detail what teaching method you use (e.g. books and supporting material, conversations with local people, flashcards, etc.).",
+ "%create.teacher.method.help_text.imm.title.text": "Immersion in your culture",
+ "%create.teacher.method.help_text.imm.description.text": "Describe if your classes offer some kind of 'immersion in the language'. Being in direct contact with local people is a big factor to learn a language faster. (e.g. Exit every third class to the central park to talk with local people or each Friday class will be in a cafe to share with locals, etc.).",
"__7. TEACHER PRICE SECTION__": "",
"%create.teacher.price.title.text": "Step 7 - Price of your classes",
"%create.teacher.price.form.price.text": "Price per hour (dollars)",
"%create.teacher.price.form.private_class.text": "Private Classes",
"%create.teacher.price.form.group_class.text": "Group Classes",
- "%create.teacher.price.help_text.title.text": "Show the world who you are",
- "%create.teacher.price.help_text.description.text": "Waysily focuses on creating real connections. Describe in detail helps other users to know you much better. Share with them your tastes, trips, anecdotes or hobbies. Tell them what it would be like to have you as their teacher, you can even go into more personal aspects: Is there any particular phrase that defines your way of teaching?",
- "%create.teacher.price.help_text.private_class.title.text": "Title of Private Classes",
- "%create.teacher.price.help_text.private_class.description.text": "Description of Private Classes",
- "%create.teacher.price.help_text.group_class.title.text": "Title of Group Classes",
- "%create.teacher.price.help_text.group_class.description.text": "Description of Group Classes",
+
+ "%create.teacher.price.help_text.title.text": "Set the price to your work",
+ "%create.teacher.price.help_text.description.text": "Set the price to your teaching time (in dollars). On average a teacher who teaches classes to travelers in your country is earning $ 20 / hour. It all depends on your experience and the reputation you build in Waysily.",
+ "%create.teacher.price.help_text.private_class.title.text": "Private Classes",
+ "%create.teacher.price.help_text.private_class.description.text": "These are the classes in which you focus 100% on one student per class. (1 to 1).",
+ "%create.teacher.price.help_text.group_class.title.text": "Group Classes",
+ "%create.teacher.price.help_text.group_class.description.text": "These are the classes in which you focus on several students per class.",
"%create.teacher.price.validation.message.text": "Is Required to choose a type of Classes",
"__8. TEACHER AVATAR PHOTO SECTION__": "",
@@ -325,9 +392,9 @@
"%create.teacher.photo.form.avatar.criteria.3.text": "shows your eyes and face clearly",
"%create.teacher.photo.form.avatar.criteria.4.text": "is clear and has good lighting",
"%create.teacher.photo.form.avatar.criteria.5.text": "is friendly and professional",
- "%create.teacher.photo.help_text.title.text": "Show the world who you are",
- "%create.teacher.photo.help_text.description.text": "Waysily focuses on creating real connections. Describe in detail helps other users to know you much better. Share with them your tastes, trips, anecdotes or hobbies. Tell them what it would be like to have you as their teacher, you can even go into more personal aspects: Is there any particular phrase that defines your way of teaching?",
- "%create.teacher.photo.help_text.avatar.title.text": "First impresion are important!",
+ "%create.teacher.photo.help_text.title.text": "First impressions are lasting",
+ "%create.teacher.photo.help_text.description.text": "Clear front photos are an important way for teachers and students to get to know each other. Load a photo that clearly shows your face.",
+ "%create.teacher.photo.help_text.avatar.title.text": "First impressions are lasting",
"%create.teacher.photo.help_text.avatar.description.text": "Clear frontal face photos are an important way for hosts and guests to learn about each other. It’s not much fun to host a landscape! Please upload a photo that clearly shows your face.",
"%create.teacher.photo.help_text.avatar.uploaded.title.text": "Preview of your photo",
"%create.teacher.photo.help_text.avatar.uploaded.description.text": "We will validate your photograph so that you are sure that it satisfies the minimum criteria. This will help you get students quickly.",
diff --git a/www/assets/i18n/es.json b/www/assets/i18n/es.json
index 4fc65a8..4989088 100644
--- a/www/assets/i18n/es.json
+++ b/www/assets/i18n/es.json
@@ -15,7 +15,7 @@
"%global.start.button.text": "Empecemos",
"%global.go.button.text": "¡Vamos!",
"%global.close_information.button.text": "Cerrar Información",
- "%global.join.button.text": "join now",
+ "%global.join.button.text": "únete ahora",
"%global.more.label.text": "+ Más",
"%global.age.text": "años",
@@ -36,15 +36,16 @@
"%global.validation.null.message.text": "Valor requerido",
"%global.validation.empty.message.text": "Valor requerido",
- "%global.validation.string.message.text": "Valor deberia ser un string",
- "%global.validation.number.message.text": "Valor deberia ser un número",
- "%global.validation.email.message.text": "Por favor escribe un correo valido",
+ "%global.validation.string.message.text": "Este valor debería ser texto",
+ "%global.validation.number.message.text": "Este valor debería ser un número",
+ "%global.validation.email.message.text": "Escribe un correo electrónico válido",
"%global.validation.true.message.text": "Valor requerido",
"%global.validation.is_not_zero.message.text": "Escribe un valor diferente a 0",
"__HEADER__": "",
"%header.lang.options.en.text": "Inglés",
"%header.lang.options.es.text": "Español",
+ "%header.search.placeholder.text": "¿Dónde ir?",
"%header.join.teacher.tooltip.first_part.text.legacy": "Un profesor en Waysily gana",
"%header.join.teacher.tooltip.first_part.text": "Un profesor privado gana",
"%header.join.teacher.tooltip.second_part.text": "en promedio",
@@ -62,25 +63,25 @@
"%modal.experience.form.date_start.text": "Fecha de inicio",
"%modal.experience.form.date_finish.text": "Fecha final",
"%modal.experience.form.description.text": "Cuentanos de tu experiencia",
- "%modal.experience.form.description.placeholder.text": "e.g. Yo enseñaba a personas de todo el mundo, nos reunimos en los parques y museos para tener una immersion completa.",
+ "%modal.experience.form.description.placeholder.text": "p.ej. Yo enseñaba a personas de todo el mundo, nos reunimos en los parques y museos para tener una immersion completa.",
"%modal.education.title.text": "Agregar/Editar Educación",
"%modal.education.form.field_study.text": "Campo de Estudio",
- "%modal.education.form.field_study.placeholder.text": "e.g. Profesor de Español / Licenciado en Lenguas",
+ "%modal.education.form.field_study.placeholder.text": "p.ej. Profesor de Español / Licenciado en Lenguas",
"%modal.education.form.school.text": "Escuela/Institución",
"%modal.education.form.dg.text": "Titulo",
"%modal.education.form.dg.option_list.text": "titulo",
"%modal.education.form.date_start.text": "Fecha de inicio",
"%modal.education.form.date_finish.text": "Fecha final",
"%modal.education.form.description.text": "¿Que aprendiste?",
- "%modal.education.form.description.placeholder.text": "e.g. Aprendi en profundidad el idioma, su historia y gramatica. Además aprendi la metodologia adecuada para enseñar.",
+ "%modal.education.form.description.placeholder.text": "p.ej. Aprendi en profundidad el idioma, su historia y gramatica. Además aprendi la metodologia adecuada para enseñar.",
"%modal.certificate.title.text": "Agregar/Editar Certificado",
"%modal.certificate.form.name.text": "Nombre del Certificado",
"%modal.certificate.form.institution.text": "Escuela/Institución",
"%modal.certificate.form.date_received.text": "Fecha de recepción",
"%modal.certificate.form.description.text": "¿Que aprendiste?",
- "%modal.certificate.form.description.placeholder.text": "e.g. Aprendi en profundidad el idioma, su historia y gramatica. Además aprendi la metodologia adecuada para enseñar.",
+ "%modal.certificate.form.description.placeholder.text": "p.ej. Aprendi en profundidad el idioma, su historia y gramatica. Además aprendi la metodologia adecuada para enseñar.",
"__LANDING PAGE__": "",
"%landing.header.join.label.text": "Unirse como:",
@@ -96,7 +97,7 @@
"%landing.recommend.cntry.text": "¿Qué país te gustaría que incluyéramos en Waysily?",
"%landing.recommend.teacher.text.legacy": "¿Conoces algún profesor que recomendarias para que haga parte de Waysily?",
- "%landing.recommend.teacher.text": "¿Te gustaría recomendar algún profesores?",
+ "%landing.recommend.teacher.text": "¿Te gustaría recomendar algún profesor?",
"%landing.recommend.teacher.button.text": "Recomendar Profesor",
"%landing.recommend.school.text.legacy": "¿Estudiaste en alguna escuela y tuviste una experiencia grandiosa?",
"%landing.recommend.school.text": "Haznos saber si te gustaría que incluyéramos alguna escuela",
@@ -131,7 +132,7 @@
"%landing.teacher.why_waysily.title.text": "¿Por qué estar en Waysily?",
"%landing.teacher.why_waysily.description.first_part.text": "Aproximadamente viajan",
- "%landing.teacher.why_waysily.description.second_part.text": "18.000 personas cada año en el mundo",
+ "%landing.teacher.why_waysily.description.second_part.text": "42'000.000 personas cada año en el mundo",
"%landing.teacher.why_waysily.description.third_part.text": "para aprender un idioma sumergiéndose en la cultura y costumbres de cada país. Si tus clases ofrecen una conexión humana, una metodología dinámica o una inmersión en la cultura local, estas en el lugar correcto.",
"%landing.teacher.why_waysily.description.fourth_part.text": "Tu perfil es público en la plataforma el cual es visible a todos los estudiantes / viajeros a través de correo electrónico, Twitter y Facebook.",
"%landing.teacher.why_waysily.details.title.text": "Entonces, ¿Por qué estar en Waysily?:",
@@ -139,7 +140,7 @@
"%landing.teacher.why_waysily.details.second_detail.text": "Tendrás la posibilidad de tener más estudiantes todos los días.",
"%landing.teacher.why_waysily.details.third_detail.text": "Gana dinero extra.",
"%landing.teacher.why_waysily.details.fourth_detail.text": "Marketing gratis, así ya no dependerás de recomendaciones de conocidos o amigos.",
- "%landing.teacher.why_waysily.details.fifth_detail.text": "No tendrás que gastar dinero entregando tarjetas de presentación en sitios públicos. (cafés y hostales).",
+ "%landing.teacher.why_waysily.details.fifth_detail.text": "No tendrás que gastar dinero entregando tarjetas de presentación en sitios públicos. (p.ej. cafés y hostales).",
"%landing.teacher.why_waysily.details.sixth_detail.text": "Tu asignas los precios y el tiempo.",
"%landing.teacher.why_waysily.details.seventh_detail.first_part.text": "Obtén la",
"%landing.teacher.why_waysily.details.seventh_detail.second_part.text": "insignia de Waysily",
@@ -150,18 +151,18 @@
"%landing.teacher.badge_explanation.what_is.description.text": "Es un distintivo que veras en todas las paginas alusivas a ti como profesor (perfil, resultados de búsqueda, etc.).",
"%landing.teacher.badge_explanation.benefit.title.text": "¿Que beneficios adquiero al obtener la insignia de Waysily?",
"%landing.teacher.badge_explanation.benefit.description.text": "Los profesores con la insignia cuentan con reservas de clases frecuentes, asistencia prioritaria y acceso exclusivo a nuevos productos y funciones.",
- "%landing.teacher.badge_explanation.get.title.text": "¿Como obtengo la insignia de Waysily?",
+ "%landing.teacher.badge_explanation.get.title.text": "¿Cómo obtengo la insignia de Waysily?",
"%landing.teacher.badge_explanation.get.description.text": "Los profesores que cumplen los siguientes requisitos cuentan con la insignia. Este distintivo aparecerá en la parte inferior de tu foto de perfil:",
"%landing.teacher.badge_explanation.get.first_requirement.title.text": "Experiencia",
- "%landing.teacher.badge_explanation.get.first_requirement.description.text": "Los profesores que reciben un mínimo de 10 clases al mes a través de Waysily.",
+ "%landing.teacher.badge_explanation.get.first_requirement.description.text": "Los profesores que brindan un mínimo de 10 clases al mes a través de Waysily.",
"%landing.teacher.badge_explanation.get.second_requirement.title.text": "Evaluaciones con 5 estrellas",
"%landing.teacher.badge_explanation.get.second_requirement.description.text": "Los profesores que reciben excelentes calificaciones. Como mínimo, el 80% de estas deben ser de 5 estrellas.",
"%landing.teacher.badge_explanation.get.third_requirement.title.text": "Ratio de respuesta",
"%landing.teacher.badge_explanation.get.third_requirement.description.text": "Los profesores que responden una solicitud de reserva con rapidez.",
"%landing.teacher.badge_explanation.get.fourth_requirement.title.text": "Compromiso",
- "%landing.teacher.badge_explanation.get.fourth_requirement.description.text": "Los profesores que respeten las reservas ya confirmadas y solo las cancelen en muy raras ocasiones.",
+ "%landing.teacher.badge_explanation.get.fourth_requirement.description.text": "Los profesores que respeten las reservas ya confirmadas y sólo las cancelen en muy raras ocasiones.",
- "%landing.teacher.who.title.text": "¿Quien es elegible?",
+ "%landing.teacher.who.title.text": "¿Quién es elegible?",
"%landing.teacher.who.quote.text": "El hombre que hace que las cosas difíciles parezcan fáciles, es educador.",
"%landing.teacher.who.description.text": "Son bienvenidos profesores certificados o tutores de la comunidad. Debes tener experiencia o simplemente alma de profesor, si cumples con esto puedes hacer parte de esta gran comunidad.",
@@ -259,7 +260,7 @@
"%create.teacher.basic_info.form.mth_birthdate.text": "Mes",
"%create.teacher.basic_info.form.born.text": "¿Donde naciste?",
"%create.teacher.basic_info.form.about.text": "Descríbete a ti mismo",
- "%create.teacher.basic_info.form.about.input.text": "e.g. Disfruto viajar por el mundo, conocer culturas y aprender idiomas.",
+ "%create.teacher.basic_info.form.about.input.text": "p.ej. Disfruto viajar por el mundo, conocer culturas y aprender idiomas.",
"%create.teacher.basic_info.help_text.title.text": "Muestralé al mundo quien eres",
"%create.teacher.basic_info.help_text.description.text": "Waysily quiere crear conexiones reales. Describirte ayuda a tus futuros estudiantes a conocerte mejor. Comparte con ellos un poco de ti, gustos, viajes, o pasatiempos. Cuéntales cómo sería tenerte como profesor. ¿Hay alguna frase en especial que defina tu forma de enseñar?",
@@ -269,10 +270,10 @@
"%create.teacher.basic_info.help_text.email.description.text": "No compartiremos tu dirección de correo electrónico con otros usuarios.",
"%create.teacher.basic_info.help_text.phone_number.title.text": "Teléfono Celular",
"%create.teacher.basic_info.help_text.phone_number.description.text": "Esta información no la compartiremos con los demás usuarios. Solo la utilizaremos para ponernos en contacto contigo en caso de ser necesario.",
- "%create.teacher.basic_info.help_text.gender.title.text": "Genero",
- "%create.teacher.basic_info.help_text.gender.description.text": "Este dato es necesario, porque hay estudiantes que prefieren dar clases con mujeres y otros con hombres.",
+ "%create.teacher.basic_info.help_text.gender.title.text": "Género",
+ "%create.teacher.basic_info.help_text.gender.description.text": "Este dato es necesario, porque hay estudiantes que prefieren recibir clases de mujeres y otros de hombres.",
"%create.teacher.basic_info.help_text.birthdate.title.text": "Fecha de cumpleaños",
- "%create.teacher.basic_info.help_text.birthdate.description.text": "Este dato es necesario ya que algunos estudiantes prefieren dar clases con profesores mayores que ellos.",
+ "%create.teacher.basic_info.help_text.birthdate.description.text": "Este dato es necesario ya que algunos estudiantes prefieren recibir clases de profesores mayores que ellos.",
"%create.teacher.basic_info.help_text.born.title.text": "Lugar de nacimiento",
"%create.teacher.basic_info.help_text.born.description.text": "Es importante que los estudiantes sepan si eres nativo o no del idioma que enseñas.",
"%create.teacher.basic_info.help_text.about.title.text": "Muestralé al mundo quien eres",
@@ -290,7 +291,7 @@
"%create.teacher.location.help_text.title.text": "Deja que te encuentren más rapido",
"%create.teacher.location.help_text.description.text": "Tu dirección exacta no la compartiremos con nadie por seguridad. Posicionarte en el mapa es un aproximado para mostrarle a los estudiantes que te encuentras cerca de ellos.",
- "%create.teacher.location.help_text.cntry.title.text": "Deja que te encuentren más rapido",
+ "%create.teacher.location.help_text.cntry.title.text": "Deja que te encuentren más rápido",
"%create.teacher.location.help_text.cntry.description.text": "Tu dirección exacta no la compartiremos con nadie por seguridad. Posicionarte en el mapa es un aproximado para mostrarle a los estudiantes que te encuentras cerca de ellos.",
"%create.teacher.location.help_text.state.title.text": "Deja que te encuentren más rapido",
"%create.teacher.location.help_text.state.description.text": "Tu dirección exacta no la compartiremos con nadie por seguridad. Posicionarte en el mapa es un aproximado para mostrarle a los estudiantes que te encuentras cerca de ellos.",
@@ -315,7 +316,7 @@
"%create.teacher.lang.help_text.native.description.text": "Idiomas que dominas desde tu niñez.",
"%create.teacher.lang.help_text.teach.title.text": "Idiomas que enseñas",
"%create.teacher.lang.help_text.teach.description.text": "Agrega todos los idiomas que has aprendido a lo largo de tu vida y que estas en la capacidad de enseñar.",
- "%create.teacher.lang.help_text.learn.title.text": "Otros idiomas que hablas o estas aprendiendo",
+ "%create.teacher.lang.help_text.learn.title.text": "Otros idiomas que hablas o estás aprendiendo",
"%create.teacher.lang.help_text.learn.description.text": "Es importante que tus estudiantes sepan que otros idiomas hablas fluidamente o estas aprendiendo, ya que esto ayudaría a una mejor comunicación durante las clases.",
"__4. TEACHER EXPERIENCE SECTION__": "",
@@ -347,27 +348,27 @@
"%create.teacher.education.help_text.title.text": "Estudios como profesor profesional",
"%create.teacher.education.help_text.description.text": "Tu tiempo y dinero invertido aprendiendo un idioma, una metodología formal de enseñanza es muy valorado por todos los estudiantes.",
"%create.teacher.education.help_text.educations.title.text": "Título universitario o superior en Educación o Enseñanza",
- "%create.teacher.education.help_text.educations.description.text": "Comparte tus títulos profesionales con los estudiantes. (e.g. Licenciatura, maestría o doctorado en Educación).",
+ "%create.teacher.education.help_text.educations.description.text": "Comparte tus títulos profesionales con los estudiantes. (p.ej. Licenciatura, maestría o doctorado en Educación).",
"%create.teacher.education.help_text.certificates.title.text": "Certificado de enseñanza en idiomas",
- "%create.teacher.education.help_text.certificates.description.text": "Comparte las certificaciones que tienes con los estudiantes. (e.g. TESOL, TEFL, certificado de enseñanza de lenguas extranjeras).",
+ "%create.teacher.education.help_text.certificates.description.text": "Comparte las certificaciones que tienes con los estudiantes. (p.ej. TESOL, TEFL, certificado de enseñanza de lenguas extranjeras).",
"%create.teacher.education.validation.message.text": "Necesitas compartir algún estudio (título profesional o certificado)",
"__6. TEACHER METHOD SECTION__": "",
"%create.teacher.method.title.text": "Paso 6 - Metodología",
"%create.teacher.method.form.methodology.text": "¿Cuál es tu metodología de enseñanza?",
- "%create.teacher.method.form.methodology.placeholder.text": "e.g. Mis clases son de máximo 1 hora 30 minutos, buscamos un lugar diferente cada clase (un café, un museo, un parque, etc.)",
+ "%create.teacher.method.form.methodology.placeholder.text": "p.ej. Mis clases son de máximo 1 hora 30 minutos, buscamos un lugar diferente cada clase (un café, un museo, un parque, etc.)",
"%create.teacher.method.form.imm.text":"Inmersión",
"%create.teacher.method.form.imm.type.text":"Tipo de Inmersión",
"%create.teacher.method.form.imm.type.option_list.text": "Seleccione un tipo de inmersión",
"%create.teacher.method.form.imm.type.other.text": "Otro tipo de inmersión",
- "%create.teacher.method.form.imm.type.other.placeholder.text": "e.g. Tomaremos clases todos los viernes en el Café Velvet rodeados de lugareños.",
+ "%create.teacher.method.form.imm.type.other.placeholder.text": "p.ej. Tomaremos clases todos los viernes en el Café Velvet rodeados de lugareños.",
"%create.teacher.method.help_text.title.text": "Tu estilo de enseñar marca la diferencia",
"%create.teacher.method.help_text.description.text": "El 90% de los viajeros, buscan sumergirse en nuevas culturas para así agilizar el aprendizaje del idioma. Mezclando esto con un tutor que los guíe durante todo el camino, los viajeros logran vivir experiencias únicas, y aprender un idioma rápidamente.",
"%create.teacher.method.help_text.methodology.title.text": "Método de enseñanza",
- "%create.teacher.method.help_text.methodology.description.text": "Este campo es obligatorio. Esta será una excelente guía ya que según el método que utilices, los estudiantes se van a sentir más identificados y afines con tu metodología. Describe en detalle que método de enseñanza usas (e.g. Libros y material de apoyo, conversaciones con personas locales, flashcards, etc.).",
+ "%create.teacher.method.help_text.methodology.description.text": "Este campo es obligatorio. Esta será una excelente guía ya que según el método que utilices, los estudiantes se van a sentir más identificados y afines con tu metodología. Describe en detalle que método de enseñanza usas (p.ej. Libros y material de apoyo, conversaciones con personas locales, flashcards, etc.).",
"%create.teacher.method.help_text.imm.title.text": "Inmersión en tu cultura",
- "%create.teacher.method.help_text.imm.description.text": "Describe si tus clases ofrecen algún tipo de 'inmersión en el idioma'. Estar en contacto directo con personas locales es un gran factor para que un idioma se aprenda más rápidamente. (e.g. Salida cada tercera clase al parque central para hablar con lugareños, las clases de los viernes serán en un café para compartir con locales, etc.).",
+ "%create.teacher.method.help_text.imm.description.text": "Describe si tus clases ofrecen algún tipo de 'inmersión en el idioma'. Estar en contacto directo con personas locales es un gran factor para que un idioma se aprenda más rápidamente. (p.ej. Salida cada tercera clase al parque central para hablar con lugareños, las clases de los viernes serán en un café para compartir con locales, etc.).",
"__7. TEACHER PRICE SECTION__": "",
"%create.teacher.price.title.text": "Paso 7 - Precio de tus clases",
@@ -391,8 +392,8 @@
"%create.teacher.photo.form.avatar.criteria.3.text": "se ven tus ojos y tu rostro claramente",
"%create.teacher.photo.form.avatar.criteria.4.text": "es clara y tiene buena iluminación",
"%create.teacher.photo.form.avatar.criteria.5.text": "es amigable pero a la vez profesional",
- "%create.teacher.photo.help_text.title.text": "Muestrale al mundo quien eres",
- "%create.teacher.photo.help_text.description.text": "Waysily se centra en crear conexiones reales. Describirte en detalle ayuda los demás usuarios a conocerte mucho mejor. Comparte con ellos tus gustos, viajes, anecdotas o pasatiempos. Cuéntales cómo sería tenerte como su profesor, incluso puedes entrar en aspectos más personales: ¿Hay alguna frase en especial que defina tu forma de enseñar?",
+ "%create.teacher.photo.help_text.title.text": "La primera impresión es la más importante",
+ "%create.teacher.photo.help_text.description.text": "Las fotos frontales claras son una forma importante para que los profesores y estudiantes se conozcan. Carga una foto que muestre claramente tu cara.",
"%create.teacher.photo.help_text.avatar.title.text": "La primera impresión es la más importante",
"%create.teacher.photo.help_text.avatar.description.text": "Las fotos frontales claras son una forma importante para que los profesores y estudiantes se conozcan. Carga una foto que muestre claramente tu cara.",
"%create.teacher.photo.help_text.avatar.uploaded.title.text": "Vista previa de tu foto",
diff --git a/www/build/js/app.js b/www/build/js/app.js
index 1a5335a..7f34877 100644
--- a/www/build/js/app.js
+++ b/www/build/js/app.js
@@ -64,7 +64,7 @@
'use strict';
var dataConfig = {
currentYear: '2017',
- baseUrl: 'https://waysily-server-dev.herokuapp.com/api/v1/',
+ baseUrl: 'https://waysily-server.herokuapp.com/api/v1/',
googleMapKey: 'AIzaSyD-vO1--MMK-XmQurzNQrxW4zauddCJh5Y',
mixpanelToken: '86a48c88274599c662ad64edb74b12da',
modalMeetingPointTmpl: 'components/modal/modalMeetingPoint/modalMeetingPoint.html',
@@ -73,7 +73,7 @@
modalEducationTmpl: 'components/modal/modalEducation/modalEducation.html',
modalCertificateTmpl: 'components/modal/modalCertificate/modalCertificate.html',
modalSignUpTmpl: 'components/modal/modalSignUp/modalSignUp.html',
- bucketS3: 'waysily-img/teachers-avatar-dev',
+ bucketS3: 'waysily-img/teachers-avatar-prd',
regionS3: 'us-east-1',
accessKeyIdS3: 'AKIAIHKBYIUQD4KBIRLQ',
secretAccessKeyS3: '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',
@@ -2614,7 +2614,7 @@ var components;
HeaderController.prototype.init = function () {
this.form = {
language: this.functionsUtil.getCurrentLanguage() || 'en',
- whereTo: 'Where to?'
+ whereTo: this.$filter('translate')('%header.search.placeholder.text')
};
this._slideout = false;
this.activate();
diff --git a/www/components/header/header.directive.js b/www/components/header/header.directive.js
index fa409d3..9a31674 100644
--- a/www/components/header/header.directive.js
+++ b/www/components/header/header.directive.js
@@ -39,7 +39,7 @@ var components;
HeaderController.prototype.init = function () {
this.form = {
language: this.functionsUtil.getCurrentLanguage() || 'en',
- whereTo: 'Where to?'
+ whereTo: this.$filter('translate')('%header.search.placeholder.text')
};
this._slideout = false;
this.activate();
diff --git a/www/components/header/header.directive.js.map b/www/components/header/header.directive.js.map
index 31b6fe0..92e71c4 100644
--- a/www/components/header/header.directive.js.map
+++ b/www/components/header/header.directive.js.map
@@ -1 +1 @@
-{"version":3,"file":"header.directive.js","sourceRoot":"","sources":["header.directive.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
+{"version":3,"file":"header.directive.js","sourceRoot":"","sources":["header.directive.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/www/components/header/header.directive.ts b/www/components/header/header.directive.ts
index 3fc364c..6c257ff 100644
--- a/www/components/header/header.directive.ts
+++ b/www/components/header/header.directive.ts
@@ -125,7 +125,7 @@ module components.header {
//Init form
this.form = {
language: this.functionsUtil.getCurrentLanguage() || 'en',
- whereTo: 'Where to?'
+ whereTo: this.$filter('translate')('%header.search.placeholder.text')
};
this._slideout = false;
diff --git a/www/components/header/header.html b/www/components/header/header.html
index c30527d..cb6be39 100644
--- a/www/components/header/header.html
+++ b/www/components/header/header.html
@@ -35,8 +35,8 @@
search
Guatemala
-
- Coming soon
+
+ %global.coming_soon.text
@@ -415,8 +415,8 @@
Mexico
-
- Coming soon
+
+ %global.coming_soon.text
diff --git a/www/components/modal/modalExperience/modalExperience.html b/www/components/modal/modalExperience/modalExperience.html
index 901c7b0..ab0b3b4 100644
--- a/www/components/modal/modalExperience/modalExperience.html
+++ b/www/components/modal/modalExperience/modalExperience.html
@@ -31,6 +31,7 @@