Files
homarr/public/locales/uk/modules/date.json
2023-10-08 12:12:44 +02:00

34 lines
978 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": "Дата і час",
"description": "Відображає поточну дату і час.",
"settings": {
"title": "Налаштування віджету дати й часу",
"display24HourFormat": {
"label": "Показувати повний час (24 години)"
},
"dateFormat": {
"label": "Формат дати",
"data": {
"hide": "Сховати дату"
}
},
"enableTimezone": {
"label": "Відображати ваш часовий пояс"
},
"timezoneLocation": {
"label": "Місцезнаходження часовий поясу"
},
"titleState": {
"label": "Назва міста",
"info": "",
"data": {
"both": "Місто та часовий пояс",
"city": "Лише місто",
"none": "Нема"
}
}
}
}
}