Files
homarr/public/locales/pt/settings/general/cache-buttons.json
2023-11-03 21:15:08 +01:00

24 lines
711 B
JSON

{
"title": "Limpeza do cache",
"selector": {
"label": "Selecione o(s) cache(s) a ser(em) limpo(s)",
"data": {
"ping": "Consultas de ping",
"repositoryIcons": "Ícones remotos/locais",
"calendar&medias": "Mídias do calendário",
"weather": "Dados meteorológicos"
}
},
"buttons": {
"notificationTitle": "Cache limpo",
"clearAll": {
"text": "Limpar todo o cache",
"notificationMessage": "Todo o cache foi limpo"
},
"clearSelect": {
"text": "Limpar as consultas selecionadas",
"notificationMessageSingle": "O cache do site {{value}} foi limpo",
"notificationMessageMulti": "O cache do site {{values}} foi limpo"
}
}
}