From 4830d6cc1927d817eb251c3905a0bd35c77bef1d Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:26:35 +0900 Subject: [PATCH] New translations media-requests-list.json (Russian) --- public/locales/ru/modules/media-requests-list.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/ru/modules/media-requests-list.json b/public/locales/ru/modules/media-requests-list.json index d29b81ba2..0fa7861ad 100644 --- a/public/locales/ru/modules/media-requests-list.json +++ b/public/locales/ru/modules/media-requests-list.json @@ -1,11 +1,11 @@ { "descriptor": { - "name": "Медиазапросы", - "description": "Посмотреть список всех медиазапросов от вашего Overseerr или Jellyseerr", + "name": "Медиа-запросы", + "description": "Посмотреть список всех медиа запросов от вашего Overseerr или Jellyseerr", "settings": { - "title": "Список медиазапросов", + "title": "Список медиа запросов", "replaceLinksWithExternalHost": { - "label": "" + "label": "Заменить ссылки на внешний хост" } } }, @@ -18,7 +18,7 @@ "declined": "Отклонено" }, "tooltips": { - "approve": "", - "decline": "" + "approve": "Одобрить запросы", + "decline": "Отклонить запросы" } }