From 85965db1bf9533fd145cd434be7917d8ad6523a3 Mon Sep 17 00:00:00 2001 From: Khaled Ferjani Date: Wed, 29 May 2024 15:46:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20update=20the=20mobile=20hero=20t?= =?UTF-8?q?ext=20(#222)=20(#226)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🎨 fix: update mobile hero text * 🌐 chore: update i18n --- registration/src/lib/components/views/MainScreen.svelte | 2 +- registration/src/lib/i18n/ar.json | 3 ++- registration/src/lib/i18n/en.json | 1 + registration/src/lib/i18n/fr.json | 3 ++- registration/src/lib/i18n/ru.json | 3 ++- registration/src/lib/i18n/vi.json | 3 ++- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/registration/src/lib/components/views/MainScreen.svelte b/registration/src/lib/components/views/MainScreen.svelte index 8454152..bea7f02 100644 --- a/registration/src/lib/components/views/MainScreen.svelte +++ b/registration/src/lib/components/views/MainScreen.svelte @@ -21,7 +21,7 @@
- {$t('end-to-end-encryption-collaborative-features-for-secure-and-efficient-teamwork')} + {$t('welcome_mobile')}
diff --git a/registration/src/lib/i18n/ar.json b/registration/src/lib/i18n/ar.json index 991bdaa..e1f34cc 100644 --- a/registration/src/lib/i18n/ar.json +++ b/registration/src/lib/i18n/ar.json @@ -80,5 +80,6 @@ "forgot-password": "هل نسيت كلمة المرور الخاصة بك؟", "not-found": "غير موجود", "404-error-message": "عذرا! لم نتمكن من العثور على ما تبحث عنه.", - "delete-account": "حذف حسابك" + "delete-account": "حذف حسابك", + "welcome_mobile": "معرف توايك هو مدخلك الوحيد إلى جميع خدماتنا: الدردشة والبريد و الملفات" } diff --git a/registration/src/lib/i18n/en.json b/registration/src/lib/i18n/en.json index 01f9a58..dc1a61c 100644 --- a/registration/src/lib/i18n/en.json +++ b/registration/src/lib/i18n/en.json @@ -1,5 +1,6 @@ { "welcome": "Twake ID is your one entry access to all our services Chat, Mail and Drive", + "welcome_mobile": "Twake ID is your one entry access to all our services: Chat, Mail and Drive", "Sign up": "Sign up", "Sign in": "Sign in", "First Name": "First name", diff --git a/registration/src/lib/i18n/fr.json b/registration/src/lib/i18n/fr.json index ea7a798..20ca662 100644 --- a/registration/src/lib/i18n/fr.json +++ b/registration/src/lib/i18n/fr.json @@ -80,5 +80,6 @@ "not-found": "Pas trouvé", "404-error-message": "Oops! Nous n'avons pas trouvé ce que vous cherchez.", "matrix-id-copied": "Identifiant Matrix copié dans le presse-papiers", - "delete-account": "Supprimer votre compte" + "delete-account": "Supprimer votre compte", + "welcome_mobile": "Twake ID est votre accès unique à tous nos services : Chat, Mail et Drive" } diff --git a/registration/src/lib/i18n/ru.json b/registration/src/lib/i18n/ru.json index 978e573..1f7eb24 100644 --- a/registration/src/lib/i18n/ru.json +++ b/registration/src/lib/i18n/ru.json @@ -81,5 +81,6 @@ "not-found": "Не найдено", "404-error-message": "Упс! Мы не смогли найти то, что вы ищете.", "matrix-id-copied": "Идентификатор Matrix скопирован в буфер обмена.", - "delete-account": "Удалить свой аккаунт" + "delete-account": "Удалить свой аккаунт", + "welcome_mobile": "Twake ID — единый доступ к сервисам: чату, почте и диску." } diff --git a/registration/src/lib/i18n/vi.json b/registration/src/lib/i18n/vi.json index 301bdfc..632493e 100644 --- a/registration/src/lib/i18n/vi.json +++ b/registration/src/lib/i18n/vi.json @@ -80,5 +80,6 @@ "not-found": "Không tìm thấy", "404-error-message": "Ối! Chúng tôi không thể tìm thấy những gì bạn đang tìm kiếm.", "matrix-id-copied": "Đã sao chép Id Matrix vào bảng nhớ tạm", - "delete-account": "Xóa tài khoản của bạn" + "delete-account": "Xóa tài khoản của bạn", + "welcome_mobile": "Twake ID là quyền truy cập duy nhất của bạn vào tất cả các dịch vụ của chúng tôi: Trò chuyện, Thư và Drive" }