From dc06822c22f1e0a8e8fb0556ada3dc4dbe437b72 Mon Sep 17 00:00:00 2001 From: alexcss Date: Wed, 25 Sep 2024 12:50:12 +0300 Subject: [PATCH] Added /i18n/en/ folder for Crowdin sync github action --- crowdin.yml | 3 + i18n/en/code.json | 450 ++++++++++++++++++ .../options.json | 14 + .../current.json | 130 +++++ i18n/en/docusaurus-theme-classic/footer.json | 42 ++ i18n/en/docusaurus-theme-classic/navbar.json | 42 ++ 6 files changed, 681 insertions(+) create mode 100644 i18n/en/code.json create mode 100644 i18n/en/docusaurus-plugin-content-blog-changelog/options.json create mode 100644 i18n/en/docusaurus-plugin-content-docs/current.json create mode 100644 i18n/en/docusaurus-theme-classic/footer.json create mode 100644 i18n/en/docusaurus-theme-classic/navbar.json diff --git a/crowdin.yml b/crowdin.yml index e7b3af89..75516fc6 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,6 +1,9 @@ project_id: 683600 preserve_hierarchy: true files: + # JSON translation files + - source: /i18n/en/**/* + translation: /i18n/%two_letters_code%/**/%original_file_name% # Docs Markdown files - source: /docs/**/* translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name% diff --git a/i18n/en/code.json b/i18n/en/code.json new file mode 100644 index 00000000..05e69905 --- /dev/null +++ b/i18n/en/code.json @@ -0,0 +1,450 @@ +{ + "Rootstock Documentation": { + "message": "Rootstock Documentation" + }, + "Explore guides, quick starts, and SDKs to build and integrate your dApps.": { + "message": "Explore guías, inicios rápidos y SDK para crear e integrar sus dApps." + }, + "Quick Start": { + "message": "Quick Start" + }, + "Explore Docs": { + "message": "Explore Docs" + }, + "theme.common.all": { + "message": "All" + }, + "theme.FeedbackForm.title": { + "message": "Feedback" + }, + "theme.common.back": { + "message": "Back" + }, + "theme.DocItem.Header.shareLabel": { + "message": "Share" + }, + "theme.blog.sorting": { + "message": "Filters" + }, + "theme.colorToggle.ariaLabel": { + "message": "Switch between dark and light mode (currently {mode})", + "description": "The ARIA label for the navbar color mode toggle" + }, + "theme.colorToggle.ariaLabel.mode.dark": { + "message": "dark mode", + "description": "The name for the dark color mode" + }, + "theme.colorToggle.ariaLabel.mode.light": { + "message": "light mode", + "description": "The name for the light color mode" + }, + "theme.blog.post.paginator.navAriaLabel": { + "message": "Blog post page navigation", + "description": "The ARIA label for the blog posts pagination" + }, + "theme.blog.post.paginator.newerPost": { + "message": "Newer Post", + "description": "The blog post button label to navigate to the newer/previous post" + }, + "theme.blog.post.paginator.olderPost": { + "message": "Older Post", + "description": "The blog post button label to navigate to the older/next post" + }, + "theme.docs.breadcrumbs.navAriaLabel": { + "message": "Breadcrumbs", + "description": "The ARIA label for the breadcrumbs" + }, + "theme.docs.DocCard.categoryDescription.plurals": { + "message": "1 item|{count} items", + "description": "The default description for a category card in the generated index about how many items this category includes" + }, + "theme.docs.paginator.navAriaLabel": { + "message": "Docs pages", + "description": "The ARIA label for the docs pagination" + }, + "theme.docs.paginator.previous": { + "message": "Previous", + "description": "The label used to navigate to the previous doc" + }, + "theme.docs.paginator.next": { + "message": "Next", + "description": "The label used to navigate to the next doc" + }, + "theme.common.editThisPage": { + "message": "Edit this page", + "description": "The link label to edit the current page" + }, + "theme.lastUpdated.atDate": { + "message": " on {date}", + "description": "The words used to describe on which date a page has been last updated" + }, + "theme.lastUpdated.byUser": { + "message": " by {user}", + "description": "The words used to describe by who the page has been last updated" + }, + "theme.lastUpdated.lastUpdatedAtBy": { + "message": "Last updated{atDate}{byUser}", + "description": "The sentence used to display when a page has been last updated, and by who" + }, + "theme.NotFound.title": { + "message": "Page Not Found", + "description": "The title of the 404 page" + }, + "theme.tags.tagsListLabel": { + "message": "Tags:", + "description": "The label alongside a tag list" + }, + "theme.admonition.caution": { + "message": "caution", + "description": "The default label used for the Caution admonition (:::caution)" + }, + "theme.admonition.danger": { + "message": "danger", + "description": "The default label used for the Danger admonition (:::danger)" + }, + "theme.admonition.info": { + "message": "info", + "description": "The default label used for the Info admonition (:::info)" + }, + "theme.admonition.note": { + "message": "note", + "description": "The default label used for the Note admonition (:::note)" + }, + "theme.admonition.tip": { + "message": "tip", + "description": "The default label used for the Tip admonition (:::tip)" + }, + "theme.admonition.warning": { + "message": "warning", + "description": "The default label used for the Warning admonition (:::warning)" + }, + "theme.moreLinks.title": { + "message": "More" + }, + "theme.navbar.mobileLanguageDropdown.label": { + "message": "Languages", + "description": "The label for the mobile language switcher dropdown" + }, + "theme.NavBar.navAriaLabel": { + "message": "Main", + "description": "The ARIA label for the main navigation" + }, + "theme.NotFound.p1": { + "message": "We could not find what you were looking for.", + "description": "The first paragraph of the 404 page" + }, + "theme.SearchBar.label": { + "message": "Search", + "description": "The ARIA label and placeholder for search button" + }, + "theme.NotFound.p2": { + "message": "Please contact the owner of the site that linked you to the original URL and let them know their link is broken.", + "description": "The 2nd paragraph of the 404 page" + }, + "theme.TOCCollapsible.toggleButtonLabel": { + "message": "On this page", + "description": "The label used by the button on the collapsible TOC component" + }, + "theme.blog.post.readMore": { + "message": "Read More", + "description": "The label used in blog post item excerpts to link to full blog posts" + }, + "theme.blog.post.readMoreLabel": { + "message": "Read more about {title}", + "description": "The ARIA label for the link to full blog posts from excerpts" + }, + "theme.blog.post.readingTime.plurals": { + "message": "One min read|{readingTime} min read", + "description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.docs.breadcrumbs.home": { + "message": "Home page", + "description": "The ARIA label for the home page in the breadcrumbs" + }, + "theme.docs.sidebar.collapseButtonTitle": { + "message": "Collapse sidebar", + "description": "The title attribute for collapse button of doc sidebar" + }, + "theme.docs.sidebar.collapseButtonAriaLabel": { + "message": "Collapse sidebar", + "description": "The title attribute for collapse button of doc sidebar" + }, + "theme.docs.sidebar.navAriaLabel": { + "message": "Docs sidebar", + "description": "The ARIA label for the sidebar navigation" + }, + "theme.docs.sidebar.closeSidebarButtonAriaLabel": { + "message": "Close navigation bar", + "description": "The ARIA label for close button of mobile sidebar" + }, + "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { + "message": "← Back to main menu", + "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.docs.sidebar.toggleSidebarButtonAriaLabel": { + "message": "Toggle navigation bar", + "description": "The ARIA label for hamburger menu button of mobile navigation" + }, + "theme.docs.sidebar.expandButtonTitle": { + "message": "Expand sidebar", + "description": "The ARIA label and title attribute for expand button of doc sidebar" + }, + "theme.docs.sidebar.expandButtonAriaLabel": { + "message": "Expand sidebar", + "description": "The ARIA label and title attribute for expand button of doc sidebar" + }, + "theme.ErrorPageContent.title": { + "message": "This page crashed.", + "description": "The title of the fallback page when the page crashed" + }, + "theme.BackToTopButton.buttonAriaLabel": { + "message": "Scroll back to top", + "description": "The ARIA label for the back to top button" + }, + "theme.blog.archive.title": { + "message": "Archive", + "description": "The page & hero title of the blog archive page" + }, + "theme.blog.archive.description": { + "message": "Archive", + "description": "The page & hero description of the blog archive page" + }, + "theme.blog.paginator.navAriaLabel": { + "message": "Blog list page navigation", + "description": "The ARIA label for the blog pagination" + }, + "theme.blog.paginator.newerEntries": { + "message": "Newer Entries", + "description": "The label used to navigate to the newer blog posts page (previous page)" + }, + "theme.blog.paginator.olderEntries": { + "message": "Older Entries", + "description": "The label used to navigate to the older blog posts page (next page)" + }, + "theme.blog.post.plurals": { + "message": "One post|{count} posts", + "description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.blog.tagTitle": { + "message": "{nPosts} tagged with \"{tagName}\"", + "description": "The title of the page for a blog tag" + }, + "theme.tags.tagsPageLink": { + "message": "View All Tags", + "description": "The label of the link targeting the tag list page" + }, + "theme.docs.tagDocListPageTitle.nDocsTagged": { + "message": "One doc tagged|{count} docs tagged", + "description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.docs.tagDocListPageTitle": { + "message": "{nDocsTagged} with \"{tagName}\"", + "description": "The title of the page for a docs tag" + }, + "theme.docs.versionBadge.label": { + "message": "Version: {versionLabel}" + }, + "theme.docs.versions.unreleasedVersionLabel": { + "message": "This is unreleased documentation for {siteTitle} {versionLabel} version.", + "description": "The label used to tell the user that he's browsing an unreleased doc version" + }, + "theme.docs.versions.unmaintainedVersionLabel": { + "message": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained.", + "description": "The label used to tell the user that he's browsing an unmaintained doc version" + }, + "theme.docs.versions.latestVersionSuggestionLabel": { + "message": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).", + "description": "The label used to tell the user to check the latest version" + }, + "theme.docs.versions.latestVersionLinkLabel": { + "message": "latest version", + "description": "The label used for the latest version suggestion link label" + }, + "theme.common.headingLinkTitle": { + "message": "Direct link to {heading}", + "description": "Title for link to heading" + }, + "theme.navbar.mobileVersionsDropdown.label": { + "message": "Versions", + "description": "The label for the navbar versions dropdown on mobile view" + }, + "theme.AnnouncementBar.closeButtonAriaLabel": { + "message": "Close", + "description": "The ARIA label for close button of announcement bar" + }, + "theme.blog.sidebar.navAriaLabel": { + "message": "Blog recent posts navigation", + "description": "The ARIA label for recent posts in the blog sidebar" + }, + "theme.CodeBlock.copied": { + "message": "Copied", + "description": "The copied button label on code blocks" + }, + "theme.CodeBlock.copyButtonAriaLabel": { + "message": "Copy code to clipboard", + "description": "The ARIA label for copy code blocks button" + }, + "theme.CodeBlock.copy": { + "message": "Copy", + "description": "The copy button label on code blocks" + }, + "theme.CodeBlock.wordWrapToggle": { + "message": "Toggle word wrap", + "description": "The title attribute for toggle word wrapping button of code block lines" + }, + "theme.DocSidebarItem.expandCategoryAriaLabel": { + "message": "Expand sidebar category '{label}'", + "description": "The ARIA label to expand the sidebar category" + }, + "theme.DocSidebarItem.collapseCategoryAriaLabel": { + "message": "Collapse sidebar category '{label}'", + "description": "The ARIA label to collapse the sidebar category" + }, + "theme.SearchPage.documentsFound.plurals": { + "message": "One document found|{count} documents found", + "description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" + }, + "theme.SearchPage.existingResultsTitle": { + "message": "Search results for \"{query}\"", + "description": "The search page title for non-empty query" + }, + "theme.SearchPage.emptyResultsTitle": { + "message": "Search the documentation", + "description": "The search page title for empty query" + }, + "theme.SearchPage.inputPlaceholder": { + "message": "Type your search here", + "description": "The placeholder for search page input" + }, + "theme.SearchPage.inputLabel": { + "message": "Search", + "description": "The ARIA label for search page input" + }, + "theme.SearchPage.algoliaLabel": { + "message": "Search by Algolia", + "description": "The ARIA label for Algolia mention" + }, + "theme.SearchPage.noResultsText": { + "message": "No results were found", + "description": "The paragraph for empty search result" + }, + "theme.SearchPage.fetchingNewResults": { + "message": "Fetching new results...", + "description": "The paragraph for fetching new search results" + }, + "theme.SearchBar.seeAll": { + "message": "See all {count} results" + }, + "theme.SearchModal.searchBox.resetButtonTitle": { + "message": "Clear the query", + "description": "The label and ARIA label for search box reset button" + }, + "theme.SearchModal.searchBox.cancelButtonText": { + "message": "Cancel", + "description": "The label and ARIA label for search box cancel button" + }, + "theme.SearchModal.startScreen.recentSearchesTitle": { + "message": "Recent", + "description": "The title for recent searches" + }, + "theme.SearchModal.startScreen.noRecentSearchesText": { + "message": "No recent searches", + "description": "The text when no recent searches" + }, + "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": { + "message": "Save this search", + "description": "The label for save recent search button" + }, + "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": { + "message": "Remove this search from history", + "description": "The label for remove recent search button" + }, + "theme.SearchModal.startScreen.favoriteSearchesTitle": { + "message": "Favorite", + "description": "The title for favorite searches" + }, + "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": { + "message": "Remove this search from favorites", + "description": "The label for remove favorite search button" + }, + "theme.SearchModal.errorScreen.titleText": { + "message": "Unable to fetch results", + "description": "The title for error screen of search modal" + }, + "theme.SearchModal.errorScreen.helpText": { + "message": "You might want to check your network connection.", + "description": "The help text for error screen of search modal" + }, + "theme.SearchModal.footer.selectText": { + "message": "to select", + "description": "The explanatory text of the action for the enter key" + }, + "theme.SearchModal.footer.selectKeyAriaLabel": { + "message": "Enter key", + "description": "The ARIA label for the Enter key button that makes the selection" + }, + "theme.SearchModal.footer.navigateText": { + "message": "to navigate", + "description": "The explanatory text of the action for the Arrow up and Arrow down key" + }, + "theme.SearchModal.footer.navigateUpKeyAriaLabel": { + "message": "Arrow up", + "description": "The ARIA label for the Arrow up key button that makes the navigation" + }, + "theme.SearchModal.footer.navigateDownKeyAriaLabel": { + "message": "Arrow down", + "description": "The ARIA label for the Arrow down key button that makes the navigation" + }, + "theme.SearchModal.footer.closeText": { + "message": "to close", + "description": "The explanatory text of the action for Escape key" + }, + "theme.SearchModal.footer.closeKeyAriaLabel": { + "message": "Escape key", + "description": "The ARIA label for the Escape key button that close the modal" + }, + "theme.SearchModal.footer.searchByText": { + "message": "Search by", + "description": "The text explain that the search is making by Algolia" + }, + "theme.SearchModal.noResultsScreen.noResultsText": { + "message": "No results for", + "description": "The text explains that there are no results for the following search" + }, + "theme.SearchModal.noResultsScreen.suggestedQueryText": { + "message": "Try searching for", + "description": "The text for the suggested query when no results are found for the following search" + }, + "theme.SearchModal.noResultsScreen.reportMissingResultsText": { + "message": "Believe this query should return results?", + "description": "The text for the question where the user thinks there are missing results" + }, + "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": { + "message": "Let us know.", + "description": "The text for the link to report missing results" + }, + "theme.SearchModal.placeholder": { + "message": "Search docs", + "description": "The placeholder of the input of the DocSearch pop-up modal" + }, + "theme.ErrorPageContent.tryAgain": { + "message": "Try again", + "description": "The label of the button to try again rendering when the React error boundary captures an error" + }, + "theme.common.skipToMainContent": { + "message": "Skip to main content", + "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation" + }, + "theme.tags.tagsPageTitle": { + "message": "Tags", + "description": "The title of the tag list page" + }, + "theme.unlistedContent.title": { + "message": "Unlisted page", + "description": "The unlisted content banner title" + }, + "theme.unlistedContent.message": { + "message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.", + "description": "The unlisted content banner message" + } +} diff --git a/i18n/en/docusaurus-plugin-content-blog-changelog/options.json b/i18n/en/docusaurus-plugin-content-blog-changelog/options.json new file mode 100644 index 00000000..42a8aab2 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-blog-changelog/options.json @@ -0,0 +1,14 @@ +{ + "title": { + "message": "Changelog", + "description": "The title for the blog used in SEO" + }, + "description": { + "message": "Stay informed about the latest product updates on Rootstock.", + "description": "The description for the blog used in SEO" + }, + "sidebar.title": { + "message": "Changelog", + "description": "The label for the left sidebar" + } +} diff --git a/i18n/en/docusaurus-plugin-content-docs/current.json b/i18n/en/docusaurus-plugin-content-docs/current.json new file mode 100644 index 00000000..68d4957b --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current.json @@ -0,0 +1,130 @@ +{ + "version.label": { + "message": "Next", + "description": "The label for version current" + }, + "sidebar.01ConceptsSidebar.category.Rootstock Fundamentals": { + "message": "Rootstock Fundamentals", + "description": "The label for category Rootstock Fundamentals in sidebar 01ConceptsSidebar" + }, + "sidebar.01ConceptsSidebar.category.RBTC Token": { + "message": "RBTC Token", + "description": "The label for category RBTC Token in sidebar 01ConceptsSidebar" + }, + "sidebar.01ConceptsSidebar.category.RIF Suite": { + "message": "RIF Suite", + "description": "The label for category RIF Suite in sidebar 01ConceptsSidebar" + }, + "sidebar.01ConceptsSidebar.category.Powpeg": { + "message": "Powpeg", + "description": "The label for category Powpeg in sidebar 01ConceptsSidebar" + }, + "sidebar.02DevelopersSidebar.category.Blockchain Essentials": { + "message": "Blockchain Essentials", + "description": "The label for category Blockchain Essentials in sidebar 02DevelopersSidebar" + }, + "sidebar.02DevelopersSidebar.category.Quick Starts": { + "message": "Quick Starts", + "description": "The label for category Quick Starts in sidebar 02DevelopersSidebar" + }, + "sidebar.02DevelopersSidebar.category.Smart Contracts Development": { + "message": "Smart Contracts Development", + "description": "The label for category Smart Contracts Development in sidebar 02DevelopersSidebar" + }, + "sidebar.02DevelopersSidebar.category.Getting Started with Hardhat": { + "message": "Getting Started with Hardhat", + "description": "The label for category Getting Started with Hardhat in sidebar 02DevelopersSidebar" + }, + "sidebar.02DevelopersSidebar.category.RPC API": { + "message": "RPC API", + "description": "The label for category RPC API in sidebar 02DevelopersSidebar" + }, + "sidebar.02DevelopersSidebar.category.Integration Guides": { + "message": "Integration Guides", + "description": "The label for category Integration Guides in sidebar 02DevelopersSidebar" + }, + "sidebar.02DevelopersSidebar.category.RIF Relay": { + "message": "RIF Relay", + "description": "The label for category RIF Relay in sidebar 02DevelopersSidebar" + }, + "sidebar.02DevelopersSidebar.category.Libraries": { + "message": "Libraries", + "description": "The label for category Libraries in sidebar 02DevelopersSidebar" + }, + "sidebar.03NodeOperatorsSidebar.category.Node Setup": { + "message": "Node Setup", + "description": "The label for category Node Setup in sidebar 03NodeOperatorsSidebar" + }, + "sidebar.03NodeOperatorsSidebar.category.Node Installation": { + "message": "Node Installation", + "description": "The label for category Node Installation in sidebar 03NodeOperatorsSidebar" + }, + "sidebar.03NodeOperatorsSidebar.category.Configure the node": { + "message": "Configure the node", + "description": "The label for category Configure the node in sidebar 03NodeOperatorsSidebar" + }, + "sidebar.03NodeOperatorsSidebar.category.Node Runners": { + "message": "Node Runners", + "description": "The label for category Node Runners in sidebar 03NodeOperatorsSidebar" + }, + "sidebar.03NodeOperatorsSidebar.category.Merged Mining": { + "message": "Merged Mining", + "description": "The label for category Merged Mining in sidebar 03NodeOperatorsSidebar" + }, + "sidebar.03NodeOperatorsSidebar.category.JSON RPC": { + "message": "JSON RPC", + "description": "The label for category JSON RPC in sidebar 03NodeOperatorsSidebar" + }, + "sidebar.03NodeOperatorsSidebar.category.Maintenance": { + "message": "Maintenance", + "description": "The label for category Maintenance in sidebar 03NodeOperatorsSidebar" + }, + "sidebar.04ResourcesSidebar.category.Contribute": { + "message": "Contribute", + "description": "The label for category Contribute in sidebar 04ResourcesSidebar" + }, + "sidebar.04ResourcesSidebar.category.Tutorials": { + "message": "Tutorials", + "description": "The label for category Tutorials in sidebar 04ResourcesSidebar" + }, + "sidebar.04ResourcesSidebar.category.Port to Rootstock": { + "message": "Port to Rootstock", + "description": "The label for category Port to Rootstock in sidebar 04ResourcesSidebar" + }, + "sidebar.04ResourcesSidebar.category.Guides": { + "message": "Guides", + "description": "The label for category Guides in sidebar 04ResourcesSidebar" + }, + "sidebar.04ResourcesSidebar.category.2 Way Peg App": { + "message": "2 Way Peg App", + "description": "The label for category 2 Way Peg App in sidebar 04ResourcesSidebar" + }, + "sidebar.04ResourcesSidebar.category.2 Way Peg App.link.generated-index.description": { + "message": "The 2 way peg is a protocol that converts BTC to RBTC and vice versa. It is secured by the powpeg, which is a unique 2-way peg system that secures the locked bitcoins with the same Bitcoin hashrate that establishes consensus.", + "description": "The generated-index page description for category 2 Way Peg App in sidebar 04ResourcesSidebar" + }, + "sidebar.04ResourcesSidebar.category.Peg-in": { + "message": "Peg-in", + "description": "The label for category Peg-in in sidebar 04ResourcesSidebar" + }, + "sidebar.04ResourcesSidebar.category.Peg-out": { + "message": "Peg-out", + "description": "The label for category Peg-out in sidebar 04ResourcesSidebar" + }, + "sidebar.04ResourcesSidebar.category.Advanced Operations": { + "message": "Advanced Operations", + "description": "The label for category Advanced Operations in sidebar 04ResourcesSidebar" + }, + "sidebar.04ResourcesSidebar.category.Token Bridge": { + "message": "Token Bridge", + "description": "The label for category Token Bridge in sidebar 04ResourcesSidebar" + }, + "sidebar.05DevToolsSidebar.category.Rootstock Wallets": { + "message": "Rootstock Wallets", + "description": "The label for category Rootstock Wallets in sidebar 05DevToolsSidebar" + }, + "sidebar.05DevToolsSidebar.category.Rootstock Explorers": { + "message": "Rootstock Explorers", + "description": "The label for category Rootstock Explorers in sidebar 05DevToolsSidebar" + } +} diff --git a/i18n/en/docusaurus-theme-classic/footer.json b/i18n/en/docusaurus-theme-classic/footer.json new file mode 100644 index 00000000..09df987f --- /dev/null +++ b/i18n/en/docusaurus-theme-classic/footer.json @@ -0,0 +1,42 @@ +{ + "link.title.Whitepaper": { + "message": "Whitepaper", + "description": "The title of the footer links column with title=Whitepaper in the footer" + }, + "link.title.Resources": { + "message": "Resources", + "description": "The title of the footer links column with title=Resources in the footer" + }, + "link.item.label.Original Whitepaper": { + "message": "Original Whitepaper", + "description": "The label of footer link with label=Original Whitepaper linking to https://rootstock.io/rsk_white_paper-original.pdf" + }, + "link.item.label.Updated Whitepaper": { + "message": "Updated Whitepaper", + "description": "The label of footer link with label=Updated Whitepaper linking to https://rootstock.io/static/a79b27d4889409602174df4710102056/RS-whitepaper.pdf" + }, + "link.item.label.RIF Whitepaper": { + "message": "RIF Whitepaper", + "description": "The label of footer link with label=RIF Whitepaper linking to https://rootstock.io/static/add903ce229a6f45a606cd78b028cf9e/RIF-whitepaper-V2.pdf" + }, + "link.item.label.Merged Mining": { + "message": "Merged Mining", + "description": "The label of footer link with label=Merged Mining linking to https://rootstock.io/mine-btc-with-rootstock/" + }, + "link.item.label.Rootstock Explorer": { + "message": "Rootstock Explorer", + "description": "The label of footer link with label=Rootstock Explorer linking to https://explorer.rootstock.io/" + }, + "link.item.label.About RootstockLabs": { + "message": "About RootstockLabs", + "description": "The label of footer link with label=About RootstockLabs linking to https://www.rootstocklabs.com/about-us/" + }, + "link.item.label.Blog": { + "message": "Blog", + "description": "The label of footer link with label=Blog linking to https://blog.rootstock.io/" + }, + "copyright": { + "message": "© 2024. RootstockLabs. All rights reserved", + "description": "The footer copyright" + } +} diff --git a/i18n/en/docusaurus-theme-classic/navbar.json b/i18n/en/docusaurus-theme-classic/navbar.json new file mode 100644 index 00000000..7bfebca3 --- /dev/null +++ b/i18n/en/docusaurus-theme-classic/navbar.json @@ -0,0 +1,42 @@ +{ + "title": { + "message": "Docs", + "description": "The title in the navbar" + }, + "logo.alt": { + "message": "Rootstock Devportal", + "description": "The alt text of navbar logo" + }, + "item.label.Home": { + "message": "Home", + "description": "Navbar item with label Home" + }, + "item.label. Concepts": { + "message": " Concepts", + "description": "Navbar item with label Concepts" + }, + "item.label. Developers": { + "message": " Developers", + "description": "Navbar item with label Developers" + }, + "item.label. Node Operators": { + "message": " Node Operators", + "description": "Navbar item with label Node Operators" + }, + "item.label. Resources": { + "message": " Resources", + "description": "Navbar item with label Resources" + }, + "item.label. Dev Tools": { + "message": " Dev Tools", + "description": "Navbar item with label Dev Tools" + }, + "item.label.GitHub": { + "message": "GitHub", + "description": "Navbar item with label GitHub" + }, + "item.label.Discord": { + "message": "Discord", + "description": "Navbar item with label Discord" + } +}