Files
homarr/public/locales/uk/modules/media-requests-list.json
T
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

34 lines
1.1 KiB
JSON

{
"descriptor": {
"name": "Медіа запити",
"description": "Перегляньте список усіх медіазапитів від ваших Overseerr або Jellyseerr",
"settings": {
"title": "Список медіа запитів",
"replaceLinksWithExternalHost": {
"label": "Замініть посилання на зовнішній хост"
},
"openInNewTab": {
"label": ""
}
}
},
"noRequests": "Запитів не знайдено. Будь ласка, переконайтеся, що ви правильно налаштували свої програми.",
"state": {
"approved": "Схвалено",
"pendingApproval": "Очікує схвалення",
"declined": "Відхилено"
},
"tooltips": {
"approve": "Запити на підтвердження",
"decline": "Відхиляти запити",
"approving": ""
},
"mutation": {
"approving": "",
"declining": "",
"request": "",
"approved": "",
"declined": ""
}
}