diff --git a/client/public/locales/kn/dashboard.json b/client/public/locales/kn/dashboard.json new file mode 100644 index 00000000..c998e786 --- /dev/null +++ b/client/public/locales/kn/dashboard.json @@ -0,0 +1,25 @@ +{ + "create-resume": { + "subtitle": "Start from scratch", + "title": "Create New Resume" + }, + "import-external": { + "subtitle": "LinkedIn, JSON Resume, Reactive Resume", + "title": "Import from External Sources" + }, + "resume": { + "menu": { + "delete": "Delete", + "duplicate": "Duplicate", + "open": "Open", + "rename": "Rename", + "share-link": "Share Link", + "tooltips": { + "delete": "Are you sure you want to delete this resume? This is an irreversible action.", + "share-link": "You need to change the visibility of your resume to public to make it visible to others." + } + }, + "timestamp": "Last updated {{timestamp}} ago" + }, + "title": "Dashboard" +}