mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
add source translations folder
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,3 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
|
||||
25
src/i18n/source/app/app.json
Normal file
25
src/i18n/source/app/app.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
13
src/i18n/source/leftSidebar/awards.json
Normal file
13
src/i18n/source/leftSidebar/awards.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
13
src/i18n/source/leftSidebar/certifications.json
Normal file
13
src/i18n/source/leftSidebar/certifications.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": {
|
||||
"label": "Title",
|
||||
"placeholder": "Android Development Nanodegree"
|
||||
},
|
||||
"subtitle": {
|
||||
"label": "Subtitle",
|
||||
"placeholder": "Udacity"
|
||||
},
|
||||
"description": {
|
||||
"placeholder": "You can write about what you learnt from your certification program."
|
||||
}
|
||||
}
|
||||
16
src/i18n/source/leftSidebar/education.json
Normal file
16
src/i18n/source/leftSidebar/education.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
10
src/i18n/source/leftSidebar/extras.json
Normal file
10
src/i18n/source/leftSidebar/extras.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": {
|
||||
"label": "Key",
|
||||
"placeholder": "Date of Birth"
|
||||
},
|
||||
"value": {
|
||||
"label": "Value",
|
||||
"placeholder": "6th August 1995"
|
||||
}
|
||||
}
|
||||
9
src/i18n/source/leftSidebar/languages.json
Normal file
9
src/i18n/source/leftSidebar/languages.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": {
|
||||
"label": "Key",
|
||||
"placeholder": "Dothraki"
|
||||
},
|
||||
"rating": {
|
||||
"label": "Rating"
|
||||
}
|
||||
}
|
||||
6
src/i18n/source/leftSidebar/objective.json
Normal file
6
src/i18n/source/leftSidebar/objective.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
40
src/i18n/source/leftSidebar/profile.json
Normal file
40
src/i18n/source/leftSidebar/profile.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
19
src/i18n/source/leftSidebar/references.json
Normal file
19
src/i18n/source/leftSidebar/references.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
5
src/i18n/source/leftSidebar/skills.json
Normal file
5
src/i18n/source/leftSidebar/skills.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
13
src/i18n/source/leftSidebar/work.json
Normal file
13
src/i18n/source/leftSidebar/work.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": {
|
||||
"label": "Name",
|
||||
"placeholder": "Amazon (US)"
|
||||
},
|
||||
"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."
|
||||
}
|
||||
}
|
||||
36
src/i18n/source/rightSidebar/about.json
Normal file
36
src/i18n/source/rightSidebar/about.json
Normal 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!"
|
||||
}
|
||||
}
|
||||
33
src/i18n/source/rightSidebar/actions.json
Normal file
33
src/i18n/source/rightSidebar/actions.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
src/i18n/source/rightSidebar/colors.json
Normal file
7
src/i18n/source/rightSidebar/colors.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "Colors",
|
||||
"colorOptions": "Color Options",
|
||||
"primaryColor": "Primary Color",
|
||||
"accentColor": "Accent Color",
|
||||
"clipboardCopyAction": "{{color}} has been copied to the clipboard."
|
||||
}
|
||||
7
src/i18n/source/rightSidebar/fonts.json
Normal file
7
src/i18n/source/rightSidebar/fonts.json
Normal 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."
|
||||
}
|
||||
}
|
||||
7
src/i18n/source/rightSidebar/settings.json
Normal file
7
src/i18n/source/rightSidebar/settings.json
Normal 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>."
|
||||
}
|
||||
}
|
||||
3
src/i18n/source/rightSidebar/templates.json
Normal file
3
src/i18n/source/rightSidebar/templates.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Templates"
|
||||
}
|
||||
Reference in New Issue
Block a user