From d1dd762ffbf6361d4c5a3cc917aad57002914392 Mon Sep 17 00:00:00 2001 From: Khaled FERJANI Date: Mon, 4 Dec 2023 11:13:24 +0100 Subject: [PATCH] added english translation strings --- src/lib/i18n/en.json | 65 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/src/lib/i18n/en.json b/src/lib/i18n/en.json index d868ea1..cc3740c 100644 --- a/src/lib/i18n/en.json +++ b/src/lib/i18n/en.json @@ -1,3 +1,66 @@ { - "welcome": "Twake ID is your one entry access to all our services Chat, Mail and Drive" + "welcome": "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", + "Last Name": "Last Name", + "Username": "Username", + "Password": "Password", + "Confirm password": "Confirm password", + "Phone number": "Phone number", + "uela": "I agree with User Agreement and Personal Data Usage terms under conditions stipulated inPrivacy Policy agreement.", + "Cellphone / Username / Email": "Cellphone / Username / Email", + "Login with SSO": "Login with SSO", + "recover password": "recover password", + "logged_twake_id": "Twake ID - one account for everything", + "logged_hero": "Chat, share files, exchange email in a secure and safe way using the same account across all devices and products.", + "Congratulations": "Congratulations", + "You are all set up": "You are all set up.", + "logged_twakeid_choose": "As Twake ID is a unified authentication mechanism you can log into any Linagora product via the same credentials", + "logged_twakeid_choose_mobile": "Sign into Tdrive and Tmail using Twake credentials", + "twake_chat_description": "Decentralised corporate communication starts here", + "tdrive_description": "Share and collaborate on files securely, anywhere", + "tmail_description": "Experience email communication like never before", + "Logout": "Logout", + "Matrix ID/Email": "Matrix ID/Email", + "username_info_tooltip": "Username you enter will be used to form you Matrix ID as well as your Twake mail address.", + "Ok-got-it": "Ok, got it", + "username_taken": "Sorry, this username is already taken", + "weak_password": "Weak password. Use upper and lower case letters and numbers.", + "password_mismatch": "Passwords do not match", + "Number is already registered": "Number is already registered.", + "instead": "instead", + "Phone number confirmation": "Phone number confirmation", + "Enter 6 digit code we sent to": "Enter 6 digit code we sent to", + "Code": "Code", + "Send code": "Send code", + "Confirm": "Confirm", + "Confirm your phone number": "Confirm your phone number", + "Start your journey": "Start your journey", + "Verify phone number": "Verify phone number", + "Verify": "Verify", + "Your phone number successfully confirmed": "Your phone number successfully confirmed", + "Continue Sign Up": "Continue Sign Up", + "this phone is already taken": "this phone is already taken", + "Send code again in": "Send code again in", + "Error": "Error", + "Invalid credentials": "Invalid credentials", + "invalid Username": "invalid Username", + "invalid password": "invalid password", + "accept terms and conditions": "accept terms and conditions", + "invalid phone number": "invalid phone number", + "login": "login", + "hide or show": "hide or show", + "sign-in-instead": "sign in instead", + "this-number-is-already-registered-sign-in-instead": "This number is already registered. Sign in instead.", + "your-phone-number-has-been-successfully-confirmed": "Your phone number has been successfully confirmed.", + "too-many-wrong-attempts-has-been-made-try-again-later": "too many wrong attempts has been made. try again later.", + "mobile-app": "mobile app", + "open-twake": "open twake", + "available-usernames": "Available usernames", + "twake-phone-number": "Twake phone number", + "twake-matrix-id": "Twake matrix ID", + "add-recovery-email": "Add recovery email", + "sorry-something-went-wrong-please-try-again": "Sorry, something went wrong please try again.", + "entered-code-is-incorrect-try-again": "Entered code is incorrect. Try again." }