diff --git a/src/i18n/strings/az.json b/src/i18n/strings/az.json index 3f297f0485..1de6aff689 100644 --- a/src/i18n/strings/az.json +++ b/src/i18n/strings/az.json @@ -476,5 +476,7 @@ "Opens the Developer Tools dialog": "Geliştirici Alətlər dialoqunu açır", "Adds a custom widget by URL to the room": "Otağa URL tərəfindən xüsusi bir widjet əlavə edir", "You cannot modify widgets in this room.": "Bu otaqda vidjetləri dəyişdirə bilməzsiniz.", - "Verifies a user, device, and pubkey tuple": "Bir istifadəçini, cihazı və publik açarı yoxlayır" + "Verifies a user, device, and pubkey tuple": "Bir istifadəçini, cihazı və publik açarı yoxlayır", + "Unknown (user, device) pair:": "Naməlum (istifadəçi, cihaz) qoşulma:", + "Verified key": "Təsdiqlənmiş açar" } diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 545d45fe1f..1323e6d258 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -1614,7 +1614,7 @@ "Incorrect Recovery Passphrase": "Berreskuratze pasaesaldi okerra", "Premium": "Ordainpekoa", "Premium hosting for organisations Learn more": "Elkarteentzako ordainpeko ostatua ikasi gehiago", - "Sign in instead": "Orduan hasi saioa", + "Sign in instead": "Hasi saioa horren ordez", "Your password has been reset.": "Zure pasahitza berrezarri da.", "Set a new password": "Ezarri pasahitz berria", "Create account": "Sortu kontua", diff --git a/src/i18n/strings/ga.json b/src/i18n/strings/ga.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/src/i18n/strings/ga.json @@ -0,0 +1 @@ +{} diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 4e2f5c62ee..51e7627da7 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -2012,5 +2012,15 @@ "Sign in and regain access to your account.": "Accedi ed ottieni l'accesso al tuo account.", "You cannot sign in to your account. Please contact your homeserver admin for more information.": "Non puoi accedere al tuo account. Contatta l'admin del tuo homeserver per maggiori informazioni.", "Clear personal data": "Elimina dati personali", - "Warning: Your personal data (including encryption keys) is still stored on this device. Clear it if you're finished using this device, or want to sign in to another account.": "Attenzione: i tuoi dati personali (incluse le chiavi di cifratura) sono ancora in questo dispositivo. Eliminali se hai finito di usare il dispositivo o se vuoi accedere ad un altro account." + "Warning: Your personal data (including encryption keys) is still stored on this device. Clear it if you're finished using this device, or want to sign in to another account.": "Attenzione: i tuoi dati personali (incluse le chiavi di cifratura) sono ancora in questo dispositivo. Eliminali se hai finito di usare il dispositivo o se vuoi accedere ad un altro account.", + "Identity Server": "Server identità", + "Integrations Manager": "Gestore integrazioni", + "Find others by phone or email": "Trova altri per telefono o email", + "Be found by phone or email": "Trovato per telefono o email", + "Use bots, bridges, widgets and sticker packs": "Usa bot, bridge, widget e pacchetti di adesivi", + "Terms of Service": "Condizioni di servizio", + "To continue you need to accept the Terms of this service.": "Per continuare devi accettare le Condizioni di questo servizio.", + "Service": "Servizio", + "Summary": "Sommario", + "Terms": "Condizioni" } diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 1e51bbb515..e4a0437b21 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -1953,5 +1953,19 @@ "You're signed out": "U bent afgemeld", "Your homeserver (%(domainName)s) admin has signed you out of your account %(displayName)s (%(userId)s).": "De beheerder van uw thuisserver (%(domainName)s) heeft u afgemeld van uw account %(displayName)s%(userId)s.", "Clear personal data": "Persoonlijke gegevens wissen", - "Warning: Your personal data (including encryption keys) is still stored on this device. Clear it if you're finished using this device, or want to sign in to another account.": "Let op: uw persoonlijke gegevens (inclusief versleutelingssleutels) worden nog steeds op dit apparaat opgeslagen. Wis deze wanneer u klaar bent met het apparaat te gebruiken, of wanneer u zich wilt aanmelden met een andere account." + "Warning: Your personal data (including encryption keys) is still stored on this device. Clear it if you're finished using this device, or want to sign in to another account.": "Let op: uw persoonlijke gegevens (inclusief versleutelingssleutels) worden nog steeds op dit apparaat opgeslagen. Wis deze wanneer u klaar bent met het apparaat te gebruiken, of wanneer u zich wilt aanmelden met een andere account.", + "Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Laat ons weten wat er verkeerd gelopen is of nog beter: maak een GitHub rapport dat het probleem beschrijft.", + "Identity Server": "Identiteit server", + "Integrations Manager": "Integratiebeheerder", + "Find others by phone or email": "Vind andere personen via telefoon of email", + "Be found by phone or email": "Word gevonden per telefoon of email", + "Use bots, bridges, widgets and sticker packs": "Gebruik robots, bruggen, widgets en sticker packs", + "Terms of Service": "Gebruiksvoorwaarden", + "To continue you need to accept the Terms of this service.": "Om verder te gaan moet je de gebruiksvoorwaarden van deze dienst aanvaarden.", + "Service": "Dienst", + "Summary": "Samenvatting", + "Terms": "Voorwaarden", + "Regain access to your account and recover encryption keys stored on this device. Without them, you won’t be able to read all of your secure messages on any device.": "Krijg terug toegang tot uw account en herstel encryptiesleutels die opgeslagen zijn op dit apparaat. Zonder deze sleutels zal je versleutelde berichten niet kunnen lezen op andere apparaten.", + "Sign in and regain access to your account.": "Log in en krijg terug toegang tot je account.", + "You cannot sign in to your account. Please contact your homeserver admin for more information.": "Je kan niet inloggen op je account. Gelieve je homeserver beheerder te contacteren voor meer informatie." }