mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
Merge pull request #152 from AmruthPillai/develop
Added Languages, Assorted Bugfixes
This commit is contained in:
@ -6,6 +6,14 @@ title: Changelog
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## May 2020
|
||||||
|
|
||||||
|
### May 6, 2020
|
||||||
|
|
||||||
|
- Updated translations for all languages
|
||||||
|
- Added Language: Hebrew
|
||||||
|
- Added Language: Italian
|
||||||
|
|
||||||
## April 2020
|
## April 2020
|
||||||
|
|
||||||
### April 28, 2020
|
### April 28, 2020
|
||||||
|
|||||||
@ -24,7 +24,9 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
|||||||
- English `en`
|
- English `en`
|
||||||
- French `fr`
|
- French `fr`
|
||||||
- German `de`
|
- German `de`
|
||||||
|
- Hebrew `he`
|
||||||
- Hindi `hi`
|
- Hindi `hi`
|
||||||
|
- Italian `it`
|
||||||
- Kannada `kn`
|
- Kannada `kn`
|
||||||
- Polish `pl`
|
- Polish `pl`
|
||||||
- Portuguese `pt`
|
- Portuguese `pt`
|
||||||
@ -42,7 +44,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
|||||||
- Greek `el`
|
- Greek `el`
|
||||||
- Hebrew `he`
|
- Hebrew `he`
|
||||||
- Hungarian `hu`
|
- Hungarian `hu`
|
||||||
- Italian `it`
|
|
||||||
- Japanese `ja`
|
- Japanese `ja`
|
||||||
- Korean `ko`
|
- Korean `ko`
|
||||||
- Malayalam `ml`
|
- Malayalam `ml`
|
||||||
|
|||||||
@ -150,6 +150,11 @@
|
|||||||
"Continuous Improvement"
|
"Continuous Improvement"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"hobbies": {
|
||||||
|
"enable": true,
|
||||||
|
"heading": "Hobbies",
|
||||||
|
"items": ["Poetry", "Travelling", "Beatboxing", "Sketching"]
|
||||||
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"heading": "Languages",
|
"heading": "Languages",
|
||||||
@ -249,9 +254,6 @@
|
|||||||
"enable": true
|
"enable": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"data": {
|
|
||||||
"languages": { "items": [null, null, null, null, { "items": [] }] }
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
|
|||||||
@ -34,10 +34,18 @@ const languages = [
|
|||||||
code: 'de',
|
code: 'de',
|
||||||
name: 'German (Deutsche)',
|
name: 'German (Deutsche)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'he',
|
||||||
|
name: 'Hebrew (עברית)',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'hi',
|
code: 'hi',
|
||||||
name: 'Hindi (हिन्दी)',
|
name: 'Hindi (हिन्दी)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'it',
|
||||||
|
name: 'Italian (Italiano)',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'kn',
|
code: 'kn',
|
||||||
name: 'Kannada (ಕನ್ನಡ)',
|
name: 'Kannada (ಕನ್ನಡ)',
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
|
||||||
"placeholder": "Heading"
|
|
||||||
},
|
|
||||||
"item": {
|
"item": {
|
||||||
"add": "Add {{- heading}}",
|
"add": "Add {{- heading}}",
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"label": "Start Date",
|
"label": "Start Date"
|
||||||
"placeholder": "March 2018"
|
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"label": "End Date",
|
"label": "End Date"
|
||||||
"placeholder": "March 2022"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@ -21,5 +16,30 @@
|
|||||||
"label": "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</1> to style this section of the text."
|
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title",
|
"label": "Title"
|
||||||
"placeholder": "Math & Science Olympiad"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "First Place, International Level"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about what qualities made you succeed in getting this award."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle"
|
"label": "Authority"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Harvard University"
|
|
||||||
},
|
},
|
||||||
"major": {
|
"major": {
|
||||||
"label": "Major",
|
"label": "Major"
|
||||||
"placeholder": "Masters in Computer Science"
|
|
||||||
},
|
},
|
||||||
"grade": {
|
"grade": {
|
||||||
"label": "Grade"
|
"label": "Grade"
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about projects or special credit classes that you took while studying at this school."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Key"
|
||||||
"placeholder": "Date of Birth"
|
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"label": "Value",
|
"label": "Value"
|
||||||
"placeholder": "6th August 1995"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Name"
|
||||||
"placeholder": "Dothraki"
|
},
|
||||||
|
"level": {
|
||||||
|
"label": "Level"
|
||||||
},
|
},
|
||||||
"rating": {
|
"rating": {
|
||||||
"label": "Rating"
|
"label": "Rating"
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"objective": {
|
"objective": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,29 +3,24 @@
|
|||||||
"label": "Photo URL"
|
"label": "Photo URL"
|
||||||
},
|
},
|
||||||
"firstName": {
|
"firstName": {
|
||||||
"label": "First Name",
|
"label": "First Name"
|
||||||
"placeholder": "Jane"
|
|
||||||
},
|
},
|
||||||
"lastName": {
|
"lastName": {
|
||||||
"label": "Last Name",
|
"label": "Last Name"
|
||||||
"placeholder": "Doe"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "Full Stack Web Developer"
|
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
|
"label": "Address",
|
||||||
"line1": {
|
"line1": {
|
||||||
"label": "Address Line 1",
|
"label": "Address Line 1"
|
||||||
"placeholder": "Palladium Complex"
|
|
||||||
},
|
},
|
||||||
"line2": {
|
"line2": {
|
||||||
"label": "Address Line 2",
|
"label": "Address Line 2"
|
||||||
"placeholder": "140 E 14th St"
|
|
||||||
},
|
},
|
||||||
"line3": {
|
"line3": {
|
||||||
"label": "Address Line 3",
|
"label": "Address Line 3"
|
||||||
"placeholder": "New York, NY 10003 USA"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
|
|||||||
@ -1,19 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Richard Hendricks"
|
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"label": "Position",
|
"label": "Position"
|
||||||
"placeholder": "CEO, Pied Piper"
|
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
"label": "Phone Number"
|
"label": "Phone Number"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"label": "Email Address"
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Amazon"
|
|
||||||
},
|
},
|
||||||
"role": {
|
"role": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"title": "About",
|
"title": "About",
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"heading": "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": {
|
"buttons": {
|
||||||
"documentation": "Documentation"
|
"documentation": "Documentation"
|
||||||
}
|
}
|
||||||
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"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!"
|
"thanks": "Thank you for using Reactive Resume!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,12 +9,11 @@
|
|||||||
"export": "Export"
|
"export": "Export"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"printResume": {
|
"downloadResume": {
|
||||||
"heading": "Print Your Resume",
|
"heading": "Download 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.",
|
"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": {
|
"buttons": {
|
||||||
"export": "Export",
|
"saveAsPdf": "Save as PDF"
|
||||||
"print": "Print"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loadDemoData": {
|
"loadDemoData": {
|
||||||
|
|||||||
@ -2,6 +2,6 @@
|
|||||||
"title": "Colors",
|
"title": "Colors",
|
||||||
"colorOptions": "Color Options",
|
"colorOptions": "Color Options",
|
||||||
"primaryColor": "Primary Color",
|
"primaryColor": "Primary Color",
|
||||||
"accentColor": "Accent Color",
|
"accentColor": "Secondary Color",
|
||||||
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
|
||||||
"placeholder": "Heading"
|
|
||||||
},
|
|
||||||
"item": {
|
"item": {
|
||||||
"add": "Add {{- heading}}",
|
"add": "Add {{- heading}}",
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"label": "Start Date",
|
"label": "Start Date"
|
||||||
"placeholder": "March 2018"
|
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"label": "End Date",
|
"label": "End Date"
|
||||||
"placeholder": "March 2022"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@ -21,5 +16,30 @@
|
|||||||
"label": "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</1> to style this section of the text."
|
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title",
|
"label": "Title"
|
||||||
"placeholder": "Math & Science Olympiad"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "First Place, International Level"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about what qualities made you succeed in getting this award."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle"
|
"label": "Authority"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Harvard University"
|
|
||||||
},
|
},
|
||||||
"major": {
|
"major": {
|
||||||
"label": "Major",
|
"label": "Major"
|
||||||
"placeholder": "Masters in Computer Science"
|
|
||||||
},
|
},
|
||||||
"grade": {
|
"grade": {
|
||||||
"label": "Grade"
|
"label": "Grade"
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about projects or special credit classes that you took while studying at this school."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Key"
|
||||||
"placeholder": "Date of Birth"
|
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"label": "Value",
|
"label": "Value"
|
||||||
"placeholder": "6th August 1995"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Name"
|
||||||
"placeholder": "Dothraki"
|
},
|
||||||
|
"level": {
|
||||||
|
"label": "Level"
|
||||||
},
|
},
|
||||||
"rating": {
|
"rating": {
|
||||||
"label": "Rating"
|
"label": "Rating"
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"objective": {
|
"objective": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,29 +3,24 @@
|
|||||||
"label": "Photo URL"
|
"label": "Photo URL"
|
||||||
},
|
},
|
||||||
"firstName": {
|
"firstName": {
|
||||||
"label": "First Name",
|
"label": "First Name"
|
||||||
"placeholder": "Jane"
|
|
||||||
},
|
},
|
||||||
"lastName": {
|
"lastName": {
|
||||||
"label": "Last Name",
|
"label": "Last Name"
|
||||||
"placeholder": "Doe"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "Full Stack Web Developer"
|
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
|
"label": "Address",
|
||||||
"line1": {
|
"line1": {
|
||||||
"label": "Address Line 1",
|
"label": "Address Line 1"
|
||||||
"placeholder": "Palladium Complex"
|
|
||||||
},
|
},
|
||||||
"line2": {
|
"line2": {
|
||||||
"label": "Address Line 2",
|
"label": "Address Line 2"
|
||||||
"placeholder": "140 E 14th St"
|
|
||||||
},
|
},
|
||||||
"line3": {
|
"line3": {
|
||||||
"label": "Address Line 3",
|
"label": "Address Line 3"
|
||||||
"placeholder": "New York, NY 10003 USA"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
|
|||||||
@ -1,19 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Richard Hendricks"
|
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"label": "Position",
|
"label": "Position"
|
||||||
"placeholder": "CEO, Pied Piper"
|
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
"label": "Phone Number"
|
"label": "Phone Number"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"label": "Email Address"
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Amazon"
|
|
||||||
},
|
},
|
||||||
"role": {
|
"role": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"title": "About",
|
"title": "About",
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"heading": "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": {
|
"buttons": {
|
||||||
"documentation": "Documentation"
|
"documentation": "Documentation"
|
||||||
}
|
}
|
||||||
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"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!"
|
"thanks": "Thank you for using Reactive Resume!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,12 +9,11 @@
|
|||||||
"export": "Export"
|
"export": "Export"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"printResume": {
|
"downloadResume": {
|
||||||
"heading": "Print Your Resume",
|
"heading": "Download 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.",
|
"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": {
|
"buttons": {
|
||||||
"export": "Export",
|
"saveAsPdf": "Save as PDF"
|
||||||
"print": "Print"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loadDemoData": {
|
"loadDemoData": {
|
||||||
|
|||||||
@ -2,6 +2,6 @@
|
|||||||
"title": "Colors",
|
"title": "Colors",
|
||||||
"colorOptions": "Color Options",
|
"colorOptions": "Color Options",
|
||||||
"primaryColor": "Primary Color",
|
"primaryColor": "Primary Color",
|
||||||
"accentColor": "Accent Color",
|
"accentColor": "Secondary Color",
|
||||||
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
|
||||||
"placeholder": "Heading"
|
|
||||||
},
|
|
||||||
"item": {
|
"item": {
|
||||||
"add": "Add {{- heading}}",
|
"add": "Add {{- heading}}",
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"label": "Start Date",
|
"label": "Start Date"
|
||||||
"placeholder": "March 2018"
|
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"label": "End Date",
|
"label": "End Date"
|
||||||
"placeholder": "March 2022"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@ -21,5 +16,30 @@
|
|||||||
"label": "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</1> to style this section of the text."
|
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title",
|
"label": "Title"
|
||||||
"placeholder": "Math & Science Olympiad"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "First Place, International Level"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about what qualities made you succeed in getting this award."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle"
|
"label": "Authority"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Harvard University"
|
|
||||||
},
|
},
|
||||||
"major": {
|
"major": {
|
||||||
"label": "Major",
|
"label": "Major"
|
||||||
"placeholder": "Masters in Computer Science"
|
|
||||||
},
|
},
|
||||||
"grade": {
|
"grade": {
|
||||||
"label": "Grade"
|
"label": "Grade"
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about projects or special credit classes that you took while studying at this school."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Key"
|
||||||
"placeholder": "Date of Birth"
|
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"label": "Value",
|
"label": "Value"
|
||||||
"placeholder": "6th August 1995"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Name"
|
||||||
"placeholder": "Dothraki"
|
},
|
||||||
|
"level": {
|
||||||
|
"label": "Level"
|
||||||
},
|
},
|
||||||
"rating": {
|
"rating": {
|
||||||
"label": "Rating"
|
"label": "Rating"
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"objective": {
|
"objective": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,29 +3,24 @@
|
|||||||
"label": "Photo URL"
|
"label": "Photo URL"
|
||||||
},
|
},
|
||||||
"firstName": {
|
"firstName": {
|
||||||
"label": "First Name",
|
"label": "First Name"
|
||||||
"placeholder": "Jane"
|
|
||||||
},
|
},
|
||||||
"lastName": {
|
"lastName": {
|
||||||
"label": "Last Name",
|
"label": "Last Name"
|
||||||
"placeholder": "Doe"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "Full Stack Web Developer"
|
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
|
"label": "Address",
|
||||||
"line1": {
|
"line1": {
|
||||||
"label": "Address Line 1",
|
"label": "Address Line 1"
|
||||||
"placeholder": "Palladium Complex"
|
|
||||||
},
|
},
|
||||||
"line2": {
|
"line2": {
|
||||||
"label": "Address Line 2",
|
"label": "Address Line 2"
|
||||||
"placeholder": "140 E 14th St"
|
|
||||||
},
|
},
|
||||||
"line3": {
|
"line3": {
|
||||||
"label": "Address Line 3",
|
"label": "Address Line 3"
|
||||||
"placeholder": "New York, NY 10003 USA"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
|
|||||||
@ -1,19 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Richard Hendricks"
|
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"label": "Position",
|
"label": "Position"
|
||||||
"placeholder": "CEO, Pied Piper"
|
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
"label": "Phone Number"
|
"label": "Phone Number"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"label": "Email Address"
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Amazon"
|
|
||||||
},
|
},
|
||||||
"role": {
|
"role": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"title": "About",
|
"title": "About",
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"heading": "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": {
|
"buttons": {
|
||||||
"documentation": "Documentation"
|
"documentation": "Documentation"
|
||||||
}
|
}
|
||||||
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"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!"
|
"thanks": "Thank you for using Reactive Resume!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,12 +9,11 @@
|
|||||||
"export": "Export"
|
"export": "Export"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"printResume": {
|
"downloadResume": {
|
||||||
"heading": "Print Your Resume",
|
"heading": "Download 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.",
|
"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": {
|
"buttons": {
|
||||||
"export": "Export",
|
"saveAsPdf": "Save as PDF"
|
||||||
"print": "Print"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loadDemoData": {
|
"loadDemoData": {
|
||||||
|
|||||||
@ -2,6 +2,6 @@
|
|||||||
"title": "Colors",
|
"title": "Colors",
|
||||||
"colorOptions": "Color Options",
|
"colorOptions": "Color Options",
|
||||||
"primaryColor": "Primary Color",
|
"primaryColor": "Primary Color",
|
||||||
"accentColor": "Accent Color",
|
"accentColor": "Secondary Color",
|
||||||
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
|
||||||
"placeholder": "Heading"
|
|
||||||
},
|
|
||||||
"item": {
|
"item": {
|
||||||
"add": "Add {{- heading}}",
|
"add": "Add {{- heading}}",
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"label": "Start Date",
|
"label": "Start Date"
|
||||||
"placeholder": "March 2018"
|
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"label": "End Date",
|
"label": "End Date"
|
||||||
"placeholder": "March 2022"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@ -21,5 +16,30 @@
|
|||||||
"label": "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</1> to style this section of the text."
|
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title",
|
"label": "Title"
|
||||||
"placeholder": "Math & Science Olympiad"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "First Place, International Level"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about what qualities made you succeed in getting this award."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle"
|
"label": "Authority"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Harvard University"
|
|
||||||
},
|
},
|
||||||
"major": {
|
"major": {
|
||||||
"label": "Major",
|
"label": "Major"
|
||||||
"placeholder": "Masters in Computer Science"
|
|
||||||
},
|
},
|
||||||
"grade": {
|
"grade": {
|
||||||
"label": "Grade"
|
"label": "Grade"
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about projects or special credit classes that you took while studying at this school."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Key"
|
||||||
"placeholder": "Date of Birth"
|
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"label": "Value",
|
"label": "Value"
|
||||||
"placeholder": "6th August 1995"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Name"
|
||||||
"placeholder": "Dothraki"
|
},
|
||||||
|
"level": {
|
||||||
|
"label": "Level"
|
||||||
},
|
},
|
||||||
"rating": {
|
"rating": {
|
||||||
"label": "Rating"
|
"label": "Rating"
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"objective": {
|
"objective": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,29 +3,24 @@
|
|||||||
"label": "Photo URL"
|
"label": "Photo URL"
|
||||||
},
|
},
|
||||||
"firstName": {
|
"firstName": {
|
||||||
"label": "First Name",
|
"label": "First Name"
|
||||||
"placeholder": "Jane"
|
|
||||||
},
|
},
|
||||||
"lastName": {
|
"lastName": {
|
||||||
"label": "Last Name",
|
"label": "Last Name"
|
||||||
"placeholder": "Doe"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "Full Stack Web Developer"
|
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
|
"label": "Address",
|
||||||
"line1": {
|
"line1": {
|
||||||
"label": "Address Line 1",
|
"label": "Address Line 1"
|
||||||
"placeholder": "Palladium Complex"
|
|
||||||
},
|
},
|
||||||
"line2": {
|
"line2": {
|
||||||
"label": "Address Line 2",
|
"label": "Address Line 2"
|
||||||
"placeholder": "140 E 14th St"
|
|
||||||
},
|
},
|
||||||
"line3": {
|
"line3": {
|
||||||
"label": "Address Line 3",
|
"label": "Address Line 3"
|
||||||
"placeholder": "New York, NY 10003 USA"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
|
|||||||
@ -1,19 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Richard Hendricks"
|
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"label": "Position",
|
"label": "Position"
|
||||||
"placeholder": "CEO, Pied Piper"
|
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
"label": "Phone Number"
|
"label": "Phone Number"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"label": "Email Address"
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Amazon"
|
|
||||||
},
|
},
|
||||||
"role": {
|
"role": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"title": "About",
|
"title": "About",
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"heading": "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": {
|
"buttons": {
|
||||||
"documentation": "Documentation"
|
"documentation": "Documentation"
|
||||||
}
|
}
|
||||||
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"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!"
|
"thanks": "Thank you for using Reactive Resume!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,12 +9,11 @@
|
|||||||
"export": "Export"
|
"export": "Export"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"printResume": {
|
"downloadResume": {
|
||||||
"heading": "Print Your Resume",
|
"heading": "Download 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.",
|
"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": {
|
"buttons": {
|
||||||
"export": "Export",
|
"saveAsPdf": "Save as PDF"
|
||||||
"print": "Print"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loadDemoData": {
|
"loadDemoData": {
|
||||||
|
|||||||
@ -2,6 +2,6 @@
|
|||||||
"title": "Colors",
|
"title": "Colors",
|
||||||
"colorOptions": "Color Options",
|
"colorOptions": "Color Options",
|
||||||
"primaryColor": "Primary Color",
|
"primaryColor": "Primary Color",
|
||||||
"accentColor": "Accent Color",
|
"accentColor": "Secondary Color",
|
||||||
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
|
||||||
"placeholder": "Heading"
|
|
||||||
},
|
|
||||||
"item": {
|
"item": {
|
||||||
"add": "Add {{- heading}}",
|
"add": "Add {{- heading}}",
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"label": "Start Date",
|
"label": "Start Date"
|
||||||
"placeholder": "March 2018"
|
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"label": "End Date",
|
"label": "End Date"
|
||||||
"placeholder": "March 2022"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@ -21,5 +16,30 @@
|
|||||||
"label": "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</1> to style this section of the text."
|
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title",
|
"label": "Title"
|
||||||
"placeholder": "Math & Science Olympiad"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "First Place, International Level"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about what qualities made you succeed in getting this award."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle"
|
"label": "Authority"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Harvard University"
|
|
||||||
},
|
},
|
||||||
"major": {
|
"major": {
|
||||||
"label": "Major",
|
"label": "Major"
|
||||||
"placeholder": "Masters in Computer Science"
|
|
||||||
},
|
},
|
||||||
"grade": {
|
"grade": {
|
||||||
"label": "Grade"
|
"label": "Grade"
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about projects or special credit classes that you took while studying at this school."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Key"
|
||||||
"placeholder": "Date of Birth"
|
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"label": "Value",
|
"label": "Value"
|
||||||
"placeholder": "6th August 1995"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Name"
|
||||||
"placeholder": "Dothraki"
|
},
|
||||||
|
"level": {
|
||||||
|
"label": "Level"
|
||||||
},
|
},
|
||||||
"rating": {
|
"rating": {
|
||||||
"label": "Rating"
|
"label": "Rating"
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"objective": {
|
"objective": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,29 +3,24 @@
|
|||||||
"label": "Photo URL"
|
"label": "Photo URL"
|
||||||
},
|
},
|
||||||
"firstName": {
|
"firstName": {
|
||||||
"label": "First Name",
|
"label": "First Name"
|
||||||
"placeholder": "Jane"
|
|
||||||
},
|
},
|
||||||
"lastName": {
|
"lastName": {
|
||||||
"label": "Last Name",
|
"label": "Last Name"
|
||||||
"placeholder": "Doe"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "Full Stack Web Developer"
|
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
|
"label": "Address",
|
||||||
"line1": {
|
"line1": {
|
||||||
"label": "Address Line 1",
|
"label": "Address Line 1"
|
||||||
"placeholder": "Palladium Complex"
|
|
||||||
},
|
},
|
||||||
"line2": {
|
"line2": {
|
||||||
"label": "Address Line 2",
|
"label": "Address Line 2"
|
||||||
"placeholder": "140 E 14th St"
|
|
||||||
},
|
},
|
||||||
"line3": {
|
"line3": {
|
||||||
"label": "Address Line 3",
|
"label": "Address Line 3"
|
||||||
"placeholder": "New York, NY 10003 USA"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
|
|||||||
@ -1,19 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Richard Hendricks"
|
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"label": "Position",
|
"label": "Position"
|
||||||
"placeholder": "CEO, Pied Piper"
|
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
"label": "Phone Number"
|
"label": "Phone Number"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"label": "Email Address"
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Amazon"
|
|
||||||
},
|
},
|
||||||
"role": {
|
"role": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"title": "About",
|
"title": "About",
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"heading": "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": {
|
"buttons": {
|
||||||
"documentation": "Documentation"
|
"documentation": "Documentation"
|
||||||
}
|
}
|
||||||
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"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!"
|
"thanks": "Thank you for using Reactive Resume!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,12 +9,11 @@
|
|||||||
"export": "Export"
|
"export": "Export"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"printResume": {
|
"downloadResume": {
|
||||||
"heading": "Print Your Resume",
|
"heading": "Download 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.",
|
"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": {
|
"buttons": {
|
||||||
"export": "Export",
|
"saveAsPdf": "Save as PDF"
|
||||||
"print": "Print"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loadDemoData": {
|
"loadDemoData": {
|
||||||
|
|||||||
@ -2,6 +2,6 @@
|
|||||||
"title": "Colors",
|
"title": "Colors",
|
||||||
"colorOptions": "Color Options",
|
"colorOptions": "Color Options",
|
||||||
"primaryColor": "Primary Color",
|
"primaryColor": "Primary Color",
|
||||||
"accentColor": "Accent Color",
|
"accentColor": "Secondary Color",
|
||||||
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,25 +1,45 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
|
||||||
"placeholder": "Heading"
|
|
||||||
},
|
|
||||||
"item": {
|
"item": {
|
||||||
"add": "Add {{- heading}}",
|
"add": "הוסף {{- heading}}",
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"label": "Start Date",
|
"label": "תאריך התחלה"
|
||||||
"placeholder": "March 2018"
|
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"label": "End Date",
|
"label": "תאריך סיום"
|
||||||
"placeholder": "March 2022"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "Description"
|
"label": "תיאור"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"add": {
|
"add": {
|
||||||
"label": "Add"
|
"label": "הוסף"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
|
"printDialog": {
|
||||||
|
"heading": "הורד את קורות החיים שלך",
|
||||||
|
"quality": {
|
||||||
|
"label": "איכות"
|
||||||
|
},
|
||||||
|
"printType": {
|
||||||
|
"label": "סוג",
|
||||||
|
"types": {
|
||||||
|
"unconstrained": "בלתי מוגבלת",
|
||||||
|
"fitInA4": "מתאים ל- A4",
|
||||||
|
"multiPageA4": "A4 רב עמודים"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"helpText": [
|
||||||
|
"שיטת ייצוא זו עושה שימוש בקנבס HTML כדי להמיר את קורות החיים לתמונה ולהדפיסה על גבי PDF, מה שאומר שהיא תאבד את כל יכולות הבחירה / ניתוח.",
|
||||||
|
"אם זה חשוב לך, אנא נסה להדפיס את קורות החיים במקום זאת, באמצעות Cmd / Ctrl + P או על כפתור ההדפסה שלמטה. התוצאה עשויה להשתנות מכיוון שהפלט תלוי בדפדפן, אך ידוע שהוא פועל בצורה הטובה ביותר על הגרסה האחרונה של Google Chrome."
|
||||||
|
],
|
||||||
|
"buttons": {
|
||||||
|
"cancel": "ביטול",
|
||||||
|
"saveAsPdf": "שמור כ-PDF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"panZoomAnimation": {
|
||||||
|
"helpText": "אתה יכול להזיז את המשטח ולהתקרב אליו בכל עת כדי לראות מקרוב את קורות החיים שלך."
|
||||||
|
},
|
||||||
|
"markdownHelpText": "אתה יכול להשתמש ב <1> סימון בטעם GitHub בטעם </1> כדי לעצב קטע זה של הטקסט."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title",
|
"label": "כותרת"
|
||||||
"placeholder": "Math & Science Olympiad"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "תרגום"
|
||||||
"placeholder": "First Place, International Level"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about what qualities made you succeed in getting this award."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title"
|
"label": "כותרת"
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle"
|
"label": "תרגום"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "כותרת"
|
||||||
"placeholder": "Harvard University"
|
|
||||||
},
|
},
|
||||||
"major": {
|
"major": {
|
||||||
"label": "Major",
|
"label": "מקצוע ראשי"
|
||||||
"placeholder": "Masters in Computer Science"
|
|
||||||
},
|
},
|
||||||
"grade": {
|
"grade": {
|
||||||
"label": "Grade"
|
"label": "כיתה"
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about projects or special credit classes that you took while studying at this school."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "מפתח"
|
||||||
"placeholder": "Date of Birth"
|
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"label": "Value",
|
"label": "ערך"
|
||||||
"placeholder": "6th August 1995"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "כותרת"
|
||||||
"placeholder": "Dothraki"
|
},
|
||||||
|
"level": {
|
||||||
|
"label": "רמה"
|
||||||
},
|
},
|
||||||
"rating": {
|
"rating": {
|
||||||
"label": "Rating"
|
"label": "דירוג"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"objective": {
|
"objective": {
|
||||||
"label": "Objective",
|
"label": "מטרה"
|
||||||
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,40 +1,35 @@
|
|||||||
{
|
{
|
||||||
"photoUrl": {
|
"photoUrl": {
|
||||||
"label": "Photo URL"
|
"label": "קישור לתמונה"
|
||||||
},
|
},
|
||||||
"firstName": {
|
"firstName": {
|
||||||
"label": "First Name",
|
"label": "שם פרטי"
|
||||||
"placeholder": "Jane"
|
|
||||||
},
|
},
|
||||||
"lastName": {
|
"lastName": {
|
||||||
"label": "Last Name",
|
"label": "שם משפחה"
|
||||||
"placeholder": "Doe"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "תרגום"
|
||||||
"placeholder": "Full Stack Web Developer"
|
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
|
"label": "כתובת",
|
||||||
"line1": {
|
"line1": {
|
||||||
"label": "Address Line 1",
|
"label": "כתובת שורה 1"
|
||||||
"placeholder": "Palladium Complex"
|
|
||||||
},
|
},
|
||||||
"line2": {
|
"line2": {
|
||||||
"label": "Address Line 2",
|
"label": "כתובת שורה 2"
|
||||||
"placeholder": "140 E 14th St"
|
|
||||||
},
|
},
|
||||||
"line3": {
|
"line3": {
|
||||||
"label": "Address Line 3",
|
"label": "כתובת שורה 3"
|
||||||
"placeholder": "New York, NY 10003 USA"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
"label": "Phone Number"
|
"label": "מספר טלפון"
|
||||||
},
|
},
|
||||||
"website": {
|
"website": {
|
||||||
"label": "Website"
|
"label": "אתר"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"label": "Email Address"
|
"label": "כתובת אימייל"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,19 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "כותרת"
|
||||||
"placeholder": "Richard Hendricks"
|
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"label": "Position",
|
"label": "תפקיד"
|
||||||
"placeholder": "CEO, Pied Piper"
|
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
"label": "Phone Number"
|
"label": "מספר טלפון"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"label": "Email Address"
|
"label": "כתובת אימייל"
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "כותרת"
|
||||||
"placeholder": "Amazon"
|
|
||||||
},
|
},
|
||||||
"role": {
|
"role": {
|
||||||
"label": "Role",
|
"label": "תפקיד"
|
||||||
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,36 +1,36 @@
|
|||||||
{
|
{
|
||||||
"title": "About",
|
"title": "אודות",
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"heading": "Documentation",
|
"heading": "תיעוד",
|
||||||
"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": "רוצה לדעת יותר על האפליקציה? האם לא היה נחמד אם היה מדריך להתקנתו במחשב המקומי שלכם? זקוק למידע כיצד לתרום לפרויקט? אל תחכה יותר, יש תיעוד מקיף שיוצר בדיוק בשבילך.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"documentation": "Documentation"
|
"documentation": "תיעוד"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bugOrFeatureRequest": {
|
"bugOrFeatureRequest": {
|
||||||
"heading": "Bug? Feature Request?",
|
"heading": "באג? בקשה לתוסף?",
|
||||||
"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.",
|
"body": "משהו שעוצר את ההתקדמות שלך מלכתוב קורות חיים? מצאת באג מציק שפשוט לא נפתר? דווח על זה בקטע בעיות ב-GitHub, או שלח לי אימייל באמצעות הפקודות למטה.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"raiseIssue": "Raise an Issue",
|
"raiseIssue": "העלה בעיה",
|
||||||
"sendEmail": "Send an Email"
|
"sendEmail": "שלח אימייל"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sourceCode": {
|
"sourceCode": {
|
||||||
"heading": "Source Code",
|
"heading": "קוד מקור",
|
||||||
"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.",
|
"body": "רוצים לנהל את הפרויקט מקובץ המקור שלו? האם אתה מפתח שמוכן לתרום לפיתוח הקוד הפתוח של הפרויקט הזה? לחץ על הכפתור למטה.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"githubRepo": "GitHub Repo"
|
"githubRepo": "מאגר גיתוב"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": {
|
"license": {
|
||||||
"heading": "License Information",
|
"heading": "מידע על הרשיון",
|
||||||
"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.",
|
"body": "הפרויקט מנוהל תחת רישיון MIT, שתוכל לקרוא עליו יותר בהמשך. בפשטות, מותר לך להשתמש בפרויקט בכל מקום ובכל דרך ובלבד שתעניק קרדיט למחבר המקורי.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"mitLicense": "MIT License"
|
"mitLicense": "MIT רשיון"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
"credit": "Reactive Resume is a project by <1>Amruth Pillai</1>.",
|
"credit": "Reactive Resume is a project by <1>Amruth Pillai</1>.",
|
||||||
"thanks": "Thank you for using Reactive Resume!"
|
"thanks": "תודה שאתה משתמש בReactive Resume"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,34 +1,33 @@
|
|||||||
{
|
{
|
||||||
"title": "Actions",
|
"title": "פעולות",
|
||||||
"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.",
|
"disclaimer": "השינויים שאתה מבצע בקורות החיים שלך נשמרים אוטומטית באחסון המקומי של הדפדפן. נתונים לא יוצאים לשום מקום, ומכאן שהמידע שלך מאובטח לחלוטין.",
|
||||||
"importExport": {
|
"importExport": {
|
||||||
"heading": "Import/Export",
|
"heading": "ייבוא/ייצוא",
|
||||||
"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.",
|
"body": "אתה יכול לייבא או לייצא את הנתונים שלך בפורמט JSON. בעזרתו תוכלו לערוך ולהדפיס את קורות החיים מכל מכשיר. שמור קובץ זה לשימוש מאוחר יותר.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"import": "Import",
|
"import": "ייבוא",
|
||||||
"export": "Export"
|
"export": "ייצוא"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"printResume": {
|
"downloadResume": {
|
||||||
"heading": "Print Your Resume",
|
"heading": "הורד את קורות החיים שלך",
|
||||||
"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.",
|
"body": "אתה יכול ללחוץ על הכפתור למטה כדי להוריד קורות חיים PDF של קורות החיים שלך באופן מיידי. לקבלת התוצאות הטובות ביותר, אנא השתמש בגרסה האחרונה של Google Chrome.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"export": "Export",
|
"saveAsPdf": "שמור כ-PDF"
|
||||||
"print": "Print"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loadDemoData": {
|
"loadDemoData": {
|
||||||
"heading": "Load Demo Data",
|
"heading": "טען נתוני דמה",
|
||||||
"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.",
|
"body": "לא ברור לך מה לעשות עם דף ריק? טען כמה נתוני דמה עם ערכים המוגדרים מראש כדי לראות כיצד קורות החיים אמורים להיראות ותוכל להתחיל לערוך משם.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"loadData": "Load Data"
|
"loadData": "טען מידע"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reset": {
|
"reset": {
|
||||||
"heading": "Reset Everything!",
|
"heading": "אפס הכל",
|
||||||
"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.",
|
"body": "פעולה זו תאפס את כל הנתונים שלך ותסיר גיבויים שנעשו גם לאחסון המקומי של הדפדפן שלך, אנא וודא שיצאת את המידע שלך לפני שתאפס את הכל.",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"reset": "Reset"
|
"reset": "איפוס"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Colors",
|
"title": "צבעים",
|
||||||
"colorOptions": "Color Options",
|
"colorOptions": "אפשרויות צבעים",
|
||||||
"primaryColor": "Primary Color",
|
"primaryColor": "צבע ראשי",
|
||||||
"accentColor": "Accent Color",
|
"accentColor": "צבע הדגשה",
|
||||||
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
"clipboardCopyAction": "{{color}} הועתק אל הלוח שלך."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Fonts",
|
"title": "גופנים",
|
||||||
"fontFamily": {
|
"fontFamily": {
|
||||||
"label": "Font Family",
|
"label": "משפחת גופנים",
|
||||||
"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."
|
"helpText": "אתה יכול להשתמש בכל גופן המותקן גם במערכת שלך. פשוט הזן כאן את שם משפחת הגופנים והדפדפן יטעין אותו עבורך."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Settings",
|
"title": "הגדרות",
|
||||||
"language": {
|
"language": {
|
||||||
"label": "Language",
|
"label": "שפה",
|
||||||
"helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation</1>."
|
"helpText": "אם תרצה לעזור בתרגום האפליקציה לשפה שלך, עיין ב <1>Translation Documentation</1>."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"title": "Templates"
|
"title": "תבניות"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
|
||||||
"placeholder": "Heading"
|
|
||||||
},
|
|
||||||
"item": {
|
"item": {
|
||||||
"add": "Add {{- heading}}",
|
"add": "Add {{- heading}}",
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"label": "Start Date",
|
"label": "Start Date"
|
||||||
"placeholder": "March 2018"
|
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"label": "End Date",
|
"label": "End Date"
|
||||||
"placeholder": "March 2022"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
@ -21,5 +16,30 @@
|
|||||||
"label": "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</1> to style this section of the text."
|
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title",
|
"label": "Title"
|
||||||
"placeholder": "Math & Science Olympiad"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "First Place, International Level"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about what qualities made you succeed in getting this award."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title"
|
"label": "Name"
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle"
|
"label": "Authority"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Harvard University"
|
|
||||||
},
|
},
|
||||||
"major": {
|
"major": {
|
||||||
"label": "Major",
|
"label": "Major"
|
||||||
"placeholder": "Masters in Computer Science"
|
|
||||||
},
|
},
|
||||||
"grade": {
|
"grade": {
|
||||||
"label": "Grade"
|
"label": "Grade"
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about projects or special credit classes that you took while studying at this school."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Key"
|
||||||
"placeholder": "Date of Birth"
|
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"label": "Value",
|
"label": "Value"
|
||||||
"placeholder": "6th August 1995"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"key": {
|
"key": {
|
||||||
"label": "Key",
|
"label": "Name"
|
||||||
"placeholder": "Dothraki"
|
},
|
||||||
|
"level": {
|
||||||
|
"label": "Level"
|
||||||
},
|
},
|
||||||
"rating": {
|
"rating": {
|
||||||
"label": "Rating"
|
"label": "Rating"
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"objective": {
|
"objective": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,29 +3,24 @@
|
|||||||
"label": "Photo URL"
|
"label": "Photo URL"
|
||||||
},
|
},
|
||||||
"firstName": {
|
"firstName": {
|
||||||
"label": "First Name",
|
"label": "First Name"
|
||||||
"placeholder": "Jane"
|
|
||||||
},
|
},
|
||||||
"lastName": {
|
"lastName": {
|
||||||
"label": "Last Name",
|
"label": "Last Name"
|
||||||
"placeholder": "Doe"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Subtitle"
|
||||||
"placeholder": "Full Stack Web Developer"
|
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
|
"label": "Address",
|
||||||
"line1": {
|
"line1": {
|
||||||
"label": "Address Line 1",
|
"label": "Address Line 1"
|
||||||
"placeholder": "Palladium Complex"
|
|
||||||
},
|
},
|
||||||
"line2": {
|
"line2": {
|
||||||
"label": "Address Line 2",
|
"label": "Address Line 2"
|
||||||
"placeholder": "140 E 14th St"
|
|
||||||
},
|
},
|
||||||
"line3": {
|
"line3": {
|
||||||
"label": "Address Line 3",
|
"label": "Address Line 3"
|
||||||
"placeholder": "New York, NY 10003 USA"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
|
|||||||
@ -1,19 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Richard Hendricks"
|
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"label": "Position",
|
"label": "Position"
|
||||||
"placeholder": "CEO, Pied Piper"
|
|
||||||
},
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
"label": "Phone Number"
|
"label": "Phone Number"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"label": "Email Address"
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name"
|
||||||
"placeholder": "Amazon"
|
|
||||||
},
|
},
|
||||||
"role": {
|
"role": {
|
||||||
"label": "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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"title": "About",
|
"title": "About",
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"heading": "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": {
|
"buttons": {
|
||||||
"documentation": "Documentation"
|
"documentation": "Documentation"
|
||||||
}
|
}
|
||||||
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"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!"
|
"thanks": "Thank you for using Reactive Resume!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,12 +9,11 @@
|
|||||||
"export": "Export"
|
"export": "Export"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"printResume": {
|
"downloadResume": {
|
||||||
"heading": "Print Your Resume",
|
"heading": "Download 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.",
|
"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": {
|
"buttons": {
|
||||||
"export": "Export",
|
"saveAsPdf": "Save as PDF"
|
||||||
"print": "Print"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loadDemoData": {
|
"loadDemoData": {
|
||||||
|
|||||||
@ -2,6 +2,6 @@
|
|||||||
"title": "Colors",
|
"title": "Colors",
|
||||||
"colorOptions": "Color Options",
|
"colorOptions": "Color Options",
|
||||||
"primaryColor": "Primary Color",
|
"primaryColor": "Primary Color",
|
||||||
"accentColor": "Accent Color",
|
"accentColor": "Secondary Color",
|
||||||
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,25 +1,45 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
|
||||||
"placeholder": "Heading"
|
|
||||||
},
|
|
||||||
"item": {
|
"item": {
|
||||||
"add": "Add {{- heading}}",
|
"add": "Aggiungi {{- heading}}",
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"label": "Start Date",
|
"label": "Data d'inizio"
|
||||||
"placeholder": "March 2018"
|
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"label": "End Date",
|
"label": "Data di fine"
|
||||||
"placeholder": "March 2022"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "Description"
|
"label": "Descrizione"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"add": {
|
"add": {
|
||||||
"label": "Add"
|
"label": "Aggiungi"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
|
"printDialog": {
|
||||||
|
"heading": "Scarica il tuo curriculum",
|
||||||
|
"quality": {
|
||||||
|
"label": "Qualità"
|
||||||
|
},
|
||||||
|
"printType": {
|
||||||
|
"label": "Tipo",
|
||||||
|
"types": {
|
||||||
|
"unconstrained": "Libero",
|
||||||
|
"fitInA4": "Adatta ad A4",
|
||||||
|
"multiPageA4": "Multi-Pagina A4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"helpText": [
|
||||||
|
"Questo metodo di esportazione fa uso di HTML canvas per convertire il curriculum in un'immagine e stamparla in PDF, ciò significa che perderà tutte le capacità di selezione/analisi.",
|
||||||
|
"Se questo è importante per te, prova a stampare il curriculum utilizzando Cmd/Ctrl + P o il pulsante di stampa qui sotto. Il risultato può variare in quanto l'output è dipendente dal browser ma è noto che funziona meglio sull'ultima versione di Google Chrome."
|
||||||
|
],
|
||||||
|
"buttons": {
|
||||||
|
"cancel": "Annulla",
|
||||||
|
"saveAsPdf": "Salva come PDF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"panZoomAnimation": {
|
||||||
|
"helpText": "Puoi ruotare e ingrandire l'immagine in qualsiasi momento per dare un'occhiata più da vicino al tuo curriculum."
|
||||||
|
},
|
||||||
|
"markdownHelpText": "Puoi utilizzare <1>GitHub Flavored Markdown</1> per personalizzare questa sezione del testo."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"label": "Title",
|
"label": "Titolo"
|
||||||
"placeholder": "Math & Science Olympiad"
|
|
||||||
},
|
},
|
||||||
"subtitle": {
|
"subtitle": {
|
||||||
"label": "Subtitle",
|
"label": "Sottotitolo"
|
||||||
"placeholder": "First Place, International Level"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"placeholder": "You can write about what qualities made you succeed in getting this award."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user