Files
Homarr/public/locales/uk/modules/rss.json
2023-05-20 19:19:46 +02:00

24 lines
994 B
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": "RSS-віджет",
"description": "",
"settings": {
"title": "Налаштування віджету RSS",
"rssFeedUrl": {
"label": "URL-адреси RSS-стрічок",
"description": "URL-адреси RSS-каналів, які ви хочете показувати."
},
"refreshInterval": {
"label": "Інтервал оновлення (хвилини)"
}
},
"card": {
"errors": {
"general": {
"title": "Не вдалося отримати RSS стрічку",
"text": "Виникла проблема з доступом до RSS-стрічки. Переконайтеся, що ви правильно налаштували стрічку і використовуєте правильний URL. Після оновлення адреси вам можливо доведеться оновити сторінку."
}
}
}
}
}