From 2bac348e75bef8c6714138c574ff5e174e8dc3fb Mon Sep 17 00:00:00 2001 From: Ruslan Dudin Date: Wed, 22 May 2024 22:01:52 +0300 Subject: [PATCH] New translations en-us.json (Portuguese, Brazilian) --- apps/wallet-mobile/src/i18n/locales/pt-BR.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/wallet-mobile/src/i18n/locales/pt-BR.json b/apps/wallet-mobile/src/i18n/locales/pt-BR.json index 88c7dc8d21..bbe94c2122 100644 --- a/apps/wallet-mobile/src/i18n/locales/pt-BR.json +++ b/apps/wallet-mobile/src/i18n/locales/pt-BR.json @@ -1050,5 +1050,11 @@ "discover.discoverList.dAppActions": "DApp actions", "walletinit.theme.tryDarkTheme": "Try Yoroi dark theme", "walletinit.theme.description": "Press the theme switcher and dive into the new stylish theme crafted to enhance your Cardano wallet experience", - "walletinit.theme.chanageTheme": "You can always change your theme later in the App settings" + "walletinit.theme.chanageTheme": "You can always change your theme later in the App settings", + "discover.confirmConnectionModal.title": "Confirm connection", + "discover.confirmConnectionModal.connectTo": "Connect to", + "discover.confirmConnectionModal.connect": "Connect", + "discover.confirmConnectionModal.allowThisDAppTo": "Allow this DApp to:", + "discover.confirmConnectionModal.permission1": "View addresses, account balance, activity", + "discover.confirmConnectionModal.permission2": "Request approval for transactions" }