From 7b807fd85c6ed89e714b11edf9991e26fdff880c Mon Sep 17 00:00:00 2001 From: Massoud Maboudi Date: Mon, 16 Aug 2021 03:38:36 +0800 Subject: [PATCH] refactor: improved Farsi default translations (#5365) * changed the arrow icon direction for the nabvar in mobile size * refactor(v2): improved Farsi default translations --- packages/docusaurus-theme-classic/codeTranslations/fa.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docusaurus-theme-classic/codeTranslations/fa.json b/packages/docusaurus-theme-classic/codeTranslations/fa.json index 7c592618af..804e6b8a27 100644 --- a/packages/docusaurus-theme-classic/codeTranslations/fa.json +++ b/packages/docusaurus-theme-classic/codeTranslations/fa.json @@ -20,8 +20,8 @@ "theme.SearchPage.inputLabel": "جستجو", "theme.SearchPage.inputPlaceholder": "عبارت مورد نظر را اینجا بنویسید", "theme.SearchPage.noResultsText": "هیچ نتیجه ای پیدا نشد", - "theme.TOCCollapsible.toggleButtonLabel": "On this page", - "theme.blog.paginator.navAriaLabel": "Blog list page navigation", + "theme.TOCCollapsible.toggleButtonLabel": "مطالب این صفحه", + "theme.blog.paginator.navAriaLabel": "کنترل لیست مطالب وبلاک", "theme.blog.paginator.newerEntries": "مطالب جدید تر", "theme.blog.paginator.olderEntries": "مطالب قدیمی تر", "theme.blog.post.paginator.navAriaLabel": "کنترل پست های صفحه وبلاگ",