mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 21:12:14 +01:00
27 lines
797 B
JSON
27 lines
797 B
JSON
{
|
|
"search": {
|
|
"label": "Pesquisa",
|
|
"engines": {
|
|
"web": "Pesquise {{query}} na web",
|
|
"youtube": "Pesquise {{query}} no YouTube",
|
|
"torrent": "Pesquisar {{query}} torrents",
|
|
"movie": "Procure por {{query}} em {{app}}"
|
|
}
|
|
},
|
|
"actions": {
|
|
"avatar": {
|
|
"switchTheme": "Mudar de tema",
|
|
"preferences": "Preferências do usuário",
|
|
"defaultBoard": "Painel de controle padrão",
|
|
"manage": "Gerenciar",
|
|
"logout": "Sair do site {{username}}",
|
|
"login": "“Login”"
|
|
}
|
|
},
|
|
"modals": {
|
|
"movie": {
|
|
"title": "",
|
|
"topResults": "Principais resultados de {{count}} para <b>{{search}}</b>."
|
|
}
|
|
}
|
|
} |