24 lines
672 B
JSON
24 lines
672 B
JSON
{
|
|
"title": "Cache cleaning",
|
|
"selector": {
|
|
"label": "Select the cache(s) to clear",
|
|
"data": {
|
|
"ping": "Ping queries",
|
|
"repositoryIcons": "Remote/Local icons",
|
|
"calendar&medias": "Medias from the Calendar",
|
|
"weather": "Weather data"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"notificationTitle": "Cache Cleared",
|
|
"clearAll":{
|
|
"text": "Clear all cache",
|
|
"notificationMessage": "All cache has been cleared"
|
|
},
|
|
"clearSelect":{
|
|
"text": "Clear selected queries",
|
|
"notificationMessageSingle": "Cache for {{value}} has been cleared",
|
|
"notificationMessageMulti": "Cache for {{values}} have been cleared"
|
|
}
|
|
}
|
|
} |