🌐 Cache settings
This commit is contained in:
24
public/locales/en/settings/general/cache-buttons.json
Normal file
24
public/locales/en/settings/general/cache-buttons.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user