From 66b98a21e816bff55dd5e78bce84a9fe4cfa4468 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 8 Mar 2022 16:22:47 +0100 Subject: [PATCH] New translations dashboard.json (Kannada) --- client/public/locales/kn/dashboard.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 client/public/locales/kn/dashboard.json 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" +}