Files
homarr/public/locales/uk/modules/date.json
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.2 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": "Дата і час",
"description": "Відображає поточну дату і час.",
"settings": {
"title": "Налаштування віджету дати й часу",
"display24HourFormat": {
"label": "Показувати повний час (24 години)"
},
"dateFormat": {
"label": "Формат дати",
"data": {
"hide": "Сховати дату"
}
},
"enableTimezone": {
"label": "Відображати ваш часовий пояс"
},
"timezoneLocation": {
"label": "Місцезнаходження часовий поясу"
},
"titleState": {
"label": "Назва міста",
"info": "Якщо ви активуєте опцію Часовий пояс, можна показати назву міста та код часового поясу.<br/>Ви також можете показати лише місто або взагалі не показувати жодного.",
"data": {
"both": "Місто та часовий пояс",
"city": "Лише місто",
"none": "Нема"
}
}
}
}
}