Files
homarr/public/locales/ru/settings/general/cache-buttons.json
2023-09-06 22:03:50 +02:00

24 lines
856 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "Очистка кэша",
"selector": {
"label": "Выберите кэш(и) для очистки",
"data": {
"ping": "Пинг запросы",
"repositoryIcons": "Удалённые/Локальные иконки",
"calendar&medias": "Публикации из календаря",
"weather": "Данные о погоде"
}
},
"buttons": {
"notificationTitle": "Кэш очищен",
"clearAll": {
"text": "Очистить весь кэш",
"notificationMessage": "Весь кэш был очищен"
},
"clearSelect": {
"text": "Очистить выбранные запросы",
"notificationMessageSingle": "Кэш для {{value}} был очищен",
"notificationMessageMulti": "Кэш для {{values}} был очищен"
}
}
}