Skip to content

Commit

Permalink
chore: add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed Jun 19, 2024
1 parent 9ba94d8 commit 5e6f289
Show file tree
Hide file tree
Showing 14 changed files with 439 additions and 182 deletions.
150 changes: 150 additions & 0 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -669,5 +669,155 @@
"theme.tags.tagsPageTitle": {
"message": "Tags",
"description": "The title of the tag list page"
},
"Deriv website": {
"message": "Deriv website"
},
"Who we are": {
"message": "Who we are"
},
"Contact us": {
"message": "Contact us"
},
"Only alphanumeric characters with spaces and underscores are allowed. (Example: my_application)": {
"message": "Only alphanumeric characters with spaces and underscores are allowed. (Example: my_application)"
},
"The name cannot contain “Binary”, “Deriv”, or similar words.": {
"message": "The name cannot contain “Binary”, “Deriv”, or similar words."
},
"Your website URL cannot exceed 255 characters.": {
"message": "Your website URL cannot exceed 255 characters."
},
"Enter a valid URL. (Example: https://www.[YourDomainName].com)": {
"message": "Enter a valid URL. (Example: https://www.[YourDomainName].com)"
},
"Your markup value cannot be more than 4 characters.": {
"message": "Your markup value cannot be more than 4 characters."
},
"Your markup value must be equal to or above 0.00 and no more than 3.00.": {
"message": "Your markup value must be equal to or above 0.00 and no more than 3.00."
},
"Using Deriv API to build a trading app with features like real-time pricing charts available on Dtrader.": {
"message": "Using Deriv API to build a trading app with features like real-time pricing charts available on Dtrader."
},
"Benefits of using Deriv API": {
"message": "Benefits of using Deriv API"
},
"Automation": {
"message": "Automation"
},
"Easy integration": {
"message": "Easy integration"
},
"Fast execution": {
"message": "Fast execution"
},
"A trading app created using Deriv API shown on a laptop.": {
"message": "A trading app created using Deriv API shown on a laptop."
},
"Personalise your trading": {
"message": "Personalise your trading"
},
"Personalise your trading apps to match your needs. Create charts and views the way you like them. Develop your trading app using any common programming language and extend your trading opportunities.": {
"message": "Personalise your trading apps to match your needs. Create charts and views the way you like them. Develop your trading app using any common programming language and extend your trading opportunities."
},
"Build a business and earn more": {
"message": "Build a business and earn more"
},
"Create your own trading apps by taking advantage of the power of Deriv's trading services. Share your apps with fellow traders or customers, and get a chance to earn more or build your own business.": {
"message": "Create your own trading apps by taking advantage of the power of Deriv's trading services. Share your apps with fellow traders or customers, and get a chance to earn more or build your own business."
},
"Name": {
"message": "Name"
},
"Token": {
"message": "Token"
},
"Scopes": {
"message": "Scopes"
},
"Last Used": {
"message": "Last Used"
},
"Valid for IP": {
"message": "Valid for IP"
},
"Update Application": {
"message": "Update Application"
},
"Register Application": {
"message": "Register Application"
},
"Your account": {
"message": "Your account"
},
"Choose your API token with the admin scope": {
"message": "Choose your API token with the admin scope"
},
"Application Name": {
"message": "Application Name"
},
"Application ID": {
"message": "Application ID"
},
"Redirect URL": {
"message": "Redirect URL"
},
"Actions": {
"message": "Actions"
},
"Only alphanumeric characters with spaces and underscores are allowed.": {
"message": "Only alphanumeric characters with spaces and underscores are allowed."
},
"The name can contain up to 48 characters.": {
"message": "The name can contain up to 48 characters."
},
"Duplicate token names aren’t allowed.": {
"message": "Duplicate token names aren’t allowed."
},
"Only alphanumeric characters with spaces and underscores are allowed": {
"message": "Only alphanumeric characters with spaces and underscores are allowed"
},
"Only 2-32 characters are allowed": {
"message": "Only 2-32 characters are allowed"
},
"No duplicate token names are allowed for the same account.": {
"message": "No duplicate token names are allowed for the same account."
},
"No keywords \"deriv\" or \"binary\" or words that look similar, e.g. \"_binary_\" or \"d3eriv\" are allowed.": {
"message": "No keywords \"deriv\" or \"binary\" or words that look similar, e.g. \"_binary_\" or \"d3eriv\" are allowed."
},
"Name your token and click on Create to generate your token.": {
"message": "Name your token and click on Create to generate your token."
},
"Token name (You've created {numberOfTokens} out of 30 tokens)": {
"message": "Token name (You've created {numberOfTokens} out of 30 tokens)"
},
"Create": {
"message": "Create"
},
"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.admonition.warning": {
"message": "warning",
"description": "The default label used for the Warning admonition (:::warning)"
},
"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.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"
}
}
Loading

0 comments on commit 5e6f289

Please sign in to comment.