New translations cache-buttons.json (Russian)

This commit is contained in:
Thomas Camlong
2023-09-06 22:03:50 +02:00
parent a851327554
commit e35fbe659e

View File

@@ -1,24 +1,24 @@
{ {
"title": "", "title": "Очистка кэша",
"selector": { "selector": {
"label": "", "label": "Выберите кэш(и) для очистки",
"data": { "data": {
"ping": "", "ping": "Пинг запросы",
"repositoryIcons": "", "repositoryIcons": "Удалённые/Локальные иконки",
"calendar&medias": "", "calendar&medias": "Публикации из календаря",
"weather": "" "weather": "Данные о погоде"
} }
}, },
"buttons": { "buttons": {
"notificationTitle": "", "notificationTitle": "Кэш очищен",
"clearAll": { "clearAll": {
"text": "", "text": "Очистить весь кэш",
"notificationMessage": "" "notificationMessage": "Весь кэш был очищен"
}, },
"clearSelect": { "clearSelect": {
"text": "", "text": "Очистить выбранные запросы",
"notificationMessageSingle": "", "notificationMessageSingle": "Кэш для {{value}} был очищен",
"notificationMessageMulti": "" "notificationMessageMulti": "Кэш для {{values}} был очищен"
} }
} }
} }