diff --git a/src/i18n/it.js b/src/i18n/it.js index 860d626..90b617b 100644 --- a/src/i18n/it.js +++ b/src/i18n/it.js @@ -7,7 +7,8 @@ const it = { base_url: "URL dell'homeserver", welcome: "Benvenuto in Synapse-admin", server_version: "Versione di Synapse", - username_error: "Per favore inserisci un ID utente completo: '@utente:dominio'", + username_error: + "Per favore inserisci un ID utente completo: '@utente:dominio'", protocol_error: "L'URL deve iniziare per 'http://' o 'https://'", url_error: "URL del server Matrix non valido", sso_sign_in: "Accedi con SSO", @@ -46,7 +47,8 @@ const it = { users_total: "%{smart_count} utente nel file CSV |||| %{smart_count} utenti nel file CSV", guest_count: "%{smart_count} ospite |||| %{smart_count} ospiti", - admin_count: "%{smart_count} amministratore |||| %{smart_count} amministratori", + admin_count: + "%{smart_count} amministratore |||| %{smart_count} amministratori", }, conflicts: { header: "Strategia di conflitto", @@ -123,7 +125,8 @@ const it = { user_type: "Tipo d'utente", }, helper: { - password: "Cambiando la password l'utente verrĂ  disconnesso da tutte le sessioni attive.", + password: + "Cambiando la password l'utente verrĂ  disconnesso da tutte le sessioni attive.", deactivate: "Devi fornire una password per riattivare l'account.", erase: "Constrassegna l'utente come cancellato dal GDPR", }, @@ -154,7 +157,7 @@ const it = { avatar: "Avatar", }, helper: { -/* forward_extremities: + /* forward_extremities: "Forward extremities are the leaf events at the end of a Directed acyclic graph (DAG) in a room, aka events that have no children. The more exist in a room, the more state resolution that Synapse needs to perform (hint: it's an expensive operation). While Synapse has code to prevent too many of these existing at one time in a room, bugs can sometimes make them crop up again. If a room has >10 forward extremities, it's worth checking which room is the culprit and potentially removing them using the SQL queries mentioned in #1760.", */ }, enums: { diff --git a/yarn.lock b/yarn.lock index 5eda01a..56acb3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2031,17 +2031,6 @@ "@emotion/utils" "^1.2.0" csstype "^3.0.2" -"@emotion/serialize@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51" - integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA== - dependencies: - "@emotion/hash" "^0.9.1" - "@emotion/memoize" "^0.8.1" - "@emotion/unitless" "^0.8.1" - "@emotion/utils" "^1.2.1" - csstype "^3.0.2" - "@emotion/sheet@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2"