From 5676ba6f23d1fc8b768d635da1301b29ff594309 Mon Sep 17 00:00:00 2001 From: prince-deriv Date: Wed, 11 Sep 2024 16:09:40 +0400 Subject: [PATCH] chore: update translations --- i18n/en/code.json | 27 ++++++++++++++++++++ i18n/en/docusaurus-theme-classic/navbar.json | 8 ++++++ 2 files changed, 35 insertions(+) diff --git a/i18n/en/code.json b/i18n/en/code.json index 433751815..8b10e554e 100644 --- a/i18n/en/code.json +++ b/i18n/en/code.json @@ -903,5 +903,32 @@ }, "Send an email": { "message": "Send an email" + }, + "Sort": { + "message": "Sort" + }, + "Filter": { + "message": "Filter" + }, + "Application manager": { + "message": "Application manager" + }, + "Here's where you can see your app's details. Edit your app settings to suit your needs or delete them permanently.": { + "message": "Here's where you can see your app's details. Edit your app settings to suit your needs or delete them permanently." + }, + "Register new application": { + "message": "Register new application" + }, + "App’s name": { + "message": "App’s name" + }, + "OAuth scopes": { + "message": "OAuth scopes" + }, + "OAuth redirect URL": { + "message": "OAuth redirect URL" + }, + "Register tokens": { + "message": "Register tokens" } } diff --git a/i18n/en/docusaurus-theme-classic/navbar.json b/i18n/en/docusaurus-theme-classic/navbar.json index f9f5456c2..f9a4f1df7 100644 --- a/i18n/en/docusaurus-theme-classic/navbar.json +++ b/i18n/en/docusaurus-theme-classic/navbar.json @@ -22,5 +22,13 @@ "item.label.Bug bounty": { "message": "Bug bounty", "description": "Navbar item with label Bug bounty" + }, + "item.label.API explorer": { + "message": "API explorer", + "description": "Navbar item with label API explorer" + }, + "item.label.Deriv tech": { + "message": "Deriv tech", + "description": "Navbar item with label Deriv tech" } }