Files
homarr/public/locales/uk/modules/usenet.json
2022-11-06 10:05:35 -06:00

50 lines
1.4 KiB
JSON
Raw 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": "Sabnzbd",
"description": "Дозволяє переглядати чергу та історію usenet (Sabnzbd або NZBGet), призупиняти та відновлювати завантаження."
},
"card": {
"errors": {
"noDownloadClients": {
"title": "Не знайдено клієнтів для завантаження що підтримуються!",
"text": "Додайте сервіс завантаження, щоб переглянути поточні завантаження"
}
}
},
"tabs": {
"queue": "Черга",
"history": "Історія"
},
"info": {
"sizeLeft": "Залишився розмір",
"paused": "Призупинено"
},
"queue": {
"header": {
"name": "Ім’я",
"size": "Розмір",
"eta": "Залишилося",
"progress": "Прогрес"
},
"empty": "Пусто",
"error": {
"title": "Помилка",
"message": "Сталася помилка"
},
"paused": "Призупинено"
},
"history": {
"header": {
"name": "Ім’я",
"size": "Розмір",
"duration": "Тривалість"
},
"empty": "Пусто",
"error": {
"title": "Помилка",
"message": "Помилка завантаження історії"
},
"paused": "Призупинено"
}
}