Predefined translation keys
This page contains the list of all predefined translation keys used in default UI components.
Key | Description | Default value |
---|---|---|
theme.userMenu.login | Login button label | Login |
theme.userMenu.logout | Logout button label | Log out |
theme.userMenu.devOnboardingLabel | Developer onboarding dashboard link label | My apps |
theme.search.navbar.label | Search navbar label | Search |
theme.search.label | Search input placeholder | Search all products... |
theme.search.recent | Recent searches label | Recent searches |
theme.search.suggested | Search suggested pages label | Suggested pages |
theme.search.noResults | Label displayed when search gives no results | No results |
theme.search.cancel | Search cancel button text | Cancel |
theme.search.keys.navigate | Label for navigate key in search footer | to navigate |
theme.search.keys.select | Label for select key in search footer | to select |
theme.search.keys.exit | Label for exit key in search footer | to exit |
theme.toc.header | Table of content header | On this page |
theme.versionPicker.label | Version picker label | Version : |
theme.versionPicker.unversioned | Version picker placeholder for unversioned content | All versions |
theme.sidebar.menu.backLabel | Label of back button displayed in sidebar drilldown menu | Back |
theme.sidebar.actions.show | Label of a button for showing a collapsed sidebar | Show sidebar |
theme.sidebar.actions.hide | Label of back button for collapsing a sidebar | Hide sidebar |
theme.sidebar.actions.changeLayout | Tooltip of a button used to change the sidebar layout | Hide sidebar |
theme.markdown.editPage.text | Edit page button label on markdown pages (displayed if configured in redocly.yaml ) | Edit page |
theme.page.homeButton | Button label on default 403 Forbidden and 404 Not Found pages | Go home |
theme.page.previousButton | Previous button's label for page navigation | Previous page |
theme.page.nextButton | Next button's label for page navigation | Next page |
theme.page.lastUpdated.timeago | Page last updated (when referring to a period of time, e.g. 10min) | Last updated |
theme.page.lastUpdated.on | Page last updated (when referring to specific date, e.g. December 1st) | Last updated on |
theme.page.notFound.title | 404 Not Found page header text | Something went missing... |
theme.page.notFound.description | 404 Not Found page description text | The page you were trying to reach doesn't exist or may have been moved. You can go back to the previous page, return to the homepage, or use the search bar to find what you're looking for. |
theme.page.forbidden.title | 403 Forbidden header text | Access forbidden |
theme.codeSnippet.copy.buttonText | Code snippet copy button text | Copy |
theme.codeSnippet.copy.tooltipText | Code snippet copy button tooltip | Copy to clipboard |
theme.codeSnippet.copy.toasterText | A toast notification text displayed after code snippet has been successfully copied | Copied! |
theme.codeSnippet.report.buttonText | Code snippet report button text | Report |
theme.codeSnippet.report.tooltipText | Code snippet report button tooltip | Report a problem |
theme.codeSnippet.report.label | Code snippet report a problem title | What is wrong with this code? |
theme.feedback.settings.label | Page rating question text | How helpful was this page? |
theme.feedback.settings.submitText | Message displayed after successful page rating submit | Thank you for helping improve our documentation! |
theme.feedback.settings.reasons.label | Feedback prompt text | Which statement describes your thoughts about this page? |
theme.feedback.settings.reasons.items.N | Text of reason N, where N is a number of reason in the list in redocly.yaml | Default is the value from redocly.yaml |
theme.feedback.settings.reasons.send | Send feedback button text | Send |
theme.feedback.settings.comment.submitText | Message displayed after successful page comment submit | Thank you for helping improve our documentation! |
theme.feedback.settings.comment.likeLabel | Question displayed after positive feedback on the page | What was most helpful? |
theme.feedback.settings.comment.dislikeLabel | Question displayed after negative feedback on the page | What can we improve? |
theme.feedback.settings.comment.send | Send comment feedback submit button text | Send |
theme.feedback.settings.comment.cancel | Send comment feedback cancel button text | Cancel |
theme.feedback.sentiment.thumbUp | Feedback thump up label in sentiment section | Yes |
theme.feedback.sentiment.thumbDown | Feedback thump down label in sentiment section | No |
theme.catalog.card.footer | Catalog card footer label | View documentation |
theme.catalog.filters.select.all | Select all filters option label in catalog | All |
theme.catalog.filters.placeholder | Catalog filter input placeholder | Filter... |
theme.catalog.filters.title | Catalog filters sidebar title | Filters |
theme.catalog.filters.apply | Catalog apply filters button text | Apply filters |
theme.footer.copyrightText | Footer copyright text | Default is configured in redocly.yaml |
graphql.sidebar.menu.group.queries | Label for queries group in GraphQL sidebar | Queries |
graphql.sidebar.menu.group.mutations | Label for mutations group in GraphQL sidebar | Mutations |
graphql.sidebar.menu.group.subscriptions | Label for subscriptions group in GraphQL sidebar | Subscriptions |
graphql.sidebar.menu.group.directives | Label for directives group in GraphQL sidebar | Directives |
graphql.sidebar.menu.group.objects | Label for objects group in GraphQL sidebar | Objects |
graphql.sidebar.menu.group.interfaces | Label for interfaces group in GraphQL sidebar | Interfaces |
graphql.sidebar.menu.group.unions | Label for unions group in GraphQL sidebar | Unions |
graphql.sidebar.menu.group.enums | Label for enums group in GraphQL sidebar | Enums |
graphql.sidebar.menu.group.inputs | Label for the inputs group in GraphQL sidebar | Inputs |
graphql.sidebar.menu.group.scalars | Label for the scalars group in GraphQL sidebar | Scalars |
graphql.content.arguments.label | Label for the arguments section in GraphQL content | Arguments |
graphql.content.arguments.show | Text for showing arguments in GraphQL content | Show arguments |
graphql.content.arguments.hide | Text for hiding arguments in GraphQL content | Hide arguments |
graphql.content.returnTypes.label | Label for the return type section in GraphQL content | Return type |
graphql.content.returnTypes.show | Text for showing return type in GraphQL content | Show return type |
graphql.content.returnTypes.hide | Text for hiding return type in GraphQL content | Hide return type |
graphql.content.possibleTypes | Label for possible types in GraphQL content | Possible types |
graphql.content.defaultValue | Label for the default value in GraphQL content | Default |
graphql.content.deprecationReason | Label for the deprecation reason in GraphQL content | Deprecation reason |
graphql.content.implementedInterfaces | Label for implemented interfaces in GraphQL content | Implements interfaces |
graphql.content.argumentsHere | Placeholder for arguments in GraphQL content | Arguments Here |
graphql.content.notNull | Label for non-null fields in GraphQL content | not-null |
graphql.content.required | Label for required fields in GraphQL content | required |
graphql.content.deprecated | Label for deprecated fields in GraphQL content | deprecated |
graphql.rightSection.variables | Label for the variables section in GraphQL right section | Variables |
graphql.rightSection.querySample | Label for the query sample in GraphQL right section | Query sample |
graphql.rightSection.mutationSample | Label for the mutation sample in GraphQL right section | Mutation sample |
graphql.rightSection.subscriptionSample | Label for the subscription sample in GraphQL right section | Subscription sample |
graphql.rightSection.responseSample | Label for the response sample in GraphQL right section | Response sample |
graphql.rightSection.location | Label for the location section in GraphQL right section | Location |
graphql.rightSection.sample | Label for the sample section in GraphQL right section | Sample |
graphql.rightSection.referenced | Label for the referenced section in GraphQL right section | Referenced in |
graphql.navigation.next | Label for next page navigation in GraphQL docs | Next page |
graphql.navigation.previous | Label for previous page navigation in GraphQL docs | Previous page |
Resources
- Configure language support for your project by following the steps in the Configure localization how-to documentation.