From 42086b60813f812241d517d5f8faf0b82315c05d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 14:29:39 +0530 Subject: [PATCH] Updated Strings from Crowdin --- src/i18n/resources/en/leftSidebar/work.json | 4 ++-- src/i18n/resources/en/rightSidebar/about.json | 4 ++-- src/i18n/resources/en/rightSidebar/actions.json | 4 ++-- src/i18n/resources/en/rightSidebar/colors.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/i18n/resources/en/leftSidebar/work.json b/src/i18n/resources/en/leftSidebar/work.json index 6ba1079a..776d7d58 100644 --- a/src/i18n/resources/en/leftSidebar/work.json +++ b/src/i18n/resources/en/leftSidebar/work.json @@ -1,11 +1,11 @@ { "name": { "label": "Name", - "placeholder": "Amazon US" + "placeholder": "Amazon (US)" }, "role": { "label": "Role", - "placeholder": "Frontend Web Developer" + "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." diff --git a/src/i18n/resources/en/rightSidebar/about.json b/src/i18n/resources/en/rightSidebar/about.json index 639cb3c1..cac678ad 100644 --- a/src/i18n/resources/en/rightSidebar/about.json +++ b/src/i18n/resources/en/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's a comprehensive documentation made just for you.", + "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" } @@ -17,7 +17,7 @@ }, "sourceCode": { "heading": "Source Code", - "body": " Want to run the project from it's source? Are you a developer willing to contribute to the open source development of this project? Click the button below.", + "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" } diff --git a/src/i18n/resources/en/rightSidebar/actions.json b/src/i18n/resources/en/rightSidebar/actions.json index 7e5b39ff..a610e9ab 100644 --- a/src/i18n/resources/en/rightSidebar/actions.json +++ b/src/i18n/resources/en/rightSidebar/actions.json @@ -18,14 +18,14 @@ }, "loadDummyData": { "heading": "Load Dummy Data", - "body": "Unclear on what to do with a fresh blank page? Load some dummy data with pre-populated values to see how a resume should look and you can start editing from there.", + "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.", + "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", "buttons": { "reset": "Reset" } diff --git a/src/i18n/resources/en/rightSidebar/colors.json b/src/i18n/resources/en/rightSidebar/colors.json index f89e57b6..bf4accbf 100644 --- a/src/i18n/resources/en/rightSidebar/colors.json +++ b/src/i18n/resources/en/rightSidebar/colors.json @@ -3,5 +3,5 @@ "colorOptions": "Color Options", "primaryColor": "Primary Color", "accentColor": "Accent Color", - "clipboardCopyAction": "{{color}} has been copied to clipboard." + "clipboardCopyAction": "{{color}} has been copied to the clipboard." }