diff --git a/client/public/locales/kn/common.json b/client/public/locales/kn/common.json new file mode 100644 index 00000000..fe911ca0 --- /dev/null +++ b/client/public/locales/kn/common.json @@ -0,0 +1,27 @@ +{ + "avatar": { + "menu": { + "greeting": "Hello", + "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", + "license": "By the community, for the community." + }, + "markdown": { + "help-text": "This section supports <1>markdown formatting." + }, + "subtitle": "A free and open source resume builder.", + "title": "Reactive Resume", + "toast": { + "error": { + "upload-file-size": "Please upload only files under 2 megabytes.", + "upload-photo-size": "Please upload only photos under 2 megabytes, preferrably square." + }, + "success": { + "resume-link-copied": "A link to your resume has been copied to your clipboard." + } + } +}