diff --git a/apps/wallet-mobile/src/kernel/i18n/locales/bn-BD.json b/apps/wallet-mobile/src/kernel/i18n/locales/bn-BD.json index 6a2b68afaf..35946b785e 100644 --- a/apps/wallet-mobile/src/kernel/i18n/locales/bn-BD.json +++ b/apps/wallet-mobile/src/kernel/i18n/locales/bn-BD.json @@ -444,6 +444,7 @@ "components.settings.collateral.initialCollateralInfoModalTitle": "Collateral creation", "components.settings.collateral.initialCollateralInfoModalText": "Collateral is mandatory when interacting with certain smart contracts on Cardano, which requires to make a 0 ADA transaction. ADA will only be deduced from your collateral if transaction validation fails.", "components.settings.collateral.initialCollateralInfoModalButton": "Add collateral", + "components.settings.notificationDisplayDuration.title": "Display duration", "components.settings.disableeasyconfirmationscreen.disableButton": "Disable", "components.settings.disableeasyconfirmationscreen.disableHeading": "By disabling this option, you will be able to spend your assets only with your master password.", "components.settings.disableeasyconfirmationscreen.title": "Disable easy confirmation", @@ -490,6 +491,19 @@ "components.settings.walletsettingscreen.walletType": "Wallet type:", "components.settings.walletsettingscreen.inAppNotifications": "In-app notifications", "components.settings.walletsettingscreen.allowNotifications": "Allow notifications", + "components.settings.walletsettingscreen.displayDuration": "Display duration", + "components.settings.manageNotificationDisplayDuration.description": "Adjust the display duration of in-app notifications to suit your preferences.", + "components.settings.manageNotificationDisplayDuration.apply": "Apply", + "components.settings.manageNotificationDisplayDuration.displayDuration": "Display duration", + "components.settings.manageNotificationDisplayDuration.manual": "Manual", + "components.settings.manageNotificationDisplayDuration.seconds": "seconds", + "components.settings.manageNotificationDisplayDuration.twoSeconds": "2s", + "components.settings.manageNotificationDisplayDuration.fourSeconds": "4s", + "components.settings.manageNotificationDisplayDuration.sixSeconds": "6s", + "components.settings.manageNotificationDisplayDuration.eightSeconds": "8s", + "components.settings.manageNotificationDisplayDuration.tenSeconds": "10s", + "components.settings.manageNotificationDisplayDuration.twelveSeconds": "12s", + "components.settings.manageNotificationDisplayDuration.inputError": "Enter a value from 1 to 60.", "components.somethingWentWrong.title": "Oops!", "components.somethingWentWrong.description": "Something went wrong.\nTry to reload this page or restart the app.", "components.stakingcenter.confirmDelegation.delegateButtonLabel": "Delegate",