From 9c6019020376f96ac553631b1f62dec5d2ef74f0 Mon Sep 17 00:00:00 2001 From: albemarle <45690905+albemarle@users.noreply.github.com> Date: Thu, 4 Apr 2019 11:56:39 -0400 Subject: [PATCH] fix(i18n): add what we have in Arabic to test RTL (#130) --- src/i18n/messages/ar.json | 48 +++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index 62081a3..e52216c 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -1,44 +1,44 @@ { - "siteheader.links.courses": "Courses", + "siteheader.links.courses": "المساقات", "siteheader.links.programs": "Programs & Degrees", - "siteheader.links.schools": "Schools & Partners", - "siteheader.user.menu.dashboard": "Dashboard", - "siteheader.user.menu.profile": "Profile", - "siteheader.user.menu.account.settings": "Account", - "siteheader.user.menu.logout": "Logout", - "siteheader.user.menu.login": "Login", - "siteheader.user.menu.register": "Sign Up", + "siteheader.links.schools": "المدارس والشركاء", + "siteheader.user.menu.dashboard": "لوحة القيادة", + "siteheader.user.menu.profile": "الملف الشخصي", + "siteheader.user.menu.account.settings": "حساب", + "siteheader.user.menu.logout": "تسجيل الخروج", + "siteheader.user.menu.login": "تسجيل الدخول", + "siteheader.user.menu.register": "تسجيل العضوية", "profile.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", "profile.age.headline": "Your profile cannot be shared.", "profile.age.details": "To share your profile with other edX learners, you must confirm that you are over the age of 13.", "profile.age.set.date": "Set your date of birth", "profile.bio.empty": "Add a short bio", - "profile.bio.about.me": "About Me", + "profile.bio.about.me": "نبذة عنّي", "profile.certificate.organization.label": "From", "profile.no.certificates": "You don't have any certificates yet.", "profile.certificates.my.certificates": "My Certificates", - "profile.certificates.view.certificate": "View Certificate", - "profile.country.label": "Location", + "profile.certificates.view.certificate": "معاينة الشهادة", + "profile.country.label": "الموقع", "profile.country.empty": "Add location", "profile.datejoined.member.since": "Member since {year}", "profile.education.empty": "Add education", - "profile.education.education": "Education", - "profile.editbutton.edit": "Edit", + "profile.education.education": "المستوى التعليمي", + "profile.editbutton.edit": "تحرير", "profile.formcontrols.who.can.see": "Who can see this:", - "profile.formcontrols.button.cancel": "Cancel", - "profile.formcontrols.button.save": "Save", - "profile.formcontrols.button.saving": "Saving", - "profile.formcontrols.button.saved": "Saved", + "profile.formcontrols.button.cancel": "إلغاء", + "profile.formcontrols.button.save": "حفظ", + "profile.formcontrols.button.saving": "جاري الحفظ", + "profile.formcontrols.button.saved": "جرى الحفظ", "profile.visibility.who.just.me": "Just me", "profile.visibility.who.everyone": "Everyone on edX", "profile.name.details": "This is the name that appears in your account and on your certificates.", "profile.name.empty": "Add name", - "profile.name.full.name": "Full Name", - "profile.preferredlanguage.label": "Language", - "profile.preferredlanguage.empty": "Add language", - "profile.profileavatar.upload-button": "Upload Photo", - "profile.profileavatar.change-button": "Change", - "profile.profileavatar.remove.button": "Remove", + "profile.name.full.name": "الاسم الكامل", + "profile.preferredlanguage.label": "اللغة", + "profile.preferredlanguage.empty": "إضافة اللغة", + "profile.profileavatar.upload-button": "رفع صورة", + "profile.profileavatar.change-button": "تغيير", + "profile.profileavatar.remove.button": "حذف", "profile.sociallinks.add": "Add {network}", - "profile.sociallinks.social.links": "Social Links" + "profile.sociallinks.social.links": "روابط اجتماعية" } \ No newline at end of file