From c83113d49be085b41756d5f7eecca3d4e7d2fabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=A9=EC=9C=A4=EC=84=B1?= Date: Tue, 20 Jul 2021 16:35:14 +0000 Subject: [PATCH] Update Korean translation --- locales/ko.json | 97 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 1 deletion(-) diff --git a/locales/ko.json b/locales/ko.json index 0967ef42..a922fa12 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -1 +1,96 @@ -{} +{ + "Sort videos by: ": "동영상 정렬 기준: ", + "Number of videos shown in feed: ": "피드에 표시된 동영상 수: ", + "Redirect homepage to feed: ": "피드로 홈페이지 리디렉션: ", + "Show annotations by default for subscribed channels: ": "구독한 채널에 기본적으로 특수효과를 표시하시겠습니까? ", + "Subscription preferences": "구독 설정", + "Automaticatic instance redirection (fallback to redirect.invidious.io): ": "자동 인스턴스 리디렉션 (redirect.invidious.io로 대체): ", + "Thin mode: ": "씬 모드: ", + "light": "라이트", + "dark": "다크", + "Theme: ": "테마: ", + "Dark mode: ": "다크 모드: ", + "Player style: ": "플레이어 스타일: ", + "Visual preferences": "시각 설정", + "Interactive 360 degree videos: ": "인터랙티브 360도 비디오: ", + "Automatically extend video description: ": "자동으로 비디오 설명 확장: ", + "Show annotations by default: ": "기본적으로 주석 표시: ", + "Show related videos: ": "관련 동영상 보기: ", + "Fallback captions: ": "대체 자막: ", + "Default captions: ": "기본 자막: ", + "reddit": "reddit", + "youtube": "youtube", + "Default comments: ": "기본 댓글: ", + "Player volume: ": "플레이어 볼륨: ", + "Preferred video quality: ": "선호하는 비디오 품질: ", + "Default speed: ": "기본 속도: ", + "Proxy videos: ": "비디오를 프록시: ", + "Listen by default: ": "기본적으로 듣기: ", + "Autoplay next video: ": "다음 동영상 자동재생 ", + "Play next by default: ": "기본적으로 다음 재생: ", + "Autoplay: ": "자동재생: ", + "Always loop: ": "항상 반복: ", + "Player preferences": "플레이어 설정", + "Preferences": "설정", + "Google verification code": "구글 인증 코드", + "E-mail": "이메일", + "Register": "회원가입", + "Sign In": "로그인", + "Miscellaneous preferences": "기타 설정", + "Image CAPTCHA": "이미지 CAPTCHA", + "Text CAPTCHA": "텍스트 CAPTCHA", + "Time (h:mm:ss):": "시각 (h:mm:ss):", + "Password": "비밀번호", + "User ID": "사용자 ID", + "Log in with Google": "구글로 로그인", + "Log in/register": "로그인/회원가입", + "Log in": "로그인", + "source": "출처", + "JavaScript license information": "JavaScript 라이선스 정보", + "An alternative front-end to YouTube": "YouTube의 대안 프론트엔드", + "History": "역사", + "Delete account?": "계정을 삭제 하시겠습니까?", + "Export data as JSON": "데이터를 JSON으로 내보내기", + "Export subscriptions as OPML (for NewPipe & FreeTube)": "구독을 OPML로 내보내기 (NewPipe 및 FreeTube 용)", + "Export subscriptions as OPML": "구독을 OPML로 내보내기", + "Export": "내보내기", + "Import NewPipe data (.zip)": "NewPipe 데이터 가져오기 (.zip)", + "Import NewPipe subscriptions (.json)": "NewPipe 구독을 가져 오기 (.json)", + "Import FreeTube subscriptions (.db)": "FreeTube 구독 가져 오기 (.db)", + "Import YouTube subscriptions": "YouTube 구독 가져 오기", + "Import Invidious data": "Invidious 데이터 가져 오기", + "Import": "가져오기", + "Import and Export Data": "데이터 가져오기 및 내보내기", + "No": "아니요", + "Yes": "예", + "Authorize token for `x`?": "`x` 에 대한 토큰을 승인하시겠습니까?", + "Authorize token?": "토큰을 승인하시겠습니까?", + "Cannot change password for Google accounts": "Google 계정의 비밀번호를 변경할 수 없습니다", + "New passwords must match": "새 비밀번호는 일치해야 합니다", + "New password": "새 비밀번호", + "Clear watch history?": "재생 기록을 삭제 하시겠습니까?", + "Previous page": "이전 페이지", + "Next page": "다음 페이지", + "last": "마지막", + "Shared `x` ago": "`x` 전에 공유", + "popular": "인기", + "oldest": "오래된순", + "newest": "최신순", + "View playlist on YouTube": "YouTube에서 재생목록 보기", + "View channel on YouTube": "YouTube에서 채널 보기", + "Subscribe": "구독", + "Unsubscribe": "구독 취소", + "LIVE": "실시간", + "`x` playlists": { + "": "`x` 재생목록", + "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 재생목록" + }, + "`x` videos": { + "": "`x` 동영상", + "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 동영상" + }, + "`x` subscribers": { + "": "`x` 구독자", + "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 구독자" + } +}