From 9f0c0b6fd4c4df8f785fc6ca844e4b04d5c8f7d5 Mon Sep 17 00:00:00 2001 From: Hugo Pezziardi Date: Thu, 22 Feb 2024 11:34:25 +0100 Subject: [PATCH] :globe_with_meridians: (LekaApp): Add localization --- Apps/LekaApp/Resources/Localizable.xcstrings | 54 ++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/Apps/LekaApp/Resources/Localizable.xcstrings b/Apps/LekaApp/Resources/Localizable.xcstrings index ffbf785f4b..56f8e71680 100644 --- a/Apps/LekaApp/Resources/Localizable.xcstrings +++ b/Apps/LekaApp/Resources/Localizable.xcstrings @@ -470,6 +470,60 @@ } } }, + "lekaapp.account_creation_view.email_verification_alert.dismissButton": { + "comment": "Email verification alert dismiss button", + "extractionState": "extracted_with_value", + "localizations": { + "en": { + "stringUnit": { + "state": "new", + "value": "OK" + } + }, + "fr": { + "stringUnit": { + "state": "translated", + "value": "OK" + } + } + } + }, + "lekaapp.account_creation_view.email_verification_alert.message": { + "comment": "Email verification alert message", + "extractionState": "extracted_with_value", + "localizations": { + "en": { + "stringUnit": { + "state": "new", + "value": "A verification email has just been sent to you ! Please verify" + } + }, + "fr": { + "stringUnit": { + "state": "translated", + "value": "Un email de v\u00e9rification vient juste de vous \u00eatre envoy\u00e9 ! Veuillez confirmer votre email " + } + } + } + }, + "lekaapp.account_creation_view.email_verification_alert.title": { + "comment": "Email verification alert title", + "extractionState": "extracted_with_value", + "localizations": { + "en": { + "stringUnit": { + "state": "new", + "value": "Verify your email adress" + } + }, + "fr": { + "stringUnit": { + "state": "translated", + "value": "V\u00e9rifier votre email" + } + } + } + }, "lekaapp.account_creation_view.navigation_title": { "comment": "NavigationBar title on the whole Signup process", "extractionState": "extracted_with_value",