From e35fbe659eaaedf68a56c4547020aab970432445 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:03:50 +0200 Subject: [PATCH] New translations cache-buttons.json (Russian) --- .../ru/settings/general/cache-buttons.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/ru/settings/general/cache-buttons.json b/public/locales/ru/settings/general/cache-buttons.json index 685994c48..c48ad196c 100644 --- a/public/locales/ru/settings/general/cache-buttons.json +++ b/public/locales/ru/settings/general/cache-buttons.json @@ -1,24 +1,24 @@ { - "title": "", + "title": "Очистка кэша", "selector": { - "label": "", + "label": "Выберите кэш(и) для очистки", "data": { - "ping": "", - "repositoryIcons": "", - "calendar&medias": "", - "weather": "" + "ping": "Пинг запросы", + "repositoryIcons": "Удалённые/Локальные иконки", + "calendar&medias": "Публикации из календаря", + "weather": "Данные о погоде" } }, "buttons": { - "notificationTitle": "", + "notificationTitle": "Кэш очищен", "clearAll": { - "text": "", - "notificationMessage": "" + "text": "Очистить весь кэш", + "notificationMessage": "Весь кэш был очищен" }, "clearSelect": { - "text": "", - "notificationMessageSingle": "", - "notificationMessageMulti": "" + "text": "Очистить выбранные запросы", + "notificationMessageSingle": "Кэш для {{value}} был очищен", + "notificationMessageMulti": "Кэш для {{values}} был очищен" } } } \ No newline at end of file