admin.php 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?php
  2. /******************************************************************************
  3. * Each entry of that file can be associated with a comment to indicate its *
  4. * state. When there is no comment, it means the entry is fully translated. *
  5. * The recognized comments are (comment matching is case-insensitive): *
  6. * + TODO: the entry has never been translated. *
  7. * + DIRTY: the entry has been translated but needs to be updated. *
  8. * + IGNORE: the entry does not need to be translated. *
  9. * When a comment is not recognized, it is discarded. *
  10. ******************************************************************************/
  11. return array(
  12. 'auth' => array(
  13. 'allow_anonymous' => '누구나 기본 사용자의 글을 읽을 수 있도록 합니다(%s)',
  14. 'allow_anonymous_refresh' => '누구나 피드를 갱신할 수 있도록 합니다',
  15. 'api_enabled' => '<abbr>API</abbr> 사용을 허가합니다<small>(모바일 애플리케이션을 사용할 때 필요합니다 and sharing user queries)</small>', // DIRTY
  16. 'form' => '웹폼 (전통적인 방식, 자바스크립트 필요)',
  17. 'http' => 'HTTP (advanced: managed by Web server, OIDC, SSO…)', // TODO
  18. 'none' => '사용하지 않음 (위험)',
  19. 'title' => '인증',
  20. 'token' => '마스터 인증 토큰',
  21. 'token_help' => '인증 없이 사용자의 모든 RSS 내용과 피드 새로고침 권한을 허용합니다.:',
  22. 'type' => '인증',
  23. ),
  24. 'extensions' => array(
  25. 'author' => '제작자',
  26. 'community' => '사용 가능한 커뮤니티 확장 기능들',
  27. 'description' => '설명',
  28. 'disabled' => '비활성화됨',
  29. 'empty_list' => '설치된 확장 기능이 없습니다',
  30. 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // TODO
  31. 'enabled' => '활성화됨',
  32. 'is_compatible' => 'Is compatible', // TODO
  33. 'latest' => '설치됨',
  34. 'name' => '이름',
  35. 'no_configure_view' => '이 확장 기능은 설정이 없습니다.',
  36. 'system' => array(
  37. '_' => '시스템 확장 기능',
  38. 'no_rights' => '시스템 확장 기능 (이 확장 기능에 대한 권한이 없습니다)',
  39. ),
  40. 'title' => '확장 기능',
  41. 'update' => '업데이트 있음',
  42. 'user' => '사용자 확장 기능',
  43. 'version' => '버전',
  44. ),
  45. 'stats' => array(
  46. '_' => '통계',
  47. 'all_feeds' => '모든 피드',
  48. 'category' => '카테고리',
  49. 'date_published' => 'Publication date', // TODO
  50. 'date_received' => 'Received date', // TODO
  51. 'entry_count' => '글 개수',
  52. 'entry_per_category' => '카테고리별 글 개수',
  53. 'entry_per_day' => '일일 글 개수 (최근 30 일)',
  54. 'entry_per_day_of_week' => '요일별 (평균: %.2f 개의 글)',
  55. 'entry_per_hour' => '시간별 (평균: %.2f 개의 글)',
  56. 'entry_per_month' => '월별 (평균: %.2f 개의 글)',
  57. 'entry_repartition' => '글 분류',
  58. 'feed' => '피드',
  59. 'feed_per_category' => '카테고리별 피드 개수',
  60. 'idle' => '유휴 피드',
  61. 'main' => '주요 통계',
  62. 'main_stream' => '메인 스트림',
  63. 'nb_unreads' => 'Number of unread articles', // TODO
  64. 'no_idle' => '유휴 피드가 없습니다!',
  65. 'number_entries' => '%d 개의 글',
  66. 'overview' => 'Overview', // TODO
  67. 'percent_of_total' => '전체에서의 비율 (%)',
  68. 'repartition' => '글 분류: %s', // DIRTY
  69. 'status_favorites' => '즐겨찾기',
  70. 'status_read' => '읽음',
  71. 'status_total' => '전체',
  72. 'status_unread' => '읽지 않음',
  73. 'title' => '통계',
  74. 'top_feed' => '상위 10 개 피드',
  75. 'unread_dates' => 'Dates with most unread articles', // TODO
  76. ),
  77. 'system' => array(
  78. '_' => '시스템 설정',
  79. 'auto-update-url' => '자동 업데이트 서버 URL',
  80. 'base-url' => array(
  81. '_' => 'Base URL', // IGNORE
  82. 'recommendation' => '자동 추천: <kbd>%s</kbd>',
  83. ),
  84. 'closed_registration_message' => 'Message if registrations are closed', // TODO
  85. 'cookie-duration' => array(
  86. 'help' => '초',
  87. 'number' => '로그인 유지 시간',
  88. ),
  89. 'default_closed_registration_message' => 'This server does not accept new registrations at the moment.', // TODO
  90. 'force_email_validation' => '이메일 주소 확인 강제화',
  91. 'instance-name' => '인스턴스 이름',
  92. 'max-categories' => '사용자별 카테고리 개수 제한',
  93. 'max-feeds' => '사용자별 피드 개수 제한',
  94. 'registration' => array(
  95. 'number' => '계정 최대 개수',
  96. 'select' => array(
  97. 'label' => '회원가입 양식',
  98. 'option' => array(
  99. 'noform' => '비활성화: 회원가입 양식 없음',
  100. 'nolimit' => '활성화: 계정 개수 제한 없음',
  101. 'setaccountsnumber' => '최대 계정 개수 설정',
  102. ),
  103. ),
  104. 'status' => array(
  105. 'disabled' => '양식 비활성화됨',
  106. 'enabled' => '양식 활성화됨',
  107. ),
  108. 'title' => '사용자 회원가입 양식',
  109. ),
  110. 'sensitive-parameter' => 'Sensitive parameter. <kbd>./data/config.php</kbd>에서 직접 수정', // DIRTY
  111. 'tos' => array(
  112. 'disabled' => '주어지지 않음',
  113. 'enabled' => '<a href="./?a=tos">활성화됨</a>',
  114. 'help' => '<a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">이용 약관 활성화</a> 하는 방법',
  115. ),
  116. 'websub' => array(
  117. 'help' => '<a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a> 살펴보기',
  118. ),
  119. ),
  120. 'update' => array(
  121. '_' => '업데이트',
  122. 'apply' => '업데이트 적용하기',
  123. 'changelog' => '변경사항',
  124. 'check' => '새 업데이트 확인하기',
  125. 'copiedFromURL' => 'update.php가 %s 에서 ./data 으로 복사됨',
  126. 'current_version' => '현버전은 입니다',
  127. 'last' => '마지막 확인',
  128. 'loading' => '업데이트 중…',
  129. 'none' => '적용 가능한 업데이트가 없습니다',
  130. 'releaseChannel' => array(
  131. '_' => '릴리즈 채널',
  132. 'edge' => '롤링 릴리즈 (“edge”)',
  133. 'latest' => '안정 릴리즈 (“latest”)',
  134. ),
  135. 'title' => '업데이트',
  136. 'viaGit' => 'Git 및 GitHub.com을 통한 업데이트 시작 됨',
  137. ),
  138. 'user' => array(
  139. 'admin' => '관리자',
  140. 'article_count' => '글 개수',
  141. 'back_to_manage' => '← 사용자 목록으로 돌아가기',
  142. 'create' => '새 사용자 생성',
  143. 'database_size' => '데이터 베이스 크기',
  144. 'email' => '이메일 주소',
  145. 'enabled' => '사용 가능',
  146. 'feed_count' => '피드',
  147. 'is_admin' => '관리자 유무',
  148. 'language' => '언어',
  149. 'last_user_activity' => '마지막 사용자 활동',
  150. 'list' => '사용자 목록',
  151. 'number' => '%d 개의 계정이 생성되었습니다',
  152. 'numbers' => '%d 개의 계정이 생성되었습니다',
  153. 'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>',
  154. 'password_format' => '7 글자 이상이어야 합니다',
  155. 'title' => '사용자 관리',
  156. 'username' => '사용자 이름',
  157. ),
  158. );