mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-15 12:02:15 +01:00
27 lines
786 B
JSON
27 lines
786 B
JSON
{
|
|
"search": {
|
|
"label": "Suchen",
|
|
"engines": {
|
|
"web": "Suche nach {{query}} im Internet",
|
|
"youtube": "Suche nach {{query}} auf YouTube",
|
|
"torrent": "Suche nach {{query}} torrents",
|
|
"movie": "Suche nach {{query}} auf {{app}}"
|
|
}
|
|
},
|
|
"actions": {
|
|
"avatar": {
|
|
"switchTheme": "Design wechseln",
|
|
"preferences": "Benutzereinstellungen",
|
|
"defaultBoard": "Standard-Dashboard",
|
|
"manage": "Verwalten",
|
|
"logout": "{{username}} abmelden",
|
|
"login": "Anmelden"
|
|
}
|
|
},
|
|
"modals": {
|
|
"movie": {
|
|
"title": "",
|
|
"topResults": "Die ersten {{count}} Ergebnisse für <b>{{search}}</b>."
|
|
}
|
|
}
|
|
} |