Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

ko.js 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. OC.L10N.register(
  2. "lib",
  3. {
  4. "Cannot write into \"config\" directory!" : "\"config\" 디렉터리에 기록할 수 없습니다!",
  5. "See %s" : "%s 보기",
  6. "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "앱 %1$s의 파일이 올바르게 교체되지 않았습니다. 서버와 호환되는 버전인지 확인하십시오.",
  7. "Sample configuration detected" : "예제 설정 감지됨",
  8. "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "예제 설정이 복사된 것 같습니다. 올바르게 작동하지 않을 수도 있기 때문에 지원되지 않습니다. config.php를 변경하기 전 문서를 읽어 보십시오",
  9. "Other activities" : "다른 활동",
  10. "%1$s and %2$s" : "%1$s 및 %2$s",
  11. "%1$s, %2$s and %3$s" : "%1$s, %2$s 및 %3$s",
  12. "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s 및 %4$s",
  13. "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s 및 %5$s",
  14. "Education Edition" : "교육용 에디션",
  15. "Enterprise bundle" : "엔터프라이즈 번들",
  16. "Groupware bundle" : "그룹웨어 번들",
  17. "Social sharing bundle" : "소셜 공유 번들",
  18. "PHP %s or higher is required." : "PHP 버전 %s 이상이 필요합니다.",
  19. "PHP with a version lower than %s is required." : "PHP 버전 %s 미만이 필요합니다.",
  20. "%sbit or higher PHP required." : "%s비트 이상의 PHP가 필요합니다.",
  21. "The command line tool %s could not be found" : "명령행 도구 %s을(를) 찾을 수 없습니다",
  22. "The library %s is not available." : "%s 라이브러리를 사용할 수 없습니다.",
  23. "Library %1$s with a version higher than %2$s is required - available version %3$s." : "%1$s 라이브러리의 버전 %2$s 이상이 필요합니다. 사용 가능한 버전은 %3$s입니다.",
  24. "Library %1$s with a version lower than %2$s is required - available version %3$s." : "%1$s 라이브러리의 버전 %2$s 이상이 필요합니다. 사용 가능한 버전은 %3$s입니다.",
  25. "Server version %s or higher is required." : "서버 버전 %s 이상이 필요합니다.",
  26. "Server version %s or lower is required." : "서버 버전 %s 미만이 필요합니다.",
  27. "Logged in user must be an admin or sub admin" : "로그인한 사용자는 관리자 또는 부 관리자여야 합니다.",
  28. "Logged in user must be an admin" : "로그인한 사용자는 관리자여야 합니다.",
  29. "Wiping of device %s has started" : "디바이스 %s의 완전 삭제가 시작되었습니다.",
  30. "Wiping of device »%s« has started" : "디바이스 »%s«의 완전 삭제가 시작되었습니다.",
  31. "Authentication" : "인증",
  32. "Unknown filetype" : "알 수 없는 파일 형식",
  33. "Invalid image" : "잘못된 사진",
  34. "Avatar image is not square" : "아바타 사진이 정사각형이 아님",
  35. "View profile" : "프로파일 보기",
  36. "today" : "오늘",
  37. "tomorrow" : "내일",
  38. "yesterday" : "어제",
  39. "_in %n day_::_in %n days_" : ["%n일 후"],
  40. "_%n day ago_::_%n days ago_" : ["%n일 전"],
  41. "next month" : "다음 달",
  42. "last month" : "지난 달",
  43. "_in %n month_::_in %n months_" : ["%n개월 후"],
  44. "_%n month ago_::_%n months ago_" : ["%n개월 전 "],
  45. "next year" : "내년",
  46. "last year" : "작년",
  47. "_in %n year_::_in %n years_" : ["%n년 후"],
  48. "_%n year ago_::_%n years ago_" : ["%n년 전"],
  49. "_in %n hour_::_in %n hours_" : ["%n시간 후"],
  50. "_%n hour ago_::_%n hours ago_" : ["%n시간 전"],
  51. "_in %n minute_::_in %n minutes_" : ["%n분 후"],
  52. "_%n minute ago_::_%n minutes ago_" : ["%n분 전"],
  53. "in a few seconds" : "몇 초 후",
  54. "seconds ago" : "초 전",
  55. "Empty file" : "빈 파일",
  56. "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %s인 모듈이 존재하지 않습니다. 앱 설정에서 확인하거나 시스템 관리자에게 연락하십시오.",
  57. "File already exists" : "파일이 이미 있습니다.",
  58. "Templates" : "템플릿",
  59. "File name is a reserved word" : "파일 이름이 예약된 단어임",
  60. "File name contains at least one invalid character" : "파일 이름에 잘못된 글자가 한 자 이상 있음",
  61. "File name is too long" : "파일 이름이 너무 김",
  62. "Dot files are not allowed" : "점으로 시작하는 파일은 허용되지 않음",
  63. "Empty filename is not allowed" : "파일 이름을 비워 둘 수 없음",
  64. "App \"%s\" cannot be installed because appinfo file cannot be read." : "appinfo 파일을 읽을 수 없어서 앱 \"%s\"을(를) 설치할 수 없습니다.",
  65. "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "이 서버 버전과 호환되지 않아서 앱 \"%s\"을(를) 설치할 수 없습니다",
  66. "__language_name__" : "한국어",
  67. "This is an automatically sent email, please do not reply." : "자동으로 전송한 이메일입니다. 답장하지 마십시오.",
  68. "Help" : "도움말",
  69. "Appearance and accessibility" : "외형과 접근성",
  70. "Apps" : "앱",
  71. "Personal settings" : "개인 설정",
  72. "Administration settings" : "관리자 설정",
  73. "Settings" : "설정",
  74. "Log out" : "로그아웃",
  75. "Users" : "사용자",
  76. "Email" : "이메일",
  77. "Phone" : "전화 번호",
  78. "Twitter" : "Twitter",
  79. "Website" : "웹 사이트",
  80. "Address" : "주소",
  81. "Profile picture" : "프로필 사진",
  82. "About" : "정보",
  83. "Full name" : "전체 이름",
  84. "Headline" : "표제",
  85. "Organisation" : "조직",
  86. "Role" : "직책",
  87. "Unknown user" : "알려지지 않은 사용자",
  88. "Additional settings" : "고급 설정",
  89. "You need to enter details of an existing account." : "존재하는 계정 정보를 입력해야 합니다.",
  90. "Oracle connection could not be established" : "Oracle 연결을 수립할 수 없습니다.",
  91. "Oracle username and/or password not valid" : "Oracle 사용자 이름이나 암호가 잘못되었습니다.",
  92. "PostgreSQL username and/or password not valid" : "PostgreSQL 사용자 이름 또는 암호가 잘못되었습니다",
  93. "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X은 지원하지 않으며 %s이(가) 이 플랫폼에서 올바르게 작동하지 않을 수도 있습니다. 본인 책임으로 사용하십시오! ",
  94. "For the best results, please consider using a GNU/Linux server instead." : "더 좋은 결과를 얻으려면 GNU/Linux 서버를 사용하는 것을 권장합니다.",
  95. "Set an admin username." : "관리자의 사용자 이름을 설정합니다.",
  96. "Set an admin password." : "관리자의 암호를 설정합니다.",
  97. "Sharing backend %s must implement the interface OCP\\Share_Backend" : "공유 백엔드 %s에서 OCP\\Share_Backend 인터페이스를 구현해야 함",
  98. "Sharing backend %s not found" : "공유 백엔드 %s을(를) 찾을 수 없음",
  99. "Sharing backend for %s not found" : "%s의 공유 백엔드를 찾을 수 없음",
  100. "%1$s shared »%2$s« with you and wants to add:" : "%1$s이(가) %2$s을(를) 당신과 공유하며, 다음을 추가하고자 함:",
  101. "%1$s shared »%2$s« with you and wants to add" : "%1$s이(가) %2$s을(를) 당신과 공유하며 다음을 추가하고자 함",
  102. "»%s« added a note to a file shared with you" : "%s이(가) 당신과 공유한 파일에 메모를 추가함",
  103. "Open »%s«" : "%s 열기",
  104. "%1$s via %2$s" : "%1$s(%2$s 경유)",
  105. "You are not allowed to share %s" : "%s을(를) 공유할 수 있는 권한이 없습니다",
  106. "Cannot increase permissions of %s" : "%s의 권한을 늘릴 수 없습니다",
  107. "Expiration date is in the past" : "만료 날짜가 과거입니다",
  108. "Sharing %s failed, because this item is already shared with user %s" : "%s을(를) 공유할 수 없습니다. 이 항목을 이미 %s 님과 공유하고 있습니다",
  109. "Click the button below to open it." : "아래 단추를 눌러서 열 수 있습니다.",
  110. "The requested share does not exist anymore" : "요청한 공유가 더 이상 존재하지 않습니다",
  111. "Could not find category \"%s\"" : "분류 \"%s\"을(를) 찾을 수 없습니다",
  112. "Sunday" : "일요일",
  113. "Monday" : "월요일",
  114. "Tuesday" : "화요일",
  115. "Wednesday" : "수요일",
  116. "Thursday" : "목요일",
  117. "Friday" : "금요일",
  118. "Saturday" : "토요일",
  119. "Sun." : "일",
  120. "Mon." : "월",
  121. "Tue." : "화",
  122. "Wed." : "수",
  123. "Thu." : "목",
  124. "Fri." : "금",
  125. "Sat." : "토",
  126. "Su" : "일",
  127. "Mo" : "월",
  128. "Tu" : "화",
  129. "We" : "수",
  130. "Th" : "목",
  131. "Fr" : "금",
  132. "Sa" : "토",
  133. "January" : "1월",
  134. "February" : "2월",
  135. "March" : "3월",
  136. "April" : "4월",
  137. "May" : "5월",
  138. "June" : "6월",
  139. "July" : "7월",
  140. "August" : "8월",
  141. "September" : "9월",
  142. "October" : "10월",
  143. "November" : "11월",
  144. "December" : "12월",
  145. "Jan." : "1월",
  146. "Feb." : "2월",
  147. "Mar." : "3월",
  148. "Apr." : "4월",
  149. "May." : "5월",
  150. "Jun." : "6월",
  151. "Jul." : "7월",
  152. "Aug." : "8월",
  153. "Sep." : "9월",
  154. "Oct." : "10월",
  155. "Nov." : "11월",
  156. "Dec." : "12월",
  157. "A valid password must be provided" : "올바른 암호를 입력해야 합니다",
  158. "The username is already being used" : "사용자 이름이 이미 존재합니다",
  159. "Could not create user" : "사용자를 만들 수 없습니다",
  160. "A valid username must be provided" : "올바른 사용자 이름을 입력해야 합니다",
  161. "Username contains whitespace at the beginning or at the end" : "사용자 이름의 시작이나 끝에 공백이 있습니다",
  162. "Username must not consist of dots only" : "사용자 이름에 마침표만 있으면 안 됩니다",
  163. "Username is invalid because files already exist for this user" : "무효한 사용자이름. 이미 존재함",
  164. "User disabled" : "사용자 비활성화됨",
  165. "Login canceled by app" : "앱에서 로그인 취소함",
  166. "a safe home for all your data" : "내 모든 데이터의 안전한 저장소",
  167. "File is currently busy, please try again later" : "파일이 현재 사용 중, 나중에 다시 시도하십시오",
  168. "Application is not enabled" : "앱이 활성화되지 않았습니다",
  169. "Authentication error" : "인증 오류",
  170. "Token expired. Please reload page." : "토큰이 만료되었습니다. 페이지를 새로 고치십시오.",
  171. "No database drivers (sqlite, mysql, or postgresql) installed." : "데이터베이스 드라이버(sqlite, mysql, postgresql)가 설치되지 않았습니다.",
  172. "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "config.php 파일을 읽기 전용으로 하시려는 경우, 설정의 \"config_is_read_only\"를 true로 하십시오. %s를 참조하십시오.",
  173. "PHP module %s not installed." : "PHP 모듈 %s이(가) 설치되지 않았습니다.",
  174. "Please ask your server administrator to install the module." : "서버 관리자에게 모듈 설치를 요청하십시오.",
  175. "PHP setting \"%s\" is not set to \"%s\"." : "PHP 설정 \"%s\"이(가) \"%s\"(으)로 설정되어 있지 않습니다.",
  176. "Adjusting this setting in php.ini will make Nextcloud run again" : "php.ini 파일에서 설정을 변경하면 Nextcloud가 다시 실행됩니다",
  177. "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 이상이 필요합니다. 현재 버전은 %s입니다.",
  178. "To fix this issue update your libxml2 version and restart your web server." : "이 문제를 해결하려면 libxml2 버전을 업데이트하고 웹 서버를 다시 시작하십시오.",
  179. "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP에서 인라인 문서 블록을 삭제하도록 설정되어 있습니다. 일부 코어 앱을 사용하지 못할 수도 있습니다.",
  180. "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Zend OPcache, eAccelerator 같은 캐시/가속기 문제일 수도 있습니다.",
  181. "PHP modules have been installed, but they are still listed as missing?" : "PHP 모듈이 설치되었지만 여전히 없는 것으로 나타납니까?",
  182. "Please ask your server administrator to restart the web server." : "서버 관리자에게 웹 서버 재시작을 요청하십시오.",
  183. "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "권한을 0770으로 변경하여 다른 사용자가 읽을 수 없도록 하십시오.",
  184. "Ensure there is a file called \".ocdata\" in the root of the data directory." : "데이터 디렉터리의 최상위 디렉터리에 \".ocdata\" 파일이 있는지 확인하십시오.",
  185. "Action \"%s\" not supported or implemented." : "액션 \"%s\"을(를) 지원하지 않거나 사용할 수 없습니다. ",
  186. "Authentication failed, wrong token or provider ID given" : "인증이 실패하였습니다. 토큰이나 프로바이더 ID가 틀렸습니다.",
  187. "Could not obtain lock type %d on \"%s\"." : "잠금 형식 %d을(를) \"%s\"에 대해 얻을 수 없습니다.",
  188. "Storage unauthorized. %s" : "저장소가 인증되지 않았습니다. %s",
  189. "Storage incomplete configuration. %s" : "저장소 설정이 완전하지 않습니다. %s",
  190. "Storage connection error. %s" : "저장소 연결 오류입니다. %s",
  191. "Storage is temporarily not available" : "저장소를 임시로 사용할 수 없음",
  192. "Storage connection timeout. %s" : "저장소 연결 시간이 초과되었습니다. %s",
  193. "%s enter the database username and name." : "%s 데이터베이스 사용자 이름과 이름을 입력해 주십시오.",
  194. "%s enter the database username." : "%s 데이터베이스 사용자 이름을 입력해 주십시오.",
  195. "%s enter the database name." : "%s 데이터베이스 이름을 입력하십시오.",
  196. "%s you may not use dots in the database name" : "%s 데이터베이스 이름에는 마침표를 사용할 수 없습니다",
  197. "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "%s 인스턴스가 32비트 PHP 환경에서 실행 중이고 php.ini에 open_basedir이 설정되어 있습니다. 4GB 이상의 파일 처리에 문제가 생길 수 있으므로 추천하지 않습니다.",
  198. "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.ini의 open_basedir 설정을 삭제하거나 64비트 PHP로 전환하십시오.",
  199. "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "다음 문자만 이름에 사용할 수 있습니다: \"a-z\", \"A-Z\", \"0-9\", 및 \"_.@-'\""
  200. },
  201. "nplurals=1; plural=0;");