Merge pull request #151 from AmruthPillai/l10n_develop

New Crowdin translations
This commit is contained in:
Amruth Pillai
2020-05-06 23:24:57 +05:30
committed by GitHub
199 changed files with 1062 additions and 914 deletions

View File

@ -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</1> to style this section of the text."
}

View File

@ -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"
}
}

View File

@ -1,8 +1,8 @@
{
"title": {
"label": "Title"
"label": "Name"
},
"subtitle": {
"label": "Subtitle"
"label": "Authority"
}
}

View File

@ -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."
}
}

View File

@ -1,10 +1,8 @@
{
"key": {
"label": "Key",
"placeholder": "Date of Birth"
"label": "Key"
},
"value": {
"label": "Value",
"placeholder": "6th August 1995"
"label": "Value"
}
}

View File

@ -1,7 +1,9 @@
{
"key": {
"label": "Key",
"placeholder": "Dothraki"
"label": "Name"
},
"level": {
"label": "Level"
},
"rating": {
"label": "Rating"

View File

@ -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"
}
}

View File

@ -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": {

View File

@ -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."
}
}

View File

@ -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"
}
}

View File

@ -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</1>.",
"credit": "Made with Love by <1>Amruth Pillai</1>",
"thanks": "Thank you for using Reactive Resume!"
}
}

View File

@ -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</1> 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": {

View File

@ -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."
}

View File

@ -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</1> to style this section of the text."
}

View File

@ -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"
}
}

View File

@ -1,8 +1,8 @@
{
"title": {
"label": "Title"
"label": "Name"
},
"subtitle": {
"label": "Subtitle"
"label": "Authority"
}
}

View File

@ -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."
}
}

View File

@ -1,10 +1,8 @@
{
"key": {
"label": "Key",
"placeholder": "Date of Birth"
"label": "Key"
},
"value": {
"label": "Value",
"placeholder": "6th August 1995"
"label": "Value"
}
}

View File

@ -1,7 +1,9 @@
{
"key": {
"label": "Key",
"placeholder": "Dothraki"
"label": "Name"
},
"level": {
"label": "Level"
},
"rating": {
"label": "Rating"

View File

@ -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"
}
}

View File

@ -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": {

View File

@ -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."
}
}

View File

@ -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"
}
}

View File

@ -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</1>.",
"credit": "Made with Love by <1>Amruth Pillai</1>",
"thanks": "Thank you for using Reactive Resume!"
}
}

View File

@ -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</1> 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": {

View File

@ -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."
}

View File

@ -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</1> to style this section of the text."
}

View File

@ -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"
}
}

View File

@ -1,8 +1,8 @@
{
"title": {
"label": "Title"
"label": "Name"
},
"subtitle": {
"label": "Subtitle"
"label": "Authority"
}
}

View File

@ -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."
}
}

View File

@ -1,10 +1,8 @@
{
"key": {
"label": "Key",
"placeholder": "Date of Birth"
"label": "Key"
},
"value": {
"label": "Value",
"placeholder": "6th August 1995"
"label": "Value"
}
}

View File

@ -1,7 +1,9 @@
{
"key": {
"label": "Key",
"placeholder": "Dothraki"
"label": "Name"
},
"level": {
"label": "Level"
},
"rating": {
"label": "Rating"

View File

@ -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"
}
}

View File

@ -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": {

View File

@ -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."
}
}

View File

@ -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"
}
}

View File

@ -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</1>.",
"credit": "Made with Love by <1>Amruth Pillai</1>",
"thanks": "Thank you for using Reactive Resume!"
}
}

View File

@ -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</1> 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": {

View File

@ -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."
}

View File

@ -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</1> to style this section of the text."
}

View File

@ -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"
}
}

View File

@ -1,8 +1,8 @@
{
"title": {
"label": "Title"
"label": "Name"
},
"subtitle": {
"label": "Subtitle"
"label": "Authority"
}
}

View File

@ -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."
}
}

View File

@ -1,10 +1,8 @@
{
"key": {
"label": "Key",
"placeholder": "Date of Birth"
"label": "Key"
},
"value": {
"label": "Value",
"placeholder": "6th August 1995"
"label": "Value"
}
}

View File

@ -1,7 +1,9 @@
{
"key": {
"label": "Key",
"placeholder": "Dothraki"
"label": "Name"
},
"level": {
"label": "Level"
},
"rating": {
"label": "Rating"

View File

@ -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"
}
}

View File

@ -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": {

View File

@ -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."
}
}

View File

@ -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"
}
}

View File

@ -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</1>.",
"credit": "Made with Love by <1>Amruth Pillai</1>",
"thanks": "Thank you for using Reactive Resume!"
}
}

View File

@ -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</1> 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": {

View File

@ -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."
}

View File

@ -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</1> to style this section of the text."
}

View File

@ -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"
}
}

View File

@ -1,8 +1,8 @@
{
"title": {
"label": "Title"
"label": "Name"
},
"subtitle": {
"label": "Subtitle"
"label": "Authority"
}
}

View File

@ -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."
}
}

View File

@ -1,10 +1,8 @@
{
"key": {
"label": "Key",
"placeholder": "Date of Birth"
"label": "Key"
},
"value": {
"label": "Value",
"placeholder": "6th August 1995"
"label": "Value"
}
}

View File

@ -1,7 +1,9 @@
{
"key": {
"label": "Key",
"placeholder": "Dothraki"
"label": "Name"
},
"level": {
"label": "Level"
},
"rating": {
"label": "Rating"

View File

@ -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"
}
}

View File

@ -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": {

View File

@ -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."
}
}

View File

@ -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"
}
}

View File

@ -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</1>.",
"credit": "Made with Love by <1>Amruth Pillai</1>",
"thanks": "Thank you for using Reactive Resume!"
}
}

View File

@ -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</1> 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": {

View File

@ -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."
}

View File

@ -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</1> to style this section of the text."
}

View File

@ -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"
}
}

View File

@ -1,8 +1,8 @@
{
"title": {
"label": "Title"
"label": "Name"
},
"subtitle": {
"label": "Subtitle"
"label": "Authority"
}
}

View File

@ -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."
}
}

View File

@ -1,10 +1,8 @@
{
"key": {
"label": "Key",
"placeholder": "Date of Birth"
"label": "Key"
},
"value": {
"label": "Value",
"placeholder": "6th August 1995"
"label": "Value"
}
}

View File

@ -1,7 +1,9 @@
{
"key": {
"label": "Key",
"placeholder": "Dothraki"
"label": "Name"
},
"level": {
"label": "Level"
},
"rating": {
"label": "Rating"

View File

@ -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"
}
}

View File

@ -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": {

View File

@ -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."
}
}

View File

@ -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"
}
}

View File

@ -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</1>.",
"credit": "Made with Love by <1>Amruth Pillai</1>",
"thanks": "Thank you for using Reactive Resume!"
}
}

View File

@ -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</1> 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": {

View File

@ -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."
}

View File

@ -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</1> to style this section of the text."
}

View File

@ -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"
}
}

View File

@ -1,8 +1,8 @@
{
"title": {
"label": "Title"
"label": "Name"
},
"subtitle": {
"label": "Subtitle"
"label": "Authority"
}
}

View File

@ -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."
}
}

View File

@ -1,10 +1,8 @@
{
"key": {
"label": "Key",
"placeholder": "Date of Birth"
"label": "Key"
},
"value": {
"label": "Value",
"placeholder": "6th August 1995"
"label": "Value"
}
}

View File

@ -1,7 +1,9 @@
{
"key": {
"label": "Key",
"placeholder": "Dothraki"
"label": "Name"
},
"level": {
"label": "Level"
},
"rating": {
"label": "Rating"

View File

@ -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"
}
}

View File

@ -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": {

View File

@ -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."
}
}

View File

@ -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"
}
}

View File

@ -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</1>.",
"credit": "Made with Love by <1>Amruth Pillai</1>",
"thanks": "Thank you for using Reactive Resume!"
}
}

View File

@ -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</1> 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": {

View File

@ -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."
}

View File

@ -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</1> to style this section of the text."
}

View File

@ -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"
}
}

View File

@ -1,8 +1,8 @@
{
"title": {
"label": "Title"
"label": "Name"
},
"subtitle": {
"label": "Subtitle"
"label": "Authority"
}
}

View File

@ -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."
}
}

View File

@ -1,10 +1,8 @@
{
"key": {
"label": "Key",
"placeholder": "Date of Birth"
"label": "Key"
},
"value": {
"label": "Value",
"placeholder": "6th August 1995"
"label": "Value"
}
}

View File

@ -1,7 +1,9 @@
{
"key": {
"label": "Key",
"placeholder": "Dothraki"
"label": "Name"
},
"level": {
"label": "Level"
},
"rating": {
"label": "Rating"

View File

@ -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"
}
}

View File

@ -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": {

View File

@ -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."
}
}

Some files were not shown because too many files have changed in this diff Show More