mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-20 22:42:21 +01:00
27 lines
779 B
JSON
27 lines
779 B
JSON
{
|
|
"search": {
|
|
"label": "traži",
|
|
"engines": {
|
|
"web": "Potražite {{query}} na webu",
|
|
"youtube": "Potražite {{query}} na YouTubeu",
|
|
"torrent": "Traži {{query}} torrenta",
|
|
"movie": "Tražite {{query}} na {{app}}"
|
|
}
|
|
},
|
|
"actions": {
|
|
"avatar": {
|
|
"switchTheme": "Promijeni temu",
|
|
"preferences": "Korisničke postavke",
|
|
"defaultBoard": "Zadana nadzorna ploča",
|
|
"manage": "Upravljati",
|
|
"logout": "Odjava iz {{username}}",
|
|
"login": "Prijaviti se"
|
|
}
|
|
},
|
|
"modals": {
|
|
"movie": {
|
|
"title": "",
|
|
"topResults": "{{count}} najboljih rezultata za <b>{{search}}</b>."
|
|
}
|
|
}
|
|
} |