diff --git a/src/i18n/locales/af/app/app.json b/src/i18n/locales/af/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/af/app/app.json +++ b/src/i18n/locales/af/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/af/leftSidebar/awards.json b/src/i18n/locales/af/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/af/leftSidebar/awards.json +++ b/src/i18n/locales/af/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/af/leftSidebar/certifications.json b/src/i18n/locales/af/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/af/leftSidebar/certifications.json +++ b/src/i18n/locales/af/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/af/leftSidebar/education.json b/src/i18n/locales/af/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/af/leftSidebar/education.json +++ b/src/i18n/locales/af/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/af/leftSidebar/extras.json b/src/i18n/locales/af/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/af/leftSidebar/extras.json +++ b/src/i18n/locales/af/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/af/leftSidebar/languages.json b/src/i18n/locales/af/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/af/leftSidebar/languages.json +++ b/src/i18n/locales/af/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/af/leftSidebar/objective.json b/src/i18n/locales/af/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/af/leftSidebar/objective.json +++ b/src/i18n/locales/af/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/af/leftSidebar/profile.json b/src/i18n/locales/af/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/af/leftSidebar/profile.json +++ b/src/i18n/locales/af/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/af/leftSidebar/references.json b/src/i18n/locales/af/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/af/leftSidebar/references.json +++ b/src/i18n/locales/af/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/af/leftSidebar/work.json b/src/i18n/locales/af/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/af/leftSidebar/work.json +++ b/src/i18n/locales/af/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/af/rightSidebar/about.json b/src/i18n/locales/af/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/af/rightSidebar/about.json +++ b/src/i18n/locales/af/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/af/rightSidebar/actions.json b/src/i18n/locales/af/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/af/rightSidebar/actions.json +++ b/src/i18n/locales/af/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/af/rightSidebar/colors.json b/src/i18n/locales/af/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/af/rightSidebar/colors.json +++ b/src/i18n/locales/af/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/ca/app/app.json b/src/i18n/locales/ca/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/ca/app/app.json +++ b/src/i18n/locales/ca/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/ca/leftSidebar/awards.json b/src/i18n/locales/ca/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/ca/leftSidebar/awards.json +++ b/src/i18n/locales/ca/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/ca/leftSidebar/certifications.json b/src/i18n/locales/ca/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/ca/leftSidebar/certifications.json +++ b/src/i18n/locales/ca/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/ca/leftSidebar/education.json b/src/i18n/locales/ca/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/ca/leftSidebar/education.json +++ b/src/i18n/locales/ca/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/ca/leftSidebar/extras.json b/src/i18n/locales/ca/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/ca/leftSidebar/extras.json +++ b/src/i18n/locales/ca/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/ca/leftSidebar/languages.json b/src/i18n/locales/ca/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/ca/leftSidebar/languages.json +++ b/src/i18n/locales/ca/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/ca/leftSidebar/objective.json b/src/i18n/locales/ca/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/ca/leftSidebar/objective.json +++ b/src/i18n/locales/ca/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/ca/leftSidebar/profile.json b/src/i18n/locales/ca/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/ca/leftSidebar/profile.json +++ b/src/i18n/locales/ca/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/ca/leftSidebar/references.json b/src/i18n/locales/ca/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/ca/leftSidebar/references.json +++ b/src/i18n/locales/ca/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/ca/leftSidebar/work.json b/src/i18n/locales/ca/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/ca/leftSidebar/work.json +++ b/src/i18n/locales/ca/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/ca/rightSidebar/about.json b/src/i18n/locales/ca/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/ca/rightSidebar/about.json +++ b/src/i18n/locales/ca/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/ca/rightSidebar/actions.json b/src/i18n/locales/ca/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/ca/rightSidebar/actions.json +++ b/src/i18n/locales/ca/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/ca/rightSidebar/colors.json b/src/i18n/locales/ca/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/ca/rightSidebar/colors.json +++ b/src/i18n/locales/ca/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/cs/app/app.json b/src/i18n/locales/cs/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/cs/app/app.json +++ b/src/i18n/locales/cs/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/cs/leftSidebar/awards.json b/src/i18n/locales/cs/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/cs/leftSidebar/awards.json +++ b/src/i18n/locales/cs/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/cs/leftSidebar/certifications.json b/src/i18n/locales/cs/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/cs/leftSidebar/certifications.json +++ b/src/i18n/locales/cs/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/cs/leftSidebar/education.json b/src/i18n/locales/cs/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/cs/leftSidebar/education.json +++ b/src/i18n/locales/cs/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/cs/leftSidebar/extras.json b/src/i18n/locales/cs/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/cs/leftSidebar/extras.json +++ b/src/i18n/locales/cs/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/cs/leftSidebar/languages.json b/src/i18n/locales/cs/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/cs/leftSidebar/languages.json +++ b/src/i18n/locales/cs/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/cs/leftSidebar/objective.json b/src/i18n/locales/cs/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/cs/leftSidebar/objective.json +++ b/src/i18n/locales/cs/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/cs/leftSidebar/profile.json b/src/i18n/locales/cs/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/cs/leftSidebar/profile.json +++ b/src/i18n/locales/cs/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/cs/leftSidebar/references.json b/src/i18n/locales/cs/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/cs/leftSidebar/references.json +++ b/src/i18n/locales/cs/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/cs/leftSidebar/work.json b/src/i18n/locales/cs/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/cs/leftSidebar/work.json +++ b/src/i18n/locales/cs/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/cs/rightSidebar/about.json b/src/i18n/locales/cs/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/cs/rightSidebar/about.json +++ b/src/i18n/locales/cs/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/cs/rightSidebar/actions.json b/src/i18n/locales/cs/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/cs/rightSidebar/actions.json +++ b/src/i18n/locales/cs/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/cs/rightSidebar/colors.json b/src/i18n/locales/cs/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/cs/rightSidebar/colors.json +++ b/src/i18n/locales/cs/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/el/app/app.json b/src/i18n/locales/el/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/el/app/app.json +++ b/src/i18n/locales/el/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/el/leftSidebar/awards.json b/src/i18n/locales/el/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/el/leftSidebar/awards.json +++ b/src/i18n/locales/el/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/el/leftSidebar/certifications.json b/src/i18n/locales/el/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/el/leftSidebar/certifications.json +++ b/src/i18n/locales/el/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/el/leftSidebar/education.json b/src/i18n/locales/el/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/el/leftSidebar/education.json +++ b/src/i18n/locales/el/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/el/leftSidebar/extras.json b/src/i18n/locales/el/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/el/leftSidebar/extras.json +++ b/src/i18n/locales/el/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/el/leftSidebar/languages.json b/src/i18n/locales/el/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/el/leftSidebar/languages.json +++ b/src/i18n/locales/el/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/el/leftSidebar/objective.json b/src/i18n/locales/el/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/el/leftSidebar/objective.json +++ b/src/i18n/locales/el/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/el/leftSidebar/profile.json b/src/i18n/locales/el/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/el/leftSidebar/profile.json +++ b/src/i18n/locales/el/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/el/leftSidebar/references.json b/src/i18n/locales/el/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/el/leftSidebar/references.json +++ b/src/i18n/locales/el/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/el/leftSidebar/work.json b/src/i18n/locales/el/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/el/leftSidebar/work.json +++ b/src/i18n/locales/el/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/el/rightSidebar/about.json b/src/i18n/locales/el/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/el/rightSidebar/about.json +++ b/src/i18n/locales/el/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/el/rightSidebar/actions.json b/src/i18n/locales/el/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/el/rightSidebar/actions.json +++ b/src/i18n/locales/el/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/el/rightSidebar/colors.json b/src/i18n/locales/el/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/el/rightSidebar/colors.json +++ b/src/i18n/locales/el/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/fi/app/app.json b/src/i18n/locales/fi/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/fi/app/app.json +++ b/src/i18n/locales/fi/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/fi/leftSidebar/awards.json b/src/i18n/locales/fi/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/fi/leftSidebar/awards.json +++ b/src/i18n/locales/fi/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/fi/leftSidebar/certifications.json b/src/i18n/locales/fi/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/fi/leftSidebar/certifications.json +++ b/src/i18n/locales/fi/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/fi/leftSidebar/education.json b/src/i18n/locales/fi/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/fi/leftSidebar/education.json +++ b/src/i18n/locales/fi/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/fi/leftSidebar/extras.json b/src/i18n/locales/fi/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/fi/leftSidebar/extras.json +++ b/src/i18n/locales/fi/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/fi/leftSidebar/languages.json b/src/i18n/locales/fi/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/fi/leftSidebar/languages.json +++ b/src/i18n/locales/fi/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/fi/leftSidebar/objective.json b/src/i18n/locales/fi/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/fi/leftSidebar/objective.json +++ b/src/i18n/locales/fi/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/fi/leftSidebar/profile.json b/src/i18n/locales/fi/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/fi/leftSidebar/profile.json +++ b/src/i18n/locales/fi/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/fi/leftSidebar/references.json b/src/i18n/locales/fi/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/fi/leftSidebar/references.json +++ b/src/i18n/locales/fi/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/fi/leftSidebar/work.json b/src/i18n/locales/fi/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/fi/leftSidebar/work.json +++ b/src/i18n/locales/fi/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/fi/rightSidebar/about.json b/src/i18n/locales/fi/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/fi/rightSidebar/about.json +++ b/src/i18n/locales/fi/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/fi/rightSidebar/actions.json b/src/i18n/locales/fi/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/fi/rightSidebar/actions.json +++ b/src/i18n/locales/fi/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/fi/rightSidebar/colors.json b/src/i18n/locales/fi/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/fi/rightSidebar/colors.json +++ b/src/i18n/locales/fi/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/hu/app/app.json b/src/i18n/locales/hu/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/hu/app/app.json +++ b/src/i18n/locales/hu/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/hu/leftSidebar/awards.json b/src/i18n/locales/hu/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/hu/leftSidebar/awards.json +++ b/src/i18n/locales/hu/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/hu/leftSidebar/certifications.json b/src/i18n/locales/hu/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/hu/leftSidebar/certifications.json +++ b/src/i18n/locales/hu/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/hu/leftSidebar/education.json b/src/i18n/locales/hu/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/hu/leftSidebar/education.json +++ b/src/i18n/locales/hu/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/hu/leftSidebar/extras.json b/src/i18n/locales/hu/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/hu/leftSidebar/extras.json +++ b/src/i18n/locales/hu/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/hu/leftSidebar/languages.json b/src/i18n/locales/hu/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/hu/leftSidebar/languages.json +++ b/src/i18n/locales/hu/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/hu/leftSidebar/objective.json b/src/i18n/locales/hu/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/hu/leftSidebar/objective.json +++ b/src/i18n/locales/hu/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/hu/leftSidebar/profile.json b/src/i18n/locales/hu/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/hu/leftSidebar/profile.json +++ b/src/i18n/locales/hu/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/hu/leftSidebar/references.json b/src/i18n/locales/hu/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/hu/leftSidebar/references.json +++ b/src/i18n/locales/hu/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/hu/leftSidebar/work.json b/src/i18n/locales/hu/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/hu/leftSidebar/work.json +++ b/src/i18n/locales/hu/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/hu/rightSidebar/about.json b/src/i18n/locales/hu/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/hu/rightSidebar/about.json +++ b/src/i18n/locales/hu/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/hu/rightSidebar/actions.json b/src/i18n/locales/hu/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/hu/rightSidebar/actions.json +++ b/src/i18n/locales/hu/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/hu/rightSidebar/colors.json b/src/i18n/locales/hu/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/hu/rightSidebar/colors.json +++ b/src/i18n/locales/hu/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/ja/app/app.json b/src/i18n/locales/ja/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/ja/app/app.json +++ b/src/i18n/locales/ja/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/ja/leftSidebar/awards.json b/src/i18n/locales/ja/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/ja/leftSidebar/awards.json +++ b/src/i18n/locales/ja/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/ja/leftSidebar/certifications.json b/src/i18n/locales/ja/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/ja/leftSidebar/certifications.json +++ b/src/i18n/locales/ja/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/ja/leftSidebar/education.json b/src/i18n/locales/ja/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/ja/leftSidebar/education.json +++ b/src/i18n/locales/ja/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/ja/leftSidebar/extras.json b/src/i18n/locales/ja/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/ja/leftSidebar/extras.json +++ b/src/i18n/locales/ja/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/ja/leftSidebar/languages.json b/src/i18n/locales/ja/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/ja/leftSidebar/languages.json +++ b/src/i18n/locales/ja/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/ja/leftSidebar/objective.json b/src/i18n/locales/ja/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/ja/leftSidebar/objective.json +++ b/src/i18n/locales/ja/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/ja/leftSidebar/profile.json b/src/i18n/locales/ja/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/ja/leftSidebar/profile.json +++ b/src/i18n/locales/ja/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/ja/leftSidebar/references.json b/src/i18n/locales/ja/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/ja/leftSidebar/references.json +++ b/src/i18n/locales/ja/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/ja/leftSidebar/work.json b/src/i18n/locales/ja/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/ja/leftSidebar/work.json +++ b/src/i18n/locales/ja/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/ja/rightSidebar/about.json b/src/i18n/locales/ja/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/ja/rightSidebar/about.json +++ b/src/i18n/locales/ja/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/ja/rightSidebar/actions.json b/src/i18n/locales/ja/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/ja/rightSidebar/actions.json +++ b/src/i18n/locales/ja/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/ja/rightSidebar/colors.json b/src/i18n/locales/ja/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/ja/rightSidebar/colors.json +++ b/src/i18n/locales/ja/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/ko/app/app.json b/src/i18n/locales/ko/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/ko/app/app.json +++ b/src/i18n/locales/ko/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/ko/leftSidebar/awards.json b/src/i18n/locales/ko/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/ko/leftSidebar/awards.json +++ b/src/i18n/locales/ko/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/ko/leftSidebar/certifications.json b/src/i18n/locales/ko/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/ko/leftSidebar/certifications.json +++ b/src/i18n/locales/ko/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/ko/leftSidebar/education.json b/src/i18n/locales/ko/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/ko/leftSidebar/education.json +++ b/src/i18n/locales/ko/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/ko/leftSidebar/extras.json b/src/i18n/locales/ko/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/ko/leftSidebar/extras.json +++ b/src/i18n/locales/ko/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/ko/leftSidebar/languages.json b/src/i18n/locales/ko/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/ko/leftSidebar/languages.json +++ b/src/i18n/locales/ko/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/ko/leftSidebar/objective.json b/src/i18n/locales/ko/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/ko/leftSidebar/objective.json +++ b/src/i18n/locales/ko/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/ko/leftSidebar/profile.json b/src/i18n/locales/ko/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/ko/leftSidebar/profile.json +++ b/src/i18n/locales/ko/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/ko/leftSidebar/references.json b/src/i18n/locales/ko/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/ko/leftSidebar/references.json +++ b/src/i18n/locales/ko/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/ko/leftSidebar/work.json b/src/i18n/locales/ko/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/ko/leftSidebar/work.json +++ b/src/i18n/locales/ko/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/ko/rightSidebar/about.json b/src/i18n/locales/ko/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/ko/rightSidebar/about.json +++ b/src/i18n/locales/ko/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/ko/rightSidebar/actions.json b/src/i18n/locales/ko/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/ko/rightSidebar/actions.json +++ b/src/i18n/locales/ko/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/ko/rightSidebar/colors.json b/src/i18n/locales/ko/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/ko/rightSidebar/colors.json +++ b/src/i18n/locales/ko/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/no/app/app.json b/src/i18n/locales/no/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/no/app/app.json +++ b/src/i18n/locales/no/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/no/leftSidebar/awards.json b/src/i18n/locales/no/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/no/leftSidebar/awards.json +++ b/src/i18n/locales/no/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/no/leftSidebar/certifications.json b/src/i18n/locales/no/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/no/leftSidebar/certifications.json +++ b/src/i18n/locales/no/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/no/leftSidebar/education.json b/src/i18n/locales/no/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/no/leftSidebar/education.json +++ b/src/i18n/locales/no/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/no/leftSidebar/extras.json b/src/i18n/locales/no/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/no/leftSidebar/extras.json +++ b/src/i18n/locales/no/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/no/leftSidebar/languages.json b/src/i18n/locales/no/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/no/leftSidebar/languages.json +++ b/src/i18n/locales/no/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/no/leftSidebar/objective.json b/src/i18n/locales/no/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/no/leftSidebar/objective.json +++ b/src/i18n/locales/no/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/no/leftSidebar/profile.json b/src/i18n/locales/no/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/no/leftSidebar/profile.json +++ b/src/i18n/locales/no/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/no/leftSidebar/references.json b/src/i18n/locales/no/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/no/leftSidebar/references.json +++ b/src/i18n/locales/no/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/no/leftSidebar/work.json b/src/i18n/locales/no/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/no/leftSidebar/work.json +++ b/src/i18n/locales/no/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/no/rightSidebar/about.json b/src/i18n/locales/no/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/no/rightSidebar/about.json +++ b/src/i18n/locales/no/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/no/rightSidebar/actions.json b/src/i18n/locales/no/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/no/rightSidebar/actions.json +++ b/src/i18n/locales/no/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/no/rightSidebar/colors.json b/src/i18n/locales/no/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/no/rightSidebar/colors.json +++ b/src/i18n/locales/no/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/ro/app/app.json b/src/i18n/locales/ro/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/ro/app/app.json +++ b/src/i18n/locales/ro/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/ro/leftSidebar/awards.json b/src/i18n/locales/ro/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/ro/leftSidebar/awards.json +++ b/src/i18n/locales/ro/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/ro/leftSidebar/certifications.json b/src/i18n/locales/ro/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/ro/leftSidebar/certifications.json +++ b/src/i18n/locales/ro/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/ro/leftSidebar/education.json b/src/i18n/locales/ro/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/ro/leftSidebar/education.json +++ b/src/i18n/locales/ro/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/ro/leftSidebar/extras.json b/src/i18n/locales/ro/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/ro/leftSidebar/extras.json +++ b/src/i18n/locales/ro/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/ro/leftSidebar/languages.json b/src/i18n/locales/ro/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/ro/leftSidebar/languages.json +++ b/src/i18n/locales/ro/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/ro/leftSidebar/objective.json b/src/i18n/locales/ro/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/ro/leftSidebar/objective.json +++ b/src/i18n/locales/ro/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/ro/leftSidebar/profile.json b/src/i18n/locales/ro/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/ro/leftSidebar/profile.json +++ b/src/i18n/locales/ro/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/ro/leftSidebar/references.json b/src/i18n/locales/ro/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/ro/leftSidebar/references.json +++ b/src/i18n/locales/ro/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/ro/leftSidebar/work.json b/src/i18n/locales/ro/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/ro/leftSidebar/work.json +++ b/src/i18n/locales/ro/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/ro/rightSidebar/about.json b/src/i18n/locales/ro/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/ro/rightSidebar/about.json +++ b/src/i18n/locales/ro/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/ro/rightSidebar/actions.json b/src/i18n/locales/ro/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/ro/rightSidebar/actions.json +++ b/src/i18n/locales/ro/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/ro/rightSidebar/colors.json b/src/i18n/locales/ro/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/ro/rightSidebar/colors.json +++ b/src/i18n/locales/ro/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/ru/app/app.json b/src/i18n/locales/ru/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/ru/app/app.json +++ b/src/i18n/locales/ru/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/ru/leftSidebar/awards.json b/src/i18n/locales/ru/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/ru/leftSidebar/awards.json +++ b/src/i18n/locales/ru/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/ru/leftSidebar/certifications.json b/src/i18n/locales/ru/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/ru/leftSidebar/certifications.json +++ b/src/i18n/locales/ru/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/ru/leftSidebar/education.json b/src/i18n/locales/ru/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/ru/leftSidebar/education.json +++ b/src/i18n/locales/ru/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/ru/leftSidebar/extras.json b/src/i18n/locales/ru/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/ru/leftSidebar/extras.json +++ b/src/i18n/locales/ru/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/ru/leftSidebar/languages.json b/src/i18n/locales/ru/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/ru/leftSidebar/languages.json +++ b/src/i18n/locales/ru/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/ru/leftSidebar/objective.json b/src/i18n/locales/ru/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/ru/leftSidebar/objective.json +++ b/src/i18n/locales/ru/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/ru/leftSidebar/profile.json b/src/i18n/locales/ru/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/ru/leftSidebar/profile.json +++ b/src/i18n/locales/ru/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/ru/leftSidebar/references.json b/src/i18n/locales/ru/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/ru/leftSidebar/references.json +++ b/src/i18n/locales/ru/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/ru/leftSidebar/work.json b/src/i18n/locales/ru/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/ru/leftSidebar/work.json +++ b/src/i18n/locales/ru/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/ru/rightSidebar/about.json b/src/i18n/locales/ru/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/ru/rightSidebar/about.json +++ b/src/i18n/locales/ru/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/ru/rightSidebar/actions.json b/src/i18n/locales/ru/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/ru/rightSidebar/actions.json +++ b/src/i18n/locales/ru/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/ru/rightSidebar/colors.json b/src/i18n/locales/ru/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/ru/rightSidebar/colors.json +++ b/src/i18n/locales/ru/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/sr/app/app.json b/src/i18n/locales/sr/app/app.json new file mode 100644 index 00000000..99b36859 --- /dev/null +++ b/src/i18n/locales/sr/app/app.json @@ -0,0 +1,45 @@ +{ + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date" + }, + "endDate": { + "label": "End Date" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} diff --git a/src/i18n/locales/sr/leftSidebar/awards.json b/src/i18n/locales/sr/leftSidebar/awards.json new file mode 100644 index 00000000..4a52c12a --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/awards.json @@ -0,0 +1,8 @@ +{ + "title": { + "label": "Title" + }, + "subtitle": { + "label": "Subtitle" + } +} diff --git a/src/i18n/locales/sr/leftSidebar/certifications.json b/src/i18n/locales/sr/leftSidebar/certifications.json new file mode 100644 index 00000000..e6e0effa --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/certifications.json @@ -0,0 +1,8 @@ +{ + "title": { + "label": "Name" + }, + "subtitle": { + "label": "Authority" + } +} diff --git a/src/i18n/locales/sr/leftSidebar/education.json b/src/i18n/locales/sr/leftSidebar/education.json new file mode 100644 index 00000000..346748c7 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/education.json @@ -0,0 +1,11 @@ +{ + "name": { + "label": "Name" + }, + "major": { + "label": "Major" + }, + "grade": { + "label": "Grade" + } +} diff --git a/src/i18n/locales/sr/leftSidebar/extras.json b/src/i18n/locales/sr/leftSidebar/extras.json new file mode 100644 index 00000000..59950d61 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/extras.json @@ -0,0 +1,8 @@ +{ + "key": { + "label": "Key" + }, + "value": { + "label": "Value" + } +} diff --git a/src/i18n/locales/sr/leftSidebar/languages.json b/src/i18n/locales/sr/leftSidebar/languages.json new file mode 100644 index 00000000..21cb2483 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/languages.json @@ -0,0 +1,11 @@ +{ + "key": { + "label": "Name" + }, + "level": { + "label": "Level" + }, + "rating": { + "label": "Rating" + } +} diff --git a/src/i18n/locales/sr/leftSidebar/objective.json b/src/i18n/locales/sr/leftSidebar/objective.json new file mode 100644 index 00000000..32980479 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/objective.json @@ -0,0 +1,5 @@ +{ + "objective": { + "label": "Objective" + } +} diff --git a/src/i18n/locales/sr/leftSidebar/profile.json b/src/i18n/locales/sr/leftSidebar/profile.json new file mode 100644 index 00000000..6f109ed6 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/profile.json @@ -0,0 +1,35 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name" + }, + "lastName": { + "label": "Last Name" + }, + "subtitle": { + "label": "Subtitle" + }, + "address": { + "label": "Address", + "line1": { + "label": "Address Line 1" + }, + "line2": { + "label": "Address Line 2" + }, + "line3": { + "label": "Address Line 3" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} diff --git a/src/i18n/locales/sr/leftSidebar/references.json b/src/i18n/locales/sr/leftSidebar/references.json new file mode 100644 index 00000000..f7f2bf83 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/references.json @@ -0,0 +1,14 @@ +{ + "name": { + "label": "Name" + }, + "position": { + "label": "Position" + }, + "phone": { + "label": "Phone Number" + }, + "email": { + "label": "Email Address" + } +} diff --git a/src/i18n/locales/sr/leftSidebar/work.json b/src/i18n/locales/sr/leftSidebar/work.json new file mode 100644 index 00000000..9859754c --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/work.json @@ -0,0 +1,8 @@ +{ + "name": { + "label": "Name" + }, + "role": { + "label": "Role" + } +} diff --git a/src/i18n/locales/sr/rightSidebar/about.json b/src/i18n/locales/sr/rightSidebar/about.json new file mode 100644 index 00000000..c5538e17 --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "title": "About", + "documentation": { + "heading": "Documentation", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", + "buttons": { + "documentation": "Documentation" + } + }, + "bugOrFeatureRequest": { + "heading": "Bug? Feature Request?", + "body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.", + "buttons": { + "raiseIssue": "Raise an Issue", + "sendEmail": "Send an Email" + } + }, + "sourceCode": { + "heading": "Source Code", + "body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.", + "buttons": { + "githubRepo": "GitHub Repo" + } + }, + "license": { + "heading": "License Information", + "body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.", + "buttons": { + "mitLicense": "MIT License" + } + }, + "footer": { + "credit": "Made with Love by <1>Amruth Pillai", + "thanks": "Thank you for using Reactive Resume!" + } +} diff --git a/src/i18n/locales/sr/rightSidebar/actions.json b/src/i18n/locales/sr/rightSidebar/actions.json new file mode 100644 index 00000000..ae75bbd1 --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/actions.json @@ -0,0 +1,33 @@ +{ + "title": "Actions", + "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", + "importExport": { + "heading": "Import/Export", + "body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.", + "buttons": { + "import": "Import", + "export": "Export" + } + }, + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", + "buttons": { + "saveAsPdf": "Save as PDF" + } + }, + "loadDemoData": { + "heading": "Load Demo Data", + "body": "Unclear on what to do with a fresh blank page? Load some demo data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Load Data" + } + }, + "reset": { + "heading": "Reset Everything!", + "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", + "buttons": { + "reset": "Reset" + } + } +} diff --git a/src/i18n/locales/sr/rightSidebar/colors.json b/src/i18n/locales/sr/rightSidebar/colors.json new file mode 100644 index 00000000..f7fff7ba --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Secondary Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} diff --git a/src/i18n/locales/sr/rightSidebar/fonts.json b/src/i18n/locales/sr/rightSidebar/fonts.json new file mode 100644 index 00000000..dbcfe5f2 --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/fonts.json @@ -0,0 +1,7 @@ +{ + "title": "Fonts", + "fontFamily": { + "label": "Font Family", + "helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you." + } +} diff --git a/src/i18n/locales/sr/rightSidebar/settings.json b/src/i18n/locales/sr/rightSidebar/settings.json new file mode 100644 index 00000000..dacc183c --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/settings.json @@ -0,0 +1,7 @@ +{ + "title": "Settings", + "language": { + "label": "Language", + "helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation." + } +} \ No newline at end of file diff --git a/src/i18n/locales/sr/rightSidebar/templates.json b/src/i18n/locales/sr/rightSidebar/templates.json new file mode 100644 index 00000000..89fd528d --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} diff --git a/src/i18n/locales/sv/app/app.json b/src/i18n/locales/sv/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/sv/app/app.json +++ b/src/i18n/locales/sv/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/sv/leftSidebar/awards.json b/src/i18n/locales/sv/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/sv/leftSidebar/awards.json +++ b/src/i18n/locales/sv/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/sv/leftSidebar/certifications.json b/src/i18n/locales/sv/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/sv/leftSidebar/certifications.json +++ b/src/i18n/locales/sv/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/sv/leftSidebar/education.json b/src/i18n/locales/sv/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/sv/leftSidebar/education.json +++ b/src/i18n/locales/sv/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/sv/leftSidebar/extras.json b/src/i18n/locales/sv/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/sv/leftSidebar/extras.json +++ b/src/i18n/locales/sv/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/sv/leftSidebar/languages.json b/src/i18n/locales/sv/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/sv/leftSidebar/languages.json +++ b/src/i18n/locales/sv/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/sv/leftSidebar/objective.json b/src/i18n/locales/sv/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/sv/leftSidebar/objective.json +++ b/src/i18n/locales/sv/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/sv/leftSidebar/profile.json b/src/i18n/locales/sv/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/sv/leftSidebar/profile.json +++ b/src/i18n/locales/sv/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/sv/leftSidebar/references.json b/src/i18n/locales/sv/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/sv/leftSidebar/references.json +++ b/src/i18n/locales/sv/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/sv/leftSidebar/work.json b/src/i18n/locales/sv/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/sv/leftSidebar/work.json +++ b/src/i18n/locales/sv/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/sv/rightSidebar/about.json b/src/i18n/locales/sv/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/sv/rightSidebar/about.json +++ b/src/i18n/locales/sv/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/sv/rightSidebar/actions.json b/src/i18n/locales/sv/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/sv/rightSidebar/actions.json +++ b/src/i18n/locales/sv/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/sv/rightSidebar/colors.json b/src/i18n/locales/sv/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/sv/rightSidebar/colors.json +++ b/src/i18n/locales/sv/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/tr/app/app.json b/src/i18n/locales/tr/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/tr/app/app.json +++ b/src/i18n/locales/tr/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/tr/leftSidebar/awards.json b/src/i18n/locales/tr/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/tr/leftSidebar/awards.json +++ b/src/i18n/locales/tr/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/tr/leftSidebar/certifications.json b/src/i18n/locales/tr/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/tr/leftSidebar/certifications.json +++ b/src/i18n/locales/tr/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/tr/leftSidebar/education.json b/src/i18n/locales/tr/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/tr/leftSidebar/education.json +++ b/src/i18n/locales/tr/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/tr/leftSidebar/extras.json b/src/i18n/locales/tr/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/tr/leftSidebar/extras.json +++ b/src/i18n/locales/tr/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/tr/leftSidebar/languages.json b/src/i18n/locales/tr/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/tr/leftSidebar/languages.json +++ b/src/i18n/locales/tr/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/tr/leftSidebar/objective.json b/src/i18n/locales/tr/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/tr/leftSidebar/objective.json +++ b/src/i18n/locales/tr/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/tr/leftSidebar/profile.json b/src/i18n/locales/tr/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/tr/leftSidebar/profile.json +++ b/src/i18n/locales/tr/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/tr/leftSidebar/references.json b/src/i18n/locales/tr/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/tr/leftSidebar/references.json +++ b/src/i18n/locales/tr/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/tr/leftSidebar/work.json b/src/i18n/locales/tr/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/tr/leftSidebar/work.json +++ b/src/i18n/locales/tr/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/tr/rightSidebar/about.json b/src/i18n/locales/tr/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/tr/rightSidebar/about.json +++ b/src/i18n/locales/tr/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/tr/rightSidebar/actions.json b/src/i18n/locales/tr/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/tr/rightSidebar/actions.json +++ b/src/i18n/locales/tr/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/tr/rightSidebar/colors.json b/src/i18n/locales/tr/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/tr/rightSidebar/colors.json +++ b/src/i18n/locales/tr/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/uk/app/app.json b/src/i18n/locales/uk/app/app.json index 861e3ad5..ecee7b2b 100644 --- a/src/i18n/locales/uk/app/app.json +++ b/src/i18n/locales/uk/app/app.json @@ -1,25 +1,45 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { - "add": "Add {{- heading}}", + "add": "Додати {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Дата початку" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Дата завершення" }, "description": { - "label": "Description" + "label": "Опис" } }, "buttons": { "add": { - "label": "Add" + "label": "Додати" } }, + "printDialog": { + "heading": "Завантажити резюме", + "quality": { + "label": "Якість" + }, + "printType": { + "label": "Тип", + "types": { + "unconstrained": "Не визначено", + "fitInA4": "Вмістити в A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "Цей метод експорту використовує HTML canvas для перетворення резюме в зображення та друкування його на PDF, це значить, що він втратить всі можливості відбору/парсінгу.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } diff --git a/src/i18n/locales/uk/leftSidebar/awards.json b/src/i18n/locales/uk/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/uk/leftSidebar/awards.json +++ b/src/i18n/locales/uk/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/locales/uk/leftSidebar/certifications.json b/src/i18n/locales/uk/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/uk/leftSidebar/certifications.json +++ b/src/i18n/locales/uk/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } diff --git a/src/i18n/locales/uk/leftSidebar/education.json b/src/i18n/locales/uk/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/uk/leftSidebar/education.json +++ b/src/i18n/locales/uk/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/locales/uk/leftSidebar/extras.json b/src/i18n/locales/uk/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/uk/leftSidebar/extras.json +++ b/src/i18n/locales/uk/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/locales/uk/leftSidebar/languages.json b/src/i18n/locales/uk/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/uk/leftSidebar/languages.json +++ b/src/i18n/locales/uk/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" diff --git a/src/i18n/locales/uk/leftSidebar/objective.json b/src/i18n/locales/uk/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/uk/leftSidebar/objective.json +++ b/src/i18n/locales/uk/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/locales/uk/leftSidebar/profile.json b/src/i18n/locales/uk/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/uk/leftSidebar/profile.json +++ b/src/i18n/locales/uk/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/locales/uk/leftSidebar/references.json b/src/i18n/locales/uk/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/uk/leftSidebar/references.json +++ b/src/i18n/locales/uk/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/locales/uk/leftSidebar/work.json b/src/i18n/locales/uk/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/uk/leftSidebar/work.json +++ b/src/i18n/locales/uk/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/locales/uk/rightSidebar/about.json b/src/i18n/locales/uk/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/uk/rightSidebar/about.json +++ b/src/i18n/locales/uk/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/locales/uk/rightSidebar/actions.json b/src/i18n/locales/uk/rightSidebar/actions.json index b6818714..af1880f3 100644 --- a/src/i18n/locales/uk/rightSidebar/actions.json +++ b/src/i18n/locales/uk/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Завантажити резюме", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { diff --git a/src/i18n/locales/uk/rightSidebar/colors.json b/src/i18n/locales/uk/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/uk/rightSidebar/colors.json +++ b/src/i18n/locales/uk/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } diff --git a/src/i18n/locales/vi/rightSidebar/about.json b/src/i18n/locales/vi/rightSidebar/about.json index 595bcade..f183c7cb 100644 --- a/src/i18n/locales/vi/rightSidebar/about.json +++ b/src/i18n/locales/vi/rightSidebar/about.json @@ -24,7 +24,7 @@ }, "license": { "heading": "Thông tin Giấy phép", - "body": "Dự án này được điều chỉnh bởi Giấy phép MIT, bạn có thể đọc thêm về nó dưới đây. Về cơ bản, bạn được xử dụng dự án này ở bất kì đâu, chỉ cần bạn công nhận tác giả gốc.", + "body": "Dự án này được điều chỉnh bởi Giấy phép MIT, bạn có thể đọc thêm về nó dưới đây. Về cơ bản, bạn được sử dụng dự án này ở bất kì đâu, chỉ cần bạn công nhận tác giả gốc.", "buttons": { "mitLicense": "Giấy phép MIT" }