mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
New translations actions.json (Serbian (Cyrillic))
This commit is contained in:
33
src/i18n/locales/sr/rightSidebar/actions.json
Normal file
33
src/i18n/locales/sr/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"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user