Skip to content

Commit

Permalink
feat(v2): add arabic translation (#4329)
Browse files Browse the repository at this point in the history
  • Loading branch information
3alisaki authored Mar 3, 2021
1 parent 572746d commit 4162e6d
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions packages/docusaurus-theme-classic/codeTranslations/ar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"theme.AnnouncementBar.closeButtonAriaLabel": "إغلاق",
"theme.CodeBlock.copied": "تم النسخ",
"theme.CodeBlock.copy": "نسخ",
"theme.CodeBlock.copyButtonAriaLabel": "نسخ الرمز إلى الحافظة",
"theme.NotFound.p1": "لم نتمكن من العثور على ما كنت تبحث عنه.",
"theme.NotFound.p2": "يرجى الاتصال بمالك الموقع الذي ربطك بعنوان URL الأصلي وإخباره بأن الارتباط الخاص به معطل.",
"theme.NotFound.title": "الصفحة غير موجودة",
"theme.Playground.liveEditor": "محرر مباشر",
"theme.Playground.result": "النتيجة",
"theme.PwaReloadPopup.closeButtonAriaLabel": "إغلاق",
"theme.PwaReloadPopup.info": "نسخة جديدة متاحة",
"theme.PwaReloadPopup.refreshButtonText": "تحديث",
"theme.SearchBar.label": "بحث",
"theme.SearchPage.algoliaLabel": "البحث بواسطه Algolia",
"theme.SearchPage.emptyResultsTitle": "ابحث في الوثائق",
"theme.SearchPage.existingResultsTitle": "نتائج البحث عن \"{query}\"",
"theme.SearchPage.fetchingNewResults": "جلب نتائج جديدة ...",
"theme.SearchPage.inputLabel": "بحث",
"theme.SearchPage.inputPlaceholder": "اكتب ما تبحث عنه هنا",
"theme.SearchPage.noResultsText": "لم يتم العثور على نتائج",
"theme.blog.paginator.navAriaLabel": "التنقل في صفحة قائمة المدونة",
"theme.blog.paginator.newerEntries": "إدخالات أحدث",
"theme.blog.paginator.olderEntries": "إدخالات أقدم",
"theme.blog.post.date": "{day} {month} {year}",
"theme.blog.post.nPosts": "{count} مقالات",
"theme.blog.post.onePost": "مقاله واحده",
"theme.blog.post.paginator.navAriaLabel": "التنقل في صفحة مقالات المدونة",
"theme.blog.post.paginator.newerPost": "مقالات أحدث",
"theme.blog.post.paginator.olderPost": "مقالات أقدم",
"theme.blog.post.readMore": "اقرأ المزيد",
"theme.blog.post.readingTime": "{readingTime} دقائق قراءة",
"theme.blog.tagTitle": "{nPosts} موسومة ب \"{tagName}\"",
"theme.common.editThisPage": "تعديل هذه الصفحة",
"theme.common.headingLinkTitle": "ارتباط مباشر بالعنوان",
"theme.common.month.april": "أبريل",
"theme.common.month.august": "أغسطس",
"theme.common.month.december": "ديسمبر",
"theme.common.month.february": "فبراير",
"theme.common.month.january": "يناير",
"theme.common.month.july": "يوليو",
"theme.common.month.june": "يونيو",
"theme.common.month.march": "مارس",
"theme.common.month.may": "مايو",
"theme.common.month.november": "نوفمبر",
"theme.common.month.october": "اكتوبر",
"theme.common.month.september": "سبتمبر",
"theme.common.skipToMainContent": "انتقل إلى المحتوى الرئيسي",
"theme.docs.paginator.navAriaLabel": "التنقل بين صفحات المستندات",
"theme.docs.paginator.next": "التالى",
"theme.docs.paginator.previous": "السابق",
"theme.docs.sidebar.collapseButtonAriaLabel": "طي الشريط الجانبي",
"theme.docs.sidebar.collapseButtonTitle": "طي الشريط الجانبي",
"theme.docs.sidebar.expandButtonAriaLabel": "توسيع الشريط الجانبي",
"theme.docs.sidebar.expandButtonTitle": "توسيع الشريط الجانبي",
"theme.docs.sidebar.responsiveCloseButtonLabel": "إغلاق القائمة",
"theme.docs.sidebar.responsiveOpenButtonLabel": "فتح القائمة",
"theme.docs.versions.latestVersionLinkLabel": "احدث اصدار",
"theme.docs.versions.latestVersionSuggestionLabel": "للحصول على أحدث الوثائق، راجع {latestVersionLink} ({versionLabel}).",
"theme.docs.versions.unmaintainedVersionLabel": "هذه هي وثائق {siteTitle} {versionLabel}، التي لم تعد تتم صيانتها بشكل نشط.",
"theme.docs.versions.unreleasedVersionLabel": "هذه وثائق لم يتم طرحها لإصدار {siteTitle} {versionLabel}.",
"theme.lastUpdated.atDate": " في {date}",
"theme.lastUpdated.byUser": " بواسطة {user}",
"theme.lastUpdated.lastUpdatedAtBy": "آخر تحديث{atDate}{byUser}",
"theme.tags.tagsListLabel": "الوسوم:",
"theme.tags.tagsPageLink": "عرض كل الوسوم",
"theme.tags.tagsPageTitle": "الوسوم"
}

0 comments on commit 4162e6d

Please sign in to comment.