From 4b17719c691a4df3ca6088d09529f25ed8827bdc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 18 Mar 2022 02:48:31 +0100 Subject: [PATCH] New translations common.json (Malayalam) --- client/public/locales/ml/common.json | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 client/public/locales/ml/common.json diff --git a/client/public/locales/ml/common.json b/client/public/locales/ml/common.json new file mode 100644 index 00000000..cae96cff --- /dev/null +++ b/client/public/locales/ml/common.json @@ -0,0 +1,32 @@ +{ + "avatar": { + "menu": { + "greeting": "ഹലോ", + "logout": "പുറത്തുകടക്കുക" + } + }, + "footer": { + "credit": "<1>അമൃത് പിള്ളയുടെ ഒരു പാഷൻ പ്രോജക്റ്റ്", + "language": { + "missing": "നിങ്ങളുടെ ഭാഷ കാണുന്നില്ലേ?" + }, + "license": "സമൂഹത്താൽ, സമൂഹത്തിന് വേണ്ടി." + }, + "markdown": { + "help-text": "ഈ വിഭാഗം <1>മാർക്ക്ഡൗൺ ഫോർമാറ്റിംഗ് പിന്തുണയ്ക്കുന്നു." + }, + "date": { + "present": "ഇപ്പോൾ" + }, + "subtitle": "ഒരു സൗജന്യ ഓപ്പൺ സോഴ്സ് റെസ്യൂം ബിൽഡർ.", + "title": "റിയാക്ടീവ് റെസ്യുമെ", + "toast": { + "error": { + "upload-file-size": "2 മെഗാബൈറ്റിൽ താഴെയുള്ള ഫയലുകൾ മാത്രം അപ്‌ലോഡ് ചെയ്യുക.", + "upload-photo-size": "2 മെഗാബൈറ്റിൽ താഴെയുള്ള ഫോട്ടോകൾ മാത്രം അപ്‌ലോഡ് ചെയ്യുക." + }, + "success": { + "resume-link-copied": "നിങ്ങളുടെ റെസ്യൂമെയിലേക്കുള്ള ഒരു ലിങ്ക് നിങ്ങളുടെ ക്ലിപ്പ്ബോർഡിലേക്ക് പകർത്തി." + } + } +}