From f46a8c73a58f6c3439f4021702039eaa761edf22 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:04 +0530 Subject: [PATCH 001/199] New translations app.json (Swedish) --- src/i18n/locales/sv/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/sv/app/app.json b/src/i18n/locales/sv/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/sv/app/app.json +++ b/src/i18n/locales/sv/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From 902ad0a23efba24b5657fc31cd04b01c130d158d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:05 +0530 Subject: [PATCH 002/199] New translations app.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/app/app.json | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/i18n/locales/sr/app/app.json diff --git a/src/i18n/locales/sr/app/app.json b/src/i18n/locales/sr/app/app.json new file mode 100644 index 00000000..99b36859 --- /dev/null +++ b/src/i18n/locales/sr/app/app.json @@ -0,0 +1,45 @@ +{ + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date" + }, + "endDate": { + "label": "End Date" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 63bcdae1692620e20cc96a82c54304fc0bd7e428 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:07 +0530 Subject: [PATCH 003/199] New translations app.json (Russian) --- src/i18n/locales/ru/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ru/app/app.json b/src/i18n/locales/ru/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/ru/app/app.json +++ b/src/i18n/locales/ru/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From 6c2734e068de29c3027d3b1f76e7383ba9d5dc25 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:09 +0530 Subject: [PATCH 004/199] New translations app.json (Norwegian) --- src/i18n/locales/no/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/no/app/app.json b/src/i18n/locales/no/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/no/app/app.json +++ b/src/i18n/locales/no/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From f1755dee590d7b18cbdc0148575d48f8d04a1eed Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:11 +0530 Subject: [PATCH 005/199] New translations app.json (Korean) --- src/i18n/locales/ko/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ko/app/app.json b/src/i18n/locales/ko/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/ko/app/app.json +++ b/src/i18n/locales/ko/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From e97ba150af3a0991ada85d1ad4bba5a334e0f1e1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:13 +0530 Subject: [PATCH 006/199] New translations app.json (Afrikaans) --- src/i18n/locales/af/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/af/app/app.json b/src/i18n/locales/af/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/af/app/app.json +++ b/src/i18n/locales/af/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From 1ad4e4c88829e046bebc1a0978a559299afccd63 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:15 +0530 Subject: [PATCH 007/199] New translations app.json (Hungarian) --- src/i18n/locales/hu/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/hu/app/app.json b/src/i18n/locales/hu/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/hu/app/app.json +++ b/src/i18n/locales/hu/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From c70f3e6dab950880d2cb05d6a2588bab7ac2adc7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:17 +0530 Subject: [PATCH 008/199] New translations app.json (Finnish) --- src/i18n/locales/fi/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/fi/app/app.json b/src/i18n/locales/fi/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/fi/app/app.json +++ b/src/i18n/locales/fi/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From 6b0a17186fbd5c5c549c774cec7e5aba74fb4827 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:19 +0530 Subject: [PATCH 009/199] New translations app.json (Greek) --- src/i18n/locales/el/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/el/app/app.json b/src/i18n/locales/el/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/el/app/app.json +++ b/src/i18n/locales/el/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From a03210f83905fe18d647442c5be5f8de20c0aab8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:21 +0530 Subject: [PATCH 010/199] New translations app.json (Czech) --- src/i18n/locales/cs/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/cs/app/app.json b/src/i18n/locales/cs/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/cs/app/app.json +++ b/src/i18n/locales/cs/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From a90fe3d7cd7708fe28933c91acc3385cedce6e6b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:22 +0530 Subject: [PATCH 011/199] New translations app.json (Romanian) --- src/i18n/locales/ro/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ro/app/app.json b/src/i18n/locales/ro/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/ro/app/app.json +++ b/src/i18n/locales/ro/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From c74049f8ab33f5f6abe10f2bde05f2db02014ff0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:23 +0530 Subject: [PATCH 012/199] New translations awards.json (Romanian) --- src/i18n/locales/ro/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ro/leftSidebar/awards.json b/src/i18n/locales/ro/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/ro/leftSidebar/awards.json +++ b/src/i18n/locales/ro/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From d8f75f8ee4214de41318dfdcb19abeeca4d40caf Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:25 +0530 Subject: [PATCH 013/199] New translations app.json (Catalan) --- src/i18n/locales/ca/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ca/app/app.json b/src/i18n/locales/ca/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/ca/app/app.json +++ b/src/i18n/locales/ca/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From bf6ed12dee8f0f081a9f1b3c5cc2706e8a80a455 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:27 +0530 Subject: [PATCH 014/199] New translations app.json (Japanese) --- src/i18n/locales/ja/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ja/app/app.json b/src/i18n/locales/ja/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/ja/app/app.json +++ b/src/i18n/locales/ja/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From 6950bdd5e22111615120be3eabd7297df71b7f5d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:28 +0530 Subject: [PATCH 015/199] New translations awards.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/af/leftSidebar/awards.json b/src/i18n/locales/af/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/af/leftSidebar/awards.json +++ b/src/i18n/locales/af/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From 7516fdf1863a88aa26342ab2fe7f1dd6323cc3f5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:30 +0530 Subject: [PATCH 016/199] New translations app.json (Ukrainian) --- src/i18n/locales/uk/app/app.json | 40 ++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/src/i18n/locales/uk/app/app.json b/src/i18n/locales/uk/app/app.json index 861e3ad5..ecee7b2b 100644 --- a/src/i18n/locales/uk/app/app.json +++ b/src/i18n/locales/uk/app/app.json @@ -1,25 +1,45 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { - "add": "Add {{- heading}}", + "add": "Додати {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Дата початку" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Дата завершення" }, "description": { - "label": "Description" + "label": "Опис" } }, "buttons": { "add": { - "label": "Add" + "label": "Додати" } }, + "printDialog": { + "heading": "Завантажити резюме", + "quality": { + "label": "Якість" + }, + "printType": { + "label": "Тип", + "types": { + "unconstrained": "Не визначено", + "fitInA4": "Вмістити в A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "Цей метод експорту використовує HTML canvas для перетворення резюме в зображення та друкування його на PDF, це значить, що він втратить всі можливості відбору/парсінгу.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From ba4e044850f91d2a47377904aaf9b54df9c02052 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:32 +0530 Subject: [PATCH 017/199] New translations app.json (Turkish) --- src/i18n/locales/tr/app/app.json | 34 +++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/tr/app/app.json b/src/i18n/locales/tr/app/app.json index 861e3ad5..99b36859 100644 --- a/src/i18n/locales/tr/app/app.json +++ b/src/i18n/locales/tr/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" @@ -21,5 +16,30 @@ "label": "Add" } }, + "printDialog": { + "heading": "Download Your Resume", + "quality": { + "label": "Quality" + }, + "printType": { + "label": "Type", + "types": { + "unconstrained": "Unconstrained", + "fitInA4": "Fit in A4", + "multiPageA4": "Multi-Page A4" + } + }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], + "buttons": { + "cancel": "Cancel", + "saveAsPdf": "Save as PDF" + } + }, + "panZoomAnimation": { + "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." + }, "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." } From 19e9d1918e7282e76e6cd9150863bb116cdead16 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:33 +0530 Subject: [PATCH 018/199] New translations education.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/uk/leftSidebar/education.json b/src/i18n/locales/uk/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/uk/leftSidebar/education.json +++ b/src/i18n/locales/uk/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From 20d23833600a80767c6aab74bc5cf4efaab1bc65 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:35 +0530 Subject: [PATCH 019/199] New translations colors.json (Finnish) --- src/i18n/locales/fi/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fi/rightSidebar/colors.json b/src/i18n/locales/fi/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/fi/rightSidebar/colors.json +++ b/src/i18n/locales/fi/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 39707012a4d58350e825f099511fc72ca3530d7a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:36 +0530 Subject: [PATCH 020/199] New translations actions.json (Finnish) --- src/i18n/locales/fi/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/fi/rightSidebar/actions.json b/src/i18n/locales/fi/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/fi/rightSidebar/actions.json +++ b/src/i18n/locales/fi/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From b07c925b15e93ca3d4173d3b1af9839686f4964a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:37 +0530 Subject: [PATCH 021/199] New translations about.json (Finnish) --- src/i18n/locales/fi/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/rightSidebar/about.json b/src/i18n/locales/fi/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/fi/rightSidebar/about.json +++ b/src/i18n/locales/fi/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From da13956c1a977fb90b936493d06b546fe0ae75a5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:39 +0530 Subject: [PATCH 022/199] New translations work.json (Finnish) --- src/i18n/locales/fi/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/work.json b/src/i18n/locales/fi/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/fi/leftSidebar/work.json +++ b/src/i18n/locales/fi/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From e0eb9a0313be5d8717b08d9971b69cc7119f8ded Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:40 +0530 Subject: [PATCH 023/199] New translations references.json (Finnish) --- src/i18n/locales/fi/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/references.json b/src/i18n/locales/fi/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/fi/leftSidebar/references.json +++ b/src/i18n/locales/fi/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From e411a7b6ad01d159fa75a9c0fead220972edce1a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:42 +0530 Subject: [PATCH 024/199] New translations profile.json (Finnish) --- src/i18n/locales/fi/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/profile.json b/src/i18n/locales/fi/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/fi/leftSidebar/profile.json +++ b/src/i18n/locales/fi/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From 15ed27fce2680da12e2edcaa2c888f2b043ce430 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:44 +0530 Subject: [PATCH 025/199] New translations objective.json (Finnish) --- src/i18n/locales/fi/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/objective.json b/src/i18n/locales/fi/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/fi/leftSidebar/objective.json +++ b/src/i18n/locales/fi/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From eae17dafbed484a3d5c5a1462a2ef00df3edd594 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:45 +0530 Subject: [PATCH 026/199] New translations languages.json (Finnish) --- src/i18n/locales/fi/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/languages.json b/src/i18n/locales/fi/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/fi/leftSidebar/languages.json +++ b/src/i18n/locales/fi/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From b89fb2ebf68497977e162f394db3b6e5a77050f2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:46 +0530 Subject: [PATCH 027/199] New translations extras.json (Finnish) --- src/i18n/locales/fi/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/extras.json b/src/i18n/locales/fi/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/fi/leftSidebar/extras.json +++ b/src/i18n/locales/fi/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From accdae7ed5476fa49407c612d02054514e475ba1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:48 +0530 Subject: [PATCH 028/199] New translations about.json (Swedish) --- src/i18n/locales/sv/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/sv/rightSidebar/about.json b/src/i18n/locales/sv/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/sv/rightSidebar/about.json +++ b/src/i18n/locales/sv/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From fcf601ed4474d8d96a86d2ebea8dbd350b1216c5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:49 +0530 Subject: [PATCH 029/199] New translations education.json (Finnish) --- src/i18n/locales/fi/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/education.json b/src/i18n/locales/fi/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/fi/leftSidebar/education.json +++ b/src/i18n/locales/fi/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From d72a63139dcbf62d88e93d85362c90da5ed965e9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:50 +0530 Subject: [PATCH 030/199] New translations certifications.json (Finnish) --- src/i18n/locales/fi/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/certifications.json b/src/i18n/locales/fi/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/fi/leftSidebar/certifications.json +++ b/src/i18n/locales/fi/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From 10e92d2313d47c5cf7e3a02d315488400579e030 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:52 +0530 Subject: [PATCH 031/199] New translations awards.json (Finnish) --- src/i18n/locales/fi/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/awards.json b/src/i18n/locales/fi/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/fi/leftSidebar/awards.json +++ b/src/i18n/locales/fi/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From b8efd866e2d7bb5b878c4422321206f048f1757e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:53 +0530 Subject: [PATCH 032/199] New translations extras.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/uk/leftSidebar/extras.json b/src/i18n/locales/uk/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/uk/leftSidebar/extras.json +++ b/src/i18n/locales/uk/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From c639d3c612095413d41c73481e2b1c3ee947be34 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:55 +0530 Subject: [PATCH 033/199] New translations colors.json (Greek) --- src/i18n/locales/el/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/el/rightSidebar/colors.json b/src/i18n/locales/el/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/el/rightSidebar/colors.json +++ b/src/i18n/locales/el/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 10da0e905b9280063346ccfe5622ed552d0de190 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:56 +0530 Subject: [PATCH 034/199] New translations actions.json (Greek) --- src/i18n/locales/el/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/el/rightSidebar/actions.json b/src/i18n/locales/el/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/el/rightSidebar/actions.json +++ b/src/i18n/locales/el/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 213a456cbd155f6314fcd6e817ba2a4eec9e49f0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:57 +0530 Subject: [PATCH 035/199] New translations about.json (Greek) --- src/i18n/locales/el/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/el/rightSidebar/about.json b/src/i18n/locales/el/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/el/rightSidebar/about.json +++ b/src/i18n/locales/el/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From 7618a9a5633e78f285facbf27994b2f2379f8cb1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:13:59 +0530 Subject: [PATCH 036/199] New translations work.json (Greek) --- src/i18n/locales/el/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/el/leftSidebar/work.json b/src/i18n/locales/el/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/el/leftSidebar/work.json +++ b/src/i18n/locales/el/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From 438b86d32df1e5d7ea1d74ecb14f1746d8c14430 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:00 +0530 Subject: [PATCH 037/199] New translations references.json (Greek) --- src/i18n/locales/el/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/el/leftSidebar/references.json b/src/i18n/locales/el/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/el/leftSidebar/references.json +++ b/src/i18n/locales/el/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From d4ef20333da231042dd735d8a37d32abe73f60a3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:02 +0530 Subject: [PATCH 038/199] New translations certifications.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/uk/leftSidebar/certifications.json b/src/i18n/locales/uk/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/uk/leftSidebar/certifications.json +++ b/src/i18n/locales/uk/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From b44750041ca80ce90602d60ec731915b6e315ca2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:04 +0530 Subject: [PATCH 039/199] New translations objective.json (Greek) --- src/i18n/locales/el/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/el/leftSidebar/objective.json b/src/i18n/locales/el/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/el/leftSidebar/objective.json +++ b/src/i18n/locales/el/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From 26b0fc3632befe2572debac96808a1a50f23dba9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:05 +0530 Subject: [PATCH 040/199] New translations awards.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/hu/leftSidebar/awards.json b/src/i18n/locales/hu/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/hu/leftSidebar/awards.json +++ b/src/i18n/locales/hu/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From d7085db970b63be32fd197941d78286f60770348 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:06 +0530 Subject: [PATCH 041/199] New translations work.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/hu/leftSidebar/work.json b/src/i18n/locales/hu/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/hu/leftSidebar/work.json +++ b/src/i18n/locales/hu/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From a217b64367150432ddb6957d8fd3e4eb863702e8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:07 +0530 Subject: [PATCH 042/199] New translations references.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/hu/leftSidebar/references.json b/src/i18n/locales/hu/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/hu/leftSidebar/references.json +++ b/src/i18n/locales/hu/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From b123cd839ee9d7b2a11fef9602eec1d8d329a0d9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:09 +0530 Subject: [PATCH 043/199] New translations profile.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/hu/leftSidebar/profile.json b/src/i18n/locales/hu/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/hu/leftSidebar/profile.json +++ b/src/i18n/locales/hu/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From f6390415e50cc5cd1ffaaaa14f8852bd1189ed68 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:10 +0530 Subject: [PATCH 044/199] New translations objective.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/hu/leftSidebar/objective.json b/src/i18n/locales/hu/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/hu/leftSidebar/objective.json +++ b/src/i18n/locales/hu/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From 932cac2ca2ae732032d812fd66febc3916afa81b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:12 +0530 Subject: [PATCH 045/199] New translations colors.json (Turkish) --- src/i18n/locales/tr/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/tr/rightSidebar/colors.json b/src/i18n/locales/tr/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/tr/rightSidebar/colors.json +++ b/src/i18n/locales/tr/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 20eaacaebad3167cf16c5d5c81a07d35d973dd36 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:13 +0530 Subject: [PATCH 046/199] New translations languages.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/hu/leftSidebar/languages.json b/src/i18n/locales/hu/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/hu/leftSidebar/languages.json +++ b/src/i18n/locales/hu/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From e41bcdcb9bc37d6de89c1f8f7954439fd933c582 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:15 +0530 Subject: [PATCH 047/199] New translations extras.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/hu/leftSidebar/extras.json b/src/i18n/locales/hu/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/hu/leftSidebar/extras.json +++ b/src/i18n/locales/hu/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From 73d1ccb1f589da130ddf7ba1dd1708228d2911fb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:16 +0530 Subject: [PATCH 048/199] New translations education.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/hu/leftSidebar/education.json b/src/i18n/locales/hu/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/hu/leftSidebar/education.json +++ b/src/i18n/locales/hu/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From d5f311c5b20cdf91c3ffe100edbe8934f4b794c3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:17 +0530 Subject: [PATCH 049/199] New translations certifications.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/hu/leftSidebar/certifications.json b/src/i18n/locales/hu/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/hu/leftSidebar/certifications.json +++ b/src/i18n/locales/hu/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From 6ed5e3e9c367cdb9d2205948d97018c961ea8dc1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:22 +0530 Subject: [PATCH 050/199] New translations awards.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/uk/leftSidebar/awards.json b/src/i18n/locales/uk/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/uk/leftSidebar/awards.json +++ b/src/i18n/locales/uk/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From 479b0c0040c16db626385c2f065c90042cb8a17b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:24 +0530 Subject: [PATCH 051/199] New translations profile.json (Greek) --- src/i18n/locales/el/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/el/leftSidebar/profile.json b/src/i18n/locales/el/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/el/leftSidebar/profile.json +++ b/src/i18n/locales/el/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From 198b4eff8cdecb2126b6e0747ab4bfd4468939fd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:26 +0530 Subject: [PATCH 052/199] New translations languages.json (Greek) --- src/i18n/locales/el/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/el/leftSidebar/languages.json b/src/i18n/locales/el/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/el/leftSidebar/languages.json +++ b/src/i18n/locales/el/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From bb5da0d7c40e0090924724ebd5b023e9d004ddb5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:27 +0530 Subject: [PATCH 053/199] New translations actions.json (Hungarian) --- src/i18n/locales/hu/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/hu/rightSidebar/actions.json b/src/i18n/locales/hu/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/hu/rightSidebar/actions.json +++ b/src/i18n/locales/hu/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 3ea44706b8854b090152345cdb9d8777716bfda7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:29 +0530 Subject: [PATCH 054/199] New translations profile.json (Catalan) --- src/i18n/locales/ca/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/ca/leftSidebar/profile.json b/src/i18n/locales/ca/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/ca/leftSidebar/profile.json +++ b/src/i18n/locales/ca/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From 66cbff786d05424ac05d1ebad9b87e3f900af661 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:30 +0530 Subject: [PATCH 055/199] New translations objective.json (Catalan) --- src/i18n/locales/ca/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/ca/leftSidebar/objective.json b/src/i18n/locales/ca/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/ca/leftSidebar/objective.json +++ b/src/i18n/locales/ca/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From a0e5d69c3c70e56d66c0d2bb42762e23def108d2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:32 +0530 Subject: [PATCH 056/199] New translations languages.json (Catalan) --- src/i18n/locales/ca/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ca/leftSidebar/languages.json b/src/i18n/locales/ca/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/ca/leftSidebar/languages.json +++ b/src/i18n/locales/ca/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From ebb4a5501f8072fdf296e7a28b6ac1ae906aedb8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:33 +0530 Subject: [PATCH 057/199] New translations extras.json (Catalan) --- src/i18n/locales/ca/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/ca/leftSidebar/extras.json b/src/i18n/locales/ca/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/ca/leftSidebar/extras.json +++ b/src/i18n/locales/ca/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From 05f00791dbaeaef48c680f4bfc0d4c06f29e2dc3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:34 +0530 Subject: [PATCH 058/199] New translations education.json (Catalan) --- src/i18n/locales/ca/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ca/leftSidebar/education.json b/src/i18n/locales/ca/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/ca/leftSidebar/education.json +++ b/src/i18n/locales/ca/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From de05380de3e2afbe81554e1da56f33fbbaede04e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:36 +0530 Subject: [PATCH 059/199] New translations certifications.json (Catalan) --- src/i18n/locales/ca/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ca/leftSidebar/certifications.json b/src/i18n/locales/ca/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/ca/leftSidebar/certifications.json +++ b/src/i18n/locales/ca/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From f5692300dd88016e90f508da4684683a56f37bb1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:37 +0530 Subject: [PATCH 060/199] New translations awards.json (Catalan) --- src/i18n/locales/ca/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ca/leftSidebar/awards.json b/src/i18n/locales/ca/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/ca/leftSidebar/awards.json +++ b/src/i18n/locales/ca/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From 1982b297970d24aeca9516fec63f876ecdfeabe2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:39 +0530 Subject: [PATCH 061/199] New translations work.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/uk/leftSidebar/work.json b/src/i18n/locales/uk/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/uk/leftSidebar/work.json +++ b/src/i18n/locales/uk/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From 444c26f00e5838828f1196398e54aa73aeaccfe5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:40 +0530 Subject: [PATCH 062/199] New translations about.json (Ukrainian) --- src/i18n/locales/uk/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/uk/rightSidebar/about.json b/src/i18n/locales/uk/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/uk/rightSidebar/about.json +++ b/src/i18n/locales/uk/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From 2a2448b56ac0f54745f1cda4401a9742f5d88c28 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:42 +0530 Subject: [PATCH 063/199] New translations actions.json (Ukrainian) --- src/i18n/locales/uk/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/uk/rightSidebar/actions.json b/src/i18n/locales/uk/rightSidebar/actions.json index b6818714..af1880f3 100644 --- a/src/i18n/locales/uk/rightSidebar/actions.json +++ b/src/i18n/locales/uk/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Завантажити резюме", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From a21b9c6f510ac4e838f46a19d7508de3b8a7b43b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:43 +0530 Subject: [PATCH 064/199] New translations colors.json (Afrikaans) --- src/i18n/locales/af/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/af/rightSidebar/colors.json b/src/i18n/locales/af/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/af/rightSidebar/colors.json +++ b/src/i18n/locales/af/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 82a1d10c4aea5d8c4eae9b94dffa89063f7df142 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:44 +0530 Subject: [PATCH 065/199] New translations work.json (Catalan) --- src/i18n/locales/ca/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ca/leftSidebar/work.json b/src/i18n/locales/ca/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/ca/leftSidebar/work.json +++ b/src/i18n/locales/ca/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From 8ba6c963ea874ee799876958d84f6466ae0091d9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:45 +0530 Subject: [PATCH 066/199] New translations actions.json (Afrikaans) --- src/i18n/locales/af/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/af/rightSidebar/actions.json b/src/i18n/locales/af/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/af/rightSidebar/actions.json +++ b/src/i18n/locales/af/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 443a4c1c550259137d11ebe0ccaeddfc8003b170 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:47 +0530 Subject: [PATCH 067/199] New translations about.json (Afrikaans) --- src/i18n/locales/af/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/af/rightSidebar/about.json b/src/i18n/locales/af/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/af/rightSidebar/about.json +++ b/src/i18n/locales/af/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From f89ccbf6fd70bc00344619081a4ae69ab69efe25 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:48 +0530 Subject: [PATCH 068/199] New translations work.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/af/leftSidebar/work.json b/src/i18n/locales/af/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/af/leftSidebar/work.json +++ b/src/i18n/locales/af/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From 2c68299567e485e78184f5df9ef5160d422cef6c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:49 +0530 Subject: [PATCH 069/199] New translations colors.json (Ukrainian) --- src/i18n/locales/uk/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/uk/rightSidebar/colors.json b/src/i18n/locales/uk/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/uk/rightSidebar/colors.json +++ b/src/i18n/locales/uk/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From ab2d09b4c5c2352dd8e4c55a67b27502b57716e6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:51 +0530 Subject: [PATCH 070/199] New translations profile.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/af/leftSidebar/profile.json b/src/i18n/locales/af/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/af/leftSidebar/profile.json +++ b/src/i18n/locales/af/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From 010ef235727a2261abec26f484dcc4aa03099247 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:54 +0530 Subject: [PATCH 071/199] New translations objective.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/af/leftSidebar/objective.json b/src/i18n/locales/af/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/af/leftSidebar/objective.json +++ b/src/i18n/locales/af/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From aea247be062e5ec998d7c5b222fb9e9b4c0c5209 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:56 +0530 Subject: [PATCH 072/199] New translations languages.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/af/leftSidebar/languages.json b/src/i18n/locales/af/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/af/leftSidebar/languages.json +++ b/src/i18n/locales/af/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From 8f30782ef5ee65ab35b32185011c636d06d4f5b0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:57 +0530 Subject: [PATCH 073/199] New translations extras.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/af/leftSidebar/extras.json b/src/i18n/locales/af/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/af/leftSidebar/extras.json +++ b/src/i18n/locales/af/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From 4aaf17de8a37cd38e7c4babd1b22e679f6bcb316 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:14:58 +0530 Subject: [PATCH 074/199] New translations education.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/af/leftSidebar/education.json b/src/i18n/locales/af/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/af/leftSidebar/education.json +++ b/src/i18n/locales/af/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From 8723b3d2b39f87d2ebeaec6da674988cf550bbec Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:00 +0530 Subject: [PATCH 075/199] New translations certifications.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/af/leftSidebar/certifications.json b/src/i18n/locales/af/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/af/leftSidebar/certifications.json +++ b/src/i18n/locales/af/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From c5aaa1ce2643a488ccb67199b77843f8384576e4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:02 +0530 Subject: [PATCH 076/199] New translations references.json (Catalan) --- src/i18n/locales/ca/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ca/leftSidebar/references.json b/src/i18n/locales/ca/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/ca/leftSidebar/references.json +++ b/src/i18n/locales/ca/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From 28569ce899602956edc35195a7d22a5eb11d37b0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:04 +0530 Subject: [PATCH 077/199] New translations about.json (Catalan) --- src/i18n/locales/ca/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ca/rightSidebar/about.json b/src/i18n/locales/ca/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/ca/rightSidebar/about.json +++ b/src/i18n/locales/ca/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From ab4d374d1c4b04310fe2faca0f6bfebf804aa7f7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:05 +0530 Subject: [PATCH 078/199] New translations extras.json (Greek) --- src/i18n/locales/el/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/el/leftSidebar/extras.json b/src/i18n/locales/el/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/el/leftSidebar/extras.json +++ b/src/i18n/locales/el/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From 41aaed56fe81fded90e1e11035db0db06bf9573f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:06 +0530 Subject: [PATCH 079/199] New translations references.json (Czech) --- src/i18n/locales/cs/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/cs/leftSidebar/references.json b/src/i18n/locales/cs/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/cs/leftSidebar/references.json +++ b/src/i18n/locales/cs/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From f3380c165ddb06b25d78ebaa2cc06d8d24332415 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:08 +0530 Subject: [PATCH 080/199] New translations education.json (Greek) --- src/i18n/locales/el/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/el/leftSidebar/education.json b/src/i18n/locales/el/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/el/leftSidebar/education.json +++ b/src/i18n/locales/el/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From 449798f0352a5e0854b1aa6f23195c3c0316e0af Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:09 +0530 Subject: [PATCH 081/199] New translations languages.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/uk/leftSidebar/languages.json b/src/i18n/locales/uk/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/uk/leftSidebar/languages.json +++ b/src/i18n/locales/uk/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From 1dda72d0663d8d2bc143c03304ba4b67024a1eed Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:10 +0530 Subject: [PATCH 082/199] New translations certifications.json (Greek) --- src/i18n/locales/el/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/el/leftSidebar/certifications.json b/src/i18n/locales/el/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/el/leftSidebar/certifications.json +++ b/src/i18n/locales/el/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From cea1aa8449ad9ea571f460eff4dafd6a2ee71d06 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:12 +0530 Subject: [PATCH 083/199] New translations awards.json (Greek) --- src/i18n/locales/el/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/el/leftSidebar/awards.json b/src/i18n/locales/el/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/el/leftSidebar/awards.json +++ b/src/i18n/locales/el/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From c0c1f394e14af27dd36f6a0003ef67e7db28f59d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:13 +0530 Subject: [PATCH 084/199] New translations objective.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/uk/leftSidebar/objective.json b/src/i18n/locales/uk/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/uk/leftSidebar/objective.json +++ b/src/i18n/locales/uk/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From 8d15f624abc698f41cb4b94946a61d0288a705f3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:15 +0530 Subject: [PATCH 085/199] New translations colors.json (Czech) --- src/i18n/locales/cs/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/cs/rightSidebar/colors.json b/src/i18n/locales/cs/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/cs/rightSidebar/colors.json +++ b/src/i18n/locales/cs/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 51acb5a7eaf872cd3c6dcf1034331d2f4a28738b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:17 +0530 Subject: [PATCH 086/199] New translations actions.json (Czech) --- src/i18n/locales/cs/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/cs/rightSidebar/actions.json b/src/i18n/locales/cs/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/cs/rightSidebar/actions.json +++ b/src/i18n/locales/cs/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 73fc24bd723419a2806b335eb8e8b0889c8ea932 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:18 +0530 Subject: [PATCH 087/199] New translations about.json (Czech) --- src/i18n/locales/cs/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/cs/rightSidebar/about.json b/src/i18n/locales/cs/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/cs/rightSidebar/about.json +++ b/src/i18n/locales/cs/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From 6e0d23427a2d3da9e145ff67a0be1bad30f09e80 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:19 +0530 Subject: [PATCH 088/199] New translations work.json (Czech) --- src/i18n/locales/cs/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/cs/leftSidebar/work.json b/src/i18n/locales/cs/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/cs/leftSidebar/work.json +++ b/src/i18n/locales/cs/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From 537fc88970cedc667fc2d3769b14cef28f24e68c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:21 +0530 Subject: [PATCH 089/199] New translations profile.json (Czech) --- src/i18n/locales/cs/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/cs/leftSidebar/profile.json b/src/i18n/locales/cs/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/cs/leftSidebar/profile.json +++ b/src/i18n/locales/cs/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From 9821846c7ad6871854b4b99f3401ac59d3e9b421 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:22 +0530 Subject: [PATCH 090/199] New translations actions.json (Catalan) --- src/i18n/locales/ca/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/ca/rightSidebar/actions.json b/src/i18n/locales/ca/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/ca/rightSidebar/actions.json +++ b/src/i18n/locales/ca/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From ec6392ed872572b8eeb99d155021749e21e69b90 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:23 +0530 Subject: [PATCH 091/199] New translations objective.json (Czech) --- src/i18n/locales/cs/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/cs/leftSidebar/objective.json b/src/i18n/locales/cs/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/cs/leftSidebar/objective.json +++ b/src/i18n/locales/cs/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From da75068bf887b14a5dd2f0278f91d3d32729c257 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:24 +0530 Subject: [PATCH 092/199] New translations languages.json (Czech) --- src/i18n/locales/cs/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/cs/leftSidebar/languages.json b/src/i18n/locales/cs/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/cs/leftSidebar/languages.json +++ b/src/i18n/locales/cs/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From 55d20448a513b5a2e8a6f2e40f0d660016e4cc9b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:26 +0530 Subject: [PATCH 093/199] New translations extras.json (Czech) --- src/i18n/locales/cs/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/cs/leftSidebar/extras.json b/src/i18n/locales/cs/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/cs/leftSidebar/extras.json +++ b/src/i18n/locales/cs/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From 7aef706d84f98474e4277af493cb7c5f8384232f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:27 +0530 Subject: [PATCH 094/199] New translations education.json (Czech) --- src/i18n/locales/cs/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/cs/leftSidebar/education.json b/src/i18n/locales/cs/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/cs/leftSidebar/education.json +++ b/src/i18n/locales/cs/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From dd55c64dcb2a55450dc33bdd157a60cffcdbf5e0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:28 +0530 Subject: [PATCH 095/199] New translations certifications.json (Czech) --- src/i18n/locales/cs/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/cs/leftSidebar/certifications.json b/src/i18n/locales/cs/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/cs/leftSidebar/certifications.json +++ b/src/i18n/locales/cs/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From 84e57b166cc9f723952581ea89de64ab1b565faa Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:30 +0530 Subject: [PATCH 096/199] New translations profile.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/uk/leftSidebar/profile.json b/src/i18n/locales/uk/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/uk/leftSidebar/profile.json +++ b/src/i18n/locales/uk/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From 30c4180beff5b21bb05bd25b9d9a100848a9ddb2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:31 +0530 Subject: [PATCH 097/199] New translations awards.json (Czech) --- src/i18n/locales/cs/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/cs/leftSidebar/awards.json b/src/i18n/locales/cs/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/cs/leftSidebar/awards.json +++ b/src/i18n/locales/cs/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From 7000d046fa4b6234226789101c0e211e7a6bd33d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:32 +0530 Subject: [PATCH 098/199] New translations references.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/uk/leftSidebar/references.json b/src/i18n/locales/uk/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/uk/leftSidebar/references.json +++ b/src/i18n/locales/uk/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From 90596d2feb856e6dd42cdd93c0b08b5bef5e8f94 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:34 +0530 Subject: [PATCH 099/199] New translations colors.json (Catalan) --- src/i18n/locales/ca/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/ca/rightSidebar/colors.json b/src/i18n/locales/ca/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/ca/rightSidebar/colors.json +++ b/src/i18n/locales/ca/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From fdd3d9fee8eee2eb7f6b7f90c843713ba9466198 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:36 +0530 Subject: [PATCH 100/199] New translations about.json (Hungarian) --- src/i18n/locales/hu/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/hu/rightSidebar/about.json b/src/i18n/locales/hu/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/hu/rightSidebar/about.json +++ b/src/i18n/locales/hu/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From ef93a2068575354e3b40a11b20e3c1047c97ea6f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:37 +0530 Subject: [PATCH 101/199] New translations colors.json (Hungarian) --- src/i18n/locales/hu/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/hu/rightSidebar/colors.json b/src/i18n/locales/hu/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/hu/rightSidebar/colors.json +++ b/src/i18n/locales/hu/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From f9ce44b45439f13695c6cbd0f92f837d37b8e59f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:39 +0530 Subject: [PATCH 102/199] New translations work.json (Swedish) --- src/i18n/locales/sv/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/sv/leftSidebar/work.json b/src/i18n/locales/sv/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/sv/leftSidebar/work.json +++ b/src/i18n/locales/sv/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From a6d5f3bd3a6fcc6081969bb88d30c79b680299b5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:40 +0530 Subject: [PATCH 103/199] New translations education.json (Russian) --- src/i18n/locales/ru/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ru/leftSidebar/education.json b/src/i18n/locales/ru/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/ru/leftSidebar/education.json +++ b/src/i18n/locales/ru/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From c82f5959276b2dde3869774b590d49a28211f407 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:41 +0530 Subject: [PATCH 104/199] New translations actions.json (Russian) --- src/i18n/locales/ru/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/ru/rightSidebar/actions.json b/src/i18n/locales/ru/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/ru/rightSidebar/actions.json +++ b/src/i18n/locales/ru/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 49fc9df69b34e4dc7faa2f23dd209fbc40d3680f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:43 +0530 Subject: [PATCH 105/199] New translations extras.json (Turkish) --- src/i18n/locales/tr/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/tr/leftSidebar/extras.json b/src/i18n/locales/tr/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/tr/leftSidebar/extras.json +++ b/src/i18n/locales/tr/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From d5f55c5c54ac763dffc1f11ff7bef8bc3d5ba68b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:44 +0530 Subject: [PATCH 106/199] New translations about.json (Russian) --- src/i18n/locales/ru/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ru/rightSidebar/about.json b/src/i18n/locales/ru/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/ru/rightSidebar/about.json +++ b/src/i18n/locales/ru/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From 097fa5885121fd90a16e612d9375b337185f0ccd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:45 +0530 Subject: [PATCH 107/199] New translations work.json (Russian) --- src/i18n/locales/ru/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ru/leftSidebar/work.json b/src/i18n/locales/ru/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/ru/leftSidebar/work.json +++ b/src/i18n/locales/ru/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From 21dcac51f7c5fa08919027d69285d9232d6cd4b2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:46 +0530 Subject: [PATCH 108/199] New translations references.json (Russian) --- src/i18n/locales/ru/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ru/leftSidebar/references.json b/src/i18n/locales/ru/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/ru/leftSidebar/references.json +++ b/src/i18n/locales/ru/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From 50701ca8af58ecab1c75b021b89124c5584a0459 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:48 +0530 Subject: [PATCH 109/199] New translations profile.json (Russian) --- src/i18n/locales/ru/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/ru/leftSidebar/profile.json b/src/i18n/locales/ru/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/ru/leftSidebar/profile.json +++ b/src/i18n/locales/ru/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From f71978645a3009a58c4ba5e13f9fcc644f71b694 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:49 +0530 Subject: [PATCH 110/199] New translations objective.json (Russian) --- src/i18n/locales/ru/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/ru/leftSidebar/objective.json b/src/i18n/locales/ru/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/ru/leftSidebar/objective.json +++ b/src/i18n/locales/ru/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From ac2700afb92a90e4a3d050900b841db3f7b46285 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:51 +0530 Subject: [PATCH 111/199] New translations languages.json (Russian) --- src/i18n/locales/ru/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ru/leftSidebar/languages.json b/src/i18n/locales/ru/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/ru/leftSidebar/languages.json +++ b/src/i18n/locales/ru/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From 82804d6b2043614a3871ff5a18f2ff9fef56a5aa Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:52 +0530 Subject: [PATCH 112/199] New translations extras.json (Russian) --- src/i18n/locales/ru/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/ru/leftSidebar/extras.json b/src/i18n/locales/ru/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/ru/leftSidebar/extras.json +++ b/src/i18n/locales/ru/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From c5fae42594ca81bdb199f1cbe7cfb136b7277a83 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:53 +0530 Subject: [PATCH 113/199] New translations certifications.json (Russian) --- src/i18n/locales/ru/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ru/leftSidebar/certifications.json b/src/i18n/locales/ru/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/ru/leftSidebar/certifications.json +++ b/src/i18n/locales/ru/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From 13f2cf02c629c811bc81cc2792c782b62924eb64 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:57 +0530 Subject: [PATCH 114/199] New translations awards.json (Russian) --- src/i18n/locales/ru/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ru/leftSidebar/awards.json b/src/i18n/locales/ru/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/ru/leftSidebar/awards.json +++ b/src/i18n/locales/ru/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From d5fd6a72e74000c25819435060b43dfeac22349c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:15:58 +0530 Subject: [PATCH 115/199] New translations languages.json (Turkish) --- src/i18n/locales/tr/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/tr/leftSidebar/languages.json b/src/i18n/locales/tr/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/tr/leftSidebar/languages.json +++ b/src/i18n/locales/tr/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From fdf3b317ddfbc9f78c57283a5b2180a70d6140b1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:00 +0530 Subject: [PATCH 116/199] New translations colors.json (Norwegian) --- src/i18n/locales/no/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/no/rightSidebar/colors.json b/src/i18n/locales/no/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/no/rightSidebar/colors.json +++ b/src/i18n/locales/no/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 16d016383441df1ed515eb8e95894807546f7e9e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:01 +0530 Subject: [PATCH 117/199] New translations actions.json (Norwegian) --- src/i18n/locales/no/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/no/rightSidebar/actions.json b/src/i18n/locales/no/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/no/rightSidebar/actions.json +++ b/src/i18n/locales/no/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 4b6ede7d0e2a2c3c7644813afaf38ac62997c9f0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:03 +0530 Subject: [PATCH 118/199] New translations about.json (Norwegian) --- src/i18n/locales/no/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/no/rightSidebar/about.json b/src/i18n/locales/no/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/no/rightSidebar/about.json +++ b/src/i18n/locales/no/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From 63c79aec29e7a77867eaaa9e582c7c5ceae118d8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:04 +0530 Subject: [PATCH 119/199] New translations objective.json (Turkish) --- src/i18n/locales/tr/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/tr/leftSidebar/objective.json b/src/i18n/locales/tr/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/tr/leftSidebar/objective.json +++ b/src/i18n/locales/tr/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From 8ca3619d7524f500684a304beb022006129eeb25 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:05 +0530 Subject: [PATCH 120/199] New translations work.json (Norwegian) --- src/i18n/locales/no/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/no/leftSidebar/work.json b/src/i18n/locales/no/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/no/leftSidebar/work.json +++ b/src/i18n/locales/no/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From 69a5402e276bb948e36c45bf0d62cd730e9a32ae Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:06 +0530 Subject: [PATCH 121/199] New translations references.json (Norwegian) --- src/i18n/locales/no/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/no/leftSidebar/references.json b/src/i18n/locales/no/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/no/leftSidebar/references.json +++ b/src/i18n/locales/no/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From 17d28b6e12389be583cec0e6c693416738f34260 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:08 +0530 Subject: [PATCH 122/199] New translations profile.json (Norwegian) --- src/i18n/locales/no/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/no/leftSidebar/profile.json b/src/i18n/locales/no/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/no/leftSidebar/profile.json +++ b/src/i18n/locales/no/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From 845703c1233f9d5411dea9bb89bc879fc079d858 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:09 +0530 Subject: [PATCH 123/199] New translations colors.json (Russian) --- src/i18n/locales/ru/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/ru/rightSidebar/colors.json b/src/i18n/locales/ru/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/ru/rightSidebar/colors.json +++ b/src/i18n/locales/ru/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 07b449b2140e7b0097e3a841e5fbf160cabfb0f2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:10 +0530 Subject: [PATCH 124/199] New translations education.json (Turkish) --- src/i18n/locales/tr/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/tr/leftSidebar/education.json b/src/i18n/locales/tr/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/tr/leftSidebar/education.json +++ b/src/i18n/locales/tr/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From 7eca3c5f2bf8a027a2cdbaf1b751eda215656a04 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:12 +0530 Subject: [PATCH 125/199] New translations languages.json (Norwegian) --- src/i18n/locales/no/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/no/leftSidebar/languages.json b/src/i18n/locales/no/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/no/leftSidebar/languages.json +++ b/src/i18n/locales/no/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From 42789eede1bb20cbee2f5b53d5f5be6109a17909 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:13 +0530 Subject: [PATCH 126/199] New translations colors.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/sr/rightSidebar/colors.json diff --git a/src/i18n/locales/sr/rightSidebar/colors.json b/src/i18n/locales/sr/rightSidebar/colors.json new file mode 100644 index 00000000..f7fff7ba --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Secondary Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From a4c225c2daa5727f8d89a8a18a6d1f6dcf6da4a2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:14 +0530 Subject: [PATCH 127/199] New translations references.json (Swedish) --- src/i18n/locales/sv/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/sv/leftSidebar/references.json b/src/i18n/locales/sv/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/sv/leftSidebar/references.json +++ b/src/i18n/locales/sv/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From 62d0096cc5353f8ec233dedb1e7282202a1a13d9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:16 +0530 Subject: [PATCH 128/199] New translations profile.json (Swedish) --- src/i18n/locales/sv/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/sv/leftSidebar/profile.json b/src/i18n/locales/sv/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/sv/leftSidebar/profile.json +++ b/src/i18n/locales/sv/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From a6b7f42b937bb8641051754e2ad77cd3b7ffc8f2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:17 +0530 Subject: [PATCH 129/199] New translations objective.json (Swedish) --- src/i18n/locales/sv/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/sv/leftSidebar/objective.json b/src/i18n/locales/sv/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/sv/leftSidebar/objective.json +++ b/src/i18n/locales/sv/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From 629b56fa96c27e48733c366caafc147f3527e6d8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:19 +0530 Subject: [PATCH 130/199] New translations languages.json (Swedish) --- src/i18n/locales/sv/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/sv/leftSidebar/languages.json b/src/i18n/locales/sv/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/sv/leftSidebar/languages.json +++ b/src/i18n/locales/sv/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From fee947079629df26502dff15d17e575b941c581f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:20 +0530 Subject: [PATCH 131/199] New translations extras.json (Swedish) --- src/i18n/locales/sv/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/sv/leftSidebar/extras.json b/src/i18n/locales/sv/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/sv/leftSidebar/extras.json +++ b/src/i18n/locales/sv/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From 8365958ea62edf97dba939262c67bbc9cb6fed46 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:21 +0530 Subject: [PATCH 132/199] New translations education.json (Swedish) --- src/i18n/locales/sv/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/sv/leftSidebar/education.json b/src/i18n/locales/sv/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/sv/leftSidebar/education.json +++ b/src/i18n/locales/sv/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From 0f80a9dfb16dc73e5f8a8713f8069de0d5077c8b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:23 +0530 Subject: [PATCH 133/199] New translations certifications.json (Swedish) --- src/i18n/locales/sv/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/sv/leftSidebar/certifications.json b/src/i18n/locales/sv/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/sv/leftSidebar/certifications.json +++ b/src/i18n/locales/sv/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From fd93d52f4c69159ad3b801d08d01da21d60b6e05 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:24 +0530 Subject: [PATCH 134/199] New translations awards.json (Swedish) --- src/i18n/locales/sv/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/sv/leftSidebar/awards.json b/src/i18n/locales/sv/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/sv/leftSidebar/awards.json +++ b/src/i18n/locales/sv/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From bb0a4b79ed87d08fb29f4538fc1804a9cf2667cc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:25 +0530 Subject: [PATCH 135/199] New translations awards.json (Turkish) --- src/i18n/locales/tr/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/tr/leftSidebar/awards.json b/src/i18n/locales/tr/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/tr/leftSidebar/awards.json +++ b/src/i18n/locales/tr/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From eb90c0211ab15168bb76e59a88d2a4d7558c953b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:26 +0530 Subject: [PATCH 136/199] New translations fonts.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/sr/rightSidebar/fonts.json diff --git a/src/i18n/locales/sr/rightSidebar/fonts.json b/src/i18n/locales/sr/rightSidebar/fonts.json new file mode 100644 index 00000000..dbcfe5f2 --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/fonts.json @@ -0,0 +1,7 @@ +{ + "title": "Fonts", + "fontFamily": { + "label": "Font Family", + "helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you." + } +} From d933de8a9cace2d6f2e86345e1e78aecdb311f8e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:28 +0530 Subject: [PATCH 137/199] New translations certifications.json (Turkish) --- src/i18n/locales/tr/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/tr/leftSidebar/certifications.json b/src/i18n/locales/tr/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/tr/leftSidebar/certifications.json +++ b/src/i18n/locales/tr/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From 8920aab34f58cd3e62dea651704753df0494e847 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:29 +0530 Subject: [PATCH 138/199] New translations awards.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/leftSidebar/awards.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/locales/sr/leftSidebar/awards.json diff --git a/src/i18n/locales/sr/leftSidebar/awards.json b/src/i18n/locales/sr/leftSidebar/awards.json new file mode 100644 index 00000000..4a52c12a --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/awards.json @@ -0,0 +1,8 @@ +{ + "title": { + "label": "Title" + }, + "subtitle": { + "label": "Subtitle" + } +} From 24ddd60d9ab6a30e7de1cabe25bd682627d8ca28 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:30 +0530 Subject: [PATCH 139/199] New translations actions.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/sr/rightSidebar/actions.json diff --git a/src/i18n/locales/sr/rightSidebar/actions.json b/src/i18n/locales/sr/rightSidebar/actions.json new file mode 100644 index 00000000..ae75bbd1 --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/actions.json @@ -0,0 +1,33 @@ +{ + "title": "Actions", + "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", + "importExport": { + "heading": "Import/Export", + "body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.", + "buttons": { + "import": "Import", + "export": "Export" + } + }, + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", + "buttons": { + "saveAsPdf": "Save as PDF" + } + }, + "loadDemoData": { + "heading": "Load Demo Data", + "body": "Unclear on what to do with a fresh blank page? Load some demo data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Load Data" + } + }, + "reset": { + "heading": "Reset Everything!", + "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", + "buttons": { + "reset": "Reset" + } + } +} From b48858a4b4f44323ecf8b883f803c97deb8af997 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:32 +0530 Subject: [PATCH 140/199] New translations about.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/sr/rightSidebar/about.json diff --git a/src/i18n/locales/sr/rightSidebar/about.json b/src/i18n/locales/sr/rightSidebar/about.json new file mode 100644 index 00000000..c5538e17 --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "title": "About", + "documentation": { + "heading": "Documentation", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", + "buttons": { + "documentation": "Documentation" + } + }, + "bugOrFeatureRequest": { + "heading": "Bug? Feature Request?", + "body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.", + "buttons": { + "raiseIssue": "Raise an Issue", + "sendEmail": "Send an Email" + } + }, + "sourceCode": { + "heading": "Source Code", + "body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.", + "buttons": { + "githubRepo": "GitHub Repo" + } + }, + "license": { + "heading": "License Information", + "body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.", + "buttons": { + "mitLicense": "MIT License" + } + }, + "footer": { + "credit": "Made with Love by <1>Amruth Pillai", + "thanks": "Thank you for using Reactive Resume!" + } +} From 051ed52f0c94c6b0c5498b18ca16d9d468296a27 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:33 +0530 Subject: [PATCH 141/199] New translations work.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/leftSidebar/work.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/locales/sr/leftSidebar/work.json diff --git a/src/i18n/locales/sr/leftSidebar/work.json b/src/i18n/locales/sr/leftSidebar/work.json new file mode 100644 index 00000000..9859754c --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/work.json @@ -0,0 +1,8 @@ +{ + "name": { + "label": "Name" + }, + "role": { + "label": "Role" + } +} From 31c91749dd674a1daefe89b5939e4faf21f4fa17 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:34 +0530 Subject: [PATCH 142/199] New translations references.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/leftSidebar/references.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/i18n/locales/sr/leftSidebar/references.json diff --git a/src/i18n/locales/sr/leftSidebar/references.json b/src/i18n/locales/sr/leftSidebar/references.json new file mode 100644 index 00000000..f7f2bf83 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/references.json @@ -0,0 +1,14 @@ +{ + "name": { + "label": "Name" + }, + "position": { + "label": "Position" + }, + "phone": { + "label": "Phone Number" + }, + "email": { + "label": "Email Address" + } +} From f5c2f2d314c5a52f3b74c887d82fe1d672cb1cce Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:36 +0530 Subject: [PATCH 143/199] New translations profile.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/leftSidebar/profile.json | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/i18n/locales/sr/leftSidebar/profile.json diff --git a/src/i18n/locales/sr/leftSidebar/profile.json b/src/i18n/locales/sr/leftSidebar/profile.json new file mode 100644 index 00000000..6f109ed6 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/profile.json @@ -0,0 +1,35 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name" + }, + "lastName": { + "label": "Last Name" + }, + "subtitle": { + "label": "Subtitle" + }, + "address": { + "label": "Address", + "line1": { + "label": "Address Line 1" + }, + "line2": { + "label": "Address Line 2" + }, + "line3": { + "label": "Address Line 3" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From ae96735efa342fdf3acde8f506763668831f709a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:37 +0530 Subject: [PATCH 144/199] New translations objective.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/leftSidebar/objective.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/sr/leftSidebar/objective.json diff --git a/src/i18n/locales/sr/leftSidebar/objective.json b/src/i18n/locales/sr/leftSidebar/objective.json new file mode 100644 index 00000000..32980479 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/objective.json @@ -0,0 +1,5 @@ +{ + "objective": { + "label": "Objective" + } +} From a5cf2dd7ed452f062f4bfa697f1a3cfcb0a3e364 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:38 +0530 Subject: [PATCH 145/199] New translations languages.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/leftSidebar/languages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/i18n/locales/sr/leftSidebar/languages.json diff --git a/src/i18n/locales/sr/leftSidebar/languages.json b/src/i18n/locales/sr/leftSidebar/languages.json new file mode 100644 index 00000000..21cb2483 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/languages.json @@ -0,0 +1,11 @@ +{ + "key": { + "label": "Name" + }, + "level": { + "label": "Level" + }, + "rating": { + "label": "Rating" + } +} From 6e6de36ac0c339713cb8ab82433bdd0fdc4358cb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:39 +0530 Subject: [PATCH 146/199] New translations extras.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/leftSidebar/extras.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/locales/sr/leftSidebar/extras.json diff --git a/src/i18n/locales/sr/leftSidebar/extras.json b/src/i18n/locales/sr/leftSidebar/extras.json new file mode 100644 index 00000000..59950d61 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/extras.json @@ -0,0 +1,8 @@ +{ + "key": { + "label": "Key" + }, + "value": { + "label": "Value" + } +} From c6ca851820cfb1cd42685a1a9becbb1efd972ab9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:40 +0530 Subject: [PATCH 147/199] New translations education.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/leftSidebar/education.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/i18n/locales/sr/leftSidebar/education.json diff --git a/src/i18n/locales/sr/leftSidebar/education.json b/src/i18n/locales/sr/leftSidebar/education.json new file mode 100644 index 00000000..346748c7 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/education.json @@ -0,0 +1,11 @@ +{ + "name": { + "label": "Name" + }, + "major": { + "label": "Major" + }, + "grade": { + "label": "Grade" + } +} From 1b1354a267baa3241bdbbdb9f342083234f4dd50 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:42 +0530 Subject: [PATCH 148/199] New translations certifications.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/leftSidebar/certifications.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/locales/sr/leftSidebar/certifications.json diff --git a/src/i18n/locales/sr/leftSidebar/certifications.json b/src/i18n/locales/sr/leftSidebar/certifications.json new file mode 100644 index 00000000..e6e0effa --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/certifications.json @@ -0,0 +1,8 @@ +{ + "title": { + "label": "Name" + }, + "subtitle": { + "label": "Authority" + } +} From e8b349ded3ef4ba5523e4e629b19d5f145e3b083 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:43 +0530 Subject: [PATCH 149/199] New translations objective.json (Norwegian) --- src/i18n/locales/no/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/no/leftSidebar/objective.json b/src/i18n/locales/no/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/no/leftSidebar/objective.json +++ b/src/i18n/locales/no/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From fa7f55342d06d4c72b2f7def701054939292d38b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:44 +0530 Subject: [PATCH 150/199] New translations extras.json (Norwegian) --- src/i18n/locales/no/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/no/leftSidebar/extras.json b/src/i18n/locales/no/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/no/leftSidebar/extras.json +++ b/src/i18n/locales/no/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From 9b3c91f30240858de3e501736f5010fb25b4b71e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:47 +0530 Subject: [PATCH 151/199] New translations objective.json (Japanese) --- src/i18n/locales/ja/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/ja/leftSidebar/objective.json b/src/i18n/locales/ja/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/ja/leftSidebar/objective.json +++ b/src/i18n/locales/ja/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From e2f7aed1dbea783bad400e0c4699e1e0e84bea2c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:48 +0530 Subject: [PATCH 152/199] New translations languages.json (Japanese) --- src/i18n/locales/ja/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ja/leftSidebar/languages.json b/src/i18n/locales/ja/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/ja/leftSidebar/languages.json +++ b/src/i18n/locales/ja/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From 0f3f7200c92e0babd0ee4f096b749c1a737b9e47 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:49 +0530 Subject: [PATCH 153/199] New translations extras.json (Japanese) --- src/i18n/locales/ja/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/ja/leftSidebar/extras.json b/src/i18n/locales/ja/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/ja/leftSidebar/extras.json +++ b/src/i18n/locales/ja/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From 7e6cff378e07aa39409d70c5e5f4f90ad3dc965e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:51 +0530 Subject: [PATCH 154/199] New translations education.json (Japanese) --- src/i18n/locales/ja/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ja/leftSidebar/education.json b/src/i18n/locales/ja/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/ja/leftSidebar/education.json +++ b/src/i18n/locales/ja/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From 1678691e5676528ac85a8ac8bae34cf99feb0624 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:52 +0530 Subject: [PATCH 155/199] New translations certifications.json (Japanese) --- src/i18n/locales/ja/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ja/leftSidebar/certifications.json b/src/i18n/locales/ja/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/ja/leftSidebar/certifications.json +++ b/src/i18n/locales/ja/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From 35463b3abd1236feb3fda1e5a7721153d7d7d7be Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:53 +0530 Subject: [PATCH 156/199] New translations awards.json (Japanese) --- src/i18n/locales/ja/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ja/leftSidebar/awards.json b/src/i18n/locales/ja/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/ja/leftSidebar/awards.json +++ b/src/i18n/locales/ja/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From 309db6cbb70e2c78347a02b52fa2a74ae91c0031 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:55 +0530 Subject: [PATCH 157/199] New translations actions.json (Turkish) --- src/i18n/locales/tr/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/tr/rightSidebar/actions.json b/src/i18n/locales/tr/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/tr/rightSidebar/actions.json +++ b/src/i18n/locales/tr/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 4095fdd0159565b73f0b38a2493500068fd06267 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:58 +0530 Subject: [PATCH 158/199] New translations about.json (Turkish) --- src/i18n/locales/tr/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/tr/rightSidebar/about.json b/src/i18n/locales/tr/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/tr/rightSidebar/about.json +++ b/src/i18n/locales/tr/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From b2c79ee5e07351f08cda538c306a0f234f6dc45d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:00 +0530 Subject: [PATCH 159/199] New translations actions.json (Swedish) --- src/i18n/locales/sv/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/sv/rightSidebar/actions.json b/src/i18n/locales/sv/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/sv/rightSidebar/actions.json +++ b/src/i18n/locales/sv/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 89191567dbd408fa23e28c662fe83a8da885a22a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:04 +0530 Subject: [PATCH 160/199] New translations profile.json (Japanese) --- src/i18n/locales/ja/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/ja/leftSidebar/profile.json b/src/i18n/locales/ja/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/ja/leftSidebar/profile.json +++ b/src/i18n/locales/ja/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From d9e2a2f5acb9fe151fa884efbbfd1820b3029cf8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:05 +0530 Subject: [PATCH 161/199] New translations references.json (Japanese) --- src/i18n/locales/ja/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ja/leftSidebar/references.json b/src/i18n/locales/ja/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/ja/leftSidebar/references.json +++ b/src/i18n/locales/ja/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From 782007f09ee7330abb55124f646f8d5841a4e3ad Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:06 +0530 Subject: [PATCH 162/199] New translations education.json (Norwegian) --- src/i18n/locales/no/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/no/leftSidebar/education.json b/src/i18n/locales/no/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/no/leftSidebar/education.json +++ b/src/i18n/locales/no/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From 6332e8ded7328f56e0f771b48d5919fa58d1756c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:08 +0530 Subject: [PATCH 163/199] New translations profile.json (Korean) --- src/i18n/locales/ko/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/ko/leftSidebar/profile.json b/src/i18n/locales/ko/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/ko/leftSidebar/profile.json +++ b/src/i18n/locales/ko/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From 766f7f9ebe30855a0615d2f36ac9c17d6b2c6696 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:09 +0530 Subject: [PATCH 164/199] New translations certifications.json (Norwegian) --- src/i18n/locales/no/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/no/leftSidebar/certifications.json b/src/i18n/locales/no/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/no/leftSidebar/certifications.json +++ b/src/i18n/locales/no/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From 30add574029dda2daa7209b5964fa7f9856b6c76 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:10 +0530 Subject: [PATCH 165/199] New translations awards.json (Norwegian) --- src/i18n/locales/no/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/no/leftSidebar/awards.json b/src/i18n/locales/no/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/no/leftSidebar/awards.json +++ b/src/i18n/locales/no/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From cb63bd9e1cc6b9cb988e695316810c86a0e19bdd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:11 +0530 Subject: [PATCH 166/199] New translations profile.json (Turkish) --- src/i18n/locales/tr/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/tr/leftSidebar/profile.json b/src/i18n/locales/tr/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/tr/leftSidebar/profile.json +++ b/src/i18n/locales/tr/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From b6b728bdf127f4c189f5b11c7229853d9628ad4b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:14 +0530 Subject: [PATCH 167/199] New translations colors.json (Korean) --- src/i18n/locales/ko/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/ko/rightSidebar/colors.json b/src/i18n/locales/ko/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/ko/rightSidebar/colors.json +++ b/src/i18n/locales/ko/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 4d209338a60ecadb58a89519680aae92933bd974 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:15 +0530 Subject: [PATCH 168/199] New translations actions.json (Korean) --- src/i18n/locales/ko/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/ko/rightSidebar/actions.json b/src/i18n/locales/ko/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/ko/rightSidebar/actions.json +++ b/src/i18n/locales/ko/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 501d96f33de026831b6b7b129932cd24bd45f66f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:16 +0530 Subject: [PATCH 169/199] New translations about.json (Korean) --- src/i18n/locales/ko/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ko/rightSidebar/about.json b/src/i18n/locales/ko/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/ko/rightSidebar/about.json +++ b/src/i18n/locales/ko/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From 8a335c27be1e737cd6e85641797fcc6a0b3376c2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:18 +0530 Subject: [PATCH 170/199] New translations work.json (Korean) --- src/i18n/locales/ko/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ko/leftSidebar/work.json b/src/i18n/locales/ko/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/ko/leftSidebar/work.json +++ b/src/i18n/locales/ko/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From cd2ecd9ddcb5a8b1e4115fc97f325067d991e16e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:19 +0530 Subject: [PATCH 171/199] New translations references.json (Turkish) --- src/i18n/locales/tr/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/tr/leftSidebar/references.json b/src/i18n/locales/tr/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/tr/leftSidebar/references.json +++ b/src/i18n/locales/tr/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From 9c31c56445cc54502d33fa27100c5aa0fede276e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:20 +0530 Subject: [PATCH 172/199] New translations references.json (Korean) --- src/i18n/locales/ko/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ko/leftSidebar/references.json b/src/i18n/locales/ko/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/ko/leftSidebar/references.json +++ b/src/i18n/locales/ko/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From 160a20f0efb83063d3a4604a1e670a4f18960c7d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:22 +0530 Subject: [PATCH 173/199] New translations objective.json (Korean) --- src/i18n/locales/ko/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/ko/leftSidebar/objective.json b/src/i18n/locales/ko/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/ko/leftSidebar/objective.json +++ b/src/i18n/locales/ko/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From f2242be9892c6c58036ecd03fac8de78c9b16605 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:23 +0530 Subject: [PATCH 174/199] New translations work.json (Japanese) --- src/i18n/locales/ja/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ja/leftSidebar/work.json b/src/i18n/locales/ja/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/ja/leftSidebar/work.json +++ b/src/i18n/locales/ja/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From 04295cd93db6912b7ed01337a34405869749c175 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:24 +0530 Subject: [PATCH 175/199] New translations languages.json (Korean) --- src/i18n/locales/ko/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ko/leftSidebar/languages.json b/src/i18n/locales/ko/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/ko/leftSidebar/languages.json +++ b/src/i18n/locales/ko/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From 701dce071818c5ed92e4c9526a1783a4dd3a318f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:26 +0530 Subject: [PATCH 176/199] New translations extras.json (Korean) --- src/i18n/locales/ko/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/ko/leftSidebar/extras.json b/src/i18n/locales/ko/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/ko/leftSidebar/extras.json +++ b/src/i18n/locales/ko/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From d1355110056468c1c429ff0e793d4361cacb8578 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:27 +0530 Subject: [PATCH 177/199] New translations education.json (Korean) --- src/i18n/locales/ko/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ko/leftSidebar/education.json b/src/i18n/locales/ko/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/ko/leftSidebar/education.json +++ b/src/i18n/locales/ko/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From 208b1ae967551f9e74a27be0666da378d8d92bf8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:28 +0530 Subject: [PATCH 178/199] New translations certifications.json (Korean) --- src/i18n/locales/ko/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ko/leftSidebar/certifications.json b/src/i18n/locales/ko/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/ko/leftSidebar/certifications.json +++ b/src/i18n/locales/ko/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From 70c0271b9979c5ca4afc5d69f69415ae82a23ed4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:30 +0530 Subject: [PATCH 179/199] New translations awards.json (Korean) --- src/i18n/locales/ko/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ko/leftSidebar/awards.json b/src/i18n/locales/ko/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/locales/ko/leftSidebar/awards.json +++ b/src/i18n/locales/ko/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } From 2513d91ec7e5ea689dcb73cf74d28442bb39962b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:31 +0530 Subject: [PATCH 180/199] New translations work.json (Turkish) --- src/i18n/locales/tr/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/tr/leftSidebar/work.json b/src/i18n/locales/tr/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/tr/leftSidebar/work.json +++ b/src/i18n/locales/tr/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From f97c0da85819a6e9ba3cbf8e8e56019c8ae9e515 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:33 +0530 Subject: [PATCH 181/199] New translations colors.json (Japanese) --- src/i18n/locales/ja/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/ja/rightSidebar/colors.json b/src/i18n/locales/ja/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/ja/rightSidebar/colors.json +++ b/src/i18n/locales/ja/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 008456a3956d62c19d669816c422966dfbaca6e5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:34 +0530 Subject: [PATCH 182/199] New translations actions.json (Japanese) --- src/i18n/locales/ja/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/ja/rightSidebar/actions.json b/src/i18n/locales/ja/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/ja/rightSidebar/actions.json +++ b/src/i18n/locales/ja/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 56132eb305059a2494408873c234502bc6d29dd1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:36 +0530 Subject: [PATCH 183/199] New translations about.json (Japanese) --- src/i18n/locales/ja/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ja/rightSidebar/about.json b/src/i18n/locales/ja/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/ja/rightSidebar/about.json +++ b/src/i18n/locales/ja/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From 3ecd63e40b50dfbb384d6e91c11a300de0618de1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:37 +0530 Subject: [PATCH 184/199] New translations colors.json (Swedish) --- src/i18n/locales/sv/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/sv/rightSidebar/colors.json b/src/i18n/locales/sv/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/sv/rightSidebar/colors.json +++ b/src/i18n/locales/sv/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 65f945620b47b1f9cf77c1a420ef34a03fe70edd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:17:38 +0530 Subject: [PATCH 185/199] New translations references.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/af/leftSidebar/references.json b/src/i18n/locales/af/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/af/leftSidebar/references.json +++ b/src/i18n/locales/af/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From 8e592c860285d925432821b3110876c59fa1c563 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:24 +0530 Subject: [PATCH 186/199] New translations extras.json (Romanian) --- src/i18n/locales/ro/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/ro/leftSidebar/extras.json b/src/i18n/locales/ro/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/locales/ro/leftSidebar/extras.json +++ b/src/i18n/locales/ro/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } From cbe86ec184ed8e643310c5941534057b1bf51ea9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:26 +0530 Subject: [PATCH 187/199] New translations colors.json (Romanian) --- src/i18n/locales/ro/rightSidebar/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/ro/rightSidebar/colors.json b/src/i18n/locales/ro/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/locales/ro/rightSidebar/colors.json +++ b/src/i18n/locales/ro/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." } From 70b7acf059274aad6c4054a384c8479d6da2f470 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:28 +0530 Subject: [PATCH 188/199] New translations actions.json (Romanian) --- src/i18n/locales/ro/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/ro/rightSidebar/actions.json b/src/i18n/locales/ro/rightSidebar/actions.json index b6818714..ae75bbd1 100644 --- a/src/i18n/locales/ro/rightSidebar/actions.json +++ b/src/i18n/locales/ro/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Export" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Download Your Resume", + "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Save as PDF" } }, "loadDemoData": { From 3f59b43e64d8e7b697b35811fb1b10bdd47246d9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:29 +0530 Subject: [PATCH 189/199] New translations about.json (Romanian) --- src/i18n/locales/ro/rightSidebar/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ro/rightSidebar/about.json b/src/i18n/locales/ro/rightSidebar/about.json index cac678ad..c5538e17 100644 --- a/src/i18n/locales/ro/rightSidebar/about.json +++ b/src/i18n/locales/ro/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", + "credit": "Made with Love by <1>Amruth Pillai", "thanks": "Thank you for using Reactive Resume!" } } From b613954b9adbf7eb302f23cd05c25e67dd674221 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:30 +0530 Subject: [PATCH 190/199] New translations work.json (Romanian) --- src/i18n/locales/ro/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ro/leftSidebar/work.json b/src/i18n/locales/ro/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/locales/ro/leftSidebar/work.json +++ b/src/i18n/locales/ro/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } From 88c4417077a2addf29d7cb500d47daafeb1b65e8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:32 +0530 Subject: [PATCH 191/199] New translations references.json (Romanian) --- src/i18n/locales/ro/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ro/leftSidebar/references.json b/src/i18n/locales/ro/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/locales/ro/leftSidebar/references.json +++ b/src/i18n/locales/ro/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From 4643f114362ac7fa0eae49dac028b9378dbb338b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:33 +0530 Subject: [PATCH 192/199] New translations profile.json (Romanian) --- src/i18n/locales/ro/leftSidebar/profile.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/ro/leftSidebar/profile.json b/src/i18n/locales/ro/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/locales/ro/leftSidebar/profile.json +++ b/src/i18n/locales/ro/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { From 83081c675d2bb5d4d8d46c21c9f0a50243586830 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:35 +0530 Subject: [PATCH 193/199] New translations objective.json (Romanian) --- src/i18n/locales/ro/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/ro/leftSidebar/objective.json b/src/i18n/locales/ro/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/locales/ro/leftSidebar/objective.json +++ b/src/i18n/locales/ro/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } From 625fd2aa23a071ade6ad55a141b05d6095da8c12 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:36 +0530 Subject: [PATCH 194/199] New translations languages.json (Romanian) --- src/i18n/locales/ro/leftSidebar/languages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ro/leftSidebar/languages.json b/src/i18n/locales/ro/leftSidebar/languages.json index fc5de101..21cb2483 100644 --- a/src/i18n/locales/ro/leftSidebar/languages.json +++ b/src/i18n/locales/ro/leftSidebar/languages.json @@ -1,7 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" + }, + "level": { + "label": "Level" }, "rating": { "label": "Rating" From fe4560277726ed5053d7b429d6c4d7261ece1911 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:37 +0530 Subject: [PATCH 195/199] New translations education.json (Romanian) --- src/i18n/locales/ro/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ro/leftSidebar/education.json b/src/i18n/locales/ro/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/locales/ro/leftSidebar/education.json +++ b/src/i18n/locales/ro/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From 3c3f9022004df411eb56079048704213e87e0178 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:39 +0530 Subject: [PATCH 196/199] New translations certifications.json (Romanian) --- src/i18n/locales/ro/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ro/leftSidebar/certifications.json b/src/i18n/locales/ro/leftSidebar/certifications.json index 4a52c12a..e6e0effa 100644 --- a/src/i18n/locales/ro/leftSidebar/certifications.json +++ b/src/i18n/locales/ro/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Title" + "label": "Name" }, "subtitle": { - "label": "Subtitle" + "label": "Authority" } } From b2f186b9e0f207951045dcfecc767fea34cb8197 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:18:52 +0530 Subject: [PATCH 197/199] New translations about.json (Vietnamese) --- src/i18n/locales/vi/rightSidebar/about.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/vi/rightSidebar/about.json b/src/i18n/locales/vi/rightSidebar/about.json index 595bcade..f183c7cb 100644 --- a/src/i18n/locales/vi/rightSidebar/about.json +++ b/src/i18n/locales/vi/rightSidebar/about.json @@ -24,7 +24,7 @@ }, "license": { "heading": "Thông tin Giấy phép", - "body": "Dự án này được điều chỉnh bởi Giấy phép MIT, bạn có thể đọc thêm về nó dưới đây. Về cơ bản, bạn được xử dụng dự án này ở bất kì đâu, chỉ cần bạn công nhận tác giả gốc.", + "body": "Dự án này được điều chỉnh bởi Giấy phép MIT, bạn có thể đọc thêm về nó dưới đây. Về cơ bản, bạn được sử dụng dự án này ở bất kì đâu, chỉ cần bạn công nhận tác giả gốc.", "buttons": { "mitLicense": "Giấy phép MIT" } From 15007b1008a9242177eea3f93cee1fe7c484213b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:19:01 +0530 Subject: [PATCH 198/199] New translations settings.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/sr/rightSidebar/settings.json diff --git a/src/i18n/locales/sr/rightSidebar/settings.json b/src/i18n/locales/sr/rightSidebar/settings.json new file mode 100644 index 00000000..dacc183c --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/settings.json @@ -0,0 +1,7 @@ +{ + "title": "Settings", + "language": { + "label": "Language", + "helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation." + } +} \ No newline at end of file From 5505a46b37a04cf4abee2f8cb9dd8eea537168a6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:19:05 +0530 Subject: [PATCH 199/199] New translations templates.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/sr/rightSidebar/templates.json diff --git a/src/i18n/locales/sr/rightSidebar/templates.json b/src/i18n/locales/sr/rightSidebar/templates.json new file mode 100644 index 00000000..89fd528d --- /dev/null +++ b/src/i18n/locales/sr/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +}