admin.php 11 KB

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