Fix
This commit is contained in:
parent
3e541abc2f
commit
f9faf892ad
@ -7,7 +7,8 @@ const it = {
|
|||||||
base_url: "URL dell'homeserver",
|
base_url: "URL dell'homeserver",
|
||||||
welcome: "Benvenuto in Synapse-admin",
|
welcome: "Benvenuto in Synapse-admin",
|
||||||
server_version: "Versione di Synapse",
|
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://'",
|
protocol_error: "L'URL deve iniziare per 'http://' o 'https://'",
|
||||||
url_error: "URL del server Matrix non valido",
|
url_error: "URL del server Matrix non valido",
|
||||||
sso_sign_in: "Accedi con SSO",
|
sso_sign_in: "Accedi con SSO",
|
||||||
@ -46,7 +47,8 @@ const it = {
|
|||||||
users_total:
|
users_total:
|
||||||
"%{smart_count} utente nel file CSV |||| %{smart_count} utenti nel file CSV",
|
"%{smart_count} utente nel file CSV |||| %{smart_count} utenti nel file CSV",
|
||||||
guest_count: "%{smart_count} ospite |||| %{smart_count} ospiti",
|
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: {
|
conflicts: {
|
||||||
header: "Strategia di conflitto",
|
header: "Strategia di conflitto",
|
||||||
@ -123,7 +125,8 @@ const it = {
|
|||||||
user_type: "Tipo d'utente",
|
user_type: "Tipo d'utente",
|
||||||
},
|
},
|
||||||
helper: {
|
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.",
|
deactivate: "Devi fornire una password per riattivare l'account.",
|
||||||
erase: "Constrassegna l'utente come cancellato dal GDPR",
|
erase: "Constrassegna l'utente come cancellato dal GDPR",
|
||||||
},
|
},
|
||||||
|
11
yarn.lock
11
yarn.lock
@ -2031,17 +2031,6 @@
|
|||||||
"@emotion/utils" "^1.2.0"
|
"@emotion/utils" "^1.2.0"
|
||||||
csstype "^3.0.2"
|
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":
|
"@emotion/sheet@^1.1.0":
|
||||||
version "1.1.0"
|
version "1.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2"
|
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2"
|
||||||
|
Loading…
Reference in New Issue
Block a user