admin.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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. 'check_install' => array(
  25. 'cache' => array(
  26. 'nok' => '<em>./data/cache</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
  27. 'ok' => 'cache 디렉토리의 권한이 올바르게 설정되었습니다.',
  28. ),
  29. 'categories' => array(
  30. 'nok' => 'category 테이블 설정이 잘못되었습니다.',
  31. 'ok' => 'category 테이블이 올바르게 설정되었습니다.',
  32. ),
  33. 'connection' => array(
  34. 'nok' => '데이터베이스에 연결할 수 없습니다.',
  35. 'ok' => '데이터베이스와의 연결이 올바르게 설정되었습니다.',
  36. ),
  37. 'ctype' => array(
  38. 'nok' => '문자열 타입 검사에 필요한 라이브러리를 찾을 수 없습니다 (php-ctype).',
  39. 'ok' => '문자열 타입 검사에 필요한 라이브러리가 설치되어 있습니다 (ctype).',
  40. ),
  41. 'curl' => array(
  42. 'nok' => 'cURL 라이브러리를 찾을 수 없습니다 (php-curl 패키지).',
  43. 'ok' => 'cURL 라이브러리가 설치되어 있습니다.',
  44. ),
  45. 'data' => array(
  46. 'nok' => '<em>./data</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
  47. 'ok' => 'data 디렉토리의 권한이 올바르게 설정되었습니다.',
  48. ),
  49. 'database' => '데이터베이스 설치 요구사항',
  50. 'dom' => array(
  51. 'nok' => 'DOM을 다룰 수 있는 라이브러리를 찾을 수 없습니다 (php-xml 패키지).',
  52. 'ok' => 'DOM을 다룰 수 있는 라이브러리가 설치되어 있습니다.',
  53. ),
  54. 'entries' => array(
  55. 'nok' => 'entry 테이블 설정이 잘못되었습니다.',
  56. 'ok' => 'entry 테이블이 올바르게 설정되었습니다.',
  57. ),
  58. 'favicons' => array(
  59. 'nok' => '<em>./data/favicons</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
  60. 'ok' => 'favicons 디렉토리의 권한이 올바르게 설정되어 있습니다.',
  61. ),
  62. 'feeds' => array(
  63. 'nok' => 'feed 테이블 설정이 잘못되었습니다.',
  64. 'ok' => 'feed 테이블이 올바르게 설정되었습니다',
  65. ),
  66. 'fileinfo' => array(
  67. 'nok' => 'fileinfo 라이브러리를 찾을 수 없습니다 (fileinfo 패키지).',
  68. 'ok' => 'fileinfo 라이브러리가 설치되어 있습니다.',
  69. ),
  70. 'files' => '파일 시스템 설치 요구사항',
  71. 'json' => array(
  72. 'nok' => 'JSON 확장 기능을 찾을 수 없습니다 (php-json 패키지).',
  73. 'ok' => 'JSON 확장 기능이 설치되어 있습니다.',
  74. ),
  75. 'mbstring' => array(
  76. 'nok' => '유니코드 지원을 위한 mbstring 라이브러리를 찾을 수 없습니다.',
  77. 'ok' => '유니코드 지원을 위한 mbstring 라이브러리가 설치되어 있습니다.',
  78. ),
  79. 'pcre' => array(
  80. 'nok' => '정규표현식을 위한 라이브러리를 찾을 수 없습니다 (php-pcre).',
  81. 'ok' => '정규표현식을 위한 라이브러리가 설치되어 있습니다 (PCRE).',
  82. ),
  83. 'pdo' => array(
  84. 'nok' => '지원가능한 드라이버나 PDO를 찾을 수 없습니다 (pdo_mysql, pdo_sqlite, pdo_pgsql).',
  85. 'ok' => '최소 하나의 지원가능한 드라이버와 PDO가 설치되어 있습니다 (pdo_mysql, pdo_sqlite, pdo_pgsql).',
  86. ),
  87. 'php' => array(
  88. '_' => 'PHP 설치 요구사항',
  89. 'nok' => 'PHP 버전은 %s 이지만, FreshRSS에는 최소 %s의 버전이 필요합니다.',
  90. 'ok' => 'PHP 버전은 %s 이고, FreshRSS와 호환가능 합니다.',
  91. ),
  92. 'tables' => array(
  93. 'nok' => '하나 이상의 테이블을 데이터베이스에서 찾을 수 없습니다.',
  94. 'ok' => '데이터베이스에 모든 테이블이 존재합니다.',
  95. ),
  96. 'title' => '설치 요구사항 확인',
  97. 'tokens' => array(
  98. 'nok' => '<em>./data/tokens</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
  99. 'ok' => 'tokens 디렉토리의 권한이 올바르게 설정되어 있습니다',
  100. ),
  101. 'users' => array(
  102. 'nok' => '<em>./data/users</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
  103. 'ok' => 'users 디렉토리의 권한이 올바르게 설정되어 있습니다.',
  104. ),
  105. 'zip' => array(
  106. 'nok' => 'ZIP 확장 기능을 찾을 수 없습니다 (php-zip 패키지).',
  107. 'ok' => 'ZIP 확장 기능이 설치되어 있습니다.',
  108. ),
  109. ),
  110. 'extensions' => array(
  111. 'author' => '제작자',
  112. 'community' => '사용 가능한 커뮤니티 확장 기능들',
  113. 'description' => '설명',
  114. 'disabled' => '비활성화됨',
  115. 'empty_list' => '설치된 확장 기능이 없습니다',
  116. 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // TODO
  117. 'enabled' => '활성화됨',
  118. 'is_compatible' => 'Is compatible', // TODO
  119. 'latest' => '설치됨',
  120. 'name' => '이름',
  121. 'no_configure_view' => '이 확장 기능은 설정이 없습니다.',
  122. 'system' => array(
  123. '_' => '시스템 확장 기능',
  124. 'no_rights' => '시스템 확장 기능 (이 확장 기능에 대한 권한이 없습니다)',
  125. ),
  126. 'title' => '확장 기능',
  127. 'update' => '업데이트 있음',
  128. 'user' => '사용자 확장 기능',
  129. 'version' => '버전',
  130. ),
  131. 'stats' => array(
  132. '_' => '통계',
  133. 'all_feeds' => '모든 피드',
  134. 'category' => '카테고리',
  135. 'date_published' => 'Publication date', // TODO
  136. 'date_received' => 'Received date', // TODO
  137. 'entry_count' => '글 개수',
  138. 'entry_per_category' => '카테고리별 글 개수',
  139. 'entry_per_day' => '일일 글 개수 (최근 30 일)',
  140. 'entry_per_day_of_week' => '요일별 (평균: %.2f 개의 글)',
  141. 'entry_per_hour' => '시간별 (평균: %.2f 개의 글)',
  142. 'entry_per_month' => '월별 (평균: %.2f 개의 글)',
  143. 'entry_repartition' => '글 분류',
  144. 'feed' => '피드',
  145. 'feed_per_category' => '카테고리별 피드 개수',
  146. 'idle' => '유휴 피드',
  147. 'main' => '주요 통계',
  148. 'main_stream' => '메인 스트림',
  149. 'nb_unreads' => 'Number of unread articles', // TODO
  150. 'no_idle' => '유휴 피드가 없습니다!',
  151. 'number_entries' => '%d 개의 글',
  152. 'overview' => 'Overview', // TODO
  153. 'percent_of_total' => '전체에서의 비율 (%)',
  154. 'repartition' => '글 분류: %s', // DIRTY
  155. 'status_favorites' => '즐겨찾기',
  156. 'status_read' => '읽음',
  157. 'status_total' => '전체',
  158. 'status_unread' => '읽지 않음',
  159. 'title' => '통계',
  160. 'top_feed' => '상위 10 개 피드',
  161. 'unread_dates' => 'Dates with most unread articles', // TODO
  162. ),
  163. 'system' => array(
  164. '_' => '시스템 설정',
  165. 'auto-update-url' => '자동 업데이트 서버 URL',
  166. 'base-url' => array(
  167. '_' => 'Base URL', // IGNORE
  168. 'recommendation' => '자동 추천: <kbd>%s</kbd>',
  169. ),
  170. 'cookie-duration' => array(
  171. 'help' => '초',
  172. 'number' => '로그인 유지 시간',
  173. ),
  174. 'force_email_validation' => '이메일 주소 확인 강제화',
  175. 'instance-name' => '인스턴스 이름',
  176. 'max-categories' => '사용자별 카테고리 개수 제한',
  177. 'max-feeds' => '사용자별 피드 개수 제한',
  178. 'registration' => array(
  179. 'number' => '계정 최대 개수',
  180. 'select' => array(
  181. 'label' => '회원가입 양식',
  182. 'option' => array(
  183. 'noform' => '비활성화: 회원가입 양식 없음',
  184. 'nolimit' => '활성화: 계정 개수 제한 없음',
  185. 'setaccountsnumber' => '최대 계정 개수 설정',
  186. ),
  187. ),
  188. 'status' => array(
  189. 'disabled' => '양식 비활성화됨',
  190. 'enabled' => '양식 활성화됨',
  191. ),
  192. 'title' => '사용자 회원가입 양식',
  193. ),
  194. 'sensitive-parameter' => 'Sensitive parameter. <kbd>./data/config.php</kbd>에서 직접 수정', // DIRTY
  195. 'tos' => array(
  196. 'disabled' => '주어지지 않음',
  197. 'enabled' => '<a href="./?a=tos">활성화됨</a>',
  198. 'help' => '<a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">이용 약관 활성화</a> 하는 방법',
  199. ),
  200. 'websub' => array(
  201. 'help' => '<a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a> 살펴보기',
  202. ),
  203. ),
  204. 'update' => array(
  205. '_' => '업데이트',
  206. 'apply' => '업데이트 적용하기',
  207. 'changelog' => '변경사항',
  208. 'check' => '새 업데이트 확인하기',
  209. 'copiedFromURL' => 'update.php가 %s 에서 ./data 으로 복사됨',
  210. 'current_version' => '현버전은 입니다',
  211. 'last' => '마지막 확인',
  212. 'loading' => '업데이트 중…',
  213. 'none' => '적용 가능한 업데이트가 없습니다',
  214. 'releaseChannel' => array(
  215. '_' => '릴리즈 채널',
  216. 'edge' => '롤링 릴리즈 (“edge”)',
  217. 'latest' => '안정 릴리즈 (“latest”)',
  218. ),
  219. 'title' => '업데이트',
  220. 'viaGit' => 'Git 및 GitHub.com을 통한 업데이트 시작 됨',
  221. ),
  222. 'user' => array(
  223. 'admin' => '관리자',
  224. 'article_count' => '글 개수',
  225. 'back_to_manage' => '← 사용자 목록으로 돌아가기',
  226. 'create' => '새 사용자 생성',
  227. 'database_size' => '데이터 베이스 크기',
  228. 'email' => '이메일 주소',
  229. 'enabled' => '사용 가능',
  230. 'feed_count' => '피드',
  231. 'is_admin' => '관리자 유무',
  232. 'language' => '언어',
  233. 'last_user_activity' => '마지막 사용자 활동',
  234. 'list' => '사용자 목록',
  235. 'number' => '%d 개의 계정이 생성되었습니다',
  236. 'numbers' => '%d 개의 계정이 생성되었습니다',
  237. 'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>',
  238. 'password_format' => '7 글자 이상이어야 합니다',
  239. 'title' => '사용자 관리',
  240. 'username' => '사용자 이름',
  241. ),
  242. );