mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* [v2] tags to doc, same as tags to blog - [IN PROGRESS] - Addition of plugin-content-docs - Addition of DocTagsListPage in `docusaurus-theme-classic` ! Error exists for this commit towards the theme aspect and help required. Commit towards #3434 * docs: make tags list page work * temp: disable onBrokenLinks * theme bootstrap: create DocTagsListPage * DocTagsPage added and functionality too - individual doc tag page added to show docs for that specific tag * Added all Docs Tags Link * add some shared tag utils * move tag tests to _dogfooding * fix type * fix some tests * fix blog test * refactor blog post tags handling * better yaml tag examples * better dogfood md files * refactor and factorize theme tag components * finish DocTagDocListPage * Extract DocItemFooter + add inline tag list * minor fix * better typings * fix versions.test.ts tests * add tests for doc tags * fix tests * test toTagDocListProp * move shared theme code to tagUtils * Add new theme translation keys * move common theme code to tagUtils + add tests * update-code-translations should handle theme-common * update french translation * revert add translation * fix pluralization problem in theme.docs.tagDocListPageTitle * add theme component configuration options * add more tags tests * add documentation for docs tagging Co-authored-by: slorber <lorber.sebastien@gmail.com>
59 lines
4.1 KiB
JSON
59 lines
4.1 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.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
"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": "الوسوم"
|
|
}
|