add source translations folder

This commit is contained in:
Amruth Pillai
2020-03-30 17:37:56 +05:30
parent d703e3233a
commit f353793b29
18 changed files with 262 additions and 2 deletions

View File

@ -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</1>.",
"thanks": "Thank you for using Reactive Resume!"
}
}

View File

@ -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</1> 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"
}
}
}

View File

@ -0,0 +1,7 @@
{
"title": "Colors",
"colorOptions": "Color Options",
"primaryColor": "Primary Color",
"accentColor": "Accent Color",
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
}

View File

@ -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."
}
}

View File

@ -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</1>."
}
}

View File

@ -0,0 +1,3 @@
{
"title": "Templates"
}