From a70f1ee75fe1df3bc48fd92038dfb206d0f4b50c Mon Sep 17 00:00:00 2001 From: Ruslan Dudin Date: Wed, 22 May 2024 22:01:40 +0300 Subject: [PATCH] New translations en-us.json (Dutch) --- apps/wallet-mobile/src/i18n/locales/nl-NL.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/wallet-mobile/src/i18n/locales/nl-NL.json b/apps/wallet-mobile/src/i18n/locales/nl-NL.json index 7a5616e899..a687c48d8b 100644 --- a/apps/wallet-mobile/src/i18n/locales/nl-NL.json +++ b/apps/wallet-mobile/src/i18n/locales/nl-NL.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" }