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

24 lines
646 B
JSON

{
"title": "Cache rensing",
"selector": {
"label": "Velg cachen(e) som skal tømmes",
"data": {
"ping": "Ping-spørsmål",
"repositoryIcons": "Ekstern/lokale ikoner",
"calendar&medias": "Medier fra kalenderen",
"weather": "Værdata"
}
},
"buttons": {
"notificationTitle": "Buffer tømt",
"clearAll": {
"text": "Tøm all buffer",
"notificationMessage": "All cache er tømt"
},
"clearSelect": {
"text": "Fjern valgte søk",
"notificationMessageSingle": "Buffer for {{value}} er tømt",
"notificationMessageMulti": "Buffer for {{values}} er tømt"
}
}
}