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

35 lines
708 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": "없음"
}
}
}
}
}