about summary refs log tree commit diff
path: root/config/locales/doorkeeper.ko.yml
blob: 76e725debc8b0b17aa755c8ec9d9d809f50af470 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
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: 삭제
        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:
        able_to: 다음과 같은 행동들이 가능합니다
        prompt: "%{client_name}이 당신의 계정에 접근 권한을 요청합니다"
        title: 승인 필요
      show:
        title: 이 승인 코드를 복사하여 애플리케이션에 붙여넣으세요
    authorized_applications:
      buttons:
        revoke: 취소
      confirmations:
        revoke: 확실합니까?
      index:
        application: 애플리케이션
        created_at: 승인 됨
        date_format: "%Y-%m-%d %H:%M:%S"
        scopes: 범위
        title: 당신의 승인 된 애플리케이션들
    errors:
      messages:
        access_denied: 리소스 소유자 또는 권한 부여 서버가 요청을 거부했습니다.
        invalid_redirect_uri: 리디렉션 URI가 올바르지 않습니다
        invalid_request: 요청에 필요한 매개변수가 없거나, 지원 되지 않는 매개변수가 있거나, 형식이 잘못되었습니다.
        invalid_token:
          expired: 액세스 토큰이 만료되었습니다.
          revoked: 액세스 토큰이 취소되었습니다.
          unknown: 액세스 토큰이 잘못되었습니다.
    flash:
      applications:
        create:
          notice: 애플리케이션이 생성 되었습니다.
        destroy:
          notice: 애플리케이션이 삭제 되었습니다.
        update:
          notice: 애플리케이션이 갱신 되었습니다.
      authorized_applications:
        destroy:
          notice: 애플리케이션이 취소 되었습니다.
    layouts:
      admin:
        nav:
          applications: 애플리케이션
          oauth2_provider: OAuth2 제공자
      application:
        title: OAuth 인증이 필요합니다
    scopes:
      follow: 계정의 관계를 수정
      push: 푸시 알림을 받기
      read: 계정의 모든 데이터를 읽기
      read:accounts: 계정의 정보를 보기
      read:blocks: 차단을 보기
      read:favourites: 관심글을 보기
      read:filters: 필터를 보기
      read:follows: 팔로우를 보기
      read:lists: 리스트를 보기
      read:mutes: 뮤트를 보기
      read:notifications: 알림 보기
      read:reports: 신고 보기
      read:search: 당신의 권한으로 검색
      read:statuses: 게시물 모두 보기
      write: 계정 정보 수정
      write:accounts: 프로필 수정
      write:blocks: 계정이나 도메인 차단
      write:favourites: 관심글 지정
      write:filters: 필터 만들기
      write:follows: 사람을 팔로우
      write:lists: 리스트 만들기
      write:media: 미디어 파일 업로드
      write:mutes: 사람이나 대화 뮤트
      write:notifications: 알림 모두 지우기
      write:reports: 다른 사람을 신고
      write:statuses: 게시물 게시