Fix Italian translation

settings were not in the correct json group.
This commit is contained in:
MikeWallaceDev 2022-01-24 15:17:45 -05:00
parent 353bdc592b
commit 44af890f05

View File

@ -126,17 +126,17 @@
"instruction2": "Copia questo codice negli appunti premendo l'icona o selezionando il testo:",
"instruction3": "Naviga sul seguente link con il tuo browser web e inserisci il codice seguente:",
"instruction4": "Premi il bottone qui sotto quando hai completato l'iscrizione:"
}
},
"settings": {
"title": "Impostazioni",
"menu": {
"appearance": "Aspetto",
"language": "Lingua"
},
"settings": {
"title": "Impostazioni",
"menu": {
"appearance": "Aspetto",
"language": "Lingua"
},
"appearance": {
"lightLabel": "Modalità Chiara",
"darkLabel": "Modalità Scura"
}
"appearance": {
"lightLabel": "Modalità Chiara",
"darkLabel": "Modalità Scura"
}
}
}