The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

152 lines
6.9 KiB

  1. ---
  2. ko:
  3. activerecord:
  4. attributes:
  5. doorkeeper/application:
  6. name: 애플리케이션 이름
  7. redirect_uri: 리디렉션 URI
  8. scopes: 범위
  9. website: 애플리케이션 웹사이트
  10. errors:
  11. models:
  12. doorkeeper/application:
  13. attributes:
  14. redirect_uri:
  15. fragment_present: fragment를 포함할 수 없습니다
  16. invalid_uri: 올바른 URI여야 합니다.
  17. relative_uri: 절대경로 URI여야 합니다
  18. secured_uri: HTTPS/SSL URI여야 합니다.
  19. doorkeeper:
  20. applications:
  21. buttons:
  22. authorize: 승인
  23. cancel: 취소
  24. destroy: 제거
  25. edit: 수정
  26. submit: 제출
  27. confirmations:
  28. destroy: 확실합니까?
  29. edit:
  30. title: 애플리케이션 수정
  31. form:
  32. error: 이런! 에러를 확인하세요
  33. help:
  34. native_redirect_uri: "%{native_redirect_uri}를 이용해 로컬 테스트를 할 수 있습니다"
  35. redirect_uri: 한 줄에 하나의 URI를 작성하세요
  36. scopes: 스페이스로 범위를 구분하세요. 빈 칸으로 놔두면 기본 범위를 사용합니다.
  37. index:
  38. application: 애플리케이션
  39. callback_url: 콜백 URL
  40. delete: 삭제
  41. empty: 어플리케이션이 없습니다.
  42. name: 이름
  43. new: 새 애플리케이션
  44. scopes: 범위
  45. show: 표시
  46. title: 당신의 애플리케이션들
  47. new:
  48. title: 새 애플리케이션
  49. show:
  50. actions: 동작
  51. application_id: 클라이언트 키
  52. callback_urls: 콜백 URL
  53. scopes: 범위
  54. secret: 클라이언트 비밀키
  55. title: '애플리케이션: %{name}'
  56. authorizations:
  57. buttons:
  58. authorize: 승인
  59. deny: 거부
  60. error:
  61. title: 에러가 발생하였습니다
  62. new:
  63. able_to: 다음과 같은 행동들이 가능합니다
  64. prompt: "%{client_name}이 당신의 계정에 접근 권한을 요청합니다"
  65. title: 승인 필요
  66. show:
  67. title: 이 승인 코드를 복사하여 애플리케이션에 붙여넣으세요
  68. authorized_applications:
  69. buttons:
  70. revoke: 취소
  71. confirmations:
  72. revoke: 확실합니까?
  73. index:
  74. application: 애플리케이션
  75. created_at: 승인 됨
  76. date_format: "%Y-%m-%d %H:%M:%S"
  77. scopes: 범위
  78. title: 당신의 승인 된 애플리케이션들
  79. errors:
  80. messages:
  81. access_denied: 리소스 소유자 또는 권한 부여 서버가 요청을 거부했습니다.
  82. credential_flow_not_configured: Doorkeeper.configure.resource_owner_from_credentials의 설정이 되어있지 않아 리소스 소유자 패스워드 자격증명이 실패하였습니다.
  83. invalid_client: 알 수 없는 클라이언트이기 때문에 클라이언트 인증이 실패하였습니다, 클라이언트 자격증명이 포함되지 않았거나, 지원 되지 않는 메소드입니다.
  84. invalid_grant: 제공된 권한 부여가 잘못되거나, 만료되었거나, 취소되었거나, 권한 부여 요청에 사용된 리디렉션 URI가 일치하지 않거나, 다른 클라이언트에 지정되었습니다.
  85. invalid_redirect_uri: 리디렉션 URI가 올바르지 않습니다
  86. invalid_request: 요청에 필요한 매개변수가 없거나, 지원 되지 않는 매개변수가 있거나, 형식이 잘못되었습니다.
  87. invalid_resource_owner: 제공 된 리소스 소유자 자격증명이 올바르지 않거나 리소스 소유자를 찾을 수 없습니다
  88. invalid_scope: 요청한 범위가 올바르지 않거나, 알 수 없거나, 잘못 된 형식입니다.
  89. invalid_token:
  90. expired: 액세스 토큰이 만료되었습니다.
  91. revoked: 액세스 토큰이 취소되었습니다.
  92. unknown: 액세스 토큰이 잘못되었습니다.
  93. resource_owner_authenticator_not_configured: Doorkeeper.configure.resource_owner_authenticator가 설정되지 않아 리소스 소유자 찾기가 실패하였습니다.
  94. server_error: 권한 부여 서버에 예기치 않은 상태가 발생하여, 요청을 수행할 수 없습니다.
  95. temporarily_unavailable: 권한 부여 서버가 일시적인 과부하 또는 유지 관리로 인해 요청을 현재 처리할 수 없습니다.
  96. unauthorized_client: 클라이언트가 이 방법을 사용하여 해당 요청을 실행하도록 허용되지 않았습니다.
  97. unsupported_grant_type: 권한 부여 유형이 권한 부여 서버에 의해 지원되지 않습니다.
  98. unsupported_response_type: 권한 부여 서버가 이 응답 유형을 지원하지 않습니다.
  99. flash:
  100. applications:
  101. create:
  102. notice: 애플리케이션이 생성 되었습니다.
  103. destroy:
  104. notice: 애플리케이션이 삭제 되었습니다.
  105. update:
  106. notice: 애플리케이션이 갱신 되었습니다.
  107. authorized_applications:
  108. destroy:
  109. notice: 애플리케이션이 취소 되었습니다.
  110. layouts:
  111. admin:
  112. nav:
  113. applications: 애플리케이션
  114. oauth2_provider: OAuth2 제공자
  115. application:
  116. title: OAuth 인증이 필요합니다
  117. scopes:
  118. admin:read: 서버의 모든 데이터 읽기
  119. admin:read:accounts: 모든 계정의 민감한 정보 읽기
  120. admin:read:reports: 신고와 신고 된 계정의 민감한 정보 읽기
  121. admin:write: 서버의 모든 데이터 수정
  122. admin:write:accounts: 계정에 모더레이션 조치 취하기
  123. admin:write:reports: 신고에 모더레이션 조치 취하기
  124. follow: 계정의 관계를 수정
  125. push: 푸시 알림을 받기
  126. read: 계정의 모든 데이터를 읽기
  127. read:accounts: 계정의 정보를 보기
  128. read:blocks: 차단을 보기
  129. read:bookmarks: 내 갈무리 보기
  130. read:favourites: 관심글을 보기
  131. read:filters: 필터를 보기
  132. read:follows: 팔로우를 보기
  133. read:lists: 리스트를 보기
  134. read:mutes: 뮤트를 보기
  135. read:notifications: 알림 보기
  136. read:reports: 신고 보기
  137. read:search: 당신의 권한으로 검색
  138. read:statuses: 게시물 모두 보기
  139. write: 계정 정보 수정
  140. write:accounts: 프로필 수정
  141. write:blocks: 계정이나 도메인 차단
  142. write:bookmarks: 게시글을 갈무리하기
  143. write:favourites: 관심글 지정
  144. write:filters: 필터 만들기
  145. write:follows: 사람을 팔로우
  146. write:lists: 리스트 만들기
  147. write:media: 미디어 파일 업로드
  148. write:mutes: 사람이나 대화 뮤트
  149. write:notifications: 알림 모두 지우기
  150. write:reports: 다른 사람을 신고
  151. write:statuses: 게시물 게시