From e792df4b0cd6010d6e8643b669a471e49bddc2c3 Mon Sep 17 00:00:00 2001 From: Thor Galle Date: Wed, 11 Oct 2023 13:38:43 +0300 Subject: [PATCH] copy: updated notification copy --- .../Notifications/IOSBrowserSteps.svelte | 15 ++++--- .../NotificationSetupGuideModal.svelte | 30 ++++++++------ src/lib/util/translation-helpers.ts | 7 ++++ src/locales/en.json | 34 ++++++++-------- src/locales/fr.json | 40 ++++++++++--------- src/locales/nl.json | 38 +++++++++--------- src/routes/account/NotificationSection.svelte | 14 ++++--- 7 files changed, 103 insertions(+), 75 deletions(-) diff --git a/src/lib/components/Notifications/IOSBrowserSteps.svelte b/src/lib/components/Notifications/IOSBrowserSteps.svelte index 26a90940..7f8842ac 100644 --- a/src/lib/components/Notifications/IOSBrowserSteps.svelte +++ b/src/lib/components/Notifications/IOSBrowserSteps.svelte @@ -21,10 +21,10 @@ }); - + {$_('push-notifications.how-to.ios-browser-steps.1')} - + {@html $_(`push-notifications.how-to.ios-browser-steps.1-${lowerCaseBrowserName}`, { values: { burgerIcon: ClientIcon(burgerIcon), @@ -33,7 +33,7 @@ plusSquareIcon: ClientIcon(plusSquareIcon) } })} -
+
+ {@html $_('push-notifications.how-to.ios-upgrade.copy', { + values: { + os: iDeviceInfo?.currentAppleOS, + link: anchorText({ + href: $_('push-notifications.how-to.ios-upgrade.help-link'), + linkText: $_('push-notifications.how-to.ios-upgrade.help-link-copy'), + class: 'link' + }), + accountSettings: anchorText({ + href: routes.ACCOUNT, + linkText: $_('push-notifications.how-to.ios-upgrade.account-settings'), + newtab: false, + class: 'link' + }) + } + })} +
If you can’t update it to 16.4 or higher, it means your device unfortunately doesn’t support our mobile notifications.
It looks like you added WTMG to your home screen, nice!
Now you can turn on notifications.
To turn on notifications, you first need to update to {os} 16.4 or higher.
Learn how to update your {os} version.
After updating, go to your {accountSettings} to turn on mobile notifications.
Oups ! Votre version iOS ne prend pas en charge les notifications mobiles. Pour les activer, mettez à jour votre version iOS (Réglages > Général > Mise à jour logicielle).
Si vous ne pouvez pas la mettre à jour vers la version 16.4 ou plus, votre appareil ne prend alors pas en charge nos notifications mobiles.
Pour activer les notifications, vous devez d’abord mettre à jour votre {os} à 16.4 ou plus .
Apprenez comment mettre à jour votre version {os}.
Après avoir fait la mise à jour, allez dans votre {accountSettings} pour activer les notifications mobiles.
Il semble que vous ayez ajouté WTMG sur votre écran d’accueil, génial !
Vous pouvez maintenant activer les notifications mobiles.
Oeps! Je huidige iOS-versie ondersteunt geen mobiele meldingen. Om ze aan te zetten, update je iOS-versie (Instellingen > Algemeen > Software-update).
Als je niet kan updaten naar versie 16.4 of hoger, betekent dit helaas dat je toestel onze mobiele meldingen niet ondersteunt.
Om meldingen aan te zetten moet je eerst updaten naar {os} 16.4 or hoger.
Leer hoe je je {os} versie bijwerkt.
Ga na de update naar je {accountSettings} om meldingen aan te zetten.
Het lijkt erop dat je WTMG aan je startscherm hebt toegevoegd, leuk!
Nu kan je meldingen aanzetten.
- {@html $_('account.notifications.unsupported', { + {#if isMobileDevice && !isNotificationEligible()} + {#if isIDevice} + {@html $_('account.notifications.unsupported-ios', { values: { link: anchorText({ href: $_('account.notifications.ios16-link'), @@ -67,7 +69,9 @@ }) } })} -
{@html $_('account.notifications.unsupported-android')}