Files
homarr/public/locales/ru/modules/date.json
2023-12-30 21:46:01 +01:00

35 lines
822 B
JSON

{
"descriptor": {
"name": "Дата и время",
"description": "Отображает текущую дату и время.",
"settings": {
"title": "Настройки для виджета даты и времени",
"timezone": {
"label": "",
"info": ""
},
"customTitle": {
"label": ""
},
"display24HourFormat": {
"label": "Отображать в 24-часовом формате"
},
"dateFormat": {
"label": "Форматирование даты",
"data": {
"hide": "Скрыть дату"
}
},
"titleState": {
"label": "",
"info": "",
"data": {
"both": "",
"city": "",
"none": "Нет"
}
}
}
}
}