Updated Strings from Crowdin

This commit is contained in:
Amruth Pillai
2020-03-30 14:29:39 +05:30
parent 82037d4cfe
commit 42086b6081
4 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
{ {
"name": { "name": {
"label": "Name", "label": "Name",
"placeholder": "Amazon US" "placeholder": "Amazon (US)"
}, },
"role": { "role": {
"label": "Role", "label": "Role",
"placeholder": "Frontend Web Developer" "placeholder": "Front-end Web Developer"
}, },
"description": { "description": {
"placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of."

View File

@ -2,7 +2,7 @@
"title": "About", "title": "About",
"documentation": { "documentation": {
"heading": "Documentation", "heading": "Documentation",
"body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's 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": { "buttons": {
"documentation": "Documentation" "documentation": "Documentation"
} }
@ -17,7 +17,7 @@
}, },
"sourceCode": { "sourceCode": {
"heading": "Source Code", "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": { "buttons": {
"githubRepo": "GitHub Repo" "githubRepo": "GitHub Repo"
} }

View File

@ -18,14 +18,14 @@
}, },
"loadDummyData": { "loadDummyData": {
"heading": "Load Dummy Data", "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": { "buttons": {
"loadData": "Populate Data" "loadData": "Populate Data"
} }
}, },
"reset": { "reset": {
"heading": "Reset Everything!", "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": { "buttons": {
"reset": "Reset" "reset": "Reset"
} }

View File

@ -3,5 +3,5 @@
"colorOptions": "Color Options", "colorOptions": "Color Options",
"primaryColor": "Primary Color", "primaryColor": "Primary Color",
"accentColor": "Accent Color", "accentColor": "Accent Color",
"clipboardCopyAction": "{{color}} has been copied to clipboard." "clipboardCopyAction": "{{color}} has been copied to the clipboard."
} }