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
3.8 KiB
JSON
59 lines
3.8 KiB
JSON
{
|
|
"theme.AnnouncementBar.closeButtonAriaLabel": "Isara",
|
|
"theme.CodeBlock.copied": "Kinopya",
|
|
"theme.CodeBlock.copy": "Kopyahin",
|
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopyahin ang code sa clipboard",
|
|
"theme.NotFound.p1": "Hindi namin mahanap ang iyong hinananap.",
|
|
"theme.NotFound.p2": "Mangyaring makipag-ugnayan sa may-ari ng site na nag-link sa iyo sa orihinal na URL at sabihin sa kanila na ang kanilang link ay putol.",
|
|
"theme.NotFound.title": "Hindi Nahanap ang Pahina",
|
|
"theme.Playground.liveEditor": "Live na Editor",
|
|
"theme.Playground.result": "Resulta",
|
|
"theme.PwaReloadPopup.closeButtonAriaLabel": "Isara",
|
|
"theme.PwaReloadPopup.info": "May available na bagong bersiyón",
|
|
"theme.PwaReloadPopup.refreshButtonText": "I-refresh",
|
|
"theme.SearchBar.label": "Maghanap",
|
|
"theme.SearchPage.algoliaLabel": "Paghahanap hatid ng Algolia",
|
|
"theme.SearchPage.documentsFound.plurals": "Isang dokumento ang nahanap|{count} na mga dokumento ang nahanap",
|
|
"theme.SearchPage.emptyResultsTitle": "Maghanap sa dokumentasyón",
|
|
"theme.SearchPage.existingResultsTitle": "Resulta ng paghahanap para sa \"{query}\"",
|
|
"theme.SearchPage.fetchingNewResults": "Kumukuha ng mga bagong resulta...",
|
|
"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",
|
|
"theme.blog.post.paginator.navAriaLabel": "Nabegasyón para sa page ng blog post",
|
|
"theme.blog.post.paginator.newerPost": "Mas Bagong Post",
|
|
"theme.blog.post.paginator.olderPost": "Mas Lumang Post",
|
|
"theme.blog.post.plurals": "Isang post|{count} na mga post",
|
|
"theme.blog.post.readMore": "Basahin Pa",
|
|
"theme.blog.post.readingTime.plurals": "Isang minutong basahin|{readingTime} minutong basahin",
|
|
"theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
|
|
"theme.blog.tagTitle": "{nPosts} na may tag na \"{tagName}\"",
|
|
"theme.common.editThisPage": "I-edit ang page",
|
|
"theme.common.headingLinkTitle": "Direktang link patungo sa heading",
|
|
"theme.common.skipToMainContent": "Lumaktaw patungo sa pangunahing content",
|
|
"theme.docs.paginator.navAriaLabel": "Nabegasyón para sa mga pahinang docs.",
|
|
"theme.docs.paginator.next": "Sumunod",
|
|
"theme.docs.paginator.previous": "Naraaan",
|
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Itupî ang sidebar",
|
|
"theme.docs.sidebar.collapseButtonTitle": "Itupî ang sidebar",
|
|
"theme.docs.sidebar.expandButtonAriaLabel": "Palakihin ang sidebar",
|
|
"theme.docs.sidebar.expandButtonTitle": "Palakihin ang sidebar",
|
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
"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.",
|
|
"theme.docs.versions.unreleasedVersionLabel": "Ito ay hindi pa nailalabas na dokumentasyón para sa bersiyón na {siteTitle} {versionLabel}.",
|
|
"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"
|
|
}
|