🌐 New Crowdin updates (#1433)

This commit is contained in:
Thomas Camlong
2023-10-08 12:12:44 +02:00
committed by GitHub
parent 1d50e2ce9a
commit 2b5e2094fa
122 changed files with 619 additions and 457 deletions

View File

@@ -1,7 +1,7 @@
{
"metaTitle": "",
"title": "",
"text": "",
"metaTitle": "Crea Account",
"title": "Crea Account",
"text": "Definisci le tue credenziali qui sotto",
"form": {
"fields": {
"username": {
@@ -11,25 +11,25 @@
"label": "Password"
},
"passwordConfirmation": {
"label": ""
"label": "Conferma password"
}
},
"buttons": {
"submit": ""
"submit": "Crea account"
}
},
"notifications": {
"loading": {
"title": "",
"text": ""
"title": "Creazione account in corso",
"text": "Attendere"
},
"success": {
"title": "",
"text": ""
"title": "Account creato",
"text": "Il tuo account è stato creato con successo"
},
"error": {
"title": "Errore",
"text": ""
"text": "Qualcosa è andato storto, riferirsi al seguente errore: {{error}}"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"metaTitle": "",
"metaTitle": "Accedi",
"title": "Bentornati!",
"text": "",
"text": "Inserisci le tue credenziali",
"form": {
"fields": {
"username": {
@@ -14,7 +14,7 @@
"buttons": {
"submit": "Accedi"
},
"afterLoginRedirection": ""
"afterLoginRedirection": "Dopo il login, verrete reindirizzati a {{url}}"
},
"alert": ""
"alert": "Le credenziali non sono corrette o questo account non esiste. Si prega di riprovare."
}