Skip to content

Commit

Permalink
feat(v2): add Farsi default translations (#4271)
Browse files Browse the repository at this point in the history
Co-authored-by: @massoudmaboudi <massoud.maboudi@gmail.com>
  • Loading branch information
slorber and massoudmaboudi committed Feb 22, 2021
1 parent bd3e66d commit f750660
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/docusaurus-theme-classic/codeTranslations/fa.json
@@ -0,0 +1,42 @@
{
"theme.NotFound.title": "صفحه‌ای که دنبال آن بودید پیدا نشد!",
"theme.NotFound.p1": "متاسفانه نتوانستیم مطلب مورد نظر شما را پیدا کنیم.",
"theme.NotFound.p2": "لطفا با صاحب وبسایت تماس بگیرید و ایشان را از مشکل پیش آمده مطلع کنید.",
"theme.AnnouncementBar.closeButtonAriaLabel": "بستن",
"theme.blog.paginator.navAriaLabel": "کنترل لیست صفحه وبسایت",
"theme.blog.paginator.newerEntries": "مطالب جدیدتر",
"theme.blog.paginator.olderEntries": "مطالب قدیمی تر",
"theme.blog.post.paginator.navAriaLabel": "کنترل پست های صفحه وبلاگ",
"theme.blog.post.paginator.newerPost": "پست های جدید تر",
"theme.blog.post.paginator.olderPost": "پست های قدیمی تر",
"theme.blog.post.readMore": "ادامه مطلب",
"theme.blog.tags": "برچسب ها:",
"theme.CodeBlock.copyButtonAriaLabel": "کپی کردن کد به کلیپ بورد",
"theme.CodeBlock.copied": "کپی شد",
"theme.CodeBlock.copy": "کپی کردن",
"theme.docs.paginator.navAriaLabel": "کنترل صفحه اسناد",
"theme.docs.paginator.previous": "قبلی",
"theme.docs.paginator.next": "بعدی",
"theme.docs.sidebar.expandButtonTitle": "بزرگ کردن نوار کناری",
"theme.docs.sidebar.expandButtonAriaLabel": "بزرگ کردن نوار کناری",
"theme.docs.sidebar.responsiveCloseButtonLabel": "بستن منو",
"theme.docs.sidebar.responsiveOpenButtonLabel": "باز کردن منو",
"theme.docs.sidebar.collapseButtonTitle": "بستن نوار کناری",
"theme.docs.sidebar.collapseButtonAriaLabel": "بستن نوار کناری",
"theme.common.editThisPage": "ویرایش صفحه",
"theme.common.headingLinkTitle": "لینک مستقیم به عنوان",
"theme.common.skipToMainContent": "رفتن به مطلب اصلی",
"theme.SearchPage.existingResultsTitle": "جستجو برای عبارت",
"theme.SearchPage.emptyResultsTitle": "جستجو در متن",
"theme.SearchPage.inputPlaceholder": "عبارت مورد نظر را اینجا بنویسید",
"theme.SearchPage.inputLabel": "جستجو",
"theme.SearchPage.algoliaLabel": "جستجو با Algolia",
"theme.SearchPage.noResultsText": "هیچ نتیجه ای پیدا نشد",
"theme.SearchPage.fetchingNewResults": "در حال دریافت نتایج...",
"theme.SearchBar.label": "جستجو",
"theme.PwaReloadPopup.info": "نسخه جدیدی منتشر شده است",
"theme.PwaReloadPopup.refreshButtonText": "بروزرسانی",
"theme.PwaReloadPopup.closeButtonAriaLabel": "بستن",
"theme.Playground.liveEditor": "ویرایشگر زنده",
"theme.Playground.result": "نتایج"
}

0 comments on commit f750660

Please sign in to comment.