Files
Homarr/public/locales/uk/modules/bookmark.json
2023-11-03 21:15:08 +01:00

44 lines
1.5 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": "Показувати статичний список рядків або посилань",
"settings": {
"title": "Налаштування обраного",
"name": {
"label": "Назва віджету",
"info": "Залиште порожнім, щоб не показувати назву."
},
"items": {
"label": "Елементи"
},
"layout": {
"label": "Макет",
"data": {
"autoGrid": "Автоматична сітка",
"horizontal": "Горизонтальний",
"vertical": "Вертикальний"
}
}
}
},
"card": {
"noneFound": {
"title": "Список обраного порожній",
"text": "Додайте нові елементи до цього списку в режимі редагування"
}
},
"item": {
"validation": {
"length": "Довжина повинна бути між {{shortest}} та {{longest}}",
"invalidLink": "Недійсне посилання",
"errorMsg": "Не збереглося, тому що виникли помилки при валідації. Будь ласка, виправте ваші дані"
},
"name": "Ім’я",
"url": "URL",
"newTab": "Відкрити в новій вкладці",
"hideHostname": "Приховати ім'я хоста",
"hideIcon": "Приховати іконку",
"delete": "Видалити"
}
}