delete skills.json in all languages, crowdin cleaup

This commit is contained in:
Amruth Pillai 2020-04-22 19:36:25 +05:30
parent 0c39298a14
commit 758dfab328
No known key found for this signature in database
GPG Key ID: 09959E21662F51A0
92 changed files with 32 additions and 557 deletions

View File

@ -29,6 +29,8 @@ If you are already familiar with the Crowdin platform and want to contribute you
- Polish `pl`
- Portuguese `pt`
- Spanish `es`
- Tamil `ta`
- Vietnamese `vi`
### Pending Translations
@ -50,10 +52,8 @@ If you are already familiar with the Crowdin platform and want to contribute you
- Romanian `ro`
- Russian `ru`
- Swedish `sv`
- Tamil `ta`
- Turkish `tr`
- Ukrainian `uk`
- Vietnamese `vi`
::: warning
If your language is not available in the list above, send me an email at <a href="mailto:im.amruth@gmail.com">im.amruth@gmail.com</a> with your request or raise an issue on GitHub and I'll add it on the Crowdin Platform.

15
package-lock.json generated
View File

@ -8708,12 +8708,12 @@
"@babel/runtime": "^7.5.5"
}
},
"i18next-xhr-backend": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/i18next-xhr-backend/-/i18next-xhr-backend-3.2.2.tgz",
"integrity": "sha512-OtRf2Vo3IqAxsttQbpjYnmMML12IMB5e0fc5B7qKJFLScitYaXa1OhMX0n0X/3vrfFlpHL9Ro/H+ps4Ej2j7QQ==",
"i18next-http-backend": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.0.4.tgz",
"integrity": "sha512-nnaCLtUIarFoQv1NNzN1I/TPyDRbHnq2gb5Lnf/rZBiWNJ6BdPXY0kpY1oxLIFTkwHvXJLoD9O6vVUDSXhnUjQ==",
"requires": {
"@babel/runtime": "^7.5.5"
"node-fetch": "2.6.0"
}
},
"iconv-lite": {
@ -11427,6 +11427,11 @@
"lodash.toarray": "^4.4.0"
}
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"node-forge": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz",

View File

@ -17,7 +17,7 @@
"html2canvas": "^1.0.0-rc.5",
"i18next": "^19.4.3",
"i18next-browser-languagedetector": "^4.1.1",
"i18next-xhr-backend": "^3.2.2",
"i18next-http-backend": "^1.0.4",
"jspdf": "^1.5.3",
"lodash": "^4.17.15",
"postcss-cli": "^7.1.0",

View File

@ -1,5 +1,5 @@
import i18n from 'i18next';
import backend from 'i18next-xhr-backend';
import backend from 'i18next-http-backend';
import { initReactI18next } from 'react-i18next';
import detector from 'i18next-browser-languagedetector';
@ -8,56 +8,60 @@ import resources from './locales';
const languages = [
{
code: 'ar',
name: 'Arabic',
name: 'Arabic (عربى)',
},
{
code: 'zh',
name: 'Chinese',
name: 'Chinese (中文)',
},
{
code: 'da',
name: 'Danish',
name: 'Danish (Dansk)',
},
{
code: 'nl',
name: 'Dutch',
name: 'Dutch (Nederlands)',
},
{
code: 'en',
name: 'English',
name: 'English (US)',
},
{
code: 'fr',
name: 'French',
name: 'French (Français)',
},
{
code: 'de',
name: 'German',
name: 'German (Deutsche)',
},
{
code: 'hi',
name: 'Hindi',
name: 'Hindi (हिन्दी)',
},
{
code: 'kn',
name: 'Kannada',
name: 'Kannada (ಕನ್ನಡ)',
},
{
code: 'pl',
name: 'Polish',
name: 'Polish (Polskie)',
},
{
code: 'pt',
name: 'Portuguese',
name: 'Portuguese (Português)',
},
{
code: 'es',
name: 'Spanish',
name: 'Spanish (Español)',
},
{
code: 'ta',
name: 'Tamil (தமிழ்)',
},
{
code: 'vi',
name: 'Tiếng Việt'
}
name: 'Vietnamese (Tiếng Việt)',
},
];
i18n

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Kochen"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cocinero"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cuisiner"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "गायन"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "ಅಡುಗೆ"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cozinheiro"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Cooking"
}
}

View File

@ -4,7 +4,6 @@ import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
@ -16,7 +15,6 @@ export default {
education,
awards,
certifications,
skills,
languages,
references,
extras,

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "烹饪"
}
}

View File

@ -1,45 +0,0 @@
{
"item": {
"add": "Add {{- heading}}",
"startDate": {
"label": "Start Date"
},
"endDate": {
"label": "End Date"
},
"description": {
"label": "Description"
}
},
"buttons": {
"add": {
"label": "Add"
}
},
"printDialog": {
"heading": "Download Your Resume",
"quality": {
"label": "Quality"
},
"printType": {
"label": "Type",
"types": {
"unconstrained": "Unconstrained",
"fitInA4": "Fit in A4",
"multiPageA4": "Multi-Page A4"
}
},
"helpText": [
"This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.",
"If that is important to you, please try printing the resume instead using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome."
],
"buttons": {
"cancel": "Cancel",
"saveAsPdf": "Save as PDF"
}
},
"panZoomAnimation": {
"helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume."
},
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
}

View File

@ -1,3 +0,0 @@
import app from './app.json';
export default app;

View File

@ -1,11 +0,0 @@
import app from './app';
import leftSidebar from './leftSidebar';
import rightSidebar from './rightSidebar';
export default {
en: {
app,
leftSidebar,
rightSidebar,
},
};

View File

@ -1,8 +0,0 @@
{
"title": {
"label": "Title"
},
"subtitle": {
"label": "Subtitle"
}
}

View File

@ -1,8 +0,0 @@
{
"title": {
"label": "Name"
},
"subtitle": {
"label": "Authority"
}
}

View File

@ -1,11 +0,0 @@
{
"name": {
"label": "Name"
},
"major": {
"label": "Major"
},
"grade": {
"label": "Grade"
}
}

View File

@ -1,8 +0,0 @@
{
"key": {
"label": "Key"
},
"value": {
"label": "Value"
}
}

View File

@ -1,21 +0,0 @@
import profile from './profile.json';
import objective from './objective.json';
import work from './work.json';
import education from './education.json';
import awards from './awards.json';
import certifications from './certifications.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
export default {
profile,
objective,
work,
education,
awards,
certifications,
languages,
references,
extras,
};

View File

@ -1,11 +0,0 @@
{
"key": {
"label": "Name"
},
"level": {
"label": "Level"
},
"rating": {
"label": "Rating"
}
}

View File

@ -1,5 +0,0 @@
{
"objective": {
"label": "Objective"
}
}

View File

@ -1,35 +0,0 @@
{
"photoUrl": {
"label": "Photo URL"
},
"firstName": {
"label": "First Name"
},
"lastName": {
"label": "Last Name"
},
"subtitle": {
"label": "Subtitle"
},
"address": {
"label": "Address",
"line1": {
"label": "Address Line 1"
},
"line2": {
"label": "Address Line 2"
},
"line3": {
"label": "Address Line 3"
}
},
"phone": {
"label": "Phone Number"
},
"website": {
"label": "Website"
},
"email": {
"label": "Email Address"
}
}

View File

@ -1,14 +0,0 @@
{
"name": {
"label": "Name"
},
"position": {
"label": "Position"
},
"phone": {
"label": "Phone Number"
},
"email": {
"label": "Email Address"
}
}

View File

@ -1,8 +0,0 @@
{
"name": {
"label": "Name"
},
"role": {
"label": "Role"
}
}

View File

@ -1,36 +0,0 @@
{
"title": "About",
"documentation": {
"heading": "Documentation",
"body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.",
"buttons": {
"documentation": "Documentation"
}
},
"bugOrFeatureRequest": {
"heading": "Bug? Feature Request?",
"body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.",
"buttons": {
"raiseIssue": "Raise an Issue",
"sendEmail": "Send an Email"
}
},
"sourceCode": {
"heading": "Source Code",
"body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.",
"buttons": {
"githubRepo": "GitHub Repo"
}
},
"license": {
"heading": "License Information",
"body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.",
"buttons": {
"mitLicense": "MIT License"
}
},
"footer": {
"credit": "Made with Love by <1>Amruth Pillai</1>",
"thanks": "Thank you for using Reactive Resume!"
}
}

View File

@ -1,33 +0,0 @@
{
"title": "Actions",
"disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.",
"importExport": {
"heading": "Import/Export",
"body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.",
"buttons": {
"import": "Import",
"export": "Export"
}
},
"downloadResume": {
"heading": "Download Your Resume",
"body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.",
"buttons": {
"saveAsPdf": "Save as PDF"
}
},
"loadDemoData": {
"heading": "Load Demo Data",
"body": "Unclear on what to do with a fresh blank page? Load some demo data with prepopulated values to see how a resume should look and you can start editing from there.",
"buttons": {
"loadData": "Load Data"
}
},
"reset": {
"heading": "Reset Everything!",
"body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.",
"buttons": {
"reset": "Reset"
}
}
}

View File

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

View File

@ -1,7 +0,0 @@
{
"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

@ -1,15 +0,0 @@
import templates from './templates.json';
import colors from './colors.json';
import fonts from './fonts.json';
import actions from './actions.json';
import settings from './settings.json';
import about from './about.json';
export default {
templates,
colors,
fonts,
actions,
settings,
about,
};

View File

@ -1,7 +0,0 @@
{
"title": "Settings",
"language": {
"label": "Language",
"helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation</1>."
}
}

View File

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