forked from openebs/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: isamrish <askmaurya48@gmail.com>
- Loading branch information
Showing
6 changed files
with
332 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,226 @@ | ||
{ | ||
"component.Feedback.heading": { | ||
"message": "Was this page helpful? We appreciate your feedback", | ||
"description": "The heading of feedback widget" | ||
}, | ||
"component.Feedback.Yes": { | ||
"message": "Yes", | ||
"description": "Feedback button 'Yes' for positive response" | ||
}, | ||
"component.Feedback.No": { | ||
"message": "No", | ||
"description": "Feedback button 'No' for negative response" | ||
}, | ||
"component.Footer.logo": { | ||
"message": "OpenEBS logo", | ||
"description": "Footer logo" | ||
}, | ||
"component.Footer.emailSubscription": { | ||
"message": "Stay in the know with our newsletter", | ||
"description": "Email subscription title in footer" | ||
}, | ||
"component.Footer.subscribe": { | ||
"message": "Subscribe", | ||
"description": "Email subscription action text" | ||
}, | ||
"component.Footer.gettingStarted": { | ||
"message": "Getting started", | ||
"description": "Getting started label in footer" | ||
}, | ||
"component.Footer.contactUs": { | ||
"message": "Contact us", | ||
"description": "Contact us label in footer" | ||
}, | ||
"component.Footer.topContributors": { | ||
"message": "Top contributors", | ||
"description": "Top Contributors label in footer" | ||
}, | ||
"component.Footer.facebook": { | ||
"message": "facebook", | ||
"description": "Facebook icon in footer" | ||
}, | ||
"component.Footer.github": { | ||
"message": "github", | ||
"description": "GitHub icon in footer" | ||
}, | ||
"component.Footer.slack": { | ||
"message": "slack", | ||
"description": "slack icon in footer" | ||
}, | ||
"component.Footer.linkedin": { | ||
"message": "linkedin", | ||
"description": "Linkedin icon in footer" | ||
}, | ||
"component.Footer.youtube": { | ||
"message": "youtube", | ||
"description": "Youtube icon in footer" | ||
}, | ||
"component.Footer.twitter": { | ||
"message": "twitter", | ||
"description": "Twitter icon in footer" | ||
}, | ||
"component.Header.logo": { | ||
"message": "OpenEBS logo", | ||
"description": "Header Logo" | ||
}, | ||
"component.Header.star": { | ||
"message": "Star", | ||
"description": "Star button" | ||
}, | ||
"theme.CodeBlock.copyButtonAriaLabel": { | ||
"message": "Copy code to clipboard", | ||
"description": "The ARIA label for copy code blocks button" | ||
}, | ||
"theme.CodeBlock.copied": { | ||
"message": "Copied", | ||
"description": "The copied button label on code blocks" | ||
}, | ||
"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.docs.paginator.navAriaLabel": { | ||
"message": "Docs pages navigation", | ||
"description": "The ARIA label for the docs pagination" | ||
}, | ||
"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.responsiveCloseButtonLabel": { | ||
"message": "Close menu", | ||
"description": "The ARIA label for close button of mobile doc sidebar" | ||
}, | ||
"theme.docs.sidebar.responsiveOpenButtonLabel": { | ||
"message": "Open menu", | ||
"description": "The ARIA label for open button of mobile doc sidebar" | ||
}, | ||
"theme.NotFound.title": { | ||
"message": "Page Not Found", | ||
"description": "The title of the 404 page" | ||
}, | ||
"theme.NotFound.p1": { | ||
"message": "We could not find what you were looking for.", | ||
"description": "The first paragraph of the 404 page" | ||
}, | ||
"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.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.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.tags.tagsListLabel": { | ||
"message": "Tags:", | ||
"description": "The label alongside a tag list" | ||
}, | ||
"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.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.tags.tagsPageTitle": { | ||
"message": "Tags", | ||
"description": "The title of the tag list page" | ||
}, | ||
"theme.AnnouncementBar.closeButtonAriaLabel": { | ||
"message": "Close", | ||
"description": "The ARIA label for close button of announcement bar" | ||
}, | ||
"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.CodeBlock.copy": { | ||
"message": "Copy", | ||
"description": "The copy button label on code blocks" | ||
}, | ||
"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.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 userd to tell the user that he's browsing an unmaintained doc version" | ||
}, | ||
"theme.docs.versions.latestVersionLinkLabel": { | ||
"message": "latest version", | ||
"description": "The label used for the latest version suggestion link label" | ||
}, | ||
"theme.common.editThisPage": { | ||
"message": "Edit this page", | ||
"description": "The link label to edit the current page" | ||
}, | ||
"theme.common.headingLinkTitle": { | ||
"message": "Direct link to heading", | ||
"description": "Title for link to heading" | ||
}, | ||
"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.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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"version.label": { | ||
"message": "Next", | ||
"description": "The label for version current" | ||
}, | ||
"sidebar.tutorialSidebar.category.Introduction": { | ||
"message": "Introduction", | ||
"description": "The label for category Introduction in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.Concepts": { | ||
"message": "Concepts", | ||
"description": "The label for category Concepts in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.User Guides": { | ||
"message": "User Guides", | ||
"description": "The label for category User Guides in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.Stateful Applications": { | ||
"message": "Stateful Applications", | ||
"description": "The label for category Stateful Applications in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.Troubleshooting": { | ||
"message": "Troubleshooting", | ||
"description": "The label for category Troubleshooting in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.Additional Info": { | ||
"message": "Additional Info", | ||
"description": "The label for category Additional Info in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.Depreciated Releases": { | ||
"message": "Depreciated Releases", | ||
"description": "The label for category Depreciated Releases in sidebar tutorialSidebar" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
docs/i18n/en/docusaurus-plugin-content-docs/version-1.1.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version.label": { | ||
"message": "1.1.0", | ||
"description": "The label for version 1.1.0" | ||
}, | ||
"sidebar.docs.category.Tutorial Basics": { | ||
"message": "Tutorial Basics", | ||
"description": "The label for category Tutorial Basics in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Tutorial Extra": { | ||
"message": "Tutorial Extra", | ||
"description": "The label for category Tutorial Extra in sidebar docs" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
docs/i18n/en/docusaurus-plugin-content-docs/version-1.1.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version.label": { | ||
"message": "1.1.1", | ||
"description": "The label for version 1.1.1" | ||
}, | ||
"sidebar.docs.category.Tutorial Basics": { | ||
"message": "Tutorial Basics", | ||
"description": "The label for category Tutorial Basics in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Tutorial Extra": { | ||
"message": "Tutorial Extra", | ||
"description": "The label for category Tutorial Extra in sidebar docs" | ||
} | ||
} |
38 changes: 38 additions & 0 deletions
38
docs/i18n/en/docusaurus-plugin-content-docs/version-1.1.2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"version.label": { | ||
"message": "1.1.2", | ||
"description": "The label for version 1.1.2" | ||
}, | ||
"sidebar.docs.category.Introduction": { | ||
"message": "Introduction", | ||
"description": "The label for category Introduction in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Home": { | ||
"message": "Home", | ||
"description": "The label for category Home in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Concepts": { | ||
"message": "Concepts", | ||
"description": "The label for category Concepts in sidebar docs" | ||
}, | ||
"sidebar.docs.category.User Guides": { | ||
"message": "User Guides", | ||
"description": "The label for category User Guides in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Stateful Applications": { | ||
"message": "Stateful Applications", | ||
"description": "The label for category Stateful Applications in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Troubleshooting": { | ||
"message": "Troubleshooting", | ||
"description": "The label for category Troubleshooting in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Additional Info": { | ||
"message": "Additional Info", | ||
"description": "The label for category Additional Info in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Deprecated Releases": { | ||
"message": "Deprecated Releases", | ||
"description": "The label for category Deprecated Releases in sidebar docs" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"copyright": { | ||
"message": "Copyright © 2021 The OpenEBS Authors | All rights reserved", | ||
"description": "The footer copyright" | ||
} | ||
} |