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

24 lines
690 B
JSON

{
"title": "Cache opschonen",
"selector": {
"label": "Selecteer de cache(s) om te wissen",
"data": {
"ping": "Ping-query's",
"repositoryIcons": "Verafgelegen/Lokaal pictogrammen",
"calendar&medias": "Media uit de kalender",
"weather": "Weergegevens"
}
},
"buttons": {
"notificationTitle": "Cache gewist",
"clearAll": {
"text": "Alle cache wissen",
"notificationMessage": "Alle cache is gewist"
},
"clearSelect": {
"text": "Verwijder geselecteerde zoekopdrachten",
"notificationMessageSingle": "Cache voor {{value}} is gewist",
"notificationMessageMulti": "Cache voor {{values}} is gewist"
}
}
}