Files
Homarr/public/locales/ko/modules/overseerr.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

31 lines
714 B
JSON

{
"descriptor": {
"name": "Overseerr",
"description": "오버서 또는 젤리서에서 미디어를 검색하고 추가할 수 있습니다."
},
"popup": {
"item": {
"buttons": {
"askFor": "{{title}} 요청",
"cancel": "취소",
"request": "요청"
},
"alerts": {
"automaticApproval": {
"title": "API key 사용",
"text": "이 요청은 자동으로 승인됩니다"
}
}
},
"seasonSelector": {
"caption": "다운로드할 시즌을 선택하세요.",
"table": {
"header": {
"season": "시즌",
"numberOfEpisodes": "에피소드 수"
}
}
}
}
}