clearing the slate

This commit is contained in:
Amruth Pillai
2020-07-02 21:23:03 +05:30
parent 58f0cc7f30
commit d2e3227d01
912 changed files with 0 additions and 38944 deletions

View File

@ -1,93 +0,0 @@
import i18n from 'i18next';
import backend from 'i18next-http-backend';
import { initReactI18next } from 'react-i18next';
import detector from 'i18next-browser-languagedetector';
import resources from './locales';
const languages = [
{
code: 'ar',
name: 'Arabic (عربى)',
},
{
code: 'zh',
name: 'Chinese (中文)',
},
{
code: 'da',
name: 'Danish (Dansk)',
},
{
code: 'nl',
name: 'Dutch (Nederlands)',
},
{
code: 'en',
name: 'English (US)',
},
{
code: 'fr',
name: 'French (Français)',
},
{
code: 'de',
name: 'German (Deutsche)',
},
{
code: 'he',
name: 'Hebrew (עברית)',
},
{
code: 'hi',
name: 'Hindi (हिन्दी)',
},
{
code: 'it',
name: 'Italian (Italiano)',
},
{
code: 'kn',
name: 'Kannada (ಕನ್ನಡ)',
},
{
code: 'pl',
name: 'Polish (Polskie)',
},
{
code: 'pt',
name: 'Portuguese (Português)',
},
{
code: 'ru',
name: 'Russian (русский)',
},
{
code: 'es',
name: 'Spanish (Español)',
},
{
code: 'ta',
name: 'Tamil (தமிழ்)',
},
{
code: 'vi',
name: 'Vietnamese (Tiếng Việt)',
},
];
i18n
.use(detector)
.use(backend)
.use(initReactI18next)
.init({
resources,
lng: 'en',
fallbackLng: 'en',
ns: ['app', 'leftSidebar', 'rightSidebar'],
defaultNS: 'app',
});
export { languages };
export default i18n;

View File

@ -1,48 +0,0 @@
{
"item": {
"add": "Add {{- heading}}",
"startDate": {
"label": "Start Date"
},
"endDate": {
"label": "End Date"
},
"description": {
"label": "Description"
}
},
"buttons": {
"add": {
"label": "Add"
},
"delete": {
"label": "Delete"
}
},
"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,9 +0,0 @@
import app from './app';
import leftSidebar from './leftSidebar';
import rightSidebar from './rightSidebar';
export default {
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"
}

View File

@ -1,48 +0,0 @@
{
"item": {
"add": "إضافة {{- heading}}",
"startDate": {
"label": "تاريخ البدء"
},
"endDate": {
"label": "تاريخ الانتهاء"
},
"description": {
"label": "الوصف"
}
},
"buttons": {
"add": {
"label": "إضافة"
},
"delete": {
"label": "حذف"
}
},
"printDialog": {
"heading": "تحميل السيرة الذاتية الخاصة بك",
"quality": {
"label": "الجودة"
},
"printType": {
"label": "النوع",
"types": {
"unconstrained": "غير مقيّد",
"fitInA4": "ملائم في A4",
"multiPageA4": "صفحات متعددة A4"
}
},
"helpText": [
"يستخدم فى صيغة التصدير هنا HTML canvas لتحويل السيرة الذاتية إلى صورة ثم طباعتها فى ملف PDF ، مما يعنى أنك ستفقد كل قدرات تحديد\\تحليل النص المكتوب.",
"إذا كان هذا مهماً بالنسبة لك، يرجى محاولة طباعة السيرة الذاتية بدلاً من ذلك باستخدام Cmd/Ctrl + P أو زر الطباعة أدناه. قد تختلف النتيجة لأن طبيعة الطباعة تعتمد على نوع المتصفح، ولكن من المعروف أنه يعمل بشكل أفضل على أحدث إصدار من Google Chrome."
],
"buttons": {
"cancel": "إلغاء",
"saveAsPdf": "حفظ كـ PDF"
}
},
"panZoomAnimation": {
"helpText": "يمكنك تحريك وتكبير لوحة الرسم فى أى وقت لتحصل على نظرة أوضح لسيرتك الذاتية."
},
"markdownHelpText": "يمكنك استخدام <1>GitHub Flavored Markdown</1> لتصميم هذا القسم من النص."
}

View File

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

View File

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

View File

@ -1,8 +0,0 @@
{
"title": {
"label": "العنوان"
},
"subtitle": {
"label": "العنوان الفرعي"
}
}

View File

@ -1,8 +0,0 @@
{
"title": {
"label": "الاسم"
},
"subtitle": {
"label": "الهيئة"
}
}

View File

@ -1,11 +0,0 @@
{
"name": {
"label": "الاسم"
},
"major": {
"label": "التخصص"
},
"grade": {
"label": "الدرجة"
}
}

View File

@ -1,8 +0,0 @@
{
"key": {
"label": "المفتاح - النوع"
},
"value": {
"label": "القيمة"
}
}

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": "الاسم"
},
"level": {
"label": "مستوى"
},
"rating": {
"label": "التقييم"
}
}

View File

@ -1,5 +0,0 @@
{
"objective": {
"label": "الأهداف"
}
}

View File

@ -1,35 +0,0 @@
{
"photoUrl": {
"label": "رابط الصورة على الإنترنت"
},
"firstName": {
"label": "الإسم الأول"
},
"lastName": {
"label": "الاسم الأخير"
},
"subtitle": {
"label": "العنوان الفرعي"
},
"address": {
"label": "العنوان",
"line1": {
"label": "السطر 1 للعنوان"
},
"line2": {
"label": "السطر 2 للعنوان"
},
"line3": {
"label": "السطر 3 للعنوان"
}
},
"phone": {
"label": "رقم الهاتف"
},
"website": {
"label": "الموقع الالكتروني"
},
"email": {
"label": "عنوان البريد الإلكتروني"
}
}

View File

@ -1,14 +0,0 @@
{
"name": {
"label": "الاسم"
},
"position": {
"label": "المنصب"
},
"phone": {
"label": "رقم الهاتف"
},
"email": {
"label": "عنوان البريد الإلكتروني"
}
}

View File

@ -1,8 +0,0 @@
{
"name": {
"label": "الاسم"
},
"role": {
"label": "الوظيفة"
}
}

View File

@ -1,36 +0,0 @@
{
"title": "حول",
"documentation": {
"heading": "توضيحات",
"body": "هل ترغب في معرفة المزيد عن التطبيق؟ تحتاج إلى معلومات عن كيفية المساهمة في المشروع؟ لا مزيد من البحث، هناك دليل شامل تم إعداده من أجلك.",
"buttons": {
"documentation": "التوضيحات"
}
},
"bugOrFeatureRequest": {
"heading": "خطأ؟ طلب ميزة جديدة؟",
"body": "شيء ما يوقف تقدمك فى بناء السيرة الذاتية؟ وجدت خلل مزعج لن يتوقف من العمل؟ تحدث عن ذلك في قسم مشاكل GitHub ، أو أرسل إلى بريدي الإلكتروني باستخدام الإجراءات أدناه.",
"buttons": {
"raiseIssue": "رفع مشكلة",
"sendEmail": "إرسال بريد إلكتروني"
}
},
"sourceCode": {
"heading": "مصدر الكود البرمجيى",
"body": "هل تريد تشغيل المشروع من مصدره؟ هل أنت مطور على استعداد للمساهمة في تطوير هذا المشروع؟ انقر على الزر أدناه.",
"buttons": {
"githubRepo": "مستودع GitHub"
}
},
"license": {
"heading": "معلومات الترخيص",
"body": "المشروع خاضع لرخصة MIT ، التي يمكنك القراة عنها أكثر أدناه. في الأساس، يسمح لك باستخدام المشروع في أي مكان بشرط أن تقدم اعتمادات للمؤلف الأصلي.",
"buttons": {
"mitLicense": "رخصة MIT"
}
},
"footer": {
"credit": "صنع مع الحب بواسطة <1>أمروث بيلاي</1>",
"thanks": "شكرا لك على استخدام Reactive Resume!"
}
}

View File

@ -1,33 +0,0 @@
{
"title": "الاجراءت",
"disclaimer": "التغييرات التي تجريها على السيرة الذاتية الخاصة بك يتم حفظها تلقائيًا إلى وحدة التخزين المحلية للمتصفح. لا توجد بيانات، وبالتالي فإن المعلومات الخاصة بك آمنة تمامًا.",
"importExport": {
"heading": "إستيراد/تصدير",
"body": "يمكنك استيراد أو تصدير البيانات الخاصة بك بتنسيق JSON. لذلك ، يمكنك تعديل أو طباعة سيرتك الذاتية من أي جهاز. حفظ هذا الملف لاستخدامه لاحقاً.",
"buttons": {
"import": "إستيراد",
"export": "تصدير"
}
},
"downloadResume": {
"heading": "تحميل السيرة الذاتية الخاصة بك",
"body": "يمكنك النقر على الزر أدناه لتنزيل نسخة PDF من سيرتك الذاتية على الفور. للحصول على أفضل النتائج، يرجى استخدام أحدث إصدار من Google Chrome.",
"buttons": {
"saveAsPdf": "حفظ كـ PDF"
}
},
"loadDemoData": {
"heading": "إضافة البيانات التجريبية",
"body": "غير واضح ما يجب فعله بصفحة جديدة فارغة؟ قم بإضافة بعض البيانات التجريبية مع قيم مسبقة لترى كيف يجب أن تبدو سيرتك الذاتية ويمكنك البدء في التعديل من هناك.",
"buttons": {
"loadData": "تحميل-إضافة البيانات"
}
},
"reset": {
"heading": "إعادة تعيين كل شيء!",
"body": "سيؤدي هذا الإجراء إلى إعادة تعيين جميع بياناتك وإزالة النسخ الاحتياطية التي تم إنشاؤها على وحدة التخزين المحلية لمتصفحك أيضًا. لذا يرجى التأكد من أنك قمت بتصدير بياناتك أولاً قبل إعادة تعيين كل شيء.",
"buttons": {
"reset": "إعادة تعيين"
}
}
}

View File

@ -1,7 +0,0 @@
{
"title": "الألوان",
"colorOptions": "خيارات اللون",
"primaryColor": "اللون الأساسي",
"accentColor": "اللون الثانوي",
"clipboardCopyAction": "تم نسخ {{color}}."
}

View File

@ -1,7 +0,0 @@
{
"title": "الخطوط",
"fontFamily": {
"label": "نوع الخط",
"helpText": "يمكنك استخدام أي خط مثبت على جهازك أيضًا. فقط قم بإدخال اسم عائلة الخط هنا وسوف يقوم المتصفح بتحميله لك."
}
}

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": "الإعدادات",
"language": {
"label": "اللّغة",
"helpText": "إذا كنت ترغب في المساعدة في ترجمة التطبيق إلى لغتك الخاصة، يرجى الرجوع إلى <1>وثيقة الترجمة </1>."
}
}

View File

@ -1,3 +0,0 @@
{
"title": "القوالب"
}

View File

@ -1,25 +0,0 @@
{
"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</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,9 +0,0 @@
import app from './app';
import leftSidebar from './leftSidebar';
import rightSidebar from './rightSidebar';
export default {
app,
leftSidebar,
rightSidebar,
};

View File

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

View File

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

View File

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

View File

@ -1,10 +0,0 @@
{
"key": {
"label": "Key",
"placeholder": "Date of Birth"
},
"value": {
"label": "Value",
"placeholder": "6th August 1995"
}
}

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,9 +0,0 @@
{
"key": {
"label": "Key",
"placeholder": "Dothraki"
},
"rating": {
"label": "Rating"
}
}

View File

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

View File

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

View File

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

View File

@ -1,13 +0,0 @@
{
"name": {
"label": "Name",
"placeholder": "Amazon"
},
"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."
}
}

View File

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

@ -1,34 +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"
}
},
"printResume": {
"heading": "Print Your Resume",
"body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P</1> but it would have different effects.",
"buttons": {
"export": "Export",
"print": "Print"
}
},
"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": "Accent 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"
}

View File

@ -1,48 +0,0 @@
{
"item": {
"add": "Добавяне на {{- heading}}",
"startDate": {
"label": "Начална дата"
},
"endDate": {
"label": "Крайна дата"
},
"description": {
"label": "Описание"
}
},
"buttons": {
"add": {
"label": "Добавяне"
},
"delete": {
"label": "Изтриване"
}
},
"printDialog": {
"heading": "Изтегляне на автобиографията",
"quality": {
"label": "Качество"
},
"printType": {
"label": "Тип",
"types": {
"unconstrained": "Без ограничения",
"fitInA4": "Побиране във формат A4",
"multiPageA4": "На няколко страници A4"
}
},
"helpText": [
"Този метод на експортиране използва HTML пространството за конвертиране на автобиографията в изображение и отпечатването ѝ като PDF. Това означава, че няма да може да използвате възможността за селектиране/търсене във файла.",
"Ако е важно за вас, пробвайте да отпечатате автобиографията с помощта на клавишната комбинация Cmd/Ctrl + P или бутона за печат по-долу. Резултатът може да е различен, тъй като всичко зависи от браузъра, но най-добре се получава с най-актуалната версия на Google Chrome."
],
"buttons": {
"cancel": "Отказ",
"saveAsPdf": "Запазване като PDF"
}
},
"panZoomAnimation": {
"helpText": "Можете да местите и променяте мащаба на работната площ така, че да преглеждате по-отблизо автобиографията ви."
},
"markdownHelpText": "Може да използвате <1>маркиране в стила на GitHub</1>, за да оформите текста в този раздел."
}

View File

@ -1,8 +0,0 @@
{
"title": {
"label": "Заглавие"
},
"subtitle": {
"label": "Подзаглавие"
}
}

View File

@ -1,8 +0,0 @@
{
"title": {
"label": "Наименование"
},
"subtitle": {
"label": "Институция"
}
}

View File

@ -1,11 +0,0 @@
{
"name": {
"label": "Наименование"
},
"major": {
"label": "Специалност"
},
"grade": {
"label": "Оценка"
}
}

View File

@ -1,8 +0,0 @@
{
"key": {
"label": "Наименование"
},
"value": {
"label": "Стойност"
}
}

View File

@ -1,11 +0,0 @@
{
"key": {
"label": "Наименование"
},
"level": {
"label": "Ниво"
},
"rating": {
"label": "Оценка"
}
}

View File

@ -1,5 +0,0 @@
{
"objective": {
"label": "Цели"
}
}

View File

@ -1,35 +0,0 @@
{
"photoUrl": {
"label": "URL на снимката"
},
"firstName": {
"label": "Лично име"
},
"lastName": {
"label": "Фамилно име"
},
"subtitle": {
"label": "Подзаглавие"
},
"address": {
"label": "Адрес",
"line1": {
"label": "Адрес ред 1"
},
"line2": {
"label": "Адрес ред 2"
},
"line3": {
"label": "Адрес ред 3"
}
},
"phone": {
"label": "Телефонен номер"
},
"website": {
"label": "Уеб сайт"
},
"email": {
"label": "Имейл адрес"
}
}

View File

@ -1,14 +0,0 @@
{
"name": {
"label": "Име"
},
"position": {
"label": "Позиция"
},
"phone": {
"label": "Телефонен номер"
},
"email": {
"label": "Имейл адрес"
}
}

View File

@ -1,5 +0,0 @@
{
"item": {
"placeholder": "Готварство"
}
}

View File

@ -1,8 +0,0 @@
{
"name": {
"label": "Наименование"
},
"role": {
"label": "Роля"
}
}

View File

@ -1,36 +0,0 @@
{
"title": "За програмата",
"documentation": {
"heading": "Документация",
"body": "Искате ли да научите повече за приложението? Трябва ли ви повече информация как да помогнете на проекта? Може да намерите всичко това в създаденото за целта ръководство.",
"buttons": {
"documentation": "Документация"
}
},
"bugOrFeatureRequest": {
"heading": "Попаднахте на грешка? Искате да се добави някаква функция?",
"body": "Нещо ви пречи да създадете желаната автобиография? Натъкнахте се на някаква досадна грешка и не може да продължите? Напишете в раздела „Issues“ на GitHub или ми изпратете имейл.",
"buttons": {
"raiseIssue": "Съобщете за проблем",
"sendEmail": "Изпратете имейл"
}
},
"sourceCode": {
"heading": "Изходен код",
"body": "Искате да компилирате проекта от изходния му код? Или може би сте разработччик, който желае да допринесе с нещо към изходния код на проекта? Няма проблем, просто натиснете бутона по-долу.",
"buttons": {
"githubRepo": "Хранилище в GitHub"
}
},
"license": {
"heading": "Информация за лиценза",
"body": "Този проект е с лиценз от MIT. Повече информация за лиценза може да намерите по-долу. Общо взето може да използвате проекта където желаете, но при условие че посочвате автора му.",
"buttons": {
"mitLicense": "Лиценз от MIT"
}
},
"footer": {
"credit": "Създадено с любов от <1>Amruth Pillai</1>",
"thanks": "Благодаря ви, че използвате Reactive Resume!"
}
}

View File

@ -1,33 +0,0 @@
{
"title": "Действия",
"disclaimer": "Промените, които правите по автобиографията си, се записват автоматично в локалното хранилище на браузъра. Нищо не напуска системата ви и така данните ви са напълно защитени.",
"importExport": {
"heading": "Импортиране/експортиране",
"body": "Можете да импортирате или експортирате данните си във формат JSON. По този начин ще можете да редактирате и отпечатите автобиографията си от някое друго устройство. Или пък да запазите файла за друг път.",
"buttons": {
"import": "Импортиране",
"export": "Експортиране"
}
},
"downloadResume": {
"heading": "Изтегляне на автобиографията",
"body": "Може да щракнете върху бутона по-долу, за да изтеглите PDF версия на автобиографията си. За най-добър резултат използвайте най-актуалната версия на Google Chrome.",
"buttons": {
"saveAsPdf": "Запазване като PDF"
}
},
"loadDemoData": {
"heading": "Зареждане на демо данни",
"body": "Не знаете как да започнете? Тогава заредете демо данните, за да видите как би изглеждала автобиографията. След това започнете да ги променяте според личния ви опит.",
"buttons": {
"loadData": "Зареждане на данните"
}
},
"reset": {
"heading": "Нулиране на всичко!",
"body": "Това действие ще нулира всичките ви данни и ще премахне резервните копия от локалното хранилище на браузъра ви. Затова не забравяйте да експортирате данните си преди нулирането.",
"buttons": {
"reset": "Нулиране"
}
}
}

View File

@ -1,7 +0,0 @@
{
"title": "Цветове",
"colorOptions": "Опции за цветовете",
"primaryColor": "Основен цвят",
"accentColor": "Вторичен цвят",
"clipboardCopyAction": "Цветът „{{color}}“ е копиран в клипборда."
}

View File

@ -1,7 +0,0 @@
{
"title": "Шрифтове",
"fontFamily": {
"label": "Семейство шрифтове",
"helpText": "Можете да ползвате и всеки един шрифт, който е инсталиран на системата ви. Просто въведете тук името на семеството шрифрове и браузърът ще ги зареди."
}
}

View File

@ -1,7 +0,0 @@
{
"title": "Настройки",
"language": {
"label": "Език",
"helpText": "Ако искате да помогнете с превода на приложението на собствения ви език, вижте <1>документацията относно превода</1>."
}
}

View File

@ -1,3 +0,0 @@
{
"title": "Шаблони"
}

View File

@ -1,48 +0,0 @@
{
"item": {
"add": "Add {{- heading}}",
"startDate": {
"label": "Start Date"
},
"endDate": {
"label": "End Date"
},
"description": {
"label": "Description"
}
},
"buttons": {
"add": {
"label": "Add"
},
"delete": {
"label": "Delete"
}
},
"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,9 +0,0 @@
import app from './app';
import leftSidebar from './leftSidebar';
import rightSidebar from './rightSidebar';
export default {
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"
}

View File

@ -1,48 +0,0 @@
{
"item": {
"add": "Add {{- heading}}",
"startDate": {
"label": "Start Date"
},
"endDate": {
"label": "End Date"
},
"description": {
"label": "Description"
}
},
"buttons": {
"add": {
"label": "Add"
},
"delete": {
"label": "Delete"
}
},
"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;

Some files were not shown because too many files have changed in this diff Show More