mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-15 03:52:13 +01:00
27 lines
753 B
JSON
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>."
|
|
}
|
|
}
|
|
} |