Files
homarr/public/locales/ko/modules/calendar.json
2023-11-09 20:24:27 +01:00

33 lines
865 B
JSON

{
"descriptor": {
"name": "캘린더",
"description": "지원되는 통합에서 예정된 릴리스가 포함된 캘린더를 표시합니다.",
"settings": {
"title": "캘린더 위젯 설정",
"radarrReleaseType": {
"label": "레이더 릴리스 유형",
"data": {
"inCinemas": "영화관",
"physicalRelease": "물리적",
"digitalRelease": "디지털"
}
},
"hideWeekDays": {
"label": "요일 숨기기"
},
"showUnmonitored": {
"label": "모니터링되지 않는 항목 표시"
},
"fontSize": {
"label": "글꼴 크기",
"data": {
"xs": "엑스트라 스몰",
"sm": "Small",
"md": "Medium",
"lg": "Large",
"xl": "엑스트라 라지"
}
}
}
}
}