Files
homarr/public/locales/uk/modules/media-requests-list.json
2025-08-02 18:04:19 +02:00

36 lines
1.3 KiB
JSON
Raw Permalink 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.
{
"descriptor": {
"name": "Медіа запити",
"description": "Перегляньте список усіх медіазапитів від ваших Overseerr або Jellyseerr",
"settings": {
"title": "Список медіа запитів",
"replaceLinksWithExternalHost": {
"label": "Замініть посилання на зовнішній хост"
},
"openInNewTab": {
"label": "Відкрийте посилання в новій вкладці"
}
}
},
"noRequests": "Запитів не знайдено. Будь ласка, переконайтеся, що ви правильно налаштували свої програми.",
"state": {
"approved": "Схвалено",
"pendingApproval": "Очікує схвалення",
"declined": "Відхилено",
"available": "Доступно",
"partial": ""
},
"tooltips": {
"approve": "Запити на підтвердження",
"decline": "Відхиляти запити",
"approving": "Затверджую запит..."
},
"mutation": {
"approving": "Затверджую",
"declining": "Занепад",
"request": "прохання...",
"approved": "Запит схвалено!",
"declined": "Запит відхилено!"
}
}