24 lines
711 B
JSON
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"
|
|
}
|
|
}
|
|
} |