mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
feat(v2): redesign mobile UX: inline TOC + doc sidebar in main menu (#4273)
* 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>
This commit is contained in:
parent
f03479f69e
commit
9536ef900d
58 changed files with 1006 additions and 633 deletions
|
@ -20,6 +20,7 @@
|
|||
"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": "إدخالات أقدم",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "طي الشريط الجانبي",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "توسيع الشريط الجانبي",
|
||||
"theme.docs.sidebar.expandButtonTitle": "توسيع الشريط الجانبي",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "إغلاق القائمة",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "فتح القائمة",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "احدث اصدار",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "للحصول على أحدث الوثائق، راجع {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "هذه هي وثائق {siteTitle} {versionLabel}، التي لم تعد تتم صيانتها بشكل نشط.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"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": "الوسوم"
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
"theme.SearchPage.inputPlaceholder___DESCRIPTION": "The placeholder for search page input",
|
||||
"theme.SearchPage.noResultsText": "No results were found",
|
||||
"theme.SearchPage.noResultsText___DESCRIPTION": "The paragraph for empty search result",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.TOCCollapsible.toggleButtonLabel___DESCRIPTION": "The label used by the button on the collapsible TOC component",
|
||||
"theme.blog.paginator.navAriaLabel": "Blog list page navigation",
|
||||
"theme.blog.paginator.navAriaLabel___DESCRIPTION": "The ARIA label for the blog pagination",
|
||||
"theme.blog.paginator.newerEntries": "Newer Entries",
|
||||
|
@ -83,16 +85,10 @@
|
|||
"theme.docs.sidebar.expandButtonAriaLabel___DESCRIPTION": "The ARIA label and title attribute for expand button of doc sidebar",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expand sidebar",
|
||||
"theme.docs.sidebar.expandButtonTitle___DESCRIPTION": "The ARIA label and title attribute for expand button of doc sidebar",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.navAriaLabel___DESCRIPTION": "The ARIA label for documentation menu",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Close menu",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel___DESCRIPTION": "The ARIA label for close button of mobile doc sidebar",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Open menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel___DESCRIPTION": "The ARIA label for open button of mobile doc sidebar",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "latest version",
|
||||
"theme.docs.versions.latestVersionLinkLabel___DESCRIPTION": "The label used for the latest version suggestion link label",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel___DESCRIPTION": "The label userd to tell the user that he's browsing an unmaintained doc version",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel___DESCRIPTION": "The label used to tell the user to check the latest version",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained.",
|
||||
"theme.docs.versions.unmaintainedVersionLabel___DESCRIPTION": "The label used to tell the user that he's browsing an unmaintained doc version",
|
||||
"theme.docs.versions.unreleasedVersionLabel": "This is unreleased documentation for {siteTitle} {versionLabel} version.",
|
||||
|
@ -103,6 +99,8 @@
|
|||
"theme.lastUpdated.byUser___DESCRIPTION": "The words used to describe by who the page has been last updated",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Last updated{atDate}{byUser}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy___DESCRIPTION": "The sentence used to display when a page has been last updated, and by who",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel___DESCRIPTION": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)",
|
||||
"theme.tags.tagsListLabel": "Tags:",
|
||||
"theme.tags.tagsListLabel___DESCRIPTION": "The label alongside a tag list",
|
||||
"theme.tags.tagsPageLink": "View All Tags",
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"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": "পুরানো এন্ট্রি",
|
||||
|
@ -41,8 +42,6 @@
|
|||
"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} এর জন্যে ডকুমেন্টেশন, যা আর সক্রিয়ভাবে রক্ষণাবেক্ষণ করা হয় না।",
|
||||
|
@ -50,6 +49,7 @@
|
|||
"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": "ট্যাগ্স"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"theme.SearchPage.inputLabel": "Søg",
|
||||
"theme.SearchPage.inputPlaceholder": "Indtast din søgning her",
|
||||
"theme.SearchPage.noResultsText": "Ingen resultater fundet",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.blog.paginator.navAriaLabel": "Blogoversigt navigation",
|
||||
"theme.blog.paginator.newerEntries": "Nyere indslag",
|
||||
"theme.blog.paginator.olderEntries": "Tidligere indslag",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Sammenlæg sidenavigation",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Udvid sidenavigation",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Udvid sidenavigation",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Luk menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Åben menu",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "seneste version",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "For seneste dokumentation, se {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Dette er dokumentationen for {siteTitle} {versionLabel}, som ikke længere bliver aktivt vedligeholdt.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": " den {date}",
|
||||
"theme.lastUpdated.byUser": " af {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Senest opdateret{atDate}{byUser}",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "Tags:",
|
||||
"theme.tags.tagsPageLink": "Se alle Tags",
|
||||
"theme.tags.tagsPageTitle": "Tags"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"theme.SearchPage.inputLabel": "Suche",
|
||||
"theme.SearchPage.inputPlaceholder": "Geben Sie hier Ihre Suche ein",
|
||||
"theme.SearchPage.noResultsText": "Es wurden keine Ergebnisse gefunden",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.blog.paginator.navAriaLabel": "Navigation der Blog-Listenseite",
|
||||
"theme.blog.paginator.newerEntries": "Neuere Einträge",
|
||||
"theme.blog.paginator.olderEntries": "Ältere Einträge",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Seitenleiste einklappen",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Seitenleiste ausklappen",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Seitenleiste ausklappen",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Menü schließen",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Menü öffenen",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "letzte Version",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Für die aktuellste Dokumentation bitte auf {latestVersionLink} ({versionLabel}) gehen.",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Das ist die Dokumentation für {siteTitle} {versionLabel} und wird nicht weiter gewartet.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": " am {date}",
|
||||
"theme.lastUpdated.byUser": " von {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Letztes Update{atDate}{byUser}",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "Tags:",
|
||||
"theme.tags.tagsPageLink": "Alle Tags anzeigen",
|
||||
"theme.tags.tagsPageTitle": "Tags"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"theme.SearchPage.inputLabel": "Buscar",
|
||||
"theme.SearchPage.inputPlaceholder": "Escribe tu búsqueda aquí",
|
||||
"theme.SearchPage.noResultsText": "No se encontraron resultados",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.blog.paginator.navAriaLabel": "Navegación por la página de la lista de blogs ",
|
||||
"theme.blog.paginator.newerEntries": "Entradas más recientes",
|
||||
"theme.blog.paginator.olderEntries": "Entradas más antiguas",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Cerrar menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Abrir menu",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "última versión",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Para documentación actualizada, ver {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Está es documentación para {siteTitle} {versionLabel}, que ya no se mantiene activamente.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": " en {date}",
|
||||
"theme.lastUpdated.byUser": " por {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Última actualización{atDate}{byUser}",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "Etiquetas:",
|
||||
"theme.tags.tagsPageLink": "Ver Todas las Etiquetas",
|
||||
"theme.tags.tagsPageTitle": "Etiquetas"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"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": "مطالب قدیمی تر",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "بستن نوار کناری",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "بزرگ کردن نوار کناری",
|
||||
"theme.docs.sidebar.expandButtonTitle": "بزرگ کردن نوار کناری",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "بستن منو",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "باز کردن منو",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "آخرین نسخه",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "برای دیدن آخرین نسخه، {latestVersionLink} ({versionLabel}) را ببینید.",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "نسخه {siteTitle} {versionLabel} دیگر بروزرسانی نمی شود.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"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": "برچسب ها"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"theme.SearchPage.inputLabel": "Maghanap",
|
||||
"theme.SearchPage.inputPlaceholder": "I-type and inyong hinahanap dito",
|
||||
"theme.SearchPage.noResultsText": "Walang resultang nahanap",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.blog.paginator.navAriaLabel": "Nabegasyón para sa pahina na listahan ng blog",
|
||||
"theme.blog.paginator.newerEntries": "Mas bagong mga éntri",
|
||||
"theme.blog.paginator.olderEntries": "Mas lumang mga éntri",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Itupî ang sidebar",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Palakihin ang sidebar",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Palakihin ang sidebar",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Isara ang menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Buksan ang menu",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "pinakahuling bersiyón",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Para sa up-to-date na dokumentasyón, tingnan ang {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Ito ay dokumentasyón para sa {siteTitle} {versionLabel} na hindi na aktibong mine-maintain.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": " noong {date}",
|
||||
"theme.lastUpdated.byUser": " ni {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Huling inapdeyt{atDate}{byUser}",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "Mga Tag:",
|
||||
"theme.tags.tagsPageLink": "Tingnan Lahat ng mga Tag",
|
||||
"theme.tags.tagsPageTitle": "Mga Tag"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"theme.SearchPage.inputLabel": "Chercher",
|
||||
"theme.SearchPage.inputPlaceholder": "Tapez votre recherche ici",
|
||||
"theme.SearchPage.noResultsText": "Aucun résultat trouvé",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.blog.paginator.navAriaLabel": "Pagination de la liste des articles du blog",
|
||||
"theme.blog.paginator.newerEntries": "Nouvelles entrées",
|
||||
"theme.blog.paginator.olderEntries": "Anciennes entrées",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Réduire le menu latéral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Déplier le menu latéral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Déplier le menu latéral",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Fermer le menu latéral",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Ouvrir le menu latéral",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "dernière version",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Pour une documentation à jour, consultez la {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Ceci est la documentation de {siteTitle} {versionLabel}, qui n'est plus activement maintenue.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": " le {date}",
|
||||
"theme.lastUpdated.byUser": " par {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Dernière mise à jour{atDate}{byUser}",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "Tags :",
|
||||
"theme.tags.tagsPageLink": "Voir tous les tags",
|
||||
"theme.tags.tagsPageTitle": "Tags"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"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": "ישן יותר",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "סגור",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "פתח",
|
||||
"theme.docs.sidebar.expandButtonTitle": "פתח",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "סגור תפריט",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "פתח תפריט",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "גרסא אחרונה",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "לדוקומנטאציה עדכנית, ראה {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "דוקומנטאציה זו {siteTitle} {versionLabel}, כבר לא נתמכת.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"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": "תגיות"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"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": "पुराने एंट्रीज़",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "साइडबार बंद करें",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "साइडबार खोलें",
|
||||
"theme.docs.sidebar.expandButtonTitle": "साइडबार खोलें",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "मेन्यू बंद करें",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "मेन्यू खोलें",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "सबसे नया वर्जन",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "अप-टू-डेट डॉक्यूमेंटेशन के लिए {latestVersionLink} ({versionLabel}) देखें।",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "यह {siteTitle} {versionLabel} के लिए डॉक्यूमेंटेशन है, जिसे अब सक्रिय रूप से नहीं बनाए रखा गया है।",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"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": "टैग"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"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": "過去の記事",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "サイドバーを隠す",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "サイドバーを開く",
|
||||
"theme.docs.sidebar.expandButtonTitle": "サイドバーを開く",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "メニューを閉じる",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "メニューを開く",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "最新バージョン",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "最新のドキュメントは{latestVersionLink} ({versionLabel}) を見てください。",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "これは{siteTitle} {versionLabel}のドキュメントで現在はアクティブにメンテナンスされていません。",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"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": "タグ"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"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": "다음 페이지",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "사이드바 숨기기",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "사이드바 열기",
|
||||
"theme.docs.sidebar.expandButtonTitle": "사이드바 열기",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "메뉴 닫기",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "메뉴 열기",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "최신 버전",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "최신 문서는 {latestVersionLink} ({versionLabel})을 확인하세요.",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "{siteTitle} {versionLabel} 문서는 업데이트되지 않습니다.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"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": "태그"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"theme.SearchPage.inputLabel": "Szukaj",
|
||||
"theme.SearchPage.inputPlaceholder": "wpisz szukaną frazę tutaj…",
|
||||
"theme.SearchPage.noResultsText": "Nie znaleziono żadnych wyników",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.blog.paginator.navAriaLabel": "Nawigacja na stronie listy wpisów na blogu",
|
||||
"theme.blog.paginator.newerEntries": "Nowsze wpisy",
|
||||
"theme.blog.paginator.olderEntries": "Starsze wpisy",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Zwiń boczny panel",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Rozszerz boczny panel",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Rozszerz boczny panel",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Zamknij menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Otwórz menu",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "bieżącej wersji",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Aby zobaczyć bieżącą dokumentację, przejdź do wersji {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Ta dokumentacja dotyczy {siteTitle} w wersji {versionLabel} i nie jest już aktywnie aktualizowana.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": " dnia {date}",
|
||||
"theme.lastUpdated.byUser": " przez {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Ostatnia aktualizacja{atDate}{byUser}",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "Tagi:",
|
||||
"theme.tags.tagsPageLink": "Wyświetl wszystkie tagi",
|
||||
"theme.tags.tagsPageTitle": "Tagi"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"theme.SearchPage.inputLabel": "Buscar",
|
||||
"theme.SearchPage.inputPlaceholder": "Digite sua busca aqui",
|
||||
"theme.SearchPage.noResultsText": "Nenhum resultado foi encontrado",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.blog.paginator.navAriaLabel": "Navegação da página de listagem do blog",
|
||||
"theme.blog.paginator.newerEntries": "Conteúdo mais novo",
|
||||
"theme.blog.paginator.olderEntries": "Conteúdo mais antigo",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Fechar painel lateral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir painel lateral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expandir painel lateral",
|
||||
"theme.docs.sidebar.navAriaLabel": "Navegação do painel lateral",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Fechar menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Abrir menu",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "última versão",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Para a documentação atualizada, veja: {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Esta é a documentação para {siteTitle} {versionLabel}, que não é mais mantida ativamente.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": " em {date}",
|
||||
"theme.lastUpdated.byUser": " por {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização {atDate}{byUser}",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "Marcadores:",
|
||||
"theme.tags.tagsPageLink": "Ver todas os Marcadores",
|
||||
"theme.tags.tagsPageTitle": "Marcadores"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"theme.SearchPage.inputLabel": "Pesquisar",
|
||||
"theme.SearchPage.inputPlaceholder": "Escreva aqui a sua pesquisa",
|
||||
"theme.SearchPage.noResultsText": "Nenhum resultado encontrado",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.blog.paginator.navAriaLabel": "Navegação da página de listagem do blog",
|
||||
"theme.blog.paginator.newerEntries": "Publicações mais recentes",
|
||||
"theme.blog.paginator.olderEntries": "Publicações mais antigas",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Fechar menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Abrir menu",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "última versão",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Para a documentação atualizada, veja: {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Esta é a documentação para {siteTitle} {versionLabel}, que já não é mantida ativamente.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": " a {date}",
|
||||
"theme.lastUpdated.byUser": " por {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização{atDate}{byUser}",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "Tags:",
|
||||
"theme.tags.tagsPageLink": "Ver todas as Tags",
|
||||
"theme.tags.tagsPageTitle": "Tags"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"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": "Предыдущие записи",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Свернуть сайдбар",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Развернуть сайдбар",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Развернуть сайдбар",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Закрыть меню",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Открыть меню",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "последней версии",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Актуальная документация находится на странице {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Это документация {siteTitle} для версии {versionLabel}, которая уже не поддерживается.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"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": "Теги"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"theme.SearchPage.inputLabel": "Ara",
|
||||
"theme.SearchPage.inputPlaceholder": "Aramanızı buraya yazın",
|
||||
"theme.SearchPage.noResultsText": "Hiçbir sonuç bulunamadı",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.blog.paginator.navAriaLabel": "Blog gönderi sayfası navigasyonu",
|
||||
"theme.blog.paginator.newerEntries": "Yeni Girdiler",
|
||||
"theme.blog.paginator.olderEntries": "Eski Girdiler",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Kenar çubuğunu daralt",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Kenar çubuğunu genişlet",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Kenar çubuğunu genişlet",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Menüyü kapat",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Menüyü aç",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "en son sürüm",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Güncel belgeler için bkz. {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Bu, {siteTitle} {versionLabel} dokümantasyonudur ve bakımı sonlanmıştır.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": " {date} tarihinde",
|
||||
"theme.lastUpdated.byUser": " {user} tarafından",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "En son{atDate}{byUser} güncellendi",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "Etiketler:",
|
||||
"theme.tags.tagsPageLink": "Tüm Etiketleri Görüntüle",
|
||||
"theme.tags.tagsPageTitle": "Etiketler"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"theme.SearchPage.inputLabel": "Tìm kiếm",
|
||||
"theme.SearchPage.inputPlaceholder": "Nhập từ khóa cần tìm vào đây",
|
||||
"theme.SearchPage.noResultsText": "Không tìm thấy kết quả nào",
|
||||
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
||||
"theme.blog.paginator.navAriaLabel": "Thanh điều hướng của trang danh sách bài viết",
|
||||
"theme.blog.paginator.newerEntries": "Các bài mới hơn",
|
||||
"theme.blog.paginator.olderEntries": "Các bài cũ hơn",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "Thu gọn thanh bên",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Mở rộng thanh bên",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Mở rộng thanh bên",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Đóng menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Mở menu",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "phiên bản mới nhất",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Để xem các cập nhật mới nhất, vui lòng xem phiên bản {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Đây là tài liệu của {siteTitle} {versionLabel}, hiện không còn được bảo trì.",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": " vào {date}",
|
||||
"theme.lastUpdated.byUser": " bởi {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Cập nhật lần cuối{atDate}{byUser}",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "Thẻ:",
|
||||
"theme.tags.tagsPageLink": "Xem tất cả Thẻ",
|
||||
"theme.tags.tagsPageTitle": "Thẻ"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"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": "较旧的博文",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "收起侧边栏",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "展开侧边栏",
|
||||
"theme.docs.sidebar.expandButtonTitle": "展开侧边栏",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "关闭菜单",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "打开菜单",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "最新版本",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "最新的文档请参阅 {latestVersionLink} ({versionLabel})。",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "此为 {siteTitle} {versionLabel} 版的文档,现已不再积极维护。",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": "于 {date} ",
|
||||
"theme.lastUpdated.byUser": "由 {user} ",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "最后{byUser}{atDate}更新",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "标签:",
|
||||
"theme.tags.tagsPageLink": "查看所有标签",
|
||||
"theme.tags.tagsPageTitle": "标签"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"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": "較舊的文章",
|
||||
|
@ -41,9 +42,6 @@
|
|||
"theme.docs.sidebar.collapseButtonTitle": "收起側邊欄",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄",
|
||||
"theme.docs.sidebar.expandButtonTitle": "展開側邊欄",
|
||||
"theme.docs.sidebar.navAriaLabel": "Sidebar navigation",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "關閉選單",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "打開選單",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "最新版本",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "最新的文件請參閱 {latestVersionLink} ({versionLabel})。",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "此為 {siteTitle} {versionLabel} 版的文件,現已不再積極維護。",
|
||||
|
@ -51,6 +49,7 @@
|
|||
"theme.lastUpdated.atDate": "於 {date} ",
|
||||
"theme.lastUpdated.byUser": "由 {user} ",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "最後{byUser}{atDate}更新",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
||||
"theme.tags.tagsListLabel": "標籤:",
|
||||
"theme.tags.tagsPageLink": "查看所有標籤",
|
||||
"theme.tags.tagsPageTitle": "標籤"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue