From 11827dcc2999539b99521cc2e9f015d179770dc2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 8 Mar 2022 16:22:49 +0100 Subject: [PATCH] New translations landing.json (Kannada) --- client/public/locales/kn/landing.json | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 client/public/locales/kn/landing.json diff --git a/client/public/locales/kn/landing.json b/client/public/locales/kn/landing.json new file mode 100644 index 00000000..7b79d8da --- /dev/null +++ b/client/public/locales/kn/landing.json @@ -0,0 +1,34 @@ +{ + "actions": { + "app": "Go to App", + "login": "Login", + "logout": "Logout", + "register": "Register" + }, + "features": { + "heading": "Features", + "list": { + "ads": "No Advertising", + "export": "Export your resume to JSON or PDF format", + "free": "Free, forever", + "import": "Import data from LinkedIn, JSON Resume", + "languages": "Accessible in multiple languages", + "more": "And much more exciting features, <1>read all about it here", + "tracking": "No Tracking (no 🍪s too)" + } + }, + "links": { + "heading": "Links", + "links": { + "donate": "Donate to Reactive Resume", + "github": "Source Code on GitHub" + } + }, + "screenshots": { + "heading": "Screenshots" + }, + "summary": { + "body": "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. With this app, you can create multiple resumes, share them with recruiters or friends through a unique link and print it as a PDF, all for free, no ads, no tracking, without losing the integrity and privacy of your data.", + "heading": "Summary" + } +}