mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-27 11:32:48 +00:00
* feat(v2): mobile TOC * Bug fixes and various improvements * Redesign * extract TOCCollapsible component * TS improvements * Assign sidebar name directly to the doc route => no need for either permalinkToSidebar or GlobalData * revert changes to useWindowSize, fix FOUC issues * extract DocSidebarDesktop component * remove now useless menu infima classes * TOCHeadings => rename + remove unused onClick prop * Extract DocSidebarItem * minor renaming * replace GlobalData usage by a React teleport system to render in the navbar mobile sidebar menu directly from the DocPage component * useWindowSize => simulate SSR size in dev to make FOUC issues more obvious * fix remaining sidebar layout shift * update docs snapshots * remove unused code translations * remove unused code translations * fix minor update-code-translations bug * Add more build-size paths to watch * Restyle back button * Add missing`menu` class * extract useShallowMemoizedObject * fix routes tests + better routes formatting * use Translate api for labels * use Translate api for labels * Update translations * Improve dark mode support for back button * Merge branch 'master' into lex111/inline-color-code # Conflicts: # packages/core/dist/css/default-dark/default-dark-rtl.min.css # packages/core/dist/css/default-dark/default-dark.min.css # packages/core/dist/css/default/default-rtl.min.css # packages/core/dist/css/default/default.min.css * replace useCollapse by new useCollapsible * Cleanup and use clean-btn for TOCCollapsible button * Make TOC links clickable over full width * Cleanup * fix uncollapsible sidebar that can be collapsed + create <Collapsible> component * dependency array typo * rollback sidebars community commit typo Co-authored-by: slorber <lorber.sebastien@gmail.com>
57 lines
4.0 KiB
JSON
57 lines
4.0 KiB
JSON
{
|
|
"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.documentsFound.plurals": "One document found|{count} documents found",
|
|
"theme.SearchPage.emptyResultsTitle": "ابحث في الوثائق",
|
|
"theme.SearchPage.existingResultsTitle": "نتائج البحث عن \"{query}\"",
|
|
"theme.SearchPage.fetchingNewResults": "جلب نتائج جديدة ...",
|
|
"theme.SearchPage.inputLabel": "بحث",
|
|
"theme.SearchPage.inputPlaceholder": "اكتب ما تبحث عنه هنا",
|
|
"theme.SearchPage.noResultsText": "لم يتم العثور على نتائج",
|
|
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
|
"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.plurals": "مقاله واحده|{count} مقالات",
|
|
"theme.blog.post.readMore": "اقرأ المزيد",
|
|
"theme.blog.post.readingTime.plurals": "{readingTime} دقائق قراءة|{readingTime} دقائق قراءة",
|
|
"theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
|
|
"theme.blog.tagTitle": "{nPosts} موسومة ب \"{tagName}\"",
|
|
"theme.common.editThisPage": "تعديل هذه الصفحة",
|
|
"theme.common.headingLinkTitle": "ارتباط مباشر بالعنوان",
|
|
"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.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.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
"theme.tags.tagsListLabel": "الوسوم:",
|
|
"theme.tags.tagsPageLink": "عرض كل الوسوم",
|
|
"theme.tags.tagsPageTitle": "الوسوم"
|
|
}
|