---
ko:
  activerecord:
    attributes:
      doorkeeper/application:
        name: 애플리케이션 이름
        redirect_uri: 리디렉트 URI
        scopes: 범위
        website: 애플리케이션 웹사이트
    errors:
      models:
        doorkeeper/application:
          attributes:
            redirect_uri:
              fragment_present: fragment를 포함할 수 없습니다
              invalid_uri: 올바른 URI 이어야 합니다.
              relative_uri: 절대경로 URI 이어야 합니다
              secured_uri: HTTPS/SSL URI 이어야 합니다.
  doorkeeper:
    applications:
      buttons:
        authorize: 승인
        cancel: 취소
        destroy: 제거
        edit: 편집
        submit: 제출
      confirmations:
        destroy: 확실합니까?
      edit:
        title: 애플리케이션 편집
      form:
        error: 이런! 오류를 확인하세요
      help:
        native_redirect_uri: "%{native_redirect_uri}에서 로컬 테스트를 할 수 있습니다."
        redirect_uri: 한 줄에 하나의 URI를 작성하세요
        scopes: 스페이스로 범위를 구분하세요. 빈 칸으로 놔두면 기본 범위를 사용합니다.
      index:
        application: 애플리케이션
        callback_url: 콜백 URL
        delete: 삭제
        empty: 애플리케이션이 없습니다.
        name: 이름
        new: 새로운 애플리케이션
        scopes: 범위
        show: 표시
        title: 내 응용프로그램
      new:
        title: 새로운 애플리케이션
      show:
        actions: 동작
        application_id: 클라이언트 키
        callback_urls: 콜백 URL
        scopes: 범위
        secret: 클라이언트 비밀키
        title: '애플리케이션: %{name}'
    authorizations:
      buttons:
        authorize: 승인
        deny: 거부
      error:
        title: 오류가 발생하였습니다
      new:
        prompt_html: "%{client_name} 제3자 애플리케이션이 귀하의 계정에 접근하기 위한 권한을 요청하고 있습니다. <strong>이 애플리케이션을 신뢰할 수 없다면 이 요청을 승인하지 마십시오.</strong>"
        review_permissions: 권한 검토
        title: 승인 필요
      show:
        title: 이 승인 코드를 복사하여 애플리케이션에 붙여넣으세요
    authorized_applications:
      buttons:
        revoke: 삭제
      confirmations:
        revoke: 확실합니까?
      index:
        authorized_at: "%{date}에 승인됨"
        description_html: API를 통해 이 계정에 접근 가능한 애플리케이션의 목록입니다. 알 수 없는 애플리케이션이나 잘못된 행위를 하는 애플리케이션이 있다면 권한을 취소할 수 있습니다.
        last_used_at: "%{date}에 마지막으로 사용됨"
        never_used: 사용되지 않음
        scopes: 권한
        superapp: 내부
        title: 승인된 응용프로그램
    errors:
      messages:
        access_denied: 리소스 소유자 또는 인증 서버가 요청을 거부했습니다.
        credential_flow_not_configured: Doorkeeper.configure.resource_owner_from_credentials의 설정이 되어있지 않아 리소스 소유자 암호 자격증명이 실패하였습니다.
        invalid_client: 클라이언트를 확인할 수 없기 때문에 인증이 실패하였습니다. 클라이언트 자격 증명이 포함되지 않았거나 지원되지 않는 메소드입니다.
        invalid_grant: 제공된 권한 부여가 잘못되거나, 만료되었거나, 취소되었거나, 권한 부여 요청에 사용된 리디렉션 URI가 일치하지 않거나, 다른 클라이언트에 지정되었습니다.
        invalid_redirect_uri: 리디렉션 URI가 올바르지 않습니다
        invalid_request:
          missing_param: '필수 매개변수 누락: %{value}.'
          request_not_authorized: 인증이 필요한 요청입니다. 인증 요청에 필요한 필수 매개 인자가 없거나 올바르지 않습니다.
          unknown: 요청에 필요한 매개변수가 없거나, 지원 되지 않는 매개변수가 있거나, 형식이 잘못되었습니다.
        invalid_resource_owner: 제공 된 리소스 소유자 자격증명이 올바르지 않거나 리소스 소유자를 찾을 수 없습니다
        invalid_scope: 요청한 범위가 올바르지 않거나, 알 수 없거나, 잘못 된 형식입니다.
        invalid_token:
          expired: 액세스 토큰이 만료되었습니다.
          revoked: 액세스 토큰이 삭제되었습니다.
          unknown: 액세스 토큰이 잘못되었습니다.
        resource_owner_authenticator_not_configured: Doorkeeper.configure.resource_owner_authenticator가 설정되지 않아 리소스 소유자 찾기가 실패하였습니다.
        server_error: 권한 부여 서버에 예기치 않은 상태가 발생하여, 요청을 수행할 수 없습니다.
        temporarily_unavailable: 권한 부여 서버가 일시적인 과부하 또는 유지 관리로 인해 요청을 현재 처리할 수 없습니다.
        unauthorized_client: 클라이언트가 이 방법을 사용하여 해당 요청을 실행하도록 허용되지 않았습니다.
        unsupported_grant_type: 권한 부여 유형이 권한 부여 서버에 의해 지원되지 않습니다.
        unsupported_response_type: 권한 부여 서버가 이 응답 유형을 지원하지 않습니다.
    flash:
      applications:
        create:
          notice: 애플리케이션을 만들었습니다.
        destroy:
          notice: 애플리케이션을 삭제하였습니다.
        update:
          notice: 애플리케이션을 갱신했습니다.
      authorized_applications:
        destroy:
          notice: 애플리케이션이 삭제되었습니다.
    grouped_scopes:
      access:
        read: 읽기 전용 권한
        read/write: 읽기/쓰기 권한
        write: 쓰기 전용 권한
      title:
        accounts: 계정
        admin/accounts: 계정 관리
        admin/all: 모든 관리자 기능
        admin/reports: 신고 관리
        all: 마스토돈 계정에 대한 모든 권한
        blocks: 차단
        bookmarks: 북마크
        conversations: 대화
        crypto: 종단간 암호화
        favourites: 좋아요
        filters: 필터
        follow: 팔로우, 뮤트와 차단
        follows: 팔로우
        lists: 리스트
        media: 첨부된 미디어
        mutes: 뮤트
        notifications: 알림
        push: 푸시 알림
        reports: 신고
        search: 검색
        statuses: 게시물
    layouts:
      admin:
        nav:
          applications: 애플리케이션
          oauth2_provider: OAuth2 제공자
      application:
        title: OAuth 인증이 필요합니다
    scopes:
      admin:read: 서버의 모든 데이터 읽기
      admin:read:accounts: 모든 계정의 민감한 정보 읽기
      admin:read:canonical_email_blocks: 정규화된 이메일 차단 전부에 대한 민감한 정보를 읽습니다
      admin:read:domain_allows: 도메인 허용에 대한 민감한 정보를 읽습니다
      admin:read:domain_blocks: 도메인 차단에 대한 민감한 정보를 읽습니다
      admin:read:email_domain_blocks: 이메일 도메인 차단에 대한 민감한 정보를 읽습니다
      admin:read:ip_blocks: IP 차단에 대한 민감한 정보를 읽습니다
      admin:read:reports: 신고와 신고 된 계정의 민감한 정보 읽기
      admin:write: 서버의 모든 데이터 수정
      admin:write:accounts: 계정에 모더레이션 조치 취하기
      admin:write:canonical_email_blocks: 정규화된 이메일 차단에 모더레이션 조치 취하기
      admin:write:domain_allows: 도메인 허용에 모더레이션 조치 취하기
      admin:write:domain_blocks: 도메인 차단에 모더레이션 조치 취하기
      admin:write:email_domain_blocks: 이메일 도메인 차단에 모더레이션 조치 취하기
      admin:write:ip_blocks: IP 차단에 모더레이션 조치 취하기
      admin:write:reports: 신고에 모더레이션 조치 취하기
      crypto: 종단간 암호화 사용
      follow: 계정 관계 수정
      push: 푸시 알림 받기
      read: 계정의 모든 데이터 읽기
      read:accounts: 계정 정보 보기
      read:blocks: 차단 보기
      read:bookmarks: 내 북마크 보기
      read:favourites: 좋아요 보기
      read:filters: 필터 보기
      read:follows: 팔로우 보기
      read:lists: 리스트 보기
      read:mutes: 뮤트 보기
      read:notifications: 알림 보기
      read:reports: 신고 보기
      read:search: 당신의 권한으로 검색
      read:statuses: 모든 게시물 보기
      write: 계정 정보 수정
      write:accounts: 프로필 수정
      write:blocks: 계정 및 도메인 차단
      write:bookmarks: 게시물을 북마크에 넣기
      write:conversations: 뮤트 및 대화 삭제
      write:favourites: 게시물 좋아요
      write:filters: 필터 만들기
      write:follows: 사람을 팔로우
      write:lists: 리스트 만들기
      write:media: 미디어 파일 업로드
      write:mutes: 사람이나 대화 뮤트
      write:notifications: 알림 모두 지우기
      write:reports: 다른 사람을 신고
      write:statuses: 게시물 게시