Files
Homarr/public/locales/it/layout/header.json
2023-11-12 13:37:54 +01:00

27 lines
753 B
JSON

{
"search": {
"label": "Cerca",
"engines": {
"web": "Cerca {{query}} sul web",
"youtube": "Cerca {{query}} su YouTube",
"torrent": "Cerca per i torrent {{query}}",
"movie": "Ricerca di {{query}} su {{app}}"
}
},
"actions": {
"avatar": {
"switchTheme": "Cambia tema",
"preferences": "Impostazioni utente",
"defaultBoard": "Dashboard predefinita",
"manage": "Gestisci",
"logout": "Esci da {{username}}",
"login": "Accedi"
}
},
"modals": {
"movie": {
"title": "",
"topResults": "Top {{count}} risultati per <b>{{search}}</b>."
}
}
}