From 066d811ec7c1f858137f671563015f46efadd253 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:50:44 +0530 Subject: [PATCH 001/561] New translations app.json (Afrikaans) --- src/i18n/locales/af/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/af/app/app.json diff --git a/src/i18n/locales/af/app/app.json b/src/i18n/locales/af/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/af/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 3a76b271efaf1d1003e58934904c81f971e77398 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:50:45 +0530 Subject: [PATCH 002/561] New translations actions.json (Dutch) --- src/i18n/locales/nl/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/nl/rightSidebar/actions.json diff --git a/src/i18n/locales/nl/rightSidebar/actions.json b/src/i18n/locales/nl/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/nl/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 4b8cb9a2349cfa4b4036338a8182175de211eb98 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:50:46 +0530 Subject: [PATCH 003/561] New translations colors.json (Dutch) --- src/i18n/locales/nl/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/nl/rightSidebar/colors.json diff --git a/src/i18n/locales/nl/rightSidebar/colors.json b/src/i18n/locales/nl/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/nl/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From cb4774c74dc22748b6d79576641ad48dba839407 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:50:48 +0530 Subject: [PATCH 004/561] New translations fonts.json (Dutch) --- src/i18n/locales/nl/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/nl/rightSidebar/fonts.json diff --git a/src/i18n/locales/nl/rightSidebar/fonts.json b/src/i18n/locales/nl/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/nl/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 27a102006fb4019bceac91ce48023b38d8954202 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:50:49 +0530 Subject: [PATCH 005/561] New translations settings.json (Dutch) --- src/i18n/locales/nl/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/nl/rightSidebar/settings.json diff --git a/src/i18n/locales/nl/rightSidebar/settings.json b/src/i18n/locales/nl/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/nl/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 the <1>Translation Documentation." + } +} \ No newline at end of file From b4ddacfade8d71e72fdc1aaa9cb93cd68d7ae840 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:50:51 +0530 Subject: [PATCH 006/561] New translations templates.json (Dutch) --- src/i18n/locales/nl/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/nl/rightSidebar/templates.json diff --git a/src/i18n/locales/nl/rightSidebar/templates.json b/src/i18n/locales/nl/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/nl/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 06b7f94db45fa2e19ae54debfcf1a1eb6c8766f6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:50:54 +0530 Subject: [PATCH 007/561] New translations work.json (Dutch) --- src/i18n/locales/nl/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/work.json diff --git a/src/i18n/locales/nl/leftSidebar/work.json b/src/i18n/locales/nl/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From f7b85f5b443150f538828644b2f5d746df4283db Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:50:59 +0530 Subject: [PATCH 008/561] New translations about.json (Dutch) --- src/i18n/locales/nl/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/nl/rightSidebar/about.json diff --git a/src/i18n/locales/nl/rightSidebar/about.json b/src/i18n/locales/nl/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/nl/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From b2a4b34db72b57f5d9611bded11f8c5f4a4a1589 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:00 +0530 Subject: [PATCH 009/561] New translations skills.json (Dutch) --- src/i18n/locales/nl/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/skills.json diff --git a/src/i18n/locales/nl/leftSidebar/skills.json b/src/i18n/locales/nl/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From f0c9bd1df1c1038a9717a8a992b2cede57ee23f2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:02 +0530 Subject: [PATCH 010/561] New translations app.json (Finnish) --- src/i18n/locales/fi/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/fi/app/app.json diff --git a/src/i18n/locales/fi/app/app.json b/src/i18n/locales/fi/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/fi/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From f0f3ed1beccb0be1f64efc814707e532cd25d03b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:03 +0530 Subject: [PATCH 011/561] New translations colors.json (Danish) --- src/i18n/locales/da/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/da/rightSidebar/colors.json diff --git a/src/i18n/locales/da/rightSidebar/colors.json b/src/i18n/locales/da/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/da/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From e791a42299b82a49752f2038b64ec07e0c24a067 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:04 +0530 Subject: [PATCH 012/561] New translations education.json (Danish) --- src/i18n/locales/da/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/da/leftSidebar/education.json diff --git a/src/i18n/locales/da/leftSidebar/education.json b/src/i18n/locales/da/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/da/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From cf997175223a9e01c9cc508143c0ae64babbb249 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:06 +0530 Subject: [PATCH 013/561] New translations extras.json (Danish) --- src/i18n/locales/da/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/da/leftSidebar/extras.json diff --git a/src/i18n/locales/da/leftSidebar/extras.json b/src/i18n/locales/da/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/da/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 1c429947905fd6746c27c8930e4072a66e5159bc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:07 +0530 Subject: [PATCH 014/561] New translations languages.json (Danish) --- src/i18n/locales/da/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/da/leftSidebar/languages.json diff --git a/src/i18n/locales/da/leftSidebar/languages.json b/src/i18n/locales/da/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/da/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 7c571dc746f3395f97d42ce0d2c7811ba5e6398b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:09 +0530 Subject: [PATCH 015/561] New translations objective.json (Danish) --- src/i18n/locales/da/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/da/leftSidebar/objective.json diff --git a/src/i18n/locales/da/leftSidebar/objective.json b/src/i18n/locales/da/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/da/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 7b287875c28cb8b5acb6967ece5f55d737ea45c1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:10 +0530 Subject: [PATCH 016/561] New translations profile.json (Danish) --- src/i18n/locales/da/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/da/leftSidebar/profile.json diff --git a/src/i18n/locales/da/leftSidebar/profile.json b/src/i18n/locales/da/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/da/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 9cead58c86354799a97a92de4c0b012f1b377b10 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:12 +0530 Subject: [PATCH 017/561] New translations references.json (Danish) --- .../locales/da/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/da/leftSidebar/references.json diff --git a/src/i18n/locales/da/leftSidebar/references.json b/src/i18n/locales/da/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/da/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 a773318fbe2f22000043952b700e6d33b991c475 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:13 +0530 Subject: [PATCH 018/561] New translations skills.json (Danish) --- src/i18n/locales/da/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/da/leftSidebar/skills.json diff --git a/src/i18n/locales/da/leftSidebar/skills.json b/src/i18n/locales/da/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/da/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 25f4e8a2ed071c147d6ef8c3b612f1a46d2dbec4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:14 +0530 Subject: [PATCH 019/561] New translations work.json (Danish) --- src/i18n/locales/da/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/da/leftSidebar/work.json diff --git a/src/i18n/locales/da/leftSidebar/work.json b/src/i18n/locales/da/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/da/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 3919aecd158d3162067ce4b4a78d96345215acd6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:15 +0530 Subject: [PATCH 020/561] New translations about.json (Danish) --- src/i18n/locales/da/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/da/rightSidebar/about.json diff --git a/src/i18n/locales/da/rightSidebar/about.json b/src/i18n/locales/da/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/da/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From ab854db25ee8c367fae59e59717e02f8be5914a5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:16 +0530 Subject: [PATCH 021/561] New translations actions.json (Danish) --- src/i18n/locales/da/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/da/rightSidebar/actions.json diff --git a/src/i18n/locales/da/rightSidebar/actions.json b/src/i18n/locales/da/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/da/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 39d37b48822f8f5a0092a8fba520a0f0aa1da6e0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:18 +0530 Subject: [PATCH 022/561] New translations fonts.json (Danish) --- src/i18n/locales/da/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/da/rightSidebar/fonts.json diff --git a/src/i18n/locales/da/rightSidebar/fonts.json b/src/i18n/locales/da/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/da/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 74398fa6ac9c0a9a73ff7ceeebd0aea01aeea5de Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:19 +0530 Subject: [PATCH 023/561] New translations references.json (Dutch) --- .../locales/nl/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/references.json diff --git a/src/i18n/locales/nl/leftSidebar/references.json b/src/i18n/locales/nl/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 2f250291e2bfd67d0f0bf14e7d92b401e75e0c3a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:20 +0530 Subject: [PATCH 024/561] New translations settings.json (Danish) --- src/i18n/locales/da/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/da/rightSidebar/settings.json diff --git a/src/i18n/locales/da/rightSidebar/settings.json b/src/i18n/locales/da/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/da/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 the <1>Translation Documentation." + } +} \ No newline at end of file From e4abda6aaf1cc0e18710dec27fef3264d6e6c03a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:22 +0530 Subject: [PATCH 025/561] New translations templates.json (Danish) --- src/i18n/locales/da/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/da/rightSidebar/templates.json diff --git a/src/i18n/locales/da/rightSidebar/templates.json b/src/i18n/locales/da/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/da/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From f886799cb114f769a49e3cbc5088b4d9c5bb2684 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:23 +0530 Subject: [PATCH 026/561] New translations app.json (Dutch) --- src/i18n/locales/nl/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/nl/app/app.json diff --git a/src/i18n/locales/nl/app/app.json b/src/i18n/locales/nl/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/nl/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From f26af4eb1ce87788048390dcd3934ffb29955f59 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:24 +0530 Subject: [PATCH 027/561] New translations awards.json (Dutch) --- src/i18n/locales/nl/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/awards.json diff --git a/src/i18n/locales/nl/leftSidebar/awards.json b/src/i18n/locales/nl/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 95d5040e244903088fe9e7b735ac30510680ca90 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:25 +0530 Subject: [PATCH 028/561] New translations certifications.json (Dutch) --- src/i18n/locales/nl/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/certifications.json diff --git a/src/i18n/locales/nl/leftSidebar/certifications.json b/src/i18n/locales/nl/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From c60810a548a79863f44f2d4d62e325b8e3db6853 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:27 +0530 Subject: [PATCH 029/561] New translations education.json (Dutch) --- src/i18n/locales/nl/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/education.json diff --git a/src/i18n/locales/nl/leftSidebar/education.json b/src/i18n/locales/nl/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 51b150947c1d9f10bc22fe3650f81d67f6c5c1cd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:28 +0530 Subject: [PATCH 030/561] New translations extras.json (Dutch) --- src/i18n/locales/nl/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/extras.json diff --git a/src/i18n/locales/nl/leftSidebar/extras.json b/src/i18n/locales/nl/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 11c0d9b3de0573e0d72440a0f579053b15a0a504 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:30 +0530 Subject: [PATCH 031/561] New translations languages.json (Dutch) --- src/i18n/locales/nl/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/languages.json diff --git a/src/i18n/locales/nl/leftSidebar/languages.json b/src/i18n/locales/nl/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From f468dbdcebc5ac86d97c4a53d63070e27b6fe980 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:31 +0530 Subject: [PATCH 032/561] New translations objective.json (Dutch) --- src/i18n/locales/nl/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/objective.json diff --git a/src/i18n/locales/nl/leftSidebar/objective.json b/src/i18n/locales/nl/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 8f0b792c83e7caaddbf5c3abb161b0272e3f2678 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:32 +0530 Subject: [PATCH 033/561] New translations profile.json (Dutch) --- src/i18n/locales/nl/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/profile.json diff --git a/src/i18n/locales/nl/leftSidebar/profile.json b/src/i18n/locales/nl/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 13db346dbff52e182281a294053fc43c3af7e523 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:33 +0530 Subject: [PATCH 034/561] New translations awards.json (Finnish) --- src/i18n/locales/fi/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/awards.json diff --git a/src/i18n/locales/fi/leftSidebar/awards.json b/src/i18n/locales/fi/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/fi/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From f0f17aee45a0d9c3813648ccdb801133788aefaa Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:35 +0530 Subject: [PATCH 035/561] New translations awards.json (Danish) --- src/i18n/locales/da/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/da/leftSidebar/awards.json diff --git a/src/i18n/locales/da/leftSidebar/awards.json b/src/i18n/locales/da/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/da/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 7079b0f9dd3b8825c5af16a81fdd13ad9a91e370 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:37 +0530 Subject: [PATCH 036/561] New translations objective.json (German) --- src/i18n/locales/de/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/objective.json diff --git a/src/i18n/locales/de/leftSidebar/objective.json b/src/i18n/locales/de/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From b871a486bb83087e8fc1ee0f2c5ea1ddd057a7c5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:38 +0530 Subject: [PATCH 037/561] New translations colors.json (French) --- src/i18n/locales/fr/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/fr/rightSidebar/colors.json diff --git a/src/i18n/locales/fr/rightSidebar/colors.json b/src/i18n/locales/fr/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/fr/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 4a105858dbae7af2cb7fe7ec108226bd6dc9bfce Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:39 +0530 Subject: [PATCH 038/561] New translations fonts.json (French) --- src/i18n/locales/fr/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/fr/rightSidebar/fonts.json diff --git a/src/i18n/locales/fr/rightSidebar/fonts.json b/src/i18n/locales/fr/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/fr/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 4fc1b983bee0f595fc251ecca46ba070eb78adc0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:40 +0530 Subject: [PATCH 039/561] New translations settings.json (French) --- src/i18n/locales/fr/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/fr/rightSidebar/settings.json diff --git a/src/i18n/locales/fr/rightSidebar/settings.json b/src/i18n/locales/fr/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/fr/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 3b7e13597d0eb2aee41521f3c877523125ae69c5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:41 +0530 Subject: [PATCH 040/561] New translations templates.json (French) --- src/i18n/locales/fr/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/fr/rightSidebar/templates.json diff --git a/src/i18n/locales/fr/rightSidebar/templates.json b/src/i18n/locales/fr/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/fr/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From af9923237baf6a636e3dd59830decb433c2cf494 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:43 +0530 Subject: [PATCH 041/561] New translations app.json (German) --- src/i18n/locales/de/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/de/app/app.json diff --git a/src/i18n/locales/de/app/app.json b/src/i18n/locales/de/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/de/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From d66c77b5abde9ab8cbb1a9bd6860d5e8dba87e8c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:44 +0530 Subject: [PATCH 042/561] New translations awards.json (German) --- src/i18n/locales/de/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/awards.json diff --git a/src/i18n/locales/de/leftSidebar/awards.json b/src/i18n/locales/de/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 14fd7a8e996f3d2be3f0c01e4aea977e148c3114 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:45 +0530 Subject: [PATCH 043/561] New translations certifications.json (German) --- src/i18n/locales/de/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/certifications.json diff --git a/src/i18n/locales/de/leftSidebar/certifications.json b/src/i18n/locales/de/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 352921231f594f63f51465499dd2e934afe56311 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:46 +0530 Subject: [PATCH 044/561] New translations education.json (German) --- src/i18n/locales/de/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/education.json diff --git a/src/i18n/locales/de/leftSidebar/education.json b/src/i18n/locales/de/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From aa1e5a6624edee170de512ce1269c91af4930752 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:47 +0530 Subject: [PATCH 045/561] New translations extras.json (German) --- src/i18n/locales/de/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/extras.json diff --git a/src/i18n/locales/de/leftSidebar/extras.json b/src/i18n/locales/de/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 9f547dba613fbb2410f58f3d5fddb596a1178951 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:49 +0530 Subject: [PATCH 046/561] New translations languages.json (German) --- src/i18n/locales/de/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/languages.json diff --git a/src/i18n/locales/de/leftSidebar/languages.json b/src/i18n/locales/de/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 7244cdce5d0e3697ce527cdbf76792f4ef15516f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:50 +0530 Subject: [PATCH 047/561] New translations profile.json (German) --- src/i18n/locales/de/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/profile.json diff --git a/src/i18n/locales/de/leftSidebar/profile.json b/src/i18n/locales/de/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 8462c415604bfb76fa9a6646900bac36a095571f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:51 +0530 Subject: [PATCH 048/561] New translations about.json (French) --- src/i18n/locales/fr/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/fr/rightSidebar/about.json diff --git a/src/i18n/locales/fr/rightSidebar/about.json b/src/i18n/locales/fr/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/fr/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From b5ccc59322cb46b556ea92e7ba49fa3acf269c11 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:55 +0530 Subject: [PATCH 049/561] New translations references.json (German) --- .../locales/de/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/references.json diff --git a/src/i18n/locales/de/leftSidebar/references.json b/src/i18n/locales/de/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 94bdd622d7d6201a6de2283fd88d206e31b09276 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:56 +0530 Subject: [PATCH 050/561] New translations skills.json (German) --- src/i18n/locales/de/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/skills.json diff --git a/src/i18n/locales/de/leftSidebar/skills.json b/src/i18n/locales/de/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 25384b2cc7a98a49e45f02207244ff2e2caf8df2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:57 +0530 Subject: [PATCH 051/561] New translations work.json (German) --- src/i18n/locales/de/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/work.json diff --git a/src/i18n/locales/de/leftSidebar/work.json b/src/i18n/locales/de/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From bd30317bf7880a44785dc8745c298dbd29b91619 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:58 +0530 Subject: [PATCH 052/561] New translations about.json (German) --- src/i18n/locales/de/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/de/rightSidebar/about.json diff --git a/src/i18n/locales/de/rightSidebar/about.json b/src/i18n/locales/de/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/de/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From a3e6bf2aed7573140786ff39722170fc97e2bb83 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:59 +0530 Subject: [PATCH 053/561] New translations actions.json (German) --- src/i18n/locales/de/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/de/rightSidebar/actions.json diff --git a/src/i18n/locales/de/rightSidebar/actions.json b/src/i18n/locales/de/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/de/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 da0796d9eee06194182a29d97aa14d2cf594a333 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:01 +0530 Subject: [PATCH 054/561] New translations colors.json (German) --- src/i18n/locales/de/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/de/rightSidebar/colors.json diff --git a/src/i18n/locales/de/rightSidebar/colors.json b/src/i18n/locales/de/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/de/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From f4bdd195b0f1e6f842a1fed58f3b7a8d98fe0ae2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:02 +0530 Subject: [PATCH 055/561] New translations fonts.json (German) --- src/i18n/locales/de/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/de/rightSidebar/fonts.json diff --git a/src/i18n/locales/de/rightSidebar/fonts.json b/src/i18n/locales/de/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/de/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 573d95df67abbdc6342a89760da16af22365b232 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:03 +0530 Subject: [PATCH 056/561] New translations settings.json (German) --- src/i18n/locales/de/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/de/rightSidebar/settings.json diff --git a/src/i18n/locales/de/rightSidebar/settings.json b/src/i18n/locales/de/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/de/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 83bad110dd4e1a7fa08516f9b8d83c2688659bde Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:04 +0530 Subject: [PATCH 057/561] New translations templates.json (German) --- src/i18n/locales/de/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/de/rightSidebar/templates.json diff --git a/src/i18n/locales/de/rightSidebar/templates.json b/src/i18n/locales/de/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/de/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 2c4efe168027633f910ab993b1dcbaaee6d83f2c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:06 +0530 Subject: [PATCH 058/561] New translations awards.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/af/leftSidebar/awards.json diff --git a/src/i18n/locales/af/leftSidebar/awards.json b/src/i18n/locales/af/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/af/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From a84a5e9e9d2445094ebb57643eb61d9717bf9328 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:10 +0530 Subject: [PATCH 059/561] New translations actions.json (French) --- src/i18n/locales/fr/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/fr/rightSidebar/actions.json diff --git a/src/i18n/locales/fr/rightSidebar/actions.json b/src/i18n/locales/fr/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/fr/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 3424cb39d7d9fe953e243215e730bb450e547c46 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:11 +0530 Subject: [PATCH 060/561] New translations work.json (French) --- src/i18n/locales/fr/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/fr/leftSidebar/work.json diff --git a/src/i18n/locales/fr/leftSidebar/work.json b/src/i18n/locales/fr/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/fr/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 1887b3ccdec16a4b20dd0a6d6e20018b8188068e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:12 +0530 Subject: [PATCH 061/561] New translations certifications.json (Finnish) --- src/i18n/locales/fi/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/certifications.json diff --git a/src/i18n/locales/fi/leftSidebar/certifications.json b/src/i18n/locales/fi/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/fi/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From d7f0a88379e6f91b254dd02689ad33ac938cfcc9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:14 +0530 Subject: [PATCH 062/561] New translations colors.json (Finnish) --- src/i18n/locales/fi/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/fi/rightSidebar/colors.json diff --git a/src/i18n/locales/fi/rightSidebar/colors.json b/src/i18n/locales/fi/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/fi/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From a7c7bd5d1957e7bcd69984d9a740aa669d9d6613 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:15 +0530 Subject: [PATCH 063/561] New translations education.json (Finnish) --- src/i18n/locales/fi/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/education.json diff --git a/src/i18n/locales/fi/leftSidebar/education.json b/src/i18n/locales/fi/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/fi/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 2d6fd9e7be48e42e4ca9359f11c4f6bab510a3ef Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:16 +0530 Subject: [PATCH 064/561] New translations extras.json (Finnish) --- src/i18n/locales/fi/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/extras.json diff --git a/src/i18n/locales/fi/leftSidebar/extras.json b/src/i18n/locales/fi/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/fi/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From a250de6f298c1c5c19581e021193e3ec238fe3a5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:17 +0530 Subject: [PATCH 065/561] New translations languages.json (Finnish) --- src/i18n/locales/fi/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/languages.json diff --git a/src/i18n/locales/fi/leftSidebar/languages.json b/src/i18n/locales/fi/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/fi/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 5f12884195b2387c02ca4e5624879600bbb1c818 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:19 +0530 Subject: [PATCH 066/561] New translations objective.json (Finnish) --- src/i18n/locales/fi/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/objective.json diff --git a/src/i18n/locales/fi/leftSidebar/objective.json b/src/i18n/locales/fi/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/fi/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 2da3bb9ebd9d1c23ea3880d2a779b6c9665c1025 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:20 +0530 Subject: [PATCH 067/561] New translations profile.json (Finnish) --- src/i18n/locales/fi/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/profile.json diff --git a/src/i18n/locales/fi/leftSidebar/profile.json b/src/i18n/locales/fi/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/fi/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 4f6042e23acc7a72a4c7dab7f2bc2da41a523c30 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:21 +0530 Subject: [PATCH 068/561] New translations references.json (Finnish) --- .../locales/fi/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/references.json diff --git a/src/i18n/locales/fi/leftSidebar/references.json b/src/i18n/locales/fi/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/fi/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 88f69f05f5e43afe896076627a7a6f2e3e9753c1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:22 +0530 Subject: [PATCH 069/561] New translations skills.json (Finnish) --- src/i18n/locales/fi/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/skills.json diff --git a/src/i18n/locales/fi/leftSidebar/skills.json b/src/i18n/locales/fi/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/fi/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 895f05b4e360ca6d957bff46580eb82117c7a3c1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:24 +0530 Subject: [PATCH 070/561] New translations work.json (Finnish) --- src/i18n/locales/fi/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/work.json diff --git a/src/i18n/locales/fi/leftSidebar/work.json b/src/i18n/locales/fi/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/fi/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 82f26e9e8584ef32eb6a0f178d3208164f347a01 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:25 +0530 Subject: [PATCH 071/561] New translations about.json (Finnish) --- src/i18n/locales/fi/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/fi/rightSidebar/about.json diff --git a/src/i18n/locales/fi/rightSidebar/about.json b/src/i18n/locales/fi/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/fi/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 5ddf24aff419c6974391045b0450cdee68515e98 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:27 +0530 Subject: [PATCH 072/561] New translations actions.json (Finnish) --- src/i18n/locales/fi/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/fi/rightSidebar/actions.json diff --git a/src/i18n/locales/fi/rightSidebar/actions.json b/src/i18n/locales/fi/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/fi/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 6682dec7e5541a703a11082010042b0463e64654 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:29 +0530 Subject: [PATCH 073/561] New translations fonts.json (Finnish) --- src/i18n/locales/fi/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/fi/rightSidebar/fonts.json diff --git a/src/i18n/locales/fi/rightSidebar/fonts.json b/src/i18n/locales/fi/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/fi/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 957544e46a7ac102411cefabe8e8d1c4ce57b11c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:30 +0530 Subject: [PATCH 074/561] New translations skills.json (French) --- src/i18n/locales/fr/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/fr/leftSidebar/skills.json diff --git a/src/i18n/locales/fr/leftSidebar/skills.json b/src/i18n/locales/fr/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/fr/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 35f5dc9bd1ef94b4f6e3c67407af889646f53e4c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:31 +0530 Subject: [PATCH 075/561] New translations settings.json (Finnish) --- src/i18n/locales/fi/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/fi/rightSidebar/settings.json diff --git a/src/i18n/locales/fi/rightSidebar/settings.json b/src/i18n/locales/fi/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/fi/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 1552f91710ca0b7272a187df0d143e4913edf83e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:32 +0530 Subject: [PATCH 076/561] New translations app.json (French) --- src/i18n/locales/fr/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/fr/app/app.json diff --git a/src/i18n/locales/fr/app/app.json b/src/i18n/locales/fr/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/fr/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From fc7831dfa1375754e86aa005b41c66f56bdd091e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:33 +0530 Subject: [PATCH 077/561] New translations awards.json (French) --- src/i18n/locales/fr/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/fr/leftSidebar/awards.json diff --git a/src/i18n/locales/fr/leftSidebar/awards.json b/src/i18n/locales/fr/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/fr/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 446479e268975a2c1152cde9a62f01fcb4361090 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:34 +0530 Subject: [PATCH 078/561] New translations certifications.json (French) --- src/i18n/locales/fr/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/fr/leftSidebar/certifications.json diff --git a/src/i18n/locales/fr/leftSidebar/certifications.json b/src/i18n/locales/fr/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/fr/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From a08b2e6741bb796adee543f75c30c8928a75b553 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:38 +0530 Subject: [PATCH 079/561] New translations education.json (French) --- src/i18n/locales/fr/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/fr/leftSidebar/education.json diff --git a/src/i18n/locales/fr/leftSidebar/education.json b/src/i18n/locales/fr/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/fr/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 78dede939088f350e20c9b912bced5e8d866b92d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:39 +0530 Subject: [PATCH 080/561] New translations extras.json (French) --- src/i18n/locales/fr/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/fr/leftSidebar/extras.json diff --git a/src/i18n/locales/fr/leftSidebar/extras.json b/src/i18n/locales/fr/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/fr/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From f6bd3cc9d3d39de8c361d7bdd8d874b0cb181142 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:40 +0530 Subject: [PATCH 081/561] New translations languages.json (French) --- src/i18n/locales/fr/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/fr/leftSidebar/languages.json diff --git a/src/i18n/locales/fr/leftSidebar/languages.json b/src/i18n/locales/fr/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/fr/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 35bac5f363dec196a01cbbe322ce9c2f1882a674 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:41 +0530 Subject: [PATCH 082/561] New translations objective.json (French) --- src/i18n/locales/fr/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/fr/leftSidebar/objective.json diff --git a/src/i18n/locales/fr/leftSidebar/objective.json b/src/i18n/locales/fr/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/fr/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From e9da610d6d352a3cedc5e1766c3166340634e5e7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:43 +0530 Subject: [PATCH 083/561] New translations profile.json (French) --- src/i18n/locales/fr/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/fr/leftSidebar/profile.json diff --git a/src/i18n/locales/fr/leftSidebar/profile.json b/src/i18n/locales/fr/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/fr/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 0299eae736b13abe02dfca37614984f2308a7631 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:44 +0530 Subject: [PATCH 084/561] New translations references.json (French) --- .../locales/fr/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/fr/leftSidebar/references.json diff --git a/src/i18n/locales/fr/leftSidebar/references.json b/src/i18n/locales/fr/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/fr/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 b30f1481147e0b5555e56940824ac50557604ed4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:45 +0530 Subject: [PATCH 085/561] New translations certifications.json (Danish) --- src/i18n/locales/da/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/da/leftSidebar/certifications.json diff --git a/src/i18n/locales/da/leftSidebar/certifications.json b/src/i18n/locales/da/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/da/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 9c2e05a9a3fdbb3fd987999d5cb5c4870c1c872c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:47 +0530 Subject: [PATCH 086/561] New translations templates.json (Finnish) --- src/i18n/locales/fi/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/fi/rightSidebar/templates.json diff --git a/src/i18n/locales/fi/rightSidebar/templates.json b/src/i18n/locales/fi/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/fi/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 64cd9766010cacfa1ac4312c8d45344280194d2b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:48 +0530 Subject: [PATCH 087/561] New translations app.json (Danish) --- src/i18n/locales/da/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/da/app/app.json diff --git a/src/i18n/locales/da/app/app.json b/src/i18n/locales/da/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/da/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From be93bcf1a75a1390c29f03e90b2ab9d7e5461b01 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:50 +0530 Subject: [PATCH 088/561] New translations education.json (Assamese) --- src/i18n/locales/as/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/education.json diff --git a/src/i18n/locales/as/leftSidebar/education.json b/src/i18n/locales/as/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 22dbce52aaa9363cefe85d893673784e86c027c6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:51 +0530 Subject: [PATCH 089/561] New translations about.json (Arabic) --- src/i18n/locales/ar/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/ar/rightSidebar/about.json diff --git a/src/i18n/locales/ar/rightSidebar/about.json b/src/i18n/locales/ar/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/ar/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From d38f2f74db6b7c3741653ffef028e2645e6c14fa Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:52 +0530 Subject: [PATCH 090/561] New translations actions.json (Arabic) --- src/i18n/locales/ar/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/ar/rightSidebar/actions.json diff --git a/src/i18n/locales/ar/rightSidebar/actions.json b/src/i18n/locales/ar/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/ar/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 474d10f5ba91842c21d9a63533a6e1fa5bebb8e2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:53 +0530 Subject: [PATCH 091/561] New translations colors.json (Arabic) --- src/i18n/locales/ar/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ar/rightSidebar/colors.json diff --git a/src/i18n/locales/ar/rightSidebar/colors.json b/src/i18n/locales/ar/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/ar/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 0b42b6d283f02ac43ac69fb731e283c4032ba655 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:54 +0530 Subject: [PATCH 092/561] New translations fonts.json (Arabic) --- src/i18n/locales/ar/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ar/rightSidebar/fonts.json diff --git a/src/i18n/locales/ar/rightSidebar/fonts.json b/src/i18n/locales/ar/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/ar/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 c535dbd161c7af4c427c467223d72f20e2a6f1f7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:55 +0530 Subject: [PATCH 093/561] New translations settings.json (Arabic) --- src/i18n/locales/ar/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ar/rightSidebar/settings.json diff --git a/src/i18n/locales/ar/rightSidebar/settings.json b/src/i18n/locales/ar/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/ar/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 99ba65fac7348fff2e17ec514dd0f94d43050596 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:56 +0530 Subject: [PATCH 094/561] New translations templates.json (Arabic) --- src/i18n/locales/ar/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/ar/rightSidebar/templates.json diff --git a/src/i18n/locales/ar/rightSidebar/templates.json b/src/i18n/locales/ar/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/ar/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From bbd62d396660ec8531ef8f76f2b1f5accabebdab Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:58 +0530 Subject: [PATCH 095/561] New translations app.json (Assamese) --- src/i18n/locales/as/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/as/app/app.json diff --git a/src/i18n/locales/as/app/app.json b/src/i18n/locales/as/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/as/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 28439f40ab4991bc27c168c5dcfe93eb10934f38 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:59 +0530 Subject: [PATCH 096/561] New translations awards.json (Assamese) --- src/i18n/locales/as/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/awards.json diff --git a/src/i18n/locales/as/leftSidebar/awards.json b/src/i18n/locales/as/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 7efb50396db2ab04f3db7580f7f86162057a34d6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:00 +0530 Subject: [PATCH 097/561] New translations certifications.json (Assamese) --- src/i18n/locales/as/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/certifications.json diff --git a/src/i18n/locales/as/leftSidebar/certifications.json b/src/i18n/locales/as/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From d2bf7f6a5ada5465816434009c7c2bb07de4e3d0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:02 +0530 Subject: [PATCH 098/561] New translations extras.json (Assamese) --- src/i18n/locales/as/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/extras.json diff --git a/src/i18n/locales/as/leftSidebar/extras.json b/src/i18n/locales/as/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 44c0fc3cfa19dd25338bcba6bd34055db8598033 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:04 +0530 Subject: [PATCH 099/561] New translations skills.json (Arabic) --- src/i18n/locales/ar/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/ar/leftSidebar/skills.json diff --git a/src/i18n/locales/ar/leftSidebar/skills.json b/src/i18n/locales/ar/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/ar/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 51f6745c309413f01602ded774e1c0f6ad5b73e0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:05 +0530 Subject: [PATCH 100/561] New translations languages.json (Assamese) --- src/i18n/locales/as/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/languages.json diff --git a/src/i18n/locales/as/leftSidebar/languages.json b/src/i18n/locales/as/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 2b3436e246a1a8df1f6954fb268fa63f6312b8b7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:06 +0530 Subject: [PATCH 101/561] New translations objective.json (Assamese) --- src/i18n/locales/as/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/objective.json diff --git a/src/i18n/locales/as/leftSidebar/objective.json b/src/i18n/locales/as/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 18bc1ccf14ea03a163d3319f3bbd2e31eb9e7be8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:07 +0530 Subject: [PATCH 102/561] New translations profile.json (Assamese) --- src/i18n/locales/as/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/profile.json diff --git a/src/i18n/locales/as/leftSidebar/profile.json b/src/i18n/locales/as/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From d392109f3bfc727b5a7a8d2d5f8062ef829f2eb9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:08 +0530 Subject: [PATCH 103/561] New translations references.json (Assamese) --- .../locales/as/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/references.json diff --git a/src/i18n/locales/as/leftSidebar/references.json b/src/i18n/locales/as/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 61f5f010d1e3f2036cb6f6ca7d3a5a1d7d146253 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:09 +0530 Subject: [PATCH 104/561] New translations skills.json (Assamese) --- src/i18n/locales/as/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/skills.json diff --git a/src/i18n/locales/as/leftSidebar/skills.json b/src/i18n/locales/as/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From a6b0d947bd65260e9bcdf6711034a2ab71ac9923 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:11 +0530 Subject: [PATCH 105/561] New translations work.json (Assamese) --- src/i18n/locales/as/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/work.json diff --git a/src/i18n/locales/as/leftSidebar/work.json b/src/i18n/locales/as/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From f986b1bb9a08c7a5b1e23b5b87835d924c07a178 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:12 +0530 Subject: [PATCH 106/561] New translations about.json (Assamese) --- src/i18n/locales/as/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/as/rightSidebar/about.json diff --git a/src/i18n/locales/as/rightSidebar/about.json b/src/i18n/locales/as/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/as/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 8cc42dfb1d57f9ba7805a2c92f2910432dc36cb3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:13 +0530 Subject: [PATCH 107/561] New translations actions.json (Assamese) --- src/i18n/locales/as/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/as/rightSidebar/actions.json diff --git a/src/i18n/locales/as/rightSidebar/actions.json b/src/i18n/locales/as/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/as/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 a573935e6cb0847efaa4636bbd32d4adbaaed383 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:14 +0530 Subject: [PATCH 108/561] New translations colors.json (Assamese) --- src/i18n/locales/as/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/as/rightSidebar/colors.json diff --git a/src/i18n/locales/as/rightSidebar/colors.json b/src/i18n/locales/as/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/as/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 7f8305f4359e583049487c75ca51cf24ae5c4114 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:15 +0530 Subject: [PATCH 109/561] New translations fonts.json (Assamese) --- src/i18n/locales/as/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/as/rightSidebar/fonts.json diff --git a/src/i18n/locales/as/rightSidebar/fonts.json b/src/i18n/locales/as/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/as/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 4c8c6ccbd0ac5df3d77ff99353af600b775dbd7c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:17 +0530 Subject: [PATCH 110/561] New translations work.json (Arabic) --- src/i18n/locales/ar/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ar/leftSidebar/work.json diff --git a/src/i18n/locales/ar/leftSidebar/work.json b/src/i18n/locales/ar/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/ar/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From ce156db2a58f7c6e5584ea68acc869ebae78e644 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:18 +0530 Subject: [PATCH 111/561] New translations references.json (Arabic) --- .../locales/ar/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/ar/leftSidebar/references.json diff --git a/src/i18n/locales/ar/leftSidebar/references.json b/src/i18n/locales/ar/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/ar/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 a630a8b19e52e55e22c68229780be4e63d901b55 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:19 +0530 Subject: [PATCH 112/561] New translations templates.json (Assamese) --- src/i18n/locales/as/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/as/rightSidebar/templates.json diff --git a/src/i18n/locales/as/rightSidebar/templates.json b/src/i18n/locales/as/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/as/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 99da6da568060acaa49e396566b6a70d724b833b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:20 +0530 Subject: [PATCH 113/561] New translations about.json (Afrikaans) --- src/i18n/locales/af/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/af/rightSidebar/about.json diff --git a/src/i18n/locales/af/rightSidebar/about.json b/src/i18n/locales/af/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/af/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From fc0f6a977c9b8586d60de6814d294cda4373da41 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:21 +0530 Subject: [PATCH 114/561] New translations certifications.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/af/leftSidebar/certifications.json diff --git a/src/i18n/locales/af/leftSidebar/certifications.json b/src/i18n/locales/af/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/af/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From d8acb0381255f5701d7465c6e41f4300fe308f54 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:23 +0530 Subject: [PATCH 115/561] New translations templates.json (Czech) --- src/i18n/locales/cs/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/cs/rightSidebar/templates.json diff --git a/src/i18n/locales/cs/rightSidebar/templates.json b/src/i18n/locales/cs/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/cs/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 0f316b59b758f5dcfd9014ab6183550f08ddada9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:24 +0530 Subject: [PATCH 116/561] New translations education.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/af/leftSidebar/education.json diff --git a/src/i18n/locales/af/leftSidebar/education.json b/src/i18n/locales/af/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/af/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 817eea7f108969175a4cccff625539ef6dc2c330 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:25 +0530 Subject: [PATCH 117/561] New translations extras.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/af/leftSidebar/extras.json diff --git a/src/i18n/locales/af/leftSidebar/extras.json b/src/i18n/locales/af/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/af/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 52cb76174ff44b28eec4201c89e2e2f131dc8b59 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:26 +0530 Subject: [PATCH 118/561] New translations languages.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/af/leftSidebar/languages.json diff --git a/src/i18n/locales/af/leftSidebar/languages.json b/src/i18n/locales/af/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/af/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From fa80a0aed60be2881ae12324bafe1e346301598c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:27 +0530 Subject: [PATCH 119/561] New translations objective.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/af/leftSidebar/objective.json diff --git a/src/i18n/locales/af/leftSidebar/objective.json b/src/i18n/locales/af/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/af/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 96f4a3d97cf724791eb9f5769eb9af7dcfe4101a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:28 +0530 Subject: [PATCH 120/561] New translations profile.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/af/leftSidebar/profile.json diff --git a/src/i18n/locales/af/leftSidebar/profile.json b/src/i18n/locales/af/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/af/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 64a6dded8039a13654a3c0962990728eed181732 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:30 +0530 Subject: [PATCH 121/561] New translations references.json (Afrikaans) --- .../locales/af/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/af/leftSidebar/references.json diff --git a/src/i18n/locales/af/leftSidebar/references.json b/src/i18n/locales/af/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/af/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 7cc9a46e7b73e2759c20e7f8e2e8b4df668821dd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:31 +0530 Subject: [PATCH 122/561] New translations skills.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/af/leftSidebar/skills.json diff --git a/src/i18n/locales/af/leftSidebar/skills.json b/src/i18n/locales/af/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/af/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 713e5251fdb0882bebf9825290f1296597937e23 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:34 +0530 Subject: [PATCH 123/561] New translations work.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/af/leftSidebar/work.json diff --git a/src/i18n/locales/af/leftSidebar/work.json b/src/i18n/locales/af/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/af/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From b6c4e79bd8f114a424cc0b1656acea793e7480cd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:35 +0530 Subject: [PATCH 124/561] New translations actions.json (Afrikaans) --- src/i18n/locales/af/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/af/rightSidebar/actions.json diff --git a/src/i18n/locales/af/rightSidebar/actions.json b/src/i18n/locales/af/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/af/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 2fd948672667969004fb37eff08f9c439066fe3f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:36 +0530 Subject: [PATCH 125/561] New translations profile.json (Arabic) --- src/i18n/locales/ar/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/ar/leftSidebar/profile.json diff --git a/src/i18n/locales/ar/leftSidebar/profile.json b/src/i18n/locales/ar/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/ar/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From f5aa874698745f900387ec0b8f95bd8875a69da6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:37 +0530 Subject: [PATCH 126/561] New translations colors.json (Afrikaans) --- src/i18n/locales/af/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/af/rightSidebar/colors.json diff --git a/src/i18n/locales/af/rightSidebar/colors.json b/src/i18n/locales/af/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/af/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 140d6db68b3d78d3dbcb136b0863ec35137359f3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:39 +0530 Subject: [PATCH 127/561] New translations fonts.json (Afrikaans) --- src/i18n/locales/af/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/af/rightSidebar/fonts.json diff --git a/src/i18n/locales/af/rightSidebar/fonts.json b/src/i18n/locales/af/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/af/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 f14e399c52db8905e7899594d9efd2c23a93c987 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:40 +0530 Subject: [PATCH 128/561] New translations settings.json (Afrikaans) --- src/i18n/locales/af/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/af/rightSidebar/settings.json diff --git a/src/i18n/locales/af/rightSidebar/settings.json b/src/i18n/locales/af/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/af/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 36c922b41462f34079849aefa27cdda3c41ff9df Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:41 +0530 Subject: [PATCH 129/561] New translations templates.json (Afrikaans) --- src/i18n/locales/af/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/af/rightSidebar/templates.json diff --git a/src/i18n/locales/af/rightSidebar/templates.json b/src/i18n/locales/af/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/af/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From c1d91c5f156e6911c92807005fd7dbabd66d00a1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:42 +0530 Subject: [PATCH 130/561] New translations app.json (Arabic) --- src/i18n/locales/ar/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/ar/app/app.json diff --git a/src/i18n/locales/ar/app/app.json b/src/i18n/locales/ar/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/ar/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 93eeda43c45eb95bfb533dc9491996d320708448 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:43 +0530 Subject: [PATCH 131/561] New translations awards.json (Arabic) --- src/i18n/locales/ar/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ar/leftSidebar/awards.json diff --git a/src/i18n/locales/ar/leftSidebar/awards.json b/src/i18n/locales/ar/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/ar/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 1f7540ccbb4ccaa09aaa83bd49ad274717382f3a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:44 +0530 Subject: [PATCH 132/561] New translations certifications.json (Arabic) --- src/i18n/locales/ar/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ar/leftSidebar/certifications.json diff --git a/src/i18n/locales/ar/leftSidebar/certifications.json b/src/i18n/locales/ar/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/ar/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From a731a2b3094283c4ffb73c71f1fb76bd3b04c532 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:46 +0530 Subject: [PATCH 133/561] New translations extras.json (Arabic) --- src/i18n/locales/ar/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/ar/leftSidebar/extras.json diff --git a/src/i18n/locales/ar/leftSidebar/extras.json b/src/i18n/locales/ar/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/ar/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From c87856e2cd339ae94eef8183447b5312d241804c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:47 +0530 Subject: [PATCH 134/561] New translations languages.json (Arabic) --- src/i18n/locales/ar/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/ar/leftSidebar/languages.json diff --git a/src/i18n/locales/ar/leftSidebar/languages.json b/src/i18n/locales/ar/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/ar/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 23236a7484308fd5e1412f98dafb9eced02a0e9d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:48 +0530 Subject: [PATCH 135/561] New translations objective.json (Arabic) --- src/i18n/locales/ar/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/ar/leftSidebar/objective.json diff --git a/src/i18n/locales/ar/leftSidebar/objective.json b/src/i18n/locales/ar/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/ar/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 82f3552d841e7986aab57866058696380000c090 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:49 +0530 Subject: [PATCH 136/561] New translations settings.json (Assamese) --- src/i18n/locales/as/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/as/rightSidebar/settings.json diff --git a/src/i18n/locales/as/rightSidebar/settings.json b/src/i18n/locales/as/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/as/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 8d7a0df7fd6753219995b9b16042332d8509dad5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:51 +0530 Subject: [PATCH 137/561] New translations education.json (Arabic) --- src/i18n/locales/ar/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/ar/leftSidebar/education.json diff --git a/src/i18n/locales/ar/leftSidebar/education.json b/src/i18n/locales/ar/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/ar/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From c5a9583bdfcd1b431973b0708b6f7b34a2b16545 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:52 +0530 Subject: [PATCH 138/561] New translations app.json (Catalan) --- src/i18n/locales/ca/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/ca/app/app.json diff --git a/src/i18n/locales/ca/app/app.json b/src/i18n/locales/ca/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/ca/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 5db92217ff6d823551b61bea6d5285ba00553cf4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:53 +0530 Subject: [PATCH 139/561] New translations languages.json (Czech) --- src/i18n/locales/cs/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/languages.json diff --git a/src/i18n/locales/cs/leftSidebar/languages.json b/src/i18n/locales/cs/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/cs/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 0c4f37e510ed5cb5a0f6a504f7b15f6971d72651 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:54 +0530 Subject: [PATCH 140/561] New translations about.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/zh/rightSidebar/about.json diff --git a/src/i18n/locales/zh/rightSidebar/about.json b/src/i18n/locales/zh/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/zh/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From d43db51c202f647d7270c83bfbc8d9d09ed01156 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:55 +0530 Subject: [PATCH 141/561] New translations actions.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/zh/rightSidebar/actions.json diff --git a/src/i18n/locales/zh/rightSidebar/actions.json b/src/i18n/locales/zh/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/zh/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 11ba80e0f6dbfeeddb93988093dabb6c5ccb21df Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:56 +0530 Subject: [PATCH 142/561] New translations colors.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/zh/rightSidebar/colors.json diff --git a/src/i18n/locales/zh/rightSidebar/colors.json b/src/i18n/locales/zh/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/zh/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From c7322ee2d63d000b82f7d7213bc75e5cc89d75cc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:58 +0530 Subject: [PATCH 143/561] New translations fonts.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/zh/rightSidebar/fonts.json diff --git a/src/i18n/locales/zh/rightSidebar/fonts.json b/src/i18n/locales/zh/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/zh/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 f69009c6149503232607fe594965d6ee12d57919 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:59 +0530 Subject: [PATCH 144/561] New translations settings.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/zh/rightSidebar/settings.json diff --git a/src/i18n/locales/zh/rightSidebar/settings.json b/src/i18n/locales/zh/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/zh/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 2898c984918b62cc26ac32214fcfd932a5fd6d24 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:00 +0530 Subject: [PATCH 145/561] New translations templates.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/zh/rightSidebar/templates.json diff --git a/src/i18n/locales/zh/rightSidebar/templates.json b/src/i18n/locales/zh/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/zh/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 090a1d9a6ce11d20957a63107d2ba0de70f7e3f3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:01 +0530 Subject: [PATCH 146/561] New translations app.json (Czech) --- src/i18n/locales/cs/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/cs/app/app.json diff --git a/src/i18n/locales/cs/app/app.json b/src/i18n/locales/cs/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/cs/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 11ba087db70385668aa13bd1eec691453a582ac0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:02 +0530 Subject: [PATCH 147/561] New translations awards.json (Czech) --- src/i18n/locales/cs/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/awards.json diff --git a/src/i18n/locales/cs/leftSidebar/awards.json b/src/i18n/locales/cs/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/cs/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From eba43ee0c055f6695e7235c4aae03b68d0839d04 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:03 +0530 Subject: [PATCH 148/561] New translations certifications.json (Czech) --- src/i18n/locales/cs/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/certifications.json diff --git a/src/i18n/locales/cs/leftSidebar/certifications.json b/src/i18n/locales/cs/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/cs/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From c9033c5b56838d756947cf83cb57d735e39bb537 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:04 +0530 Subject: [PATCH 149/561] New translations education.json (Czech) --- src/i18n/locales/cs/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/education.json diff --git a/src/i18n/locales/cs/leftSidebar/education.json b/src/i18n/locales/cs/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/cs/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 0d992f2ab003417a4693eabebb6818976f14d93c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:06 +0530 Subject: [PATCH 150/561] New translations objective.json (Czech) --- src/i18n/locales/cs/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/objective.json diff --git a/src/i18n/locales/cs/leftSidebar/objective.json b/src/i18n/locales/cs/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/cs/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 3577663436efe54a93886088dc7f1b38857364f7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:07 +0530 Subject: [PATCH 151/561] New translations skills.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/skills.json diff --git a/src/i18n/locales/zh/leftSidebar/skills.json b/src/i18n/locales/zh/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From a3bb53ca44fedea35e216d7d408b000a5e2ec0a4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:08 +0530 Subject: [PATCH 152/561] New translations profile.json (Czech) --- src/i18n/locales/cs/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/profile.json diff --git a/src/i18n/locales/cs/leftSidebar/profile.json b/src/i18n/locales/cs/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/cs/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 9a8c70d242374558eda81a9e805f260f47db446d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:10 +0530 Subject: [PATCH 153/561] New translations references.json (Czech) --- .../locales/cs/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/references.json diff --git a/src/i18n/locales/cs/leftSidebar/references.json b/src/i18n/locales/cs/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/cs/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 18a0b3abc96b93cdeb5f9b595c89ab118ed4cb8d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:11 +0530 Subject: [PATCH 154/561] New translations skills.json (Czech) --- src/i18n/locales/cs/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/skills.json diff --git a/src/i18n/locales/cs/leftSidebar/skills.json b/src/i18n/locales/cs/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/cs/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From ef05d0fca0017660712168bd7eb74acdce07c54d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:12 +0530 Subject: [PATCH 155/561] New translations work.json (Czech) --- src/i18n/locales/cs/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/work.json diff --git a/src/i18n/locales/cs/leftSidebar/work.json b/src/i18n/locales/cs/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/cs/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 56c435b9707e6baa12215e7658773510e420b549 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:13 +0530 Subject: [PATCH 156/561] New translations about.json (Czech) --- src/i18n/locales/cs/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/cs/rightSidebar/about.json diff --git a/src/i18n/locales/cs/rightSidebar/about.json b/src/i18n/locales/cs/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/cs/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 931296229153cfc6cbd0d79e9ebddc7d1739e42b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:15 +0530 Subject: [PATCH 157/561] New translations actions.json (Czech) --- src/i18n/locales/cs/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/cs/rightSidebar/actions.json diff --git a/src/i18n/locales/cs/rightSidebar/actions.json b/src/i18n/locales/cs/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/cs/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 e0dde40e08d1b355e1f68aa474be8decf14672dd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:16 +0530 Subject: [PATCH 158/561] New translations colors.json (Czech) --- src/i18n/locales/cs/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/cs/rightSidebar/colors.json diff --git a/src/i18n/locales/cs/rightSidebar/colors.json b/src/i18n/locales/cs/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/cs/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 734ee13ad58acf10b59e87c15f61520d7203b4f0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:17 +0530 Subject: [PATCH 159/561] New translations awards.json (Catalan) --- src/i18n/locales/ca/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ca/leftSidebar/awards.json diff --git a/src/i18n/locales/ca/leftSidebar/awards.json b/src/i18n/locales/ca/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/ca/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From cdb6180cf29e4c6b55ecbe720f7df56207bd4595 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:18 +0530 Subject: [PATCH 160/561] New translations settings.json (Czech) --- src/i18n/locales/cs/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/cs/rightSidebar/settings.json diff --git a/src/i18n/locales/cs/rightSidebar/settings.json b/src/i18n/locales/cs/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/cs/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 5c65ef34127384d883ca38f6c2a303c645746839 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:19 +0530 Subject: [PATCH 161/561] New translations fonts.json (Czech) --- src/i18n/locales/cs/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/cs/rightSidebar/fonts.json diff --git a/src/i18n/locales/cs/rightSidebar/fonts.json b/src/i18n/locales/cs/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/cs/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 2eda270071c557b17733ee33a3f157e53bc7bff6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:21 +0530 Subject: [PATCH 162/561] New translations work.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/work.json diff --git a/src/i18n/locales/zh/leftSidebar/work.json b/src/i18n/locales/zh/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 295917e9e06465394090b89bd087c5d5dbceb286 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:23 +0530 Subject: [PATCH 163/561] New translations extras.json (Czech) --- src/i18n/locales/cs/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/extras.json diff --git a/src/i18n/locales/cs/leftSidebar/extras.json b/src/i18n/locales/cs/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/cs/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 9358425e2c033781745dc2d7282b75b25fb09213 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:24 +0530 Subject: [PATCH 164/561] New translations references.json (Chinese Simplified) --- .../locales/zh/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/references.json diff --git a/src/i18n/locales/zh/leftSidebar/references.json b/src/i18n/locales/zh/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 0be7ad6c1548397c7afe638da72a0b045309b4dc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:25 +0530 Subject: [PATCH 165/561] New translations colors.json (Catalan) --- src/i18n/locales/ca/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ca/rightSidebar/colors.json diff --git a/src/i18n/locales/ca/rightSidebar/colors.json b/src/i18n/locales/ca/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/ca/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 4f28d8770d287a4d6d4cf28f30d28e91231160ae Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:26 +0530 Subject: [PATCH 166/561] New translations extras.json (Catalan) --- src/i18n/locales/ca/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/ca/leftSidebar/extras.json diff --git a/src/i18n/locales/ca/leftSidebar/extras.json b/src/i18n/locales/ca/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/ca/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 39391b24523594172e671d4899e388f98b99b2ea Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:27 +0530 Subject: [PATCH 167/561] New translations profile.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/profile.json diff --git a/src/i18n/locales/zh/leftSidebar/profile.json b/src/i18n/locales/zh/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From a7d4f548c1b81578b591a4ec1c86057e85f81674 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:28 +0530 Subject: [PATCH 168/561] New translations languages.json (Catalan) --- src/i18n/locales/ca/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/ca/leftSidebar/languages.json diff --git a/src/i18n/locales/ca/leftSidebar/languages.json b/src/i18n/locales/ca/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/ca/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From b2b699f8a3d3e79e16e87b4320202995cb73b6f1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:30 +0530 Subject: [PATCH 169/561] New translations objective.json (Catalan) --- src/i18n/locales/ca/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/ca/leftSidebar/objective.json diff --git a/src/i18n/locales/ca/leftSidebar/objective.json b/src/i18n/locales/ca/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/ca/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From dfc3ff589ced95a12f7e8c0a19843b67c495f369 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:31 +0530 Subject: [PATCH 170/561] New translations profile.json (Catalan) --- src/i18n/locales/ca/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/ca/leftSidebar/profile.json diff --git a/src/i18n/locales/ca/leftSidebar/profile.json b/src/i18n/locales/ca/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/ca/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From c44c8c12a1addd8d3e8aa7a3fd6ee7c106a13ea5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:32 +0530 Subject: [PATCH 171/561] New translations references.json (Catalan) --- .../locales/ca/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/ca/leftSidebar/references.json diff --git a/src/i18n/locales/ca/leftSidebar/references.json b/src/i18n/locales/ca/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/ca/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 61e25aa659de4e984f35bf59e896fb429da64f84 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:33 +0530 Subject: [PATCH 172/561] New translations skills.json (Catalan) --- src/i18n/locales/ca/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/ca/leftSidebar/skills.json diff --git a/src/i18n/locales/ca/leftSidebar/skills.json b/src/i18n/locales/ca/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/ca/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From e969e0fdad715fd447f35004e7705467b8953aff Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:34 +0530 Subject: [PATCH 173/561] New translations education.json (Catalan) --- src/i18n/locales/ca/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/ca/leftSidebar/education.json diff --git a/src/i18n/locales/ca/leftSidebar/education.json b/src/i18n/locales/ca/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/ca/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From e83a18faf216ffd38ac40408e28e4b283f88fe44 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:36 +0530 Subject: [PATCH 174/561] New translations about.json (Catalan) --- src/i18n/locales/ca/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/ca/rightSidebar/about.json diff --git a/src/i18n/locales/ca/rightSidebar/about.json b/src/i18n/locales/ca/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/ca/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From abfc6df0601ac0c1b13dfeab84e4892cdfff17e7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:37 +0530 Subject: [PATCH 175/561] New translations actions.json (Catalan) --- src/i18n/locales/ca/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/ca/rightSidebar/actions.json diff --git a/src/i18n/locales/ca/rightSidebar/actions.json b/src/i18n/locales/ca/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/ca/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 1ea0c1dbd45b5b74a1b6b7f169a248cfe972d798 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:38 +0530 Subject: [PATCH 176/561] New translations work.json (Catalan) --- src/i18n/locales/ca/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ca/leftSidebar/work.json diff --git a/src/i18n/locales/ca/leftSidebar/work.json b/src/i18n/locales/ca/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/ca/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 062904dd4193ee29652845ff21febe1a7c228aa7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:40 +0530 Subject: [PATCH 177/561] New translations fonts.json (Catalan) --- src/i18n/locales/ca/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ca/rightSidebar/fonts.json diff --git a/src/i18n/locales/ca/rightSidebar/fonts.json b/src/i18n/locales/ca/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/ca/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 2241fb0dd6b5266755ac45fcfc5eeb056b227a34 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:41 +0530 Subject: [PATCH 178/561] New translations certifications.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/certifications.json diff --git a/src/i18n/locales/zh/leftSidebar/certifications.json b/src/i18n/locales/zh/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 8bae0ac5e20e4a9eb39f5fbc3801ae04ab37b3c7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:42 +0530 Subject: [PATCH 179/561] New translations objective.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/objective.json diff --git a/src/i18n/locales/zh/leftSidebar/objective.json b/src/i18n/locales/zh/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From a9ec7c2d8041e5c17c86736e900c2056e0c80a67 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:44 +0530 Subject: [PATCH 180/561] New translations languages.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/languages.json diff --git a/src/i18n/locales/zh/leftSidebar/languages.json b/src/i18n/locales/zh/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 4c186fd81fb130a88b716a221f20c5aa94bd2fe1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:45 +0530 Subject: [PATCH 181/561] New translations extras.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/extras.json diff --git a/src/i18n/locales/zh/leftSidebar/extras.json b/src/i18n/locales/zh/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From aafc67c16707164545a167b79f1af5972c396eee Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:46 +0530 Subject: [PATCH 182/561] New translations education.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/education.json diff --git a/src/i18n/locales/zh/leftSidebar/education.json b/src/i18n/locales/zh/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 8e01c05916f525e7efc7104e291aebbcd06d1f9f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:47 +0530 Subject: [PATCH 183/561] New translations certifications.json (Catalan) --- src/i18n/locales/ca/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ca/leftSidebar/certifications.json diff --git a/src/i18n/locales/ca/leftSidebar/certifications.json b/src/i18n/locales/ca/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/ca/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 78c997a50b5ce889dcb2042b030ba3fdb3297cb7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:48 +0530 Subject: [PATCH 184/561] New translations awards.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/awards.json diff --git a/src/i18n/locales/zh/leftSidebar/awards.json b/src/i18n/locales/zh/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From ffc33bcfca8fc3cbf90dad6fc8f9574a2937b3bc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:49 +0530 Subject: [PATCH 185/561] New translations app.json (Chinese Simplified) --- src/i18n/locales/zh/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/zh/app/app.json diff --git a/src/i18n/locales/zh/app/app.json b/src/i18n/locales/zh/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/zh/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From e3687c95860aa877b38d83558125248e111b1403 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:50 +0530 Subject: [PATCH 186/561] New translations templates.json (Catalan) --- src/i18n/locales/ca/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/ca/rightSidebar/templates.json diff --git a/src/i18n/locales/ca/rightSidebar/templates.json b/src/i18n/locales/ca/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/ca/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From d3a83d04e488fa94b6071dc843d7a7fd5cda7f6c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:52 +0530 Subject: [PATCH 187/561] New translations settings.json (Catalan) --- src/i18n/locales/ca/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ca/rightSidebar/settings.json diff --git a/src/i18n/locales/ca/rightSidebar/settings.json b/src/i18n/locales/ca/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/ca/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 the <1>Translation Documentation." + } +} \ No newline at end of file From ec468dea5aac12430c0917e0ebcde584096854bf Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:53 +0530 Subject: [PATCH 188/561] New translations certifications.json (Norwegian) --- src/i18n/locales/no/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/no/leftSidebar/certifications.json diff --git a/src/i18n/locales/no/leftSidebar/certifications.json b/src/i18n/locales/no/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/no/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 711adfc1ed12c9f1bd321bda6ec43de71c63eaf4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:54 +0530 Subject: [PATCH 189/561] New translations colors.json (Norwegian) --- src/i18n/locales/no/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/no/rightSidebar/colors.json diff --git a/src/i18n/locales/no/rightSidebar/colors.json b/src/i18n/locales/no/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/no/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From de382f3a21d701813f727a0cf12e9dbda0bc1351 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:55 +0530 Subject: [PATCH 190/561] New translations actions.json (Norwegian) --- src/i18n/locales/no/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/no/rightSidebar/actions.json diff --git a/src/i18n/locales/no/rightSidebar/actions.json b/src/i18n/locales/no/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/no/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 11d0ff96265654e4b73e5621528ec03aea9e9a02 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:56 +0530 Subject: [PATCH 191/561] New translations about.json (Norwegian) --- src/i18n/locales/no/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/no/rightSidebar/about.json diff --git a/src/i18n/locales/no/rightSidebar/about.json b/src/i18n/locales/no/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/no/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From aa7cae6dfd9da3d2df32459b1647c00697a4ac42 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:58 +0530 Subject: [PATCH 192/561] New translations work.json (Norwegian) --- src/i18n/locales/no/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/no/leftSidebar/work.json diff --git a/src/i18n/locales/no/leftSidebar/work.json b/src/i18n/locales/no/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/no/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 732d5240a641edeeacde3ff5715a6d3358e05221 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:59 +0530 Subject: [PATCH 193/561] New translations profile.json (Norwegian) --- src/i18n/locales/no/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/no/leftSidebar/profile.json diff --git a/src/i18n/locales/no/leftSidebar/profile.json b/src/i18n/locales/no/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/no/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 0d62393d9fb0b51bad859444ac27557b9afd4c6e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:00 +0530 Subject: [PATCH 194/561] New translations skills.json (Norwegian) --- src/i18n/locales/no/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/no/leftSidebar/skills.json diff --git a/src/i18n/locales/no/leftSidebar/skills.json b/src/i18n/locales/no/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/no/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 621f6f9adbff12ecbd5c5ef47743c91328cd27ab Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:01 +0530 Subject: [PATCH 195/561] New translations references.json (Norwegian) --- .../locales/no/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/no/leftSidebar/references.json diff --git a/src/i18n/locales/no/leftSidebar/references.json b/src/i18n/locales/no/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/no/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 73607ea7329dc952d2907c3b2713c5c0d0c0491b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:02 +0530 Subject: [PATCH 196/561] New translations awards.json (Norwegian) --- src/i18n/locales/no/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/no/leftSidebar/awards.json diff --git a/src/i18n/locales/no/leftSidebar/awards.json b/src/i18n/locales/no/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/no/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From f3c3581a13e528c2f6610da3cc1bd9f08001e6bc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:03 +0530 Subject: [PATCH 197/561] New translations objective.json (Norwegian) --- src/i18n/locales/no/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/no/leftSidebar/objective.json diff --git a/src/i18n/locales/no/leftSidebar/objective.json b/src/i18n/locales/no/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/no/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From e0bccb833ca28947c7d2acc3af47c221637d96a7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:05 +0530 Subject: [PATCH 198/561] New translations education.json (Norwegian) --- src/i18n/locales/no/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/no/leftSidebar/education.json diff --git a/src/i18n/locales/no/leftSidebar/education.json b/src/i18n/locales/no/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/no/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 2853f3cbc14d0d9399573d04ea072f0fc4df3872 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:06 +0530 Subject: [PATCH 199/561] New translations extras.json (Norwegian) --- src/i18n/locales/no/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/no/leftSidebar/extras.json diff --git a/src/i18n/locales/no/leftSidebar/extras.json b/src/i18n/locales/no/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/no/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 47359c32e19a8d7af5921f7fc18433b39116d970 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:07 +0530 Subject: [PATCH 200/561] New translations languages.json (Norwegian) --- src/i18n/locales/no/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/no/leftSidebar/languages.json diff --git a/src/i18n/locales/no/leftSidebar/languages.json b/src/i18n/locales/no/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/no/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From a66131f7ae89d70804a065e379f90bcdeb3c0963 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:08 +0530 Subject: [PATCH 201/561] New translations profile.json (Polish) --- src/i18n/locales/pl/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/pl/leftSidebar/profile.json diff --git a/src/i18n/locales/pl/leftSidebar/profile.json b/src/i18n/locales/pl/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/pl/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From e48e812fa6a1147eacb852e6cc7bdd2974f06756 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:09 +0530 Subject: [PATCH 202/561] New translations fonts.json (Norwegian) --- src/i18n/locales/no/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/no/rightSidebar/fonts.json diff --git a/src/i18n/locales/no/rightSidebar/fonts.json b/src/i18n/locales/no/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/no/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 639b8fd75c017e153f12feb7b6f285f12160acd6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:10 +0530 Subject: [PATCH 203/561] New translations objective.json (Polish) --- src/i18n/locales/pl/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/pl/leftSidebar/objective.json diff --git a/src/i18n/locales/pl/leftSidebar/objective.json b/src/i18n/locales/pl/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/pl/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From ee74a3778588767f4ab9df640f4137cd9375993f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:12 +0530 Subject: [PATCH 204/561] New translations about.json (Polish) --- src/i18n/locales/pl/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/pl/rightSidebar/about.json diff --git a/src/i18n/locales/pl/rightSidebar/about.json b/src/i18n/locales/pl/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/pl/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From ae68bf2f18abdd8561628224a1e5bc33f3e99687 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:13 +0530 Subject: [PATCH 205/561] New translations actions.json (Polish) --- src/i18n/locales/pl/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/pl/rightSidebar/actions.json diff --git a/src/i18n/locales/pl/rightSidebar/actions.json b/src/i18n/locales/pl/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/pl/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 846e4a3d62655a57c91f052305ed0ed79c38da7c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:14 +0530 Subject: [PATCH 206/561] New translations templates.json (Marathi) --- src/i18n/locales/mr/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/mr/rightSidebar/templates.json diff --git a/src/i18n/locales/mr/rightSidebar/templates.json b/src/i18n/locales/mr/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/mr/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 08d4bebd72c6ce539e50146b05d7ab9a8c9c9168 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:15 +0530 Subject: [PATCH 207/561] New translations work.json (Polish) --- src/i18n/locales/pl/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/pl/leftSidebar/work.json diff --git a/src/i18n/locales/pl/leftSidebar/work.json b/src/i18n/locales/pl/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/pl/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 2750314ef3187c4ff405a339b34749b607118713 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:17 +0530 Subject: [PATCH 208/561] New translations skills.json (Polish) --- src/i18n/locales/pl/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/pl/leftSidebar/skills.json diff --git a/src/i18n/locales/pl/leftSidebar/skills.json b/src/i18n/locales/pl/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/pl/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From e46ebbd073089537c2091c48cc68e11f4c39dba4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:18 +0530 Subject: [PATCH 209/561] New translations references.json (Polish) --- .../locales/pl/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/pl/leftSidebar/references.json diff --git a/src/i18n/locales/pl/leftSidebar/references.json b/src/i18n/locales/pl/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/pl/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 c9b8fe156ada287af8ea6b0f1aa062d7714b2e10 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:19 +0530 Subject: [PATCH 210/561] New translations languages.json (Polish) --- src/i18n/locales/pl/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/pl/leftSidebar/languages.json diff --git a/src/i18n/locales/pl/leftSidebar/languages.json b/src/i18n/locales/pl/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/pl/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 0ffd363fed4874c8fd0710e1437a7312f6019c88 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:20 +0530 Subject: [PATCH 211/561] New translations settings.json (Norwegian) --- src/i18n/locales/no/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/no/rightSidebar/settings.json diff --git a/src/i18n/locales/no/rightSidebar/settings.json b/src/i18n/locales/no/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/no/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 91cd169280de7df986ded98048156baae3b1e433 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:22 +0530 Subject: [PATCH 212/561] New translations extras.json (Polish) --- src/i18n/locales/pl/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/pl/leftSidebar/extras.json diff --git a/src/i18n/locales/pl/leftSidebar/extras.json b/src/i18n/locales/pl/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/pl/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 993111ac3283c48c5726900fc4a051cfb3ee6f54 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:23 +0530 Subject: [PATCH 213/561] New translations education.json (Polish) --- src/i18n/locales/pl/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/pl/leftSidebar/education.json diff --git a/src/i18n/locales/pl/leftSidebar/education.json b/src/i18n/locales/pl/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/pl/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 4eae5f8c09a7c27e688a285a01daa78ad8ec63d3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:24 +0530 Subject: [PATCH 214/561] New translations certifications.json (Polish) --- src/i18n/locales/pl/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/pl/leftSidebar/certifications.json diff --git a/src/i18n/locales/pl/leftSidebar/certifications.json b/src/i18n/locales/pl/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/pl/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From b4e6f8fa8ecf8a59049169501a50bb6f8847dd8c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:26 +0530 Subject: [PATCH 215/561] New translations awards.json (Polish) --- src/i18n/locales/pl/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/pl/leftSidebar/awards.json diff --git a/src/i18n/locales/pl/leftSidebar/awards.json b/src/i18n/locales/pl/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/pl/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 28d4cb22020fd7ecb68387edd24944b7f787f6bf Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:27 +0530 Subject: [PATCH 216/561] New translations app.json (Polish) --- src/i18n/locales/pl/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/pl/app/app.json diff --git a/src/i18n/locales/pl/app/app.json b/src/i18n/locales/pl/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/pl/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 41a73357b1494a9dc29ea71974feafe6c021b106 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:28 +0530 Subject: [PATCH 217/561] New translations templates.json (Norwegian) --- src/i18n/locales/no/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/no/rightSidebar/templates.json diff --git a/src/i18n/locales/no/rightSidebar/templates.json b/src/i18n/locales/no/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/no/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From d4df689964d47bffc1b4fdf810c92fa095cba194 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:29 +0530 Subject: [PATCH 218/561] New translations app.json (Norwegian) --- src/i18n/locales/no/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/no/app/app.json diff --git a/src/i18n/locales/no/app/app.json b/src/i18n/locales/no/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/no/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From d2b33f8ac8752773557b4cb3e555423d9d5e9bfb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:30 +0530 Subject: [PATCH 219/561] New translations skills.json (Malayalam) --- src/i18n/locales/ml/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/ml/leftSidebar/skills.json diff --git a/src/i18n/locales/ml/leftSidebar/skills.json b/src/i18n/locales/ml/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/ml/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 60a3898a3e5e9948ed834c18ec022ff1f9142ead Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:31 +0530 Subject: [PATCH 220/561] New translations settings.json (Marathi) --- src/i18n/locales/mr/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/mr/rightSidebar/settings.json diff --git a/src/i18n/locales/mr/rightSidebar/settings.json b/src/i18n/locales/mr/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/mr/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 7ca9125418704700d7d610cdc480e03c515e7077 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:32 +0530 Subject: [PATCH 221/561] New translations settings.json (Malayalam) --- src/i18n/locales/ml/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ml/rightSidebar/settings.json diff --git a/src/i18n/locales/ml/rightSidebar/settings.json b/src/i18n/locales/ml/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/ml/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 3f548c3aae968ab0b7f8362c344114bd5e05352e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:33 +0530 Subject: [PATCH 222/561] New translations awards.json (Malayalam) --- src/i18n/locales/ml/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ml/leftSidebar/awards.json diff --git a/src/i18n/locales/ml/leftSidebar/awards.json b/src/i18n/locales/ml/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/ml/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From d1e96a406af96d819fd35fa7b255ab3b4b5133ad Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:35 +0530 Subject: [PATCH 223/561] New translations fonts.json (Polish) --- src/i18n/locales/pl/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/pl/rightSidebar/fonts.json diff --git a/src/i18n/locales/pl/rightSidebar/fonts.json b/src/i18n/locales/pl/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/pl/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 47512604f6ef138ead10549ad0174a9407df94f7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:36 +0530 Subject: [PATCH 224/561] New translations certifications.json (Malayalam) --- src/i18n/locales/ml/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ml/leftSidebar/certifications.json diff --git a/src/i18n/locales/ml/leftSidebar/certifications.json b/src/i18n/locales/ml/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/ml/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 81677bc2df9738728fd5b2a6c1df4acaad2d0f38 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:37 +0530 Subject: [PATCH 225/561] New translations education.json (Malayalam) --- src/i18n/locales/ml/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/ml/leftSidebar/education.json diff --git a/src/i18n/locales/ml/leftSidebar/education.json b/src/i18n/locales/ml/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/ml/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From deb3bf0e8498a8b55b395e53f7e2c82dbcc0ef85 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:39 +0530 Subject: [PATCH 226/561] New translations extras.json (Malayalam) --- src/i18n/locales/ml/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/ml/leftSidebar/extras.json diff --git a/src/i18n/locales/ml/leftSidebar/extras.json b/src/i18n/locales/ml/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/ml/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From eecb43887ec4d2ade8efc1319a6a3b6084b1c450 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:40 +0530 Subject: [PATCH 227/561] New translations languages.json (Malayalam) --- src/i18n/locales/ml/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/ml/leftSidebar/languages.json diff --git a/src/i18n/locales/ml/leftSidebar/languages.json b/src/i18n/locales/ml/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/ml/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 7653b1b50ac55b38f7ba6fb41cb4957618df1524 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:41 +0530 Subject: [PATCH 228/561] New translations objective.json (Malayalam) --- src/i18n/locales/ml/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/ml/leftSidebar/objective.json diff --git a/src/i18n/locales/ml/leftSidebar/objective.json b/src/i18n/locales/ml/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/ml/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From d5544fa0b467c5adb1e1b4b487fc66f2187f6172 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:42 +0530 Subject: [PATCH 229/561] New translations profile.json (Malayalam) --- src/i18n/locales/ml/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/ml/leftSidebar/profile.json diff --git a/src/i18n/locales/ml/leftSidebar/profile.json b/src/i18n/locales/ml/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/ml/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From e77722981b9ddc2d69c1c07ee0ab4bd9983ea114 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:44 +0530 Subject: [PATCH 230/561] New translations references.json (Malayalam) --- .../locales/ml/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/ml/leftSidebar/references.json diff --git a/src/i18n/locales/ml/leftSidebar/references.json b/src/i18n/locales/ml/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/ml/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 e70ee5d9ea73acf415c2c9edd1a81ca4ed15f0f7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:45 +0530 Subject: [PATCH 231/561] New translations work.json (Malayalam) --- src/i18n/locales/ml/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ml/leftSidebar/work.json diff --git a/src/i18n/locales/ml/leftSidebar/work.json b/src/i18n/locales/ml/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/ml/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 21fe297c079d6daab2aba174734223798c4bea99 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:46 +0530 Subject: [PATCH 232/561] New translations about.json (Malayalam) --- src/i18n/locales/ml/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/ml/rightSidebar/about.json diff --git a/src/i18n/locales/ml/rightSidebar/about.json b/src/i18n/locales/ml/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/ml/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From e2761b6006e2faa7f0a523aaaee0952606e23504 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:47 +0530 Subject: [PATCH 233/561] New translations actions.json (Malayalam) --- src/i18n/locales/ml/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/ml/rightSidebar/actions.json diff --git a/src/i18n/locales/ml/rightSidebar/actions.json b/src/i18n/locales/ml/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/ml/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 b8bef238cf0d777144ef9dc3967dfb3d9a03b604 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:49 +0530 Subject: [PATCH 234/561] New translations colors.json (Malayalam) --- src/i18n/locales/ml/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ml/rightSidebar/colors.json diff --git a/src/i18n/locales/ml/rightSidebar/colors.json b/src/i18n/locales/ml/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/ml/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 6ba79323bb469a33e3d952bbc8053c237a62eb65 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:50 +0530 Subject: [PATCH 235/561] New translations fonts.json (Malayalam) --- src/i18n/locales/ml/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ml/rightSidebar/fonts.json diff --git a/src/i18n/locales/ml/rightSidebar/fonts.json b/src/i18n/locales/ml/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/ml/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 ff5730de99db954b0d4093a20c1cebf9260682b9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:51 +0530 Subject: [PATCH 236/561] New translations templates.json (Malayalam) --- src/i18n/locales/ml/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/ml/rightSidebar/templates.json diff --git a/src/i18n/locales/ml/rightSidebar/templates.json b/src/i18n/locales/ml/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/ml/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 5b671290060bc9dd53982a3694e0b04fdd9273ac Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:52 +0530 Subject: [PATCH 237/561] New translations fonts.json (Marathi) --- src/i18n/locales/mr/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/mr/rightSidebar/fonts.json diff --git a/src/i18n/locales/mr/rightSidebar/fonts.json b/src/i18n/locales/mr/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/mr/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 a0ee955b81283b939675b4b5650aea5769e3b274 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:53 +0530 Subject: [PATCH 238/561] New translations app.json (Marathi) --- src/i18n/locales/mr/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/mr/app/app.json diff --git a/src/i18n/locales/mr/app/app.json b/src/i18n/locales/mr/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/mr/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 17227dabe07bdee06bb806f9f1697a8261772367 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:55 +0530 Subject: [PATCH 239/561] New translations awards.json (Marathi) --- src/i18n/locales/mr/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/mr/leftSidebar/awards.json diff --git a/src/i18n/locales/mr/leftSidebar/awards.json b/src/i18n/locales/mr/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/mr/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 839ea79444277adb6069068ee100fd2ca91ae9e8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:56 +0530 Subject: [PATCH 240/561] New translations certifications.json (Marathi) --- src/i18n/locales/mr/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/mr/leftSidebar/certifications.json diff --git a/src/i18n/locales/mr/leftSidebar/certifications.json b/src/i18n/locales/mr/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/mr/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 4a750ca314b3412e9349be0a43be0f35c1adfa73 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:57 +0530 Subject: [PATCH 241/561] New translations education.json (Marathi) --- src/i18n/locales/mr/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/mr/leftSidebar/education.json diff --git a/src/i18n/locales/mr/leftSidebar/education.json b/src/i18n/locales/mr/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/mr/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 9a30825fbb44c05a21e493a9153b1b5bd8291178 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:58 +0530 Subject: [PATCH 242/561] New translations extras.json (Marathi) --- src/i18n/locales/mr/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/mr/leftSidebar/extras.json diff --git a/src/i18n/locales/mr/leftSidebar/extras.json b/src/i18n/locales/mr/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/mr/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 78def68360d25adf38dfa0f15a19a867f248e2c3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:59 +0530 Subject: [PATCH 243/561] New translations languages.json (Marathi) --- src/i18n/locales/mr/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/mr/leftSidebar/languages.json diff --git a/src/i18n/locales/mr/leftSidebar/languages.json b/src/i18n/locales/mr/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/mr/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 627ad32450fd1f223e33c61b21a95d145f74f6af Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:00 +0530 Subject: [PATCH 244/561] New translations objective.json (Marathi) --- src/i18n/locales/mr/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/mr/leftSidebar/objective.json diff --git a/src/i18n/locales/mr/leftSidebar/objective.json b/src/i18n/locales/mr/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/mr/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 108790632ab0ee12b13779f018a4c81c973963d2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:01 +0530 Subject: [PATCH 245/561] New translations profile.json (Marathi) --- src/i18n/locales/mr/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/mr/leftSidebar/profile.json diff --git a/src/i18n/locales/mr/leftSidebar/profile.json b/src/i18n/locales/mr/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/mr/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 72764b035da445ce39a77873533ec032a2d74c15 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:03 +0530 Subject: [PATCH 246/561] New translations references.json (Marathi) --- .../locales/mr/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/mr/leftSidebar/references.json diff --git a/src/i18n/locales/mr/leftSidebar/references.json b/src/i18n/locales/mr/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/mr/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 ff2540e09bbc28c0a4f50539b175f007e343753c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:04 +0530 Subject: [PATCH 247/561] New translations skills.json (Marathi) --- src/i18n/locales/mr/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/mr/leftSidebar/skills.json diff --git a/src/i18n/locales/mr/leftSidebar/skills.json b/src/i18n/locales/mr/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/mr/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From d1e6838dba65bbf2e977b6e55827ae19199b97ab Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:05 +0530 Subject: [PATCH 248/561] New translations work.json (Marathi) --- src/i18n/locales/mr/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/mr/leftSidebar/work.json diff --git a/src/i18n/locales/mr/leftSidebar/work.json b/src/i18n/locales/mr/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/mr/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From a0756e5eaef4f16ec8a26d845ea2d8bc7003e835 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:06 +0530 Subject: [PATCH 249/561] New translations about.json (Marathi) --- src/i18n/locales/mr/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/mr/rightSidebar/about.json diff --git a/src/i18n/locales/mr/rightSidebar/about.json b/src/i18n/locales/mr/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/mr/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 87f2d1b3400275fbffca8f2385a76a44266ee538 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:07 +0530 Subject: [PATCH 250/561] New translations actions.json (Marathi) --- src/i18n/locales/mr/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/mr/rightSidebar/actions.json diff --git a/src/i18n/locales/mr/rightSidebar/actions.json b/src/i18n/locales/mr/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/mr/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 c3556077c800ba2781b11c8002cfdaba3e4736ee Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:09 +0530 Subject: [PATCH 251/561] New translations colors.json (Marathi) --- src/i18n/locales/mr/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/mr/rightSidebar/colors.json diff --git a/src/i18n/locales/mr/rightSidebar/colors.json b/src/i18n/locales/mr/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/mr/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 469395a7d0643ac053bc89acc05bbaae425dae48 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:10 +0530 Subject: [PATCH 252/561] New translations colors.json (Polish) --- src/i18n/locales/pl/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/pl/rightSidebar/colors.json diff --git a/src/i18n/locales/pl/rightSidebar/colors.json b/src/i18n/locales/pl/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/pl/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 2c7f60c4452519f80dcb6164002703d516937f8b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:11 +0530 Subject: [PATCH 253/561] New translations fonts.json (Romanian) --- src/i18n/locales/ro/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ro/rightSidebar/fonts.json diff --git a/src/i18n/locales/ro/rightSidebar/fonts.json b/src/i18n/locales/ro/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/ro/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 dd2c202a377426c7ea98919a992d19d671134586 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:12 +0530 Subject: [PATCH 254/561] New translations settings.json (Polish) --- src/i18n/locales/pl/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/pl/rightSidebar/settings.json diff --git a/src/i18n/locales/pl/rightSidebar/settings.json b/src/i18n/locales/pl/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/pl/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 the <1>Translation Documentation." + } +} \ No newline at end of file From d8fe568ff317098dc9f4e8bd9c18e072dae16c06 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:13 +0530 Subject: [PATCH 255/561] New translations templates.json (Romanian) --- src/i18n/locales/ro/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/ro/rightSidebar/templates.json diff --git a/src/i18n/locales/ro/rightSidebar/templates.json b/src/i18n/locales/ro/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/ro/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 78c68d9cdd748a705a9ea7d5345d368292ae8431 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:14 +0530 Subject: [PATCH 256/561] New translations awards.json (Romanian) --- src/i18n/locales/ro/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ro/leftSidebar/awards.json diff --git a/src/i18n/locales/ro/leftSidebar/awards.json b/src/i18n/locales/ro/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/ro/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 6e446041c27b5972e0af73c5d8a3dd533f2ef984 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:15 +0530 Subject: [PATCH 257/561] New translations certifications.json (Romanian) --- src/i18n/locales/ro/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ro/leftSidebar/certifications.json diff --git a/src/i18n/locales/ro/leftSidebar/certifications.json b/src/i18n/locales/ro/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/ro/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From c9f5f89c013c91e3de95234ff3cf8feb2bdc8938 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:17 +0530 Subject: [PATCH 258/561] New translations education.json (Romanian) --- src/i18n/locales/ro/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/ro/leftSidebar/education.json diff --git a/src/i18n/locales/ro/leftSidebar/education.json b/src/i18n/locales/ro/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/ro/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 66e0e84ab355b6cd12afe436c58343e707957426 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:18 +0530 Subject: [PATCH 259/561] New translations extras.json (Romanian) --- src/i18n/locales/ro/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/ro/leftSidebar/extras.json diff --git a/src/i18n/locales/ro/leftSidebar/extras.json b/src/i18n/locales/ro/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/ro/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 868b63f5f7fa89fa00e8cdb36ee5805204e2fdd9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:19 +0530 Subject: [PATCH 260/561] New translations languages.json (Romanian) --- src/i18n/locales/ro/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/ro/leftSidebar/languages.json diff --git a/src/i18n/locales/ro/leftSidebar/languages.json b/src/i18n/locales/ro/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/ro/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 5cec5b3c2236548edcaf9e558d30956f8ecdd769 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:20 +0530 Subject: [PATCH 261/561] New translations objective.json (Romanian) --- src/i18n/locales/ro/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/ro/leftSidebar/objective.json diff --git a/src/i18n/locales/ro/leftSidebar/objective.json b/src/i18n/locales/ro/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/ro/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From dcc7d3dc72475513a534f4078bf3a585c2e84338 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:21 +0530 Subject: [PATCH 262/561] New translations profile.json (Romanian) --- src/i18n/locales/ro/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/ro/leftSidebar/profile.json diff --git a/src/i18n/locales/ro/leftSidebar/profile.json b/src/i18n/locales/ro/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/ro/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 4f506138283e4261a01f2d07ea267e30b34c0b39 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:23 +0530 Subject: [PATCH 263/561] New translations references.json (Romanian) --- .../locales/ro/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/ro/leftSidebar/references.json diff --git a/src/i18n/locales/ro/leftSidebar/references.json b/src/i18n/locales/ro/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/ro/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 b0ae6cf89c96511f13dd2395e5b0f10b85bbad26 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:24 +0530 Subject: [PATCH 264/561] New translations skills.json (Romanian) --- src/i18n/locales/ro/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/ro/leftSidebar/skills.json diff --git a/src/i18n/locales/ro/leftSidebar/skills.json b/src/i18n/locales/ro/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/ro/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From cb5e07c02edc93ef40f01cf3662a7fc9991900ba Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:25 +0530 Subject: [PATCH 265/561] New translations work.json (Romanian) --- src/i18n/locales/ro/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ro/leftSidebar/work.json diff --git a/src/i18n/locales/ro/leftSidebar/work.json b/src/i18n/locales/ro/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/ro/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 438e39918b4fcc65713937fb396d956bfa5be1c6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:26 +0530 Subject: [PATCH 266/561] New translations about.json (Romanian) --- src/i18n/locales/ro/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/ro/rightSidebar/about.json diff --git a/src/i18n/locales/ro/rightSidebar/about.json b/src/i18n/locales/ro/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/ro/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 65d168a12c4621b69d54f7555778ed105d9ce9bb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:27 +0530 Subject: [PATCH 267/561] New translations actions.json (Romanian) --- src/i18n/locales/ro/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/ro/rightSidebar/actions.json diff --git a/src/i18n/locales/ro/rightSidebar/actions.json b/src/i18n/locales/ro/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/ro/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 85c162ab5e7ff12b37c4f83b911b2c37225476c4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:28 +0530 Subject: [PATCH 268/561] New translations colors.json (Romanian) --- src/i18n/locales/ro/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ro/rightSidebar/colors.json diff --git a/src/i18n/locales/ro/rightSidebar/colors.json b/src/i18n/locales/ro/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/ro/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From bd34e638f796fcef4c22145ba5ea8e4d79f1d879 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:30 +0530 Subject: [PATCH 269/561] New translations settings.json (Romanian) --- src/i18n/locales/ro/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ro/rightSidebar/settings.json diff --git a/src/i18n/locales/ro/rightSidebar/settings.json b/src/i18n/locales/ro/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/ro/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 the <1>Translation Documentation." + } +} \ No newline at end of file From cf5bce5cd3438cc7f9d81995e0733429e1bb6945 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:31 +0530 Subject: [PATCH 270/561] New translations app.json (Russian) --- src/i18n/locales/ru/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/ru/app/app.json diff --git a/src/i18n/locales/ru/app/app.json b/src/i18n/locales/ru/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/ru/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 5c407ba8cfed269de8ec1fe661993fac6c266f30 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:32 +0530 Subject: [PATCH 271/561] New translations templates.json (Punjabi) --- src/i18n/locales/pa/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/pa/rightSidebar/templates.json diff --git a/src/i18n/locales/pa/rightSidebar/templates.json b/src/i18n/locales/pa/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/pa/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 110063b2bc4db7f217b3c87ba14de692f92ffb7e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:33 +0530 Subject: [PATCH 272/561] New translations awards.json (Russian) --- src/i18n/locales/ru/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ru/leftSidebar/awards.json diff --git a/src/i18n/locales/ru/leftSidebar/awards.json b/src/i18n/locales/ru/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/ru/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 050b267d9725afb15166a39066f4304f180b1df7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:34 +0530 Subject: [PATCH 273/561] New translations certifications.json (Russian) --- src/i18n/locales/ru/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ru/leftSidebar/certifications.json diff --git a/src/i18n/locales/ru/leftSidebar/certifications.json b/src/i18n/locales/ru/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/ru/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 4f1c89873916f30cdb105d9a41e5f6a724c9f1f6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:36 +0530 Subject: [PATCH 274/561] New translations education.json (Russian) --- src/i18n/locales/ru/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/ru/leftSidebar/education.json diff --git a/src/i18n/locales/ru/leftSidebar/education.json b/src/i18n/locales/ru/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/ru/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 84c17c4dde3c4f77960dc4611459733204707078 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:37 +0530 Subject: [PATCH 275/561] New translations extras.json (Russian) --- src/i18n/locales/ru/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/ru/leftSidebar/extras.json diff --git a/src/i18n/locales/ru/leftSidebar/extras.json b/src/i18n/locales/ru/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/ru/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From b200a58315f8c0a903db764c3c2cb764169ced40 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:38 +0530 Subject: [PATCH 276/561] New translations languages.json (Russian) --- src/i18n/locales/ru/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/ru/leftSidebar/languages.json diff --git a/src/i18n/locales/ru/leftSidebar/languages.json b/src/i18n/locales/ru/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/ru/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From a91a2b18aa8c65bdd1ab48865abc46afc6a56579 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:39 +0530 Subject: [PATCH 277/561] New translations objective.json (Russian) --- src/i18n/locales/ru/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/ru/leftSidebar/objective.json diff --git a/src/i18n/locales/ru/leftSidebar/objective.json b/src/i18n/locales/ru/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/ru/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From f9424b03cfce65b640cb15acd4ea185932cbcb10 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:40 +0530 Subject: [PATCH 278/561] New translations profile.json (Russian) --- src/i18n/locales/ru/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/ru/leftSidebar/profile.json diff --git a/src/i18n/locales/ru/leftSidebar/profile.json b/src/i18n/locales/ru/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/ru/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 327cf8d5be22deb47a61c7ee55a928cdca90b1dd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:41 +0530 Subject: [PATCH 279/561] New translations references.json (Russian) --- .../locales/ru/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/ru/leftSidebar/references.json diff --git a/src/i18n/locales/ru/leftSidebar/references.json b/src/i18n/locales/ru/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/ru/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 d03f9cf0a1175960a175541d6a00621d5fa8277a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:43 +0530 Subject: [PATCH 280/561] New translations skills.json (Russian) --- src/i18n/locales/ru/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/ru/leftSidebar/skills.json diff --git a/src/i18n/locales/ru/leftSidebar/skills.json b/src/i18n/locales/ru/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/ru/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From a3ca7571fa575b7f5108173ebd1110e6d251cea3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:44 +0530 Subject: [PATCH 281/561] New translations work.json (Russian) --- src/i18n/locales/ru/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ru/leftSidebar/work.json diff --git a/src/i18n/locales/ru/leftSidebar/work.json b/src/i18n/locales/ru/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/ru/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From fd27011b9dd92e29ad8b625d59d700b72d219ac9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:45 +0530 Subject: [PATCH 282/561] New translations about.json (Russian) --- src/i18n/locales/ru/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/ru/rightSidebar/about.json diff --git a/src/i18n/locales/ru/rightSidebar/about.json b/src/i18n/locales/ru/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/ru/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 213c2a4208da2c0f93d76e13ea1859a804fb0d46 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:46 +0530 Subject: [PATCH 283/561] New translations actions.json (Russian) --- src/i18n/locales/ru/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/ru/rightSidebar/actions.json diff --git a/src/i18n/locales/ru/rightSidebar/actions.json b/src/i18n/locales/ru/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/ru/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 f6d20ff6fd29b659f6593c1b1f68c6c2ec4f8ef0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:47 +0530 Subject: [PATCH 284/561] New translations colors.json (Russian) --- src/i18n/locales/ru/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ru/rightSidebar/colors.json diff --git a/src/i18n/locales/ru/rightSidebar/colors.json b/src/i18n/locales/ru/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/ru/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 2605a1b90a12ef24496bc850ff531945e9fa6f87 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:48 +0530 Subject: [PATCH 285/561] New translations templates.json (Korean) --- src/i18n/locales/ko/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/ko/rightSidebar/templates.json diff --git a/src/i18n/locales/ko/rightSidebar/templates.json b/src/i18n/locales/ko/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/ko/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 915c54381d5f58b235a281bf978fb60308bd9b3c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:49 +0530 Subject: [PATCH 286/561] New translations app.json (Romanian) --- src/i18n/locales/ro/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/ro/app/app.json diff --git a/src/i18n/locales/ro/app/app.json b/src/i18n/locales/ro/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/ro/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 6541b1ed551bc1bbed1f34fccdb337f5378e49b1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:51 +0530 Subject: [PATCH 287/561] New translations settings.json (Punjabi) --- src/i18n/locales/pa/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/pa/rightSidebar/settings.json diff --git a/src/i18n/locales/pa/rightSidebar/settings.json b/src/i18n/locales/pa/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/pa/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 9583bb1b7fbffabf33e9db594bcf9d31d355cd4c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:52 +0530 Subject: [PATCH 288/561] New translations templates.json (Polish) --- src/i18n/locales/pl/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/pl/rightSidebar/templates.json diff --git a/src/i18n/locales/pl/rightSidebar/templates.json b/src/i18n/locales/pl/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/pl/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 68781eed430d775e5bf0aaab6b944b68ad7f3d5b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:53 +0530 Subject: [PATCH 289/561] New translations fonts.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/pt/rightSidebar/fonts.json diff --git a/src/i18n/locales/pt/rightSidebar/fonts.json b/src/i18n/locales/pt/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/pt/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 39915293f6a2005cc1062dd91706ae1542770796 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:54 +0530 Subject: [PATCH 290/561] New translations app.json (Portuguese) --- src/i18n/locales/pt/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/pt/app/app.json diff --git a/src/i18n/locales/pt/app/app.json b/src/i18n/locales/pt/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/pt/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 46eb4e4f3744c8a4795ea1644669c9e160431d3c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:55 +0530 Subject: [PATCH 291/561] New translations awards.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/awards.json diff --git a/src/i18n/locales/pt/leftSidebar/awards.json b/src/i18n/locales/pt/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From abca674d46cf7796adec5f2e6de2cd5733c3e692 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:57 +0530 Subject: [PATCH 292/561] New translations certifications.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/certifications.json diff --git a/src/i18n/locales/pt/leftSidebar/certifications.json b/src/i18n/locales/pt/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 7c92deae166ccb15010441aa844c00a634b23c81 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:58 +0530 Subject: [PATCH 293/561] New translations education.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/education.json diff --git a/src/i18n/locales/pt/leftSidebar/education.json b/src/i18n/locales/pt/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 19b1c3c267edc6f570c8ce435843222277a7f559 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:56:59 +0530 Subject: [PATCH 294/561] New translations extras.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/extras.json diff --git a/src/i18n/locales/pt/leftSidebar/extras.json b/src/i18n/locales/pt/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From db45ea162f3fdb01bc1ebf2c6a96a392e7fe1eca Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:00 +0530 Subject: [PATCH 295/561] New translations languages.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/languages.json diff --git a/src/i18n/locales/pt/leftSidebar/languages.json b/src/i18n/locales/pt/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 79cb1a0115f41165617e9b92eebcd3d62b09bca8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:01 +0530 Subject: [PATCH 296/561] New translations objective.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/objective.json diff --git a/src/i18n/locales/pt/leftSidebar/objective.json b/src/i18n/locales/pt/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From d205480815bc0d728df2e6c16241c596d2a56b4b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:03 +0530 Subject: [PATCH 297/561] New translations profile.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/profile.json diff --git a/src/i18n/locales/pt/leftSidebar/profile.json b/src/i18n/locales/pt/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 6fcaf75bf3eda16e506c546ae28bbfc1bbae590e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:04 +0530 Subject: [PATCH 298/561] New translations references.json (Portuguese) --- .../locales/pt/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/references.json diff --git a/src/i18n/locales/pt/leftSidebar/references.json b/src/i18n/locales/pt/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 c14ca917f91cb0f53e95a890d566b7f5146c10c3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:05 +0530 Subject: [PATCH 299/561] New translations skills.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/skills.json diff --git a/src/i18n/locales/pt/leftSidebar/skills.json b/src/i18n/locales/pt/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 778abf116761ef166faf48659aa08689f7eb291a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:07 +0530 Subject: [PATCH 300/561] New translations work.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/work.json diff --git a/src/i18n/locales/pt/leftSidebar/work.json b/src/i18n/locales/pt/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 94897b49d00be31826b6cc53b2996648744a8235 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:08 +0530 Subject: [PATCH 301/561] New translations about.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/pt/rightSidebar/about.json diff --git a/src/i18n/locales/pt/rightSidebar/about.json b/src/i18n/locales/pt/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/pt/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 07c3354d80aeca4d5afc7df903984abed8b87878 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:09 +0530 Subject: [PATCH 302/561] New translations actions.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/pt/rightSidebar/actions.json diff --git a/src/i18n/locales/pt/rightSidebar/actions.json b/src/i18n/locales/pt/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/pt/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 e0f06438c69f1822daafe45205be983b425fa833 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:10 +0530 Subject: [PATCH 303/561] New translations colors.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/pt/rightSidebar/colors.json diff --git a/src/i18n/locales/pt/rightSidebar/colors.json b/src/i18n/locales/pt/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/pt/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 45e4ff09cd68810f470139691c57192e28cbb97c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:12 +0530 Subject: [PATCH 304/561] New translations settings.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/pt/rightSidebar/settings.json diff --git a/src/i18n/locales/pt/rightSidebar/settings.json b/src/i18n/locales/pt/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/pt/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 7d55e77007497309d367f4e0069c0ed4ffe5d390 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:13 +0530 Subject: [PATCH 305/561] New translations fonts.json (Punjabi) --- src/i18n/locales/pa/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/pa/rightSidebar/fonts.json diff --git a/src/i18n/locales/pa/rightSidebar/fonts.json b/src/i18n/locales/pa/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/pa/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 f6bb06d79061769705e4396e768f046a08c2e391 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:14 +0530 Subject: [PATCH 306/561] New translations profile.json (Punjabi) --- src/i18n/locales/pa/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/pa/leftSidebar/profile.json diff --git a/src/i18n/locales/pa/leftSidebar/profile.json b/src/i18n/locales/pa/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/pa/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 08cc93e9de1f506fce13e906f674a246272b7b6f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:15 +0530 Subject: [PATCH 307/561] New translations colors.json (Punjabi) --- src/i18n/locales/pa/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/pa/rightSidebar/colors.json diff --git a/src/i18n/locales/pa/rightSidebar/colors.json b/src/i18n/locales/pa/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/pa/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 9ceb7934e1930e348d1e9676bca68d8722d88ace Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:16 +0530 Subject: [PATCH 308/561] New translations actions.json (Punjabi) --- src/i18n/locales/pa/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/pa/rightSidebar/actions.json diff --git a/src/i18n/locales/pa/rightSidebar/actions.json b/src/i18n/locales/pa/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/pa/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 2530d0ffbc40fdb77663a9eb90ff5973d3a5774c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:18 +0530 Subject: [PATCH 309/561] New translations about.json (Punjabi) --- src/i18n/locales/pa/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/pa/rightSidebar/about.json diff --git a/src/i18n/locales/pa/rightSidebar/about.json b/src/i18n/locales/pa/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/pa/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 135422b7ea99bff544cc591412a6ca2277b3ab5a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:19 +0530 Subject: [PATCH 310/561] New translations work.json (Punjabi) --- src/i18n/locales/pa/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/pa/leftSidebar/work.json diff --git a/src/i18n/locales/pa/leftSidebar/work.json b/src/i18n/locales/pa/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/pa/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 3b5c5b9957bf663a75a67ef876541159a4c701fe Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:20 +0530 Subject: [PATCH 311/561] New translations skills.json (Punjabi) --- src/i18n/locales/pa/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/pa/leftSidebar/skills.json diff --git a/src/i18n/locales/pa/leftSidebar/skills.json b/src/i18n/locales/pa/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/pa/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From a71ed3fc8df429bd3e8b19485ca3e6039bc83fd3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:21 +0530 Subject: [PATCH 312/561] New translations references.json (Punjabi) --- .../locales/pa/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/pa/leftSidebar/references.json diff --git a/src/i18n/locales/pa/leftSidebar/references.json b/src/i18n/locales/pa/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/pa/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 ba3b9f3a0b4ed53d3c4d3ceb6b9b9b3271a4eaed Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:23 +0530 Subject: [PATCH 313/561] New translations objective.json (Punjabi) --- src/i18n/locales/pa/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/pa/leftSidebar/objective.json diff --git a/src/i18n/locales/pa/leftSidebar/objective.json b/src/i18n/locales/pa/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/pa/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From ebc0d688096616a6b983f8db13379ee286659807 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:24 +0530 Subject: [PATCH 314/561] New translations templates.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/pt/rightSidebar/templates.json diff --git a/src/i18n/locales/pt/rightSidebar/templates.json b/src/i18n/locales/pt/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/pt/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 918659846bd3458547d6d0e8f6e16c389168ca75 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:25 +0530 Subject: [PATCH 315/561] New translations languages.json (Punjabi) --- src/i18n/locales/pa/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/pa/leftSidebar/languages.json diff --git a/src/i18n/locales/pa/leftSidebar/languages.json b/src/i18n/locales/pa/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/pa/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From c25f103b7d78b42db4b4bf97aa4712f2d682fb31 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:26 +0530 Subject: [PATCH 316/561] New translations extras.json (Punjabi) --- src/i18n/locales/pa/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/pa/leftSidebar/extras.json diff --git a/src/i18n/locales/pa/leftSidebar/extras.json b/src/i18n/locales/pa/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/pa/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 8603de8678d98e0f7446d7137174dc3412af5a68 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:27 +0530 Subject: [PATCH 317/561] New translations education.json (Punjabi) --- src/i18n/locales/pa/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/pa/leftSidebar/education.json diff --git a/src/i18n/locales/pa/leftSidebar/education.json b/src/i18n/locales/pa/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/pa/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 96bc943ed40ed58b35aba4fd4c72230aaafc5e56 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:28 +0530 Subject: [PATCH 318/561] New translations certifications.json (Punjabi) --- src/i18n/locales/pa/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/pa/leftSidebar/certifications.json diff --git a/src/i18n/locales/pa/leftSidebar/certifications.json b/src/i18n/locales/pa/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/pa/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 440d9e4b693eece01c7ed800067762b1fad0376e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:30 +0530 Subject: [PATCH 319/561] New translations awards.json (Punjabi) --- src/i18n/locales/pa/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/pa/leftSidebar/awards.json diff --git a/src/i18n/locales/pa/leftSidebar/awards.json b/src/i18n/locales/pa/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/pa/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From cc37d8b7770406a4ca93bb93e5206f7955e6c067 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:31 +0530 Subject: [PATCH 320/561] New translations app.json (Punjabi) --- src/i18n/locales/pa/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/pa/app/app.json diff --git a/src/i18n/locales/pa/app/app.json b/src/i18n/locales/pa/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/pa/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 893c4d1b5eb80856493786fdc6eef1b50c6c8850 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:32 +0530 Subject: [PATCH 321/561] New translations app.json (Malayalam) --- src/i18n/locales/ml/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/ml/app/app.json diff --git a/src/i18n/locales/ml/app/app.json b/src/i18n/locales/ml/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/ml/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From c354364b3f346adb667b86b7d935b5c6f0f40d22 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:33 +0530 Subject: [PATCH 322/561] New translations app.json (Japanese) --- src/i18n/locales/ja/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/ja/app/app.json diff --git a/src/i18n/locales/ja/app/app.json b/src/i18n/locales/ja/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/ja/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 68f0b5742c31264fc9c5ad047251a3cc5c5820aa Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:34 +0530 Subject: [PATCH 323/561] New translations settings.json (Korean) --- src/i18n/locales/ko/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ko/rightSidebar/settings.json diff --git a/src/i18n/locales/ko/rightSidebar/settings.json b/src/i18n/locales/ko/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/ko/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 331e39210305f9e8a47ec8ca66a92921c5d50c83 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:35 +0530 Subject: [PATCH 324/561] New translations fonts.json (Hindi) --- src/i18n/locales/hi/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/hi/rightSidebar/fonts.json diff --git a/src/i18n/locales/hi/rightSidebar/fonts.json b/src/i18n/locales/hi/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/hi/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 b6ec381b2896e5bae1d4b751064b16e5720607dd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:37 +0530 Subject: [PATCH 325/561] New translations app.json (Hindi) --- src/i18n/locales/hi/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/hi/app/app.json diff --git a/src/i18n/locales/hi/app/app.json b/src/i18n/locales/hi/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/hi/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 22dc78fa21a8eabdf7f3ce28a669c1e4d17b755b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:38 +0530 Subject: [PATCH 326/561] New translations awards.json (Hindi) --- src/i18n/locales/hi/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/hi/leftSidebar/awards.json diff --git a/src/i18n/locales/hi/leftSidebar/awards.json b/src/i18n/locales/hi/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/hi/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From f1e835715effbf0a07c6b016ad921bb8c538b235 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:39 +0530 Subject: [PATCH 327/561] New translations certifications.json (Hindi) --- src/i18n/locales/hi/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/hi/leftSidebar/certifications.json diff --git a/src/i18n/locales/hi/leftSidebar/certifications.json b/src/i18n/locales/hi/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/hi/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 0619e58ecb35f2bbcbaa03e6ec5657864a661f71 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:40 +0530 Subject: [PATCH 328/561] New translations education.json (Hindi) --- src/i18n/locales/hi/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/hi/leftSidebar/education.json diff --git a/src/i18n/locales/hi/leftSidebar/education.json b/src/i18n/locales/hi/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/hi/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 2a84c00cb8533339c565398b1c528a9dc7c1fb15 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:42 +0530 Subject: [PATCH 329/561] New translations extras.json (Hindi) --- src/i18n/locales/hi/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/hi/leftSidebar/extras.json diff --git a/src/i18n/locales/hi/leftSidebar/extras.json b/src/i18n/locales/hi/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/hi/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From b4f476407dcf862134c3a942907d949baada3fe8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:43 +0530 Subject: [PATCH 330/561] New translations languages.json (Hindi) --- src/i18n/locales/hi/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/hi/leftSidebar/languages.json diff --git a/src/i18n/locales/hi/leftSidebar/languages.json b/src/i18n/locales/hi/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/hi/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From e650bf6d17a78b098d58038a8391e89168a140c8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:44 +0530 Subject: [PATCH 331/561] New translations objective.json (Hindi) --- src/i18n/locales/hi/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/hi/leftSidebar/objective.json diff --git a/src/i18n/locales/hi/leftSidebar/objective.json b/src/i18n/locales/hi/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/hi/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 4564eadfdf123f91a898b037749aa829c4cf6990 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:46 +0530 Subject: [PATCH 332/561] New translations profile.json (Hindi) --- src/i18n/locales/hi/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/hi/leftSidebar/profile.json diff --git a/src/i18n/locales/hi/leftSidebar/profile.json b/src/i18n/locales/hi/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/hi/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 6ea7c6f9ab458318a810eb0a3bccbe50d2838ca8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:47 +0530 Subject: [PATCH 333/561] New translations references.json (Hindi) --- .../locales/hi/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/hi/leftSidebar/references.json diff --git a/src/i18n/locales/hi/leftSidebar/references.json b/src/i18n/locales/hi/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/hi/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 2212de1e828c3cfc1c2ec0451204a90f4e3c80f4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:48 +0530 Subject: [PATCH 334/561] New translations skills.json (Hindi) --- src/i18n/locales/hi/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/hi/leftSidebar/skills.json diff --git a/src/i18n/locales/hi/leftSidebar/skills.json b/src/i18n/locales/hi/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/hi/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 358206087b0fd5123e7360387b84101296928f56 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:49 +0530 Subject: [PATCH 335/561] New translations work.json (Hindi) --- src/i18n/locales/hi/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/hi/leftSidebar/work.json diff --git a/src/i18n/locales/hi/leftSidebar/work.json b/src/i18n/locales/hi/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/hi/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From f7e24d800c8ae4f305e3c76f21453b5bdbe7ba1f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:50 +0530 Subject: [PATCH 336/561] New translations about.json (Hindi) --- src/i18n/locales/hi/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/hi/rightSidebar/about.json diff --git a/src/i18n/locales/hi/rightSidebar/about.json b/src/i18n/locales/hi/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/hi/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 63aaaa33fd278c8d804861840b11ab3b2ac8ba2c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:52 +0530 Subject: [PATCH 337/561] New translations actions.json (Hindi) --- src/i18n/locales/hi/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/hi/rightSidebar/actions.json diff --git a/src/i18n/locales/hi/rightSidebar/actions.json b/src/i18n/locales/hi/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/hi/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 ecead74bb0303ba20936946cb48eccd3256488c5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:53 +0530 Subject: [PATCH 338/561] New translations colors.json (Hindi) --- src/i18n/locales/hi/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/hi/rightSidebar/colors.json diff --git a/src/i18n/locales/hi/rightSidebar/colors.json b/src/i18n/locales/hi/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/hi/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From f1e1500c4f7349836a28bbf2e2c81a3b3bf42bbe Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:54 +0530 Subject: [PATCH 339/561] New translations settings.json (Hindi) --- src/i18n/locales/hi/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/hi/rightSidebar/settings.json diff --git a/src/i18n/locales/hi/rightSidebar/settings.json b/src/i18n/locales/hi/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/hi/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 the <1>Translation Documentation." + } +} \ No newline at end of file From e363979b6bc2245b5eb9e030a5447db7160da137 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:55 +0530 Subject: [PATCH 340/561] New translations settings.json (Hebrew) --- src/i18n/locales/he/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/he/rightSidebar/settings.json diff --git a/src/i18n/locales/he/rightSidebar/settings.json b/src/i18n/locales/he/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/he/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 0145af0ca0ed2f14988ceb436236f2ab65855702 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:56 +0530 Subject: [PATCH 341/561] New translations templates.json (Hindi) --- src/i18n/locales/hi/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/hi/rightSidebar/templates.json diff --git a/src/i18n/locales/hi/rightSidebar/templates.json b/src/i18n/locales/hi/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/hi/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From a984d52e8661df08fa24f9dfec281b3fba1848d4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:58 +0530 Subject: [PATCH 342/561] New translations app.json (Hungarian) --- src/i18n/locales/hu/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/hu/app/app.json diff --git a/src/i18n/locales/hu/app/app.json b/src/i18n/locales/hu/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/hu/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 2ad5f15f1ba346caf69b5799ecd0ac995a6665db Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:59 +0530 Subject: [PATCH 343/561] New translations awards.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/hu/leftSidebar/awards.json diff --git a/src/i18n/locales/hu/leftSidebar/awards.json b/src/i18n/locales/hu/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/hu/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From f351a918730cfe1ba45fce2e29f261230f955dbd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:00 +0530 Subject: [PATCH 344/561] New translations certifications.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/hu/leftSidebar/certifications.json diff --git a/src/i18n/locales/hu/leftSidebar/certifications.json b/src/i18n/locales/hu/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/hu/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From b6d4bbbb38560febf898f0f3a471441442b7da2d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:01 +0530 Subject: [PATCH 345/561] New translations education.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/hu/leftSidebar/education.json diff --git a/src/i18n/locales/hu/leftSidebar/education.json b/src/i18n/locales/hu/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/hu/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From c26e825e5bac61de056ab031553d11964235035f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:02 +0530 Subject: [PATCH 346/561] New translations extras.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/hu/leftSidebar/extras.json diff --git a/src/i18n/locales/hu/leftSidebar/extras.json b/src/i18n/locales/hu/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/hu/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 8328d28aa9f436d8cd9c1dc6a17f356933107679 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:04 +0530 Subject: [PATCH 347/561] New translations languages.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/hu/leftSidebar/languages.json diff --git a/src/i18n/locales/hu/leftSidebar/languages.json b/src/i18n/locales/hu/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/hu/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From c13cd5a3b45133515bee187dc250ffa3154a31dd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:05 +0530 Subject: [PATCH 348/561] New translations objective.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/hu/leftSidebar/objective.json diff --git a/src/i18n/locales/hu/leftSidebar/objective.json b/src/i18n/locales/hu/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/hu/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From a25fba595d5b07a1da35f56bc497e26cf2785cc4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:06 +0530 Subject: [PATCH 349/561] New translations profile.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/hu/leftSidebar/profile.json diff --git a/src/i18n/locales/hu/leftSidebar/profile.json b/src/i18n/locales/hu/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/hu/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From dffbd61933e8b912771568c8762a429ef2493029 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:07 +0530 Subject: [PATCH 350/561] New translations references.json (Hungarian) --- .../locales/hu/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/hu/leftSidebar/references.json diff --git a/src/i18n/locales/hu/leftSidebar/references.json b/src/i18n/locales/hu/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/hu/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 ffc8cc15296c76911775a6adaa7c722647e20758 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:08 +0530 Subject: [PATCH 351/561] New translations skills.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/hu/leftSidebar/skills.json diff --git a/src/i18n/locales/hu/leftSidebar/skills.json b/src/i18n/locales/hu/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/hu/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 9619ae7223468cb4f0fb1b7a86452b9f51915ba1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:10 +0530 Subject: [PATCH 352/561] New translations work.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/hu/leftSidebar/work.json diff --git a/src/i18n/locales/hu/leftSidebar/work.json b/src/i18n/locales/hu/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/hu/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 961156a43c5a72bd447a27433c44d9b3dd648bcc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:11 +0530 Subject: [PATCH 353/561] New translations about.json (Hungarian) --- src/i18n/locales/hu/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/hu/rightSidebar/about.json diff --git a/src/i18n/locales/hu/rightSidebar/about.json b/src/i18n/locales/hu/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/hu/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 6bfb0a79a72127fa7d561ab72a1052e1d561429b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:12 +0530 Subject: [PATCH 354/561] New translations actions.json (Hungarian) --- src/i18n/locales/hu/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/hu/rightSidebar/actions.json diff --git a/src/i18n/locales/hu/rightSidebar/actions.json b/src/i18n/locales/hu/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/hu/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 b8346f1cacc67ce7c3ddde454ee8a460ecf7d766 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:13 +0530 Subject: [PATCH 355/561] New translations templates.json (Hebrew) --- src/i18n/locales/he/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/he/rightSidebar/templates.json diff --git a/src/i18n/locales/he/rightSidebar/templates.json b/src/i18n/locales/he/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/he/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 22e855d1b83d64a5f8619f671846648687be85f6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:15 +0530 Subject: [PATCH 356/561] New translations fonts.json (Hebrew) --- src/i18n/locales/he/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/he/rightSidebar/fonts.json diff --git a/src/i18n/locales/he/rightSidebar/fonts.json b/src/i18n/locales/he/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/he/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 6eda282dce7290e4931983116a610c3ebc0c228a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:16 +0530 Subject: [PATCH 357/561] New translations fonts.json (Hungarian) --- src/i18n/locales/hu/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/hu/rightSidebar/fonts.json diff --git a/src/i18n/locales/hu/rightSidebar/fonts.json b/src/i18n/locales/hu/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/hu/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 477ac70ae9f252dbabc3b6896cdf529b3d611ea2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:17 +0530 Subject: [PATCH 358/561] New translations fonts.json (Korean) --- src/i18n/locales/ko/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ko/rightSidebar/fonts.json diff --git a/src/i18n/locales/ko/rightSidebar/fonts.json b/src/i18n/locales/ko/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/ko/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 36d385a6e2af0f7e3525504d70332d48bd085217 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:18 +0530 Subject: [PATCH 359/561] New translations app.json (Greek) --- src/i18n/locales/el/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/el/app/app.json diff --git a/src/i18n/locales/el/app/app.json b/src/i18n/locales/el/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/el/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 83d908f9ad588c6212909486b68f79e70438b3a1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:19 +0530 Subject: [PATCH 360/561] New translations awards.json (Greek) --- src/i18n/locales/el/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/awards.json diff --git a/src/i18n/locales/el/leftSidebar/awards.json b/src/i18n/locales/el/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/el/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 5b493c262c854536e9fdce54471536c4184e80f9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:20 +0530 Subject: [PATCH 361/561] New translations certifications.json (Greek) --- src/i18n/locales/el/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/certifications.json diff --git a/src/i18n/locales/el/leftSidebar/certifications.json b/src/i18n/locales/el/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/el/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From aa9a44f425d376608cec7fe0c548314e72317433 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:22 +0530 Subject: [PATCH 362/561] New translations education.json (Greek) --- src/i18n/locales/el/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/education.json diff --git a/src/i18n/locales/el/leftSidebar/education.json b/src/i18n/locales/el/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/el/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From fd648b326d561c4c425acfbceeef8c7f7ea4b30e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:23 +0530 Subject: [PATCH 363/561] New translations extras.json (Greek) --- src/i18n/locales/el/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/extras.json diff --git a/src/i18n/locales/el/leftSidebar/extras.json b/src/i18n/locales/el/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/el/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 08557ff795615c6281bccb79237e94f1baae5e3e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:24 +0530 Subject: [PATCH 364/561] New translations languages.json (Greek) --- src/i18n/locales/el/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/languages.json diff --git a/src/i18n/locales/el/leftSidebar/languages.json b/src/i18n/locales/el/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/el/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From a3a8579c71a2aa75c7d12eee64e05e443c8688db Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:25 +0530 Subject: [PATCH 365/561] New translations objective.json (Greek) --- src/i18n/locales/el/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/objective.json diff --git a/src/i18n/locales/el/leftSidebar/objective.json b/src/i18n/locales/el/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/el/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 652d26103ee0bcd780d83cf74c0a401c7c2a919d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:26 +0530 Subject: [PATCH 366/561] New translations profile.json (Greek) --- src/i18n/locales/el/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/profile.json diff --git a/src/i18n/locales/el/leftSidebar/profile.json b/src/i18n/locales/el/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/el/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 103cf028cb2546a67b3ab7d0bb1791cf41573b1f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:27 +0530 Subject: [PATCH 367/561] New translations references.json (Greek) --- .../locales/el/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/references.json diff --git a/src/i18n/locales/el/leftSidebar/references.json b/src/i18n/locales/el/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/el/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 69d3dadf93107b1ecc1c47ee5f85ef019c73967d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:29 +0530 Subject: [PATCH 368/561] New translations skills.json (Greek) --- src/i18n/locales/el/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/skills.json diff --git a/src/i18n/locales/el/leftSidebar/skills.json b/src/i18n/locales/el/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/el/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 228ed9d503a06e10354858ccda6ba4ff82882347 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:30 +0530 Subject: [PATCH 369/561] New translations work.json (Greek) --- src/i18n/locales/el/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/work.json diff --git a/src/i18n/locales/el/leftSidebar/work.json b/src/i18n/locales/el/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/el/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From e15f79911818242a16696f57caa3fcb5493205e4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:31 +0530 Subject: [PATCH 370/561] New translations about.json (Greek) --- src/i18n/locales/el/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/el/rightSidebar/about.json diff --git a/src/i18n/locales/el/rightSidebar/about.json b/src/i18n/locales/el/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/el/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 42483e0d02e0c8f68087ae433fb5a29f7ddb053c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:32 +0530 Subject: [PATCH 371/561] New translations actions.json (Greek) --- src/i18n/locales/el/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/el/rightSidebar/actions.json diff --git a/src/i18n/locales/el/rightSidebar/actions.json b/src/i18n/locales/el/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/el/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 07c39fa327a6f25742a6cf3b34bd3fd490867ee1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:34 +0530 Subject: [PATCH 372/561] New translations colors.json (Greek) --- src/i18n/locales/el/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/el/rightSidebar/colors.json diff --git a/src/i18n/locales/el/rightSidebar/colors.json b/src/i18n/locales/el/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/el/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From cab82636c5f334c6965089925bb573cd87a053ae Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:35 +0530 Subject: [PATCH 373/561] New translations settings.json (Greek) --- src/i18n/locales/el/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/el/rightSidebar/settings.json diff --git a/src/i18n/locales/el/rightSidebar/settings.json b/src/i18n/locales/el/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/el/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 the <1>Translation Documentation." + } +} \ No newline at end of file From d669fd3dd18f2b3ca50e714d6504cb60e092e7c7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:37 +0530 Subject: [PATCH 374/561] New translations colors.json (Hebrew) --- src/i18n/locales/he/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/he/rightSidebar/colors.json diff --git a/src/i18n/locales/he/rightSidebar/colors.json b/src/i18n/locales/he/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/he/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From dc4f78077158f04dfabdff21a48867f18f8de801 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:38 +0530 Subject: [PATCH 375/561] New translations templates.json (Greek) --- src/i18n/locales/el/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/el/rightSidebar/templates.json diff --git a/src/i18n/locales/el/rightSidebar/templates.json b/src/i18n/locales/el/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/el/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 5c4b792688aab10e13354ae521934f43c47fc098 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:39 +0530 Subject: [PATCH 376/561] New translations app.json (Hebrew) --- src/i18n/locales/he/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/he/app/app.json diff --git a/src/i18n/locales/he/app/app.json b/src/i18n/locales/he/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/he/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From cfb3aa11100e328c3a8ab20ac0315c3a334c0887 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:40 +0530 Subject: [PATCH 377/561] New translations awards.json (Hebrew) --- src/i18n/locales/he/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/awards.json diff --git a/src/i18n/locales/he/leftSidebar/awards.json b/src/i18n/locales/he/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From c7fb89bfc51a52b28f02c384799f0b4f3ac5dc03 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:41 +0530 Subject: [PATCH 378/561] New translations certifications.json (Hebrew) --- src/i18n/locales/he/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/certifications.json diff --git a/src/i18n/locales/he/leftSidebar/certifications.json b/src/i18n/locales/he/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 0aabb07bd2c5fbfa23ebf98b7825204811b62ba8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:43 +0530 Subject: [PATCH 379/561] New translations education.json (Hebrew) --- src/i18n/locales/he/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/education.json diff --git a/src/i18n/locales/he/leftSidebar/education.json b/src/i18n/locales/he/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 8683617d3a686acf9545219d4eba544043aa2e7e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:44 +0530 Subject: [PATCH 380/561] New translations extras.json (Hebrew) --- src/i18n/locales/he/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/extras.json diff --git a/src/i18n/locales/he/leftSidebar/extras.json b/src/i18n/locales/he/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From d06b5ae00155b3af68adaeec17662c24bd58071e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:45 +0530 Subject: [PATCH 381/561] New translations languages.json (Hebrew) --- src/i18n/locales/he/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/languages.json diff --git a/src/i18n/locales/he/leftSidebar/languages.json b/src/i18n/locales/he/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 0645439b6769a18c31070da2abc111c02ac7e798 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:46 +0530 Subject: [PATCH 382/561] New translations objective.json (Hebrew) --- src/i18n/locales/he/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/objective.json diff --git a/src/i18n/locales/he/leftSidebar/objective.json b/src/i18n/locales/he/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 43228356839fba911e2062f3c09f4f4729c3bb0b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:47 +0530 Subject: [PATCH 383/561] New translations profile.json (Hebrew) --- src/i18n/locales/he/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/profile.json diff --git a/src/i18n/locales/he/leftSidebar/profile.json b/src/i18n/locales/he/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 1afe1893f90d3a5b48d328caff3bbb840da62311 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:49 +0530 Subject: [PATCH 384/561] New translations references.json (Hebrew) --- .../locales/he/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/references.json diff --git a/src/i18n/locales/he/leftSidebar/references.json b/src/i18n/locales/he/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 24575721aaa4dcdb3df5d3bedf052a33eb2fa9f8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:50 +0530 Subject: [PATCH 385/561] New translations skills.json (Hebrew) --- src/i18n/locales/he/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/skills.json diff --git a/src/i18n/locales/he/leftSidebar/skills.json b/src/i18n/locales/he/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From c18075f67d57c8df5c01b0fb95e233bd72c55e38 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:51 +0530 Subject: [PATCH 386/561] New translations work.json (Hebrew) --- src/i18n/locales/he/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/work.json diff --git a/src/i18n/locales/he/leftSidebar/work.json b/src/i18n/locales/he/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From c22d18321ab5bfe9fa5c64dc1d8c9b76c1bc85ce Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:53 +0530 Subject: [PATCH 387/561] New translations about.json (Hebrew) --- src/i18n/locales/he/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/he/rightSidebar/about.json diff --git a/src/i18n/locales/he/rightSidebar/about.json b/src/i18n/locales/he/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/he/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 5fe3dd9cc243db0b7dd790fc966d45f8f7070705 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:54 +0530 Subject: [PATCH 388/561] New translations actions.json (Hebrew) --- src/i18n/locales/he/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/he/rightSidebar/actions.json diff --git a/src/i18n/locales/he/rightSidebar/actions.json b/src/i18n/locales/he/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/he/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 ac91f8ff37575306d9c99c766e2e16bbb3a529c7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:55 +0530 Subject: [PATCH 389/561] New translations colors.json (Hungarian) --- src/i18n/locales/hu/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/hu/rightSidebar/colors.json diff --git a/src/i18n/locales/hu/rightSidebar/colors.json b/src/i18n/locales/hu/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/hu/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From a6e72c5447d423218dda7dae480d577380afff42 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:56 +0530 Subject: [PATCH 390/561] New translations fonts.json (Greek) --- src/i18n/locales/el/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/el/rightSidebar/fonts.json diff --git a/src/i18n/locales/el/rightSidebar/fonts.json b/src/i18n/locales/el/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/el/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 8e2209f85040721cde4a802ae857d93f33b98cc9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:57 +0530 Subject: [PATCH 391/561] New translations settings.json (Hungarian) --- src/i18n/locales/hu/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/hu/rightSidebar/settings.json diff --git a/src/i18n/locales/hu/rightSidebar/settings.json b/src/i18n/locales/hu/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/hu/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 9faea48701b460691c6a07ce08de29b2377314da Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:58 +0530 Subject: [PATCH 392/561] New translations settings.json (Kannada) --- src/i18n/locales/kn/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/kn/rightSidebar/settings.json diff --git a/src/i18n/locales/kn/rightSidebar/settings.json b/src/i18n/locales/kn/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/kn/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 3d4a425583a1209a0c161676295cfe4fdf38213b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:00 +0530 Subject: [PATCH 393/561] New translations awards.json (Kannada) --- src/i18n/locales/kn/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/kn/leftSidebar/awards.json diff --git a/src/i18n/locales/kn/leftSidebar/awards.json b/src/i18n/locales/kn/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/kn/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 9349008da10a15fa8acd8a0339c4169e3025ad10 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:01 +0530 Subject: [PATCH 394/561] New translations certifications.json (Kannada) --- src/i18n/locales/kn/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/kn/leftSidebar/certifications.json diff --git a/src/i18n/locales/kn/leftSidebar/certifications.json b/src/i18n/locales/kn/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/kn/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 9c96da8f3416551eb4531203d830a689f1d74529 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:02 +0530 Subject: [PATCH 395/561] New translations education.json (Kannada) --- src/i18n/locales/kn/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/kn/leftSidebar/education.json diff --git a/src/i18n/locales/kn/leftSidebar/education.json b/src/i18n/locales/kn/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/kn/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 61b2d3aeb40d4bad69800cfead183eb9432a40e6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:03 +0530 Subject: [PATCH 396/561] New translations extras.json (Kannada) --- src/i18n/locales/kn/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/kn/leftSidebar/extras.json diff --git a/src/i18n/locales/kn/leftSidebar/extras.json b/src/i18n/locales/kn/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/kn/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From c8fcdad0502adc142cc28d1d2ae7872d9f645614 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:05 +0530 Subject: [PATCH 397/561] New translations languages.json (Kannada) --- src/i18n/locales/kn/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/kn/leftSidebar/languages.json diff --git a/src/i18n/locales/kn/leftSidebar/languages.json b/src/i18n/locales/kn/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/kn/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 0aa23df40ca453e8ee7206121dacc618c70696b5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:06 +0530 Subject: [PATCH 398/561] New translations objective.json (Kannada) --- src/i18n/locales/kn/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/kn/leftSidebar/objective.json diff --git a/src/i18n/locales/kn/leftSidebar/objective.json b/src/i18n/locales/kn/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/kn/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 9e7dccf5f1208431aae39597129fd2906c7cc260 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:07 +0530 Subject: [PATCH 399/561] New translations profile.json (Kannada) --- src/i18n/locales/kn/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/kn/leftSidebar/profile.json diff --git a/src/i18n/locales/kn/leftSidebar/profile.json b/src/i18n/locales/kn/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/kn/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 05c711298d28b57b8399ef69d8285d5849e574f4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:08 +0530 Subject: [PATCH 400/561] New translations references.json (Kannada) --- .../locales/kn/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/kn/leftSidebar/references.json diff --git a/src/i18n/locales/kn/leftSidebar/references.json b/src/i18n/locales/kn/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/kn/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 c962097730e1d83449e46532ff0f075ac8546c80 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:09 +0530 Subject: [PATCH 401/561] New translations skills.json (Kannada) --- src/i18n/locales/kn/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/kn/leftSidebar/skills.json diff --git a/src/i18n/locales/kn/leftSidebar/skills.json b/src/i18n/locales/kn/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/kn/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 0bbee3d9a7305404de8303241ad5cc4c1e4686fa Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:11 +0530 Subject: [PATCH 402/561] New translations work.json (Kannada) --- src/i18n/locales/kn/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/kn/leftSidebar/work.json diff --git a/src/i18n/locales/kn/leftSidebar/work.json b/src/i18n/locales/kn/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/kn/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From ef99d092b383a8d640345cda78e9e8537253c7bc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:12 +0530 Subject: [PATCH 403/561] New translations about.json (Kannada) --- src/i18n/locales/kn/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/kn/rightSidebar/about.json diff --git a/src/i18n/locales/kn/rightSidebar/about.json b/src/i18n/locales/kn/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/kn/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From d6284bf7f9ce96c73193e7e17f31d23e6b829bac Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:13 +0530 Subject: [PATCH 404/561] New translations actions.json (Kannada) --- src/i18n/locales/kn/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/kn/rightSidebar/actions.json diff --git a/src/i18n/locales/kn/rightSidebar/actions.json b/src/i18n/locales/kn/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/kn/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 e0e9be0c1acb80a6201611a367d0f638d62693d4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:14 +0530 Subject: [PATCH 405/561] New translations colors.json (Kannada) --- src/i18n/locales/kn/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/kn/rightSidebar/colors.json diff --git a/src/i18n/locales/kn/rightSidebar/colors.json b/src/i18n/locales/kn/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/kn/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 49e8ceb324fad6558d1367636eafa411b656365b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:16 +0530 Subject: [PATCH 406/561] New translations fonts.json (Kannada) --- src/i18n/locales/kn/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/kn/rightSidebar/fonts.json diff --git a/src/i18n/locales/kn/rightSidebar/fonts.json b/src/i18n/locales/kn/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/kn/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 12f38a3139ecbb652f093f63e3527154433364ad Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:17 +0530 Subject: [PATCH 407/561] New translations templates.json (Kannada) --- src/i18n/locales/kn/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/kn/rightSidebar/templates.json diff --git a/src/i18n/locales/kn/rightSidebar/templates.json b/src/i18n/locales/kn/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/kn/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 36e59dcbfedae7d6af61fbe31cf56f39a4627035 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:18 +0530 Subject: [PATCH 408/561] New translations templates.json (Japanese) --- src/i18n/locales/ja/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/ja/rightSidebar/templates.json diff --git a/src/i18n/locales/ja/rightSidebar/templates.json b/src/i18n/locales/ja/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/ja/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 19fb7197aa8af98a8bd7ca3af1607457ab13609c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:19 +0530 Subject: [PATCH 409/561] New translations app.json (Korean) --- src/i18n/locales/ko/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/ko/app/app.json diff --git a/src/i18n/locales/ko/app/app.json b/src/i18n/locales/ko/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/ko/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 60c26a3dafb91a8634f6cd249c8b4d0e4781bbb1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:20 +0530 Subject: [PATCH 410/561] New translations awards.json (Korean) --- src/i18n/locales/ko/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ko/leftSidebar/awards.json diff --git a/src/i18n/locales/ko/leftSidebar/awards.json b/src/i18n/locales/ko/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/ko/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From a53919b8ec6cd9247131d02d25232a4c87532ccc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:22 +0530 Subject: [PATCH 411/561] New translations certifications.json (Korean) --- src/i18n/locales/ko/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ko/leftSidebar/certifications.json diff --git a/src/i18n/locales/ko/leftSidebar/certifications.json b/src/i18n/locales/ko/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/ko/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From dba9d8d438a64f8f58fe8da6fa6ec84695d09d87 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:23 +0530 Subject: [PATCH 412/561] New translations education.json (Korean) --- src/i18n/locales/ko/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/ko/leftSidebar/education.json diff --git a/src/i18n/locales/ko/leftSidebar/education.json b/src/i18n/locales/ko/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/ko/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From bb9ec15f91bf59aa0835bf725850b89fb5669c81 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:24 +0530 Subject: [PATCH 413/561] New translations extras.json (Korean) --- src/i18n/locales/ko/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/ko/leftSidebar/extras.json diff --git a/src/i18n/locales/ko/leftSidebar/extras.json b/src/i18n/locales/ko/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/ko/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 4c39f473cb4f5dd509a3dfbdd2270f4b0cff178b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:25 +0530 Subject: [PATCH 414/561] New translations languages.json (Korean) --- src/i18n/locales/ko/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/ko/leftSidebar/languages.json diff --git a/src/i18n/locales/ko/leftSidebar/languages.json b/src/i18n/locales/ko/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/ko/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 03ebc3f13d965aa31ef0d3d2edcdb8ac39453b1f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:27 +0530 Subject: [PATCH 415/561] New translations profile.json (Korean) --- src/i18n/locales/ko/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/ko/leftSidebar/profile.json diff --git a/src/i18n/locales/ko/leftSidebar/profile.json b/src/i18n/locales/ko/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/ko/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From e53da99f180e97a257edd2916c69cb3069dc2d98 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:28 +0530 Subject: [PATCH 416/561] New translations references.json (Korean) --- .../locales/ko/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/ko/leftSidebar/references.json diff --git a/src/i18n/locales/ko/leftSidebar/references.json b/src/i18n/locales/ko/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/ko/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 b26230783d3e80b1d4340c9a22f9174fcb2870a9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:29 +0530 Subject: [PATCH 417/561] New translations skills.json (Korean) --- src/i18n/locales/ko/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/ko/leftSidebar/skills.json diff --git a/src/i18n/locales/ko/leftSidebar/skills.json b/src/i18n/locales/ko/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/ko/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 9a9b1a4c4972c43f634f15b4fb641d3820b5cb00 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:30 +0530 Subject: [PATCH 418/561] New translations work.json (Korean) --- src/i18n/locales/ko/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ko/leftSidebar/work.json diff --git a/src/i18n/locales/ko/leftSidebar/work.json b/src/i18n/locales/ko/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/ko/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From abb736bf57d454629c4f0ca5179f4becab25db5c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:31 +0530 Subject: [PATCH 419/561] New translations about.json (Korean) --- src/i18n/locales/ko/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/ko/rightSidebar/about.json diff --git a/src/i18n/locales/ko/rightSidebar/about.json b/src/i18n/locales/ko/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/ko/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 268e4d14e39b43a4ddc380a5a107f1b1ea2e5006 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:33 +0530 Subject: [PATCH 420/561] New translations actions.json (Korean) --- src/i18n/locales/ko/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/ko/rightSidebar/actions.json diff --git a/src/i18n/locales/ko/rightSidebar/actions.json b/src/i18n/locales/ko/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/ko/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 4a1a36af3fb3c99dd01c59d4d252c80364434ca1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:34 +0530 Subject: [PATCH 421/561] New translations colors.json (Korean) --- src/i18n/locales/ko/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ko/rightSidebar/colors.json diff --git a/src/i18n/locales/ko/rightSidebar/colors.json b/src/i18n/locales/ko/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/ko/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 6e009c68a7b4570e88dda3f12213bd83e159cec4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:35 +0530 Subject: [PATCH 422/561] New translations templates.json (Hungarian) --- src/i18n/locales/hu/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/hu/rightSidebar/templates.json diff --git a/src/i18n/locales/hu/rightSidebar/templates.json b/src/i18n/locales/hu/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/hu/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 7893a0514f88120d040d446ba4a91815b277c4cf Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:36 +0530 Subject: [PATCH 423/561] New translations app.json (Kannada) --- src/i18n/locales/kn/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/kn/app/app.json diff --git a/src/i18n/locales/kn/app/app.json b/src/i18n/locales/kn/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/kn/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 32d382f0bfe7a43edec5d5c3052a1cabb9147b24 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:37 +0530 Subject: [PATCH 424/561] New translations objective.json (Korean) --- src/i18n/locales/ko/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/ko/leftSidebar/objective.json diff --git a/src/i18n/locales/ko/leftSidebar/objective.json b/src/i18n/locales/ko/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/ko/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 735418fe00a6e404ed191fbc820228ea00382290 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:38 +0530 Subject: [PATCH 425/561] New translations settings.json (Japanese) --- src/i18n/locales/ja/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ja/rightSidebar/settings.json diff --git a/src/i18n/locales/ja/rightSidebar/settings.json b/src/i18n/locales/ja/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/ja/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 716d77cf3a50add3c9d3185f6dc86cd7ab878be6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:39 +0530 Subject: [PATCH 426/561] New translations fonts.json (Italian) --- src/i18n/locales/it/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/it/rightSidebar/fonts.json diff --git a/src/i18n/locales/it/rightSidebar/fonts.json b/src/i18n/locales/it/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/it/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 75a0fa25703b1f9ef83da5e6d7ced66583b2af5d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:40 +0530 Subject: [PATCH 427/561] New translations app.json (Italian) --- src/i18n/locales/it/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/it/app/app.json diff --git a/src/i18n/locales/it/app/app.json b/src/i18n/locales/it/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/it/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 37b882652922269c90d4a622d86a63b740d81523 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:42 +0530 Subject: [PATCH 428/561] New translations fonts.json (Japanese) --- src/i18n/locales/ja/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ja/rightSidebar/fonts.json diff --git a/src/i18n/locales/ja/rightSidebar/fonts.json b/src/i18n/locales/ja/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/ja/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 fcc3fb4c3e34ae568aec659e2380f1bed2962627 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:43 +0530 Subject: [PATCH 429/561] New translations awards.json (Italian) --- src/i18n/locales/it/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/it/leftSidebar/awards.json diff --git a/src/i18n/locales/it/leftSidebar/awards.json b/src/i18n/locales/it/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/it/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 18672cf265e7faf003ea7b7523fd13270eacb1ce Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:44 +0530 Subject: [PATCH 430/561] New translations certifications.json (Italian) --- src/i18n/locales/it/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/it/leftSidebar/certifications.json diff --git a/src/i18n/locales/it/leftSidebar/certifications.json b/src/i18n/locales/it/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/it/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From bca40f8885e8606b306c575800f0f46262870a3c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:45 +0530 Subject: [PATCH 431/561] New translations education.json (Italian) --- src/i18n/locales/it/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/it/leftSidebar/education.json diff --git a/src/i18n/locales/it/leftSidebar/education.json b/src/i18n/locales/it/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/it/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From c1c11ef97bc80751de7ab3adc3b0ce4956eb00c4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:47 +0530 Subject: [PATCH 432/561] New translations languages.json (Italian) --- src/i18n/locales/it/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/it/leftSidebar/languages.json diff --git a/src/i18n/locales/it/leftSidebar/languages.json b/src/i18n/locales/it/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/it/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From e444e3b4c1ff2e8d62cc7695e621b5115ff0094e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:48 +0530 Subject: [PATCH 433/561] New translations objective.json (Italian) --- src/i18n/locales/it/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/it/leftSidebar/objective.json diff --git a/src/i18n/locales/it/leftSidebar/objective.json b/src/i18n/locales/it/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/it/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 5df807fcb935abae31e8247c4f80dc946ccdf37f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:49 +0530 Subject: [PATCH 434/561] New translations profile.json (Italian) --- src/i18n/locales/it/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/it/leftSidebar/profile.json diff --git a/src/i18n/locales/it/leftSidebar/profile.json b/src/i18n/locales/it/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/it/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 517ad949e9f511b07c31ff583f0a97bd14be418f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:50 +0530 Subject: [PATCH 435/561] New translations references.json (Italian) --- .../locales/it/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/it/leftSidebar/references.json diff --git a/src/i18n/locales/it/leftSidebar/references.json b/src/i18n/locales/it/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/it/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 47e034a701579a61e3fbbba038e6181d34b7ad7b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:51 +0530 Subject: [PATCH 436/561] New translations skills.json (Italian) --- src/i18n/locales/it/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/it/leftSidebar/skills.json diff --git a/src/i18n/locales/it/leftSidebar/skills.json b/src/i18n/locales/it/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/it/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 5acc15ab6018e55d3e8e15815c22e1c2141b0763 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:52 +0530 Subject: [PATCH 437/561] New translations work.json (Italian) --- src/i18n/locales/it/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/it/leftSidebar/work.json diff --git a/src/i18n/locales/it/leftSidebar/work.json b/src/i18n/locales/it/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/it/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 688b34fafc45e3597232de13aa11fc4df9ba7c97 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:54 +0530 Subject: [PATCH 438/561] New translations about.json (Italian) --- src/i18n/locales/it/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/it/rightSidebar/about.json diff --git a/src/i18n/locales/it/rightSidebar/about.json b/src/i18n/locales/it/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/it/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From d8b979b5b639735d81fb6144cf627217dcbe0819 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:55 +0530 Subject: [PATCH 439/561] New translations actions.json (Italian) --- src/i18n/locales/it/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/it/rightSidebar/actions.json diff --git a/src/i18n/locales/it/rightSidebar/actions.json b/src/i18n/locales/it/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/it/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 35746bc0d4ad0e9001b7700aca7aade70e4d6b2d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:56 +0530 Subject: [PATCH 440/561] New translations colors.json (Italian) --- src/i18n/locales/it/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/it/rightSidebar/colors.json diff --git a/src/i18n/locales/it/rightSidebar/colors.json b/src/i18n/locales/it/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/it/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 273bbf83ed7b904c8f00ee04eab9e26b9d788032 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:57 +0530 Subject: [PATCH 441/561] New translations extras.json (Italian) --- src/i18n/locales/it/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/it/leftSidebar/extras.json diff --git a/src/i18n/locales/it/leftSidebar/extras.json b/src/i18n/locales/it/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/it/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 84b905f3c31cce22058dcd1dfe326bce17652535 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:59:58 +0530 Subject: [PATCH 442/561] New translations settings.json (Italian) --- src/i18n/locales/it/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/it/rightSidebar/settings.json diff --git a/src/i18n/locales/it/rightSidebar/settings.json b/src/i18n/locales/it/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/it/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 343f196ca131a45c22ff44f1f1c20b4e0f8b2180 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:00 +0530 Subject: [PATCH 443/561] New translations profile.json (Japanese) --- src/i18n/locales/ja/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/ja/leftSidebar/profile.json diff --git a/src/i18n/locales/ja/leftSidebar/profile.json b/src/i18n/locales/ja/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/ja/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From a2eee2b17b61a30c150e757d7e417ad5e14225b2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:01 +0530 Subject: [PATCH 444/561] New translations templates.json (Italian) --- src/i18n/locales/it/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/it/rightSidebar/templates.json diff --git a/src/i18n/locales/it/rightSidebar/templates.json b/src/i18n/locales/it/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/it/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From be916870fba6c097c3f7fe0b4190f19ac975a484 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:02 +0530 Subject: [PATCH 445/561] New translations colors.json (Japanese) --- src/i18n/locales/ja/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ja/rightSidebar/colors.json diff --git a/src/i18n/locales/ja/rightSidebar/colors.json b/src/i18n/locales/ja/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/ja/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From d9032503065922c20bf8d6985e8416267ad1b01d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:03 +0530 Subject: [PATCH 446/561] New translations about.json (Japanese) --- src/i18n/locales/ja/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/ja/rightSidebar/about.json diff --git a/src/i18n/locales/ja/rightSidebar/about.json b/src/i18n/locales/ja/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/ja/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From b765927fcb830440d7f3d3aba3c242fc68d4337f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:05 +0530 Subject: [PATCH 447/561] New translations work.json (Japanese) --- src/i18n/locales/ja/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ja/leftSidebar/work.json diff --git a/src/i18n/locales/ja/leftSidebar/work.json b/src/i18n/locales/ja/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/ja/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From ebe0ca28c8d31c5939297ef9b2e4eb1cf9a01151 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:06 +0530 Subject: [PATCH 448/561] New translations references.json (Japanese) --- .../locales/ja/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/ja/leftSidebar/references.json diff --git a/src/i18n/locales/ja/leftSidebar/references.json b/src/i18n/locales/ja/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/ja/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 54efed6648a881f0dd25fc8cc3e3f51f08d8bd1d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:07 +0530 Subject: [PATCH 449/561] New translations skills.json (Japanese) --- src/i18n/locales/ja/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/ja/leftSidebar/skills.json diff --git a/src/i18n/locales/ja/leftSidebar/skills.json b/src/i18n/locales/ja/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/ja/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From f738b16595d82a57b99828840462de6029b24627 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:08 +0530 Subject: [PATCH 450/561] New translations objective.json (Japanese) --- src/i18n/locales/ja/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/ja/leftSidebar/objective.json diff --git a/src/i18n/locales/ja/leftSidebar/objective.json b/src/i18n/locales/ja/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/ja/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From a63b4aba31d77b1e759746bd2c8f1c5d76716011 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:10 +0530 Subject: [PATCH 451/561] New translations extras.json (Japanese) --- src/i18n/locales/ja/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/ja/leftSidebar/extras.json diff --git a/src/i18n/locales/ja/leftSidebar/extras.json b/src/i18n/locales/ja/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/ja/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From cf89c29d7cb225d95d8147a2de64865ea8d262f2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:11 +0530 Subject: [PATCH 452/561] New translations awards.json (Japanese) --- src/i18n/locales/ja/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ja/leftSidebar/awards.json diff --git a/src/i18n/locales/ja/leftSidebar/awards.json b/src/i18n/locales/ja/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/ja/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From e7ec128d18c8c8f648b55abd215e47e0dd17fbb7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:12 +0530 Subject: [PATCH 453/561] New translations education.json (Japanese) --- src/i18n/locales/ja/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/ja/leftSidebar/education.json diff --git a/src/i18n/locales/ja/leftSidebar/education.json b/src/i18n/locales/ja/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/ja/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 2e92c053f9778094f20cae6eb71541c505e2db91 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:13 +0530 Subject: [PATCH 454/561] New translations certifications.json (Japanese) --- src/i18n/locales/ja/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ja/leftSidebar/certifications.json diff --git a/src/i18n/locales/ja/leftSidebar/certifications.json b/src/i18n/locales/ja/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/ja/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From d5f9aee619bb481e0f8e8f976b7bb43ba0e77d11 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:15 +0530 Subject: [PATCH 455/561] New translations languages.json (Japanese) --- src/i18n/locales/ja/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/ja/leftSidebar/languages.json diff --git a/src/i18n/locales/ja/leftSidebar/languages.json b/src/i18n/locales/ja/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/ja/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 10fd922d367412f65cfc2357a0730ed85fa47017 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:16 +0530 Subject: [PATCH 456/561] New translations actions.json (Japanese) --- src/i18n/locales/ja/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/ja/rightSidebar/actions.json diff --git a/src/i18n/locales/ja/rightSidebar/actions.json b/src/i18n/locales/ja/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/ja/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 7836837b92a689ad775b56c22535d9d433a08571 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:17 +0530 Subject: [PATCH 457/561] New translations colors.json (Turkish) --- src/i18n/locales/tr/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/tr/rightSidebar/colors.json diff --git a/src/i18n/locales/tr/rightSidebar/colors.json b/src/i18n/locales/tr/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/tr/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From e5c1b86f2d6dca2006027309d61b688f8d0d6bb3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:18 +0530 Subject: [PATCH 458/561] New translations extras.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/uk/leftSidebar/extras.json diff --git a/src/i18n/locales/uk/leftSidebar/extras.json b/src/i18n/locales/uk/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/uk/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 7083d6016eccaa30041de55e93a34543874428f6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:19 +0530 Subject: [PATCH 459/561] New translations education.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/uk/leftSidebar/education.json diff --git a/src/i18n/locales/uk/leftSidebar/education.json b/src/i18n/locales/uk/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/uk/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From b18a879ee4c1b52a7e168b42477cd6d453b5ae03 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:20 +0530 Subject: [PATCH 460/561] New translations languages.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/uk/leftSidebar/languages.json diff --git a/src/i18n/locales/uk/leftSidebar/languages.json b/src/i18n/locales/uk/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/uk/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 26d5facf2b0adb8b9337a316bc021ca2e3feb5eb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:21 +0530 Subject: [PATCH 461/561] New translations certifications.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/uk/leftSidebar/certifications.json diff --git a/src/i18n/locales/uk/leftSidebar/certifications.json b/src/i18n/locales/uk/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/uk/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 8afd7d3d1071bb818e38769e8656cc0669f07bfc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:22 +0530 Subject: [PATCH 462/561] New translations awards.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/uk/leftSidebar/awards.json diff --git a/src/i18n/locales/uk/leftSidebar/awards.json b/src/i18n/locales/uk/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/uk/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 54211abf26190e980cd0f49bd39c5720034f78c6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:24 +0530 Subject: [PATCH 463/561] New translations app.json (Ukrainian) --- src/i18n/locales/uk/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/uk/app/app.json diff --git a/src/i18n/locales/uk/app/app.json b/src/i18n/locales/uk/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/uk/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 495f86820a1b8a25b4771247e8019cbb354b4aac Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:25 +0530 Subject: [PATCH 464/561] New translations templates.json (Turkish) --- src/i18n/locales/tr/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/tr/rightSidebar/templates.json diff --git a/src/i18n/locales/tr/rightSidebar/templates.json b/src/i18n/locales/tr/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/tr/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 877137d4bcb4d81fb0d5ca43ab051b95ec0c9781 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:26 +0530 Subject: [PATCH 465/561] New translations settings.json (Turkish) --- src/i18n/locales/tr/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/tr/rightSidebar/settings.json diff --git a/src/i18n/locales/tr/rightSidebar/settings.json b/src/i18n/locales/tr/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/tr/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 88d1a3e659508a220fc2c5d03485d18b55504b3a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:27 +0530 Subject: [PATCH 466/561] New translations fonts.json (Turkish) --- src/i18n/locales/tr/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/tr/rightSidebar/fonts.json diff --git a/src/i18n/locales/tr/rightSidebar/fonts.json b/src/i18n/locales/tr/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/tr/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 556cb20dce42848059427ac37e29c7160dc95590 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:28 +0530 Subject: [PATCH 467/561] New translations objective.json (Turkish) --- src/i18n/locales/tr/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/tr/leftSidebar/objective.json diff --git a/src/i18n/locales/tr/leftSidebar/objective.json b/src/i18n/locales/tr/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/tr/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 7e712dbcff3442c1df48c7c25eca6226a8bf09b6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:29 +0530 Subject: [PATCH 468/561] New translations actions.json (Turkish) --- src/i18n/locales/tr/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/tr/rightSidebar/actions.json diff --git a/src/i18n/locales/tr/rightSidebar/actions.json b/src/i18n/locales/tr/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/tr/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 12bb0fc7672af2bf378b334f092af05854f9fa64 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:31 +0530 Subject: [PATCH 469/561] New translations about.json (Turkish) --- src/i18n/locales/tr/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/tr/rightSidebar/about.json diff --git a/src/i18n/locales/tr/rightSidebar/about.json b/src/i18n/locales/tr/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/tr/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From c90019c2237282dbc5d06fcd1824eff33c94e23b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:32 +0530 Subject: [PATCH 470/561] New translations work.json (Turkish) --- src/i18n/locales/tr/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/tr/leftSidebar/work.json diff --git a/src/i18n/locales/tr/leftSidebar/work.json b/src/i18n/locales/tr/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/tr/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 96085b33d44683318fb6d4990c8d00a5a5c48149 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:33 +0530 Subject: [PATCH 471/561] New translations skills.json (Turkish) --- src/i18n/locales/tr/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/tr/leftSidebar/skills.json diff --git a/src/i18n/locales/tr/leftSidebar/skills.json b/src/i18n/locales/tr/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/tr/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 7c3b6545cf9ec732c75537ec51e806de867ab710 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:34 +0530 Subject: [PATCH 472/561] New translations references.json (Turkish) --- .../locales/tr/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/tr/leftSidebar/references.json diff --git a/src/i18n/locales/tr/leftSidebar/references.json b/src/i18n/locales/tr/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/tr/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 365c196667b09f93d51b6f400e3333f75adb222a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:35 +0530 Subject: [PATCH 473/561] New translations profile.json (Turkish) --- src/i18n/locales/tr/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/tr/leftSidebar/profile.json diff --git a/src/i18n/locales/tr/leftSidebar/profile.json b/src/i18n/locales/tr/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/tr/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From acffd046d8e47005b987213805b205f28d9c4367 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:36 +0530 Subject: [PATCH 474/561] New translations languages.json (Turkish) --- src/i18n/locales/tr/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/tr/leftSidebar/languages.json diff --git a/src/i18n/locales/tr/leftSidebar/languages.json b/src/i18n/locales/tr/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/tr/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 8c500b2e5676f498500d46487ecbfd1eb1e4a35f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:38 +0530 Subject: [PATCH 475/561] New translations extras.json (Turkish) --- src/i18n/locales/tr/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/tr/leftSidebar/extras.json diff --git a/src/i18n/locales/tr/leftSidebar/extras.json b/src/i18n/locales/tr/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/tr/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From fdc29b90614a969bdfeca3d217d5a65114d67340 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:39 +0530 Subject: [PATCH 476/561] New translations education.json (Turkish) --- src/i18n/locales/tr/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/tr/leftSidebar/education.json diff --git a/src/i18n/locales/tr/leftSidebar/education.json b/src/i18n/locales/tr/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/tr/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From cd90d3cf2aae603daef4455c75022256f015ed00 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:40 +0530 Subject: [PATCH 477/561] New translations certifications.json (Turkish) --- src/i18n/locales/tr/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/tr/leftSidebar/certifications.json diff --git a/src/i18n/locales/tr/leftSidebar/certifications.json b/src/i18n/locales/tr/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/tr/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 6aae39bd14ef18606345af87b606843b4cc4e37d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:41 +0530 Subject: [PATCH 478/561] New translations profile.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/uk/leftSidebar/profile.json diff --git a/src/i18n/locales/uk/leftSidebar/profile.json b/src/i18n/locales/uk/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/uk/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From ac80f2f195659ec9e73f4dc92abfb09acf0f053c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:42 +0530 Subject: [PATCH 479/561] New translations awards.json (Turkish) --- src/i18n/locales/tr/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/tr/leftSidebar/awards.json diff --git a/src/i18n/locales/tr/leftSidebar/awards.json b/src/i18n/locales/tr/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/tr/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From f72ef0f8677e8673a2d400a14bc018dbb65f4976 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:44 +0530 Subject: [PATCH 480/561] New translations objective.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/uk/leftSidebar/objective.json diff --git a/src/i18n/locales/uk/leftSidebar/objective.json b/src/i18n/locales/uk/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/uk/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 0a6866ec91fb9935e8c93749ec5df4fe19c90929 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:46 +0530 Subject: [PATCH 481/561] New translations objective.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/vi/leftSidebar/objective.json diff --git a/src/i18n/locales/vi/leftSidebar/objective.json b/src/i18n/locales/vi/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/vi/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 96fa6e941e00e20535df37953d74a7d683282cbb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:48 +0530 Subject: [PATCH 482/561] New translations references.json (Ukrainian) --- .../locales/uk/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/uk/leftSidebar/references.json diff --git a/src/i18n/locales/uk/leftSidebar/references.json b/src/i18n/locales/uk/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/uk/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 05bec72de43a442f7c238236b2f0f762452a9da0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:49 +0530 Subject: [PATCH 483/561] New translations languages.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/vi/leftSidebar/languages.json diff --git a/src/i18n/locales/vi/leftSidebar/languages.json b/src/i18n/locales/vi/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/vi/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 45e63d789fa95005552dfc8b23d0fdf8873054d0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:51 +0530 Subject: [PATCH 484/561] New translations templates.json (Tamil) --- src/i18n/locales/ta/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/ta/rightSidebar/templates.json diff --git a/src/i18n/locales/ta/rightSidebar/templates.json b/src/i18n/locales/ta/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/ta/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From a03a57a0bf225d75195add0dd497b04198784ccd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:52 +0530 Subject: [PATCH 485/561] New translations settings.json (Vietnamese) --- src/i18n/locales/vi/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/vi/rightSidebar/settings.json diff --git a/src/i18n/locales/vi/rightSidebar/settings.json b/src/i18n/locales/vi/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/vi/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 80a6d579e962d0c50367e9080aed0b71eb4fbfd5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:54 +0530 Subject: [PATCH 486/561] New translations fonts.json (Vietnamese) --- src/i18n/locales/vi/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/vi/rightSidebar/fonts.json diff --git a/src/i18n/locales/vi/rightSidebar/fonts.json b/src/i18n/locales/vi/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/vi/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 1278b8b91b7d307c7c897923710bf757444fc323 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:55 +0530 Subject: [PATCH 487/561] New translations colors.json (Vietnamese) --- src/i18n/locales/vi/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/vi/rightSidebar/colors.json diff --git a/src/i18n/locales/vi/rightSidebar/colors.json b/src/i18n/locales/vi/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/vi/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 9fa81bb37ceb250a7c5af79c4ded64ef308f13d6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:56 +0530 Subject: [PATCH 488/561] New translations actions.json (Vietnamese) --- src/i18n/locales/vi/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/vi/rightSidebar/actions.json diff --git a/src/i18n/locales/vi/rightSidebar/actions.json b/src/i18n/locales/vi/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/vi/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 71cc289f59736e2921fed1a38f492cc230bfc07c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:58 +0530 Subject: [PATCH 489/561] New translations about.json (Vietnamese) --- src/i18n/locales/vi/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/vi/rightSidebar/about.json diff --git a/src/i18n/locales/vi/rightSidebar/about.json b/src/i18n/locales/vi/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/vi/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From caa40168f345e57c4137e220563e20c375074ed8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:00:59 +0530 Subject: [PATCH 490/561] New translations work.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/vi/leftSidebar/work.json diff --git a/src/i18n/locales/vi/leftSidebar/work.json b/src/i18n/locales/vi/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/vi/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From a177e9ba53c446228e5137726d7678d1d5568874 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:01 +0530 Subject: [PATCH 491/561] New translations skills.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/vi/leftSidebar/skills.json diff --git a/src/i18n/locales/vi/leftSidebar/skills.json b/src/i18n/locales/vi/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/vi/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 8f738f7961f8e8957d303020030e89894d53c3d5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:02 +0530 Subject: [PATCH 492/561] New translations references.json (Vietnamese) --- .../locales/vi/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/vi/leftSidebar/references.json diff --git a/src/i18n/locales/vi/leftSidebar/references.json b/src/i18n/locales/vi/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/vi/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 b9085040a43df18249bd4dd1e6c3052142d6e6e3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:03 +0530 Subject: [PATCH 493/561] New translations profile.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/vi/leftSidebar/profile.json diff --git a/src/i18n/locales/vi/leftSidebar/profile.json b/src/i18n/locales/vi/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/vi/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 79018adf00b6efe1f7f265f0a097723ccc12554d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:04 +0530 Subject: [PATCH 494/561] New translations extras.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/vi/leftSidebar/extras.json diff --git a/src/i18n/locales/vi/leftSidebar/extras.json b/src/i18n/locales/vi/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/vi/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From c1aa7402c8854e33253c353b17824cff0ec64100 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:05 +0530 Subject: [PATCH 495/561] New translations skills.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/uk/leftSidebar/skills.json diff --git a/src/i18n/locales/uk/leftSidebar/skills.json b/src/i18n/locales/uk/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/uk/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From dc9f32068e6bff02050575f3cfcfdaae7c5f113e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:07 +0530 Subject: [PATCH 496/561] New translations education.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/vi/leftSidebar/education.json diff --git a/src/i18n/locales/vi/leftSidebar/education.json b/src/i18n/locales/vi/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/vi/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 8db49737ced824c147612cf7011550ce6e456050 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:08 +0530 Subject: [PATCH 497/561] New translations certifications.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/vi/leftSidebar/certifications.json diff --git a/src/i18n/locales/vi/leftSidebar/certifications.json b/src/i18n/locales/vi/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/vi/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From cb12fe7c488f9f86943d35beb4d37a12d15afcec Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:09 +0530 Subject: [PATCH 498/561] New translations awards.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/vi/leftSidebar/awards.json diff --git a/src/i18n/locales/vi/leftSidebar/awards.json b/src/i18n/locales/vi/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/vi/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From fffa07edbf6fb0225f61b773e6a8f2878ffb6055 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:10 +0530 Subject: [PATCH 499/561] New translations app.json (Vietnamese) --- src/i18n/locales/vi/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/vi/app/app.json diff --git a/src/i18n/locales/vi/app/app.json b/src/i18n/locales/vi/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/vi/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 409cfe55594d552f2ce9884ea15f89c6719cf4fb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:12 +0530 Subject: [PATCH 500/561] New translations templates.json (Ukrainian) --- src/i18n/locales/uk/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/uk/rightSidebar/templates.json diff --git a/src/i18n/locales/uk/rightSidebar/templates.json b/src/i18n/locales/uk/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/uk/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From bee8cf6fd8bbea6c2f6e32f08fab38b1cf7c3a7f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:13 +0530 Subject: [PATCH 501/561] New translations settings.json (Ukrainian) --- src/i18n/locales/uk/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/uk/rightSidebar/settings.json diff --git a/src/i18n/locales/uk/rightSidebar/settings.json b/src/i18n/locales/uk/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/uk/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 52f795378b99b600d5e5c42a85a0139e7ad74a2b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:14 +0530 Subject: [PATCH 502/561] New translations fonts.json (Ukrainian) --- src/i18n/locales/uk/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/uk/rightSidebar/fonts.json diff --git a/src/i18n/locales/uk/rightSidebar/fonts.json b/src/i18n/locales/uk/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/uk/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 f90674bd8bde5fecdcfbcec7005c7bdc909d7413 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:16 +0530 Subject: [PATCH 503/561] New translations colors.json (Ukrainian) --- src/i18n/locales/uk/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/uk/rightSidebar/colors.json diff --git a/src/i18n/locales/uk/rightSidebar/colors.json b/src/i18n/locales/uk/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/uk/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From e931d091abe3b687b2e9dfead4332934985a0d92 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:17 +0530 Subject: [PATCH 504/561] New translations actions.json (Ukrainian) --- src/i18n/locales/uk/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/uk/rightSidebar/actions.json diff --git a/src/i18n/locales/uk/rightSidebar/actions.json b/src/i18n/locales/uk/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/uk/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 7cf0729f71be492ccdd553e5af7c599fb1d15ad8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:18 +0530 Subject: [PATCH 505/561] New translations about.json (Ukrainian) --- src/i18n/locales/uk/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/uk/rightSidebar/about.json diff --git a/src/i18n/locales/uk/rightSidebar/about.json b/src/i18n/locales/uk/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/uk/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 145d72c54a5a0bfaba1d23f614281cae24d2dcfe Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:20 +0530 Subject: [PATCH 506/561] New translations work.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/uk/leftSidebar/work.json diff --git a/src/i18n/locales/uk/leftSidebar/work.json b/src/i18n/locales/uk/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/uk/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From a15b3393215e8ce9a5b188c43942ade6ed7fb381 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:21 +0530 Subject: [PATCH 507/561] New translations app.json (Turkish) --- src/i18n/locales/tr/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/tr/app/app.json diff --git a/src/i18n/locales/tr/app/app.json b/src/i18n/locales/tr/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/tr/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 70f2d467ef79af596bea696849a8d63547815e6e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:22 +0530 Subject: [PATCH 508/561] New translations templates.json (Spanish) --- src/i18n/locales/es/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/es/rightSidebar/templates.json diff --git a/src/i18n/locales/es/rightSidebar/templates.json b/src/i18n/locales/es/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/es/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From f25083388a3ed9bb0ca1fa5f37ff9ba79e47633c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:24 +0530 Subject: [PATCH 509/561] New translations settings.json (Tamil) --- src/i18n/locales/ta/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ta/rightSidebar/settings.json diff --git a/src/i18n/locales/ta/rightSidebar/settings.json b/src/i18n/locales/ta/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/ta/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 24859a1d2af7790d7ee40421c356efdf3ab1ef79 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:25 +0530 Subject: [PATCH 510/561] New translations skills.json (Spanish) --- src/i18n/locales/es/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/es/leftSidebar/skills.json diff --git a/src/i18n/locales/es/leftSidebar/skills.json b/src/i18n/locales/es/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/es/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 94fd44a65327cc9545de74f923517f8291de9945 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:26 +0530 Subject: [PATCH 511/561] New translations education.json (Swedish) --- src/i18n/locales/sv/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/sv/leftSidebar/education.json diff --git a/src/i18n/locales/sv/leftSidebar/education.json b/src/i18n/locales/sv/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/sv/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 9f1b487d23253bc557e5f0a72e4842d4c2e6c765 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:27 +0530 Subject: [PATCH 512/561] New translations certifications.json (Swedish) --- src/i18n/locales/sv/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/sv/leftSidebar/certifications.json diff --git a/src/i18n/locales/sv/leftSidebar/certifications.json b/src/i18n/locales/sv/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/sv/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From b4e84e4570354681d0ce060252dac35a963a10dc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:28 +0530 Subject: [PATCH 513/561] New translations awards.json (Swedish) --- src/i18n/locales/sv/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/sv/leftSidebar/awards.json diff --git a/src/i18n/locales/sv/leftSidebar/awards.json b/src/i18n/locales/sv/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/sv/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From d6aaa484010e4181cf05fc3d7da8255c0d81c0ef Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:30 +0530 Subject: [PATCH 514/561] New translations app.json (Swedish) --- src/i18n/locales/sv/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/sv/app/app.json diff --git a/src/i18n/locales/sv/app/app.json b/src/i18n/locales/sv/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/sv/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From cbb643a9feedcb8e1ec0c6477724ab6bca9538c2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:31 +0530 Subject: [PATCH 515/561] New translations settings.json (Spanish) --- src/i18n/locales/es/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/es/rightSidebar/settings.json diff --git a/src/i18n/locales/es/rightSidebar/settings.json b/src/i18n/locales/es/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/es/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 70984f1f95d2baf4d788ef7644f0b52be8526ffe Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:32 +0530 Subject: [PATCH 516/561] New translations fonts.json (Spanish) --- src/i18n/locales/es/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/es/rightSidebar/fonts.json diff --git a/src/i18n/locales/es/rightSidebar/fonts.json b/src/i18n/locales/es/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/es/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 69624c5ab8636c103d89ce84a70be0edf9c52956 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:33 +0530 Subject: [PATCH 517/561] New translations colors.json (Spanish) --- src/i18n/locales/es/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/es/rightSidebar/colors.json diff --git a/src/i18n/locales/es/rightSidebar/colors.json b/src/i18n/locales/es/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/es/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 0688530d9ed326b9c47064169a7985260322b5fc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:34 +0530 Subject: [PATCH 518/561] New translations actions.json (Spanish) --- src/i18n/locales/es/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/es/rightSidebar/actions.json diff --git a/src/i18n/locales/es/rightSidebar/actions.json b/src/i18n/locales/es/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/es/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 0f0a96e6898600cc290d6c88b1c1a64d25978cb1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:35 +0530 Subject: [PATCH 519/561] New translations about.json (Spanish) --- src/i18n/locales/es/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/es/rightSidebar/about.json diff --git a/src/i18n/locales/es/rightSidebar/about.json b/src/i18n/locales/es/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/es/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 9dce6f1050b005273d989285f5249e73220c957b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:37 +0530 Subject: [PATCH 520/561] New translations work.json (Spanish) --- src/i18n/locales/es/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/es/leftSidebar/work.json diff --git a/src/i18n/locales/es/leftSidebar/work.json b/src/i18n/locales/es/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/es/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 60bb3d487f367b31df11a42e710c4257d32a0947 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:38 +0530 Subject: [PATCH 521/561] New translations references.json (Spanish) --- .../locales/es/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/es/leftSidebar/references.json diff --git a/src/i18n/locales/es/leftSidebar/references.json b/src/i18n/locales/es/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/es/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 4385eee8d7af56df634facbfa0f82cb7cb1cacaf Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:39 +0530 Subject: [PATCH 522/561] New translations languages.json (Swedish) --- src/i18n/locales/sv/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/sv/leftSidebar/languages.json diff --git a/src/i18n/locales/sv/leftSidebar/languages.json b/src/i18n/locales/sv/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/sv/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From db66df7a4f923d739c88142fe80a100b89eafd9e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:41 +0530 Subject: [PATCH 523/561] New translations profile.json (Spanish) --- src/i18n/locales/es/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/es/leftSidebar/profile.json diff --git a/src/i18n/locales/es/leftSidebar/profile.json b/src/i18n/locales/es/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/es/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From 3be8ad5496aef58c9fb49c6445f7b66c3db481f4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:42 +0530 Subject: [PATCH 524/561] New translations objective.json (Spanish) --- src/i18n/locales/es/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/es/leftSidebar/objective.json diff --git a/src/i18n/locales/es/leftSidebar/objective.json b/src/i18n/locales/es/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/es/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 41d9b452ce7995bb8be54f3542d0487fc6454c92 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:43 +0530 Subject: [PATCH 525/561] New translations languages.json (Spanish) --- src/i18n/locales/es/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/es/leftSidebar/languages.json diff --git a/src/i18n/locales/es/leftSidebar/languages.json b/src/i18n/locales/es/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/es/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 46da009ec6f801f64f1c2c494b69d11894cbea09 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:44 +0530 Subject: [PATCH 526/561] New translations extras.json (Spanish) --- src/i18n/locales/es/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/es/leftSidebar/extras.json diff --git a/src/i18n/locales/es/leftSidebar/extras.json b/src/i18n/locales/es/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/es/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 541da604b600cf1a7768ffb6f4519ac67c7035a8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:45 +0530 Subject: [PATCH 527/561] New translations education.json (Spanish) --- src/i18n/locales/es/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/es/leftSidebar/education.json diff --git a/src/i18n/locales/es/leftSidebar/education.json b/src/i18n/locales/es/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/es/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 3a2cbf14773c13872d7f3e0c75066122c1fe846f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:47 +0530 Subject: [PATCH 528/561] New translations certifications.json (Spanish) --- src/i18n/locales/es/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/es/leftSidebar/certifications.json diff --git a/src/i18n/locales/es/leftSidebar/certifications.json b/src/i18n/locales/es/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/es/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 49157bf3f1c16cecd0b45ba55e65af222ed1a696 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:48 +0530 Subject: [PATCH 529/561] New translations awards.json (Spanish) --- src/i18n/locales/es/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/es/leftSidebar/awards.json diff --git a/src/i18n/locales/es/leftSidebar/awards.json b/src/i18n/locales/es/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/es/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From 2eb7a35a3c1b1654161fb4d6e3374b5480179d75 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:49 +0530 Subject: [PATCH 530/561] New translations app.json (Spanish) --- src/i18n/locales/es/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/es/app/app.json diff --git a/src/i18n/locales/es/app/app.json b/src/i18n/locales/es/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/es/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 8879400f2b701ec1be1969742efc09781068bbd8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:50 +0530 Subject: [PATCH 531/561] New translations templates.json (Russian) --- src/i18n/locales/ru/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/ru/rightSidebar/templates.json diff --git a/src/i18n/locales/ru/rightSidebar/templates.json b/src/i18n/locales/ru/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/ru/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From d46286878a53907f895a9ebed0c08baca4abbbc0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:51 +0530 Subject: [PATCH 532/561] New translations settings.json (Russian) --- src/i18n/locales/ru/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ru/rightSidebar/settings.json diff --git a/src/i18n/locales/ru/rightSidebar/settings.json b/src/i18n/locales/ru/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/ru/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 99f5d811e70b67834ade4103be626efbf451d631 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:53 +0530 Subject: [PATCH 533/561] New translations fonts.json (Russian) --- src/i18n/locales/ru/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ru/rightSidebar/fonts.json diff --git a/src/i18n/locales/ru/rightSidebar/fonts.json b/src/i18n/locales/ru/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/ru/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 8dd6d7e48cb35576399b69d6003d12739cf4b2fe Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:54 +0530 Subject: [PATCH 534/561] New translations extras.json (Swedish) --- src/i18n/locales/sv/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/sv/leftSidebar/extras.json diff --git a/src/i18n/locales/sv/leftSidebar/extras.json b/src/i18n/locales/sv/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/sv/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From 39a9668944776d51f1b969df3412c7b825fca88b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:55 +0530 Subject: [PATCH 535/561] New translations objective.json (Swedish) --- src/i18n/locales/sv/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/sv/leftSidebar/objective.json diff --git a/src/i18n/locales/sv/leftSidebar/objective.json b/src/i18n/locales/sv/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/sv/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From afbef2232fdb3fab687a3b70b59fcc4be3b25992 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:56 +0530 Subject: [PATCH 536/561] New translations fonts.json (Tamil) --- src/i18n/locales/ta/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ta/rightSidebar/fonts.json diff --git a/src/i18n/locales/ta/rightSidebar/fonts.json b/src/i18n/locales/ta/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/ta/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 41844d99a6424afcd321a8a897d227d5f358e72b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:58 +0530 Subject: [PATCH 537/561] New translations education.json (Tamil) --- src/i18n/locales/ta/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/ta/leftSidebar/education.json diff --git a/src/i18n/locales/ta/leftSidebar/education.json b/src/i18n/locales/ta/leftSidebar/education.json new file mode 100644 index 000000000..231004b26 --- /dev/null +++ b/src/i18n/locales/ta/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +} From 82ea27323a1c0d60c841c279e39b856d3ab22ba4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:01:59 +0530 Subject: [PATCH 538/561] New translations colors.json (Tamil) --- src/i18n/locales/ta/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/ta/rightSidebar/colors.json diff --git a/src/i18n/locales/ta/rightSidebar/colors.json b/src/i18n/locales/ta/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/ta/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From f91123b61c14e5205c76551881a3e6b9c74fa528 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:00 +0530 Subject: [PATCH 539/561] New translations actions.json (Tamil) --- src/i18n/locales/ta/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/ta/rightSidebar/actions.json diff --git a/src/i18n/locales/ta/rightSidebar/actions.json b/src/i18n/locales/ta/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/ta/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 4b026b53bf6eb3ac3aaf5f0e3653a5450bca68d7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:01 +0530 Subject: [PATCH 540/561] New translations about.json (Tamil) --- src/i18n/locales/ta/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/ta/rightSidebar/about.json diff --git a/src/i18n/locales/ta/rightSidebar/about.json b/src/i18n/locales/ta/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/ta/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From bd5dac37e45d9ee73b6ec5fab5f5e2c913ebb937 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:02 +0530 Subject: [PATCH 541/561] New translations work.json (Tamil) --- src/i18n/locales/ta/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ta/leftSidebar/work.json diff --git a/src/i18n/locales/ta/leftSidebar/work.json b/src/i18n/locales/ta/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/ta/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 501c61310be3a47dd548e9686293a2bd3adfd570 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:04 +0530 Subject: [PATCH 542/561] New translations skills.json (Tamil) --- src/i18n/locales/ta/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/ta/leftSidebar/skills.json diff --git a/src/i18n/locales/ta/leftSidebar/skills.json b/src/i18n/locales/ta/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/ta/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From 3af9d2e41d613de2b4253c52872ccc16968e64aa Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:05 +0530 Subject: [PATCH 543/561] New translations references.json (Tamil) --- .../locales/ta/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/ta/leftSidebar/references.json diff --git a/src/i18n/locales/ta/leftSidebar/references.json b/src/i18n/locales/ta/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/ta/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 f8e891b87dfb5124bfcb5fe525942d844645176a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:06 +0530 Subject: [PATCH 544/561] New translations profile.json (Tamil) --- src/i18n/locales/ta/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/ta/leftSidebar/profile.json diff --git a/src/i18n/locales/ta/leftSidebar/profile.json b/src/i18n/locales/ta/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/ta/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From bc3d24ef95d6a0297b8228d271d52c7d9f63d8e1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:07 +0530 Subject: [PATCH 545/561] New translations objective.json (Tamil) --- src/i18n/locales/ta/leftSidebar/objective.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/i18n/locales/ta/leftSidebar/objective.json diff --git a/src/i18n/locales/ta/leftSidebar/objective.json b/src/i18n/locales/ta/leftSidebar/objective.json new file mode 100644 index 000000000..8cb4f70da --- /dev/null +++ b/src/i18n/locales/ta/leftSidebar/objective.json @@ -0,0 +1,6 @@ +{ + "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." + } +} From 1bbc3c59b6df911e29a03d9dd09d85a557dd02ea Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:08 +0530 Subject: [PATCH 546/561] New translations languages.json (Tamil) --- src/i18n/locales/ta/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/ta/leftSidebar/languages.json diff --git a/src/i18n/locales/ta/leftSidebar/languages.json b/src/i18n/locales/ta/leftSidebar/languages.json new file mode 100644 index 000000000..fc5de101a --- /dev/null +++ b/src/i18n/locales/ta/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +} From 45d6186e8a66d46bf1428a55bb0ef5ac5fb824bc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:10 +0530 Subject: [PATCH 547/561] New translations extras.json (Tamil) --- src/i18n/locales/ta/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/ta/leftSidebar/extras.json diff --git a/src/i18n/locales/ta/leftSidebar/extras.json b/src/i18n/locales/ta/leftSidebar/extras.json new file mode 100644 index 000000000..7afc7c067 --- /dev/null +++ b/src/i18n/locales/ta/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +} From f7906f4b98ef5ce9730004a19ea20392c420f901 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:11 +0530 Subject: [PATCH 548/561] New translations certifications.json (Tamil) --- src/i18n/locales/ta/leftSidebar/certifications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ta/leftSidebar/certifications.json diff --git a/src/i18n/locales/ta/leftSidebar/certifications.json b/src/i18n/locales/ta/leftSidebar/certifications.json new file mode 100644 index 000000000..2763082a1 --- /dev/null +++ b/src/i18n/locales/ta/leftSidebar/certifications.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Android Development Nanodegree" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Udacity" + }, + "description": { + "placeholder": "You can write about what you learnt from your certification program." + } +} From 20ef274c0dad773e0688f23ba7293f3500b2b3d1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:12 +0530 Subject: [PATCH 549/561] New translations profile.json (Swedish) --- src/i18n/locales/sv/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/sv/leftSidebar/profile.json diff --git a/src/i18n/locales/sv/leftSidebar/profile.json b/src/i18n/locales/sv/leftSidebar/profile.json new file mode 100644 index 000000000..b7f889c26 --- /dev/null +++ b/src/i18n/locales/sv/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +} From d48f9cd0db56c1f098d254793f81a26332fa8c94 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:13 +0530 Subject: [PATCH 550/561] New translations awards.json (Tamil) --- src/i18n/locales/ta/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/ta/leftSidebar/awards.json diff --git a/src/i18n/locales/ta/leftSidebar/awards.json b/src/i18n/locales/ta/leftSidebar/awards.json new file mode 100644 index 000000000..4222ec124 --- /dev/null +++ b/src/i18n/locales/ta/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +} From b052c0e89925ef7f9ddd9d6f66c9fd6605968b62 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:15 +0530 Subject: [PATCH 551/561] New translations app.json (Tamil) --- src/i18n/locales/ta/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/ta/app/app.json diff --git a/src/i18n/locales/ta/app/app.json b/src/i18n/locales/ta/app/app.json new file mode 100644 index 000000000..861e3ad5f --- /dev/null +++ b/src/i18n/locales/ta/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +} From 6c9484e47d63e6f54ccb69d8dfac7c3758c3ef99 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:16 +0530 Subject: [PATCH 552/561] New translations templates.json (Swedish) --- src/i18n/locales/sv/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/sv/rightSidebar/templates.json diff --git a/src/i18n/locales/sv/rightSidebar/templates.json b/src/i18n/locales/sv/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/sv/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +} From 4fa0e9af4875c791c3dda47ea6e70aa502c456be Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:17 +0530 Subject: [PATCH 553/561] New translations settings.json (Swedish) --- src/i18n/locales/sv/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/sv/rightSidebar/settings.json diff --git a/src/i18n/locales/sv/rightSidebar/settings.json b/src/i18n/locales/sv/rightSidebar/settings.json new file mode 100644 index 000000000..12b199815 --- /dev/null +++ b/src/i18n/locales/sv/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 the <1>Translation Documentation." + } +} \ No newline at end of file From 8b86eaf113cb2d805224308d506c593f086bd040 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:18 +0530 Subject: [PATCH 554/561] New translations fonts.json (Swedish) --- src/i18n/locales/sv/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/sv/rightSidebar/fonts.json diff --git a/src/i18n/locales/sv/rightSidebar/fonts.json b/src/i18n/locales/sv/rightSidebar/fonts.json new file mode 100644 index 000000000..dbcfe5f2f --- /dev/null +++ b/src/i18n/locales/sv/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 1b6c443734cdd6485bfa9456e8246fa3e3c68241 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:20 +0530 Subject: [PATCH 555/561] New translations colors.json (Swedish) --- src/i18n/locales/sv/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/sv/rightSidebar/colors.json diff --git a/src/i18n/locales/sv/rightSidebar/colors.json b/src/i18n/locales/sv/rightSidebar/colors.json new file mode 100644 index 000000000..bf4accbf2 --- /dev/null +++ b/src/i18n/locales/sv/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Colors", + "colorOptions": "Color Options", + "primaryColor": "Primary Color", + "accentColor": "Accent Color", + "clipboardCopyAction": "{{color}} has been copied to the clipboard." +} From 14ac72063f73377127c7769c42722e5a954b9fe0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:21 +0530 Subject: [PATCH 556/561] New translations actions.json (Swedish) --- src/i18n/locales/sv/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/sv/rightSidebar/actions.json diff --git a/src/i18n/locales/sv/rightSidebar/actions.json b/src/i18n/locales/sv/rightSidebar/actions.json new file mode 100644 index 000000000..a610e9ab2 --- /dev/null +++ b/src/i18n/locales/sv/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" + } + }, + "printResume": { + "heading": "Print Your Resume", + "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "buttons": { + "print": "Print" + } + }, + "loadDummyData": { + "heading": "Load Dummy Data", + "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "buttons": { + "loadData": "Populate 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 c7972b5379f32be7a064d22ce259bb56f1f78b61 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:22 +0530 Subject: [PATCH 557/561] New translations about.json (Swedish) --- src/i18n/locales/sv/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/sv/rightSidebar/about.json diff --git a/src/i18n/locales/sv/rightSidebar/about.json b/src/i18n/locales/sv/rightSidebar/about.json new file mode 100644 index 000000000..cac678ad8 --- /dev/null +++ b/src/i18n/locales/sv/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "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.", + "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": "Reactive Resume is a project by <1>Amruth Pillai.", + "thanks": "Thank you for using Reactive Resume!" + } +} From 1b2a979867d94db9f11c98b175b643fe328a5bf2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:23 +0530 Subject: [PATCH 558/561] New translations work.json (Swedish) --- src/i18n/locales/sv/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/sv/leftSidebar/work.json diff --git a/src/i18n/locales/sv/leftSidebar/work.json b/src/i18n/locales/sv/leftSidebar/work.json new file mode 100644 index 000000000..776d7d589 --- /dev/null +++ b/src/i18n/locales/sv/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "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." + } +} From 18eabba2a637951c057212711d45e1866f951af2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:24 +0530 Subject: [PATCH 559/561] New translations skills.json (Swedish) --- src/i18n/locales/sv/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/sv/leftSidebar/skills.json diff --git a/src/i18n/locales/sv/leftSidebar/skills.json b/src/i18n/locales/sv/leftSidebar/skills.json new file mode 100644 index 000000000..5f178d9b6 --- /dev/null +++ b/src/i18n/locales/sv/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Cooking" + } +} From b0177207982c9ea1ae0624629a5d0c555c7fb981 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:26 +0530 Subject: [PATCH 560/561] New translations references.json (Swedish) --- .../locales/sv/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/sv/leftSidebar/references.json diff --git a/src/i18n/locales/sv/leftSidebar/references.json b/src/i18n/locales/sv/leftSidebar/references.json new file mode 100644 index 000000000..88241575d --- /dev/null +++ b/src/i18n/locales/sv/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "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 80da2928f7fd83598e851e3359485bff7d28a880 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 18:02:27 +0530 Subject: [PATCH 561/561] New translations templates.json (Vietnamese) --- src/i18n/locales/vi/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/vi/rightSidebar/templates.json diff --git a/src/i18n/locales/vi/rightSidebar/templates.json b/src/i18n/locales/vi/rightSidebar/templates.json new file mode 100644 index 000000000..89fd528d7 --- /dev/null +++ b/src/i18n/locales/vi/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Templates" +}