mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 03:32:09 +10:00
fix(i18n): add missing translation keys, update lang/locale logic
This commit is contained in:
@ -61,12 +61,18 @@
|
||||
"page": "Page"
|
||||
},
|
||||
"list": {
|
||||
"empty-text": "This list is empty."
|
||||
"empty-text": "This list is empty.",
|
||||
"actions": {
|
||||
"edit": "Edit",
|
||||
"duplicate": "Duplicate",
|
||||
"delete": "Delete"
|
||||
}
|
||||
},
|
||||
"tooltip": {
|
||||
"delete-section": "Delete Section",
|
||||
"rename-section": "Rename Section",
|
||||
"toggle-visibility": "Toggle Visibility"
|
||||
"toggle-visibility": "Toggle Visibility",
|
||||
"delete-item": "Are you sure you want to delete this item? This is an irreversible action."
|
||||
}
|
||||
},
|
||||
"controller": {
|
||||
|
||||
@ -5,9 +5,11 @@
|
||||
"logout": "Logout"
|
||||
}
|
||||
},
|
||||
"description": "Reactive Resume is a free and open source resume builder that's built to make the mundane tasks of creating, updating and sharing your resume as easy as 1, 2, 3.",
|
||||
"footer": {
|
||||
"credit": "A passion project by <1>Amruth Pillai</1>",
|
||||
"language": {
|
||||
"missing": "Missing your language?"
|
||||
},
|
||||
"license": "By the community, for the community."
|
||||
},
|
||||
"markdown": {
|
||||
|
||||
@ -106,7 +106,7 @@
|
||||
"actions": {
|
||||
"upload-archive": "Upload ZIP Archive"
|
||||
},
|
||||
"body": "You can save time by exporting your data from LinkedIn and using it to auto-fill fields on Reactive Resume. Head on over to the <1>Data Privacy</1> section on LinkedIn and request an archive of your data. Once it is available, upload the ZIP archive below.",
|
||||
"body": "You can save time by exporting your data from LinkedIn and using it to auto-fill fields on Reactive Resume. Head over to the <1>Data Privacy</1> section on LinkedIn and request an archive of your data. Once it is available, upload the ZIP file below.",
|
||||
"heading": "Import From LinkedIn"
|
||||
},
|
||||
"reactive-resume": {
|
||||
|
||||
Reference in New Issue
Block a user