mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 22:23:00 +00:00
* refactor(v2): add more translatable strings * Apply suggestions from code review Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> * Fixes * Updates * Localize direct link to heading * typo + add french translations Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: slorber <lorber.sebastien@gmail.com>
43 lines
2.3 KiB
JSON
43 lines
2.3 KiB
JSON
{
|
|
"theme.NotFound.title": "Page Not Found",
|
|
"theme.NotFound.p1": "We could not find what you were looking for.",
|
|
"theme.NotFound.p2": "Please contact the owner of the site that linked you to the original URL and let them know their link is broken.",
|
|
"theme.AnnouncementBar.closeButtonAriaLabel": "Close",
|
|
"theme.blog.paginator.navAriaLabel": "Blog list page navigation",
|
|
"theme.blog.paginator.newerEntries": "Newer Entries",
|
|
"theme.blog.paginator.olderEntries": "Older Entries",
|
|
"theme.blog.post.paginator.navAriaLabel": "Blog post page navigation",
|
|
"theme.blog.post.paginator.newerPost": "Newer Post",
|
|
"theme.blog.post.paginator.olderPost": "Older Post",
|
|
"theme.blog.post.readMore": "Read More",
|
|
"theme.blog.tags": "Tags:",
|
|
"theme.CodeBlock.copyButtonAriaLabel": "Copy code to clipboard",
|
|
"theme.CodeBlock.copied": "Copied",
|
|
"theme.CodeBlock.copy": "Copy",
|
|
"theme.docs.paginator.navAriaLabel": "Docs pages navigation",
|
|
"theme.docs.paginator.previous": "Previous",
|
|
"theme.docs.paginator.next": "Next",
|
|
"theme.docs.sidebar.expandButtonTitle": "Expand sidebar",
|
|
"theme.docs.sidebar.expandButtonAriaLabel": "Expand sidebar",
|
|
"theme.docs.sidebar.responsiveCloseButtonLabel": "Close menu",
|
|
"theme.docs.sidebar.responsiveOpenButtonLabel": "Open menu",
|
|
"theme.docs.sidebar.collapseButtonTitle": "Collapse sidebar",
|
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Collapse sidebar",
|
|
"theme.common.editThisPage": "Edit this page",
|
|
"theme.common.headingLinkTitle": "Direct link to heading",
|
|
"theme.common.skipToMainContent": "Skip to main content",
|
|
"theme.SearchPage.existingResultsTitle": "Search results for",
|
|
"theme.SearchPage.emptyResultsTitle": "Search the documentation",
|
|
"theme.SearchPage.inputPlaceholder": "Type your search here",
|
|
"theme.SearchPage.inputLabel": "Search",
|
|
"theme.SearchPage.algoliaLabel": "Search by Algolia",
|
|
"theme.SearchPage.noResultsText": "No results were found",
|
|
"theme.SearchPage.fetchingNewResults": "Fetching new results...",
|
|
"theme.SearchBar.label": "Search",
|
|
"theme.PwaReloadPopup.info": "New version available",
|
|
"theme.PwaReloadPopup.refreshButtonText": "Refresh",
|
|
"theme.PwaReloadPopup.closeButtonAriaLabel": "Close",
|
|
"theme.Playground.liveEditor": "Live Editor",
|
|
"theme.Playground.result": "Result"
|
|
}
|