From fb32f9b523c17d39cf8338d115afc2c947008eb3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 14 Mar 2022 16:52:52 +0100 Subject: [PATCH] New translations common.json (Arabic) --- client/public/locales/ar/common.json | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 client/public/locales/ar/common.json diff --git a/client/public/locales/ar/common.json b/client/public/locales/ar/common.json new file mode 100644 index 00000000..b7c8a921 --- /dev/null +++ b/client/public/locales/ar/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": "تم نسخ رابط السيرة الذاتية الخاصة بك إلى الحافظة." + } + } +}