From aec325f161566d9d03026d52086010ad9a46a8a0 Mon Sep 17 00:00:00 2001 From: "J. Lavoie" Date: Wed, 20 Jan 2021 13:03:45 +0000 Subject: [PATCH] Translated using Weblate (Italian) Currently translated at 100.0% (367 of 367 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ --- lib/l10n/intl_it.arb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/lib/l10n/intl_it.arb b/lib/l10n/intl_it.arb index 91b438d7..86e2fea0 100644 --- a/lib/l10n/intl_it.arb +++ b/lib/l10n/intl_it.arb @@ -1962,5 +1962,32 @@ "@noConnectionToTheServer": { "type": "text", "placeholders": {} + }, + "appLock": "Blocco dell'app", + "@appLock": { + "type": "text", + "placeholders": {} + }, + "pleaseChooseAPasscode": "Si prega di scegliere un codice di accesso", + "@pleaseChooseAPasscode": { + "type": "text", + "placeholders": {} + }, + "security": "Sicurezza", + "@security": { + "type": "text", + "placeholders": {} + }, + "pleaseEnter4Digits": "Inserisci 4 cifre o lascia vuoto per disabilitare il blocco dell'app.", + "@pleaseEnter4Digits": { + "type": "text", + "placeholders": {} + }, + "youWillBeConnectedTo": "Verrai connesso/a a {homeserver}", + "@youWillBeConnectedTo": { + "type": "text", + "placeholders": { + "homeserver": {} + } } }