mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-19 05:52:18 +01:00
27 lines
773 B
JSON
27 lines
773 B
JSON
{
|
|
"search": {
|
|
"label": "Søk",
|
|
"engines": {
|
|
"web": "Søk etter {{query}} på nettet",
|
|
"youtube": "Søk etter {{query}} på YouTube",
|
|
"torrent": "Søk etter {{query}} torrenter",
|
|
"movie": "Søk etter {{query}} på {{app}}"
|
|
}
|
|
},
|
|
"actions": {
|
|
"avatar": {
|
|
"switchTheme": "Bytt tema",
|
|
"preferences": "Brukerinnstillinger",
|
|
"defaultBoard": "Standard dashbord",
|
|
"manage": "Administrer",
|
|
"logout": "Logg ut fra {{username}}",
|
|
"login": "Logg Inn"
|
|
}
|
|
},
|
|
"modals": {
|
|
"movie": {
|
|
"title": "",
|
|
"topResults": "Topp {{count}} resultater for <b>{{search}}</b>."
|
|
}
|
|
}
|
|
} |