Localizable.strings 97 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  1. //
  2. // Localizable.strings
  3. // Nextcloud
  4. //
  5. // Copyright © 2017 Marino Faggiana. All rights reserved.
  6. //
  7. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. "_itunes_" = "iTunes";
  23. "_cancel_" = "취소";
  24. "_tap_to_cancel_" = "눌러서 취소";
  25. "_cancel_request_" = "취소하시겠습니까?";
  26. "_upload_file_" = "파일 업로드";
  27. "_download_file_" = "파일 다운로드";
  28. "_loading_" = "불러오는 중";
  29. "_loading_with_points_" = "불러오는 중 …";
  30. "_loading_num_" = "파일 %i 불러오는 중";
  31. "_loading_autoupload_" = "자동 업로드 중";
  32. "_uploading_" = "업로드 중";
  33. "_synchronization_" = "동기화";
  34. "_delete_" = "삭제";
  35. "_delete_file_n_" = "파일 %i/%i 삭제 중";
  36. "_rename_" = "이름 바꾸기";
  37. "_rename_file_" = "파일 이름 바꾸기";
  38. "_rename_folder_" = "폴더 이름 바꾸기";
  39. "_move_" = "이동";
  40. "_move_file_n_" = "파일 %i/%i 이동 중";
  41. "_creating_sharing_" = "공유 만들기";
  42. "_updating_sharing_" = "공유 업데이트";
  43. "_removing_sharing_" = "공유 삭제";
  44. "_add_" = "추가";
  45. "_login_" = "로그인";
  46. "_save_" = "저장";
  47. "_warning_" = "경고";
  48. "_error_" = "오류";
  49. "_error_e2ee_" = "종단간 암호화 오류";
  50. "_no_" = "아니요";
  51. "_yes_" = "예";
  52. "_select_" = "선택";
  53. "_deselect_" = "선택 해제";
  54. "_select_all_" = "모두 선택";
  55. "_upload_" = "업로드";
  56. "_home_" = "파일";
  57. "_files_" = "파일";
  58. "_home_dir_" = "홈";
  59. "_file_to_upload_" = "업로드할 파일";
  60. "_destination_" = "대상";
  61. "_ok_" = "확인";
  62. "_beta_version_" = "베타 버전";
  63. "_function_in_testing_" = "기능 테스트 중입니다. 발생하는 문제점을 알려 주십시오.";
  64. "_done_" = "완료";
  65. "_clear_" = "비우기";
  66. "_passcode_too_short_" = "암호가 짧습니다. 최소한 4글자를 입력해야 합니다";
  67. "_selected_" = "선택";
  68. "_scan_fingerprint_" = "인증하려면 지문을 스캔하십시오";
  69. "_no_active_account_" = "계정 없음";
  70. "_info_" = "정보";
  71. "_warning_" = "경고";
  72. "_email_" = "이메일";
  73. "_save_exit_" = "저장하지 않고 종료하시겠습니까?";
  74. "_video_" = "비디오";
  75. "_overwrite_" = "덮어쓰기";
  76. "_transfers_in_queue_" = "전송 중, 잠시 기다려 주세요..";
  77. "_too_errors_upload_" = "너무 많은 오류 발생, 문제를 확인하십시오";
  78. "_create_folder_" = "폴더 만들기";
  79. "_create_folder_e2ee_" = "Create encrypted folder";
  80. "_create_folder_on_" = "다음에 폴더 만들기";
  81. "_close_" = "닫기";
  82. "_postpone_" = "연기";
  83. "_remove_" = "삭제";
  84. "_file_not_found_" = "파일을 찾을 수 없음";
  85. "_continue_" = "계속";
  86. "_continue_editing_" = "편집 계속하기";
  87. "_continue_request_" = "계속 진행하시겠습니까?";
  88. "_auto_upload_folder_" = "자동 업로드";
  89. "_gallery_" = "갤러리";
  90. "_photo_" = "사진";
  91. "_audio_" = "오디오";
  92. "_unknown_" = "알 수 없음";
  93. "_next_" = "다음";
  94. "_success_" = "성공";
  95. "_initialization_" = "초기화";
  96. "_experimental_" = "실험적";
  97. "_select_dir_media_tab_" = "폴더 \"Media\"로 선택";
  98. "_error_creation_file_" = "앗! 파일을 만들 수 없습니다";
  99. "_save_path_" = "경로 저장";
  100. "_save_settings_" = "설정 저장";
  101. "_mode_filename_" = "파일 이름 모드";
  102. "_warning_owncloud_" = "ownCloud서버와 연결되었습니다. 이는 테스트 되지 않았으며 지원하지 않습니다. 본인 책임 하에 사용하십시오. Nextcloud로 업그레이드 하려면 https://nextcloud.com/migration을 참조하십시오.";
  103. "_warning_unsupported_" = "Nextcloud의 지원하지 않는 버전을 사용중입니다. 자료의 보안을 위해 최신 안정화 버전의 Nextcloud로 업데이트하기를 권장합니다.";
  104. "_restore_" = "복원";
  105. "_camera_roll_" = "카메라 롤";
  106. "_tap_here_to_change_" = "변경하려면 여기를 탭하세요";
  107. "_no_albums_" = "앨범 없음";
  108. "_denied_album_" = "사진에 접근할 수 없습니다. 개인정보 설정에서 변경할 수 있습니다.";
  109. "_denied_camera_" = "카메라에 접근할 수 없습니다. 개인정보 설정에서 변경할 수 있습니다.";
  110. "_start_" = "시작";
  111. "_force_start_" = "강제 시작";
  112. "_purchase_" = "결제";
  113. "_account_not_available_" = "%@의 계정 %@이(가) 존재하지 않습니다. 파일 %@을 읽기 위해 계정을(를) 추가하십시오.";
  114. "_account_not_exists_" = "The account %@ of %@ does not exist";
  115. "_error_parameter_schema_" = "Wrong parameters, impossible to continue";
  116. "_comments_" = "댓글";
  117. "_sharing_" = "공유";
  118. "_details_" = "세부사항";
  119. "_sub_details_" = "구독 상세정보";
  120. "_subscriptions_" = "구독";
  121. "_dark_mode_" = "다크 모드";
  122. "_dark_mode_detect_" = "iOS 다크 모드 감지";
  123. "_screen_" = "화면";
  124. "_wipe_account_" = "계정이 서버에서 소거됨";
  125. "_appconfig_view_title_" = "계정 설정 진행 중...";
  126. "_no_permission_add_file_" = "파일을 추가할 권한이 없습니다";
  127. "_no_permission_delete_file_" = "파일을 삭제할 권한이 없습니다";
  128. "_no_permission_modify_file_" = "파일을 수정할 권한이 없습니다";
  129. "_request_upload_new_ver_" = "The file has been modified, do you want to upload the new version?";
  130. "_add_folder_info_" = "폴더 정보 추가";
  131. "_back_" = "뒤로";
  132. "_search_" = "검색";
  133. "_of_" = "의";
  134. "_internal_modify_" = "내부 편집기로 편집하기";
  135. "_database_corrupt_" = "앗, 무엇인가 잘못되었습니다. 계정 정보를 입력하십시오. 걱정하지 마세요, 당신의 파일은 안전합니다.";
  136. "_download_image_max_" = "최고 해상도로 사진 다운로드";
  137. "_livephoto_save_" = "사진 앨범에 라이브 포토 저장";
  138. "_livephoto_save_error_" = "라이브 포토 저장 중 오류";
  139. "_file_conflict_num_" = "파일 충돌";
  140. "_file_conflicts_num_" = "파일 충돌";
  141. "_file_conflict_desc_" = "어떤 파일을 유지하시겠습니까?\n두 버전 모두 선택할 경우, 복사된 파일 이름에 번호가 붙을 것입니다.";
  142. "_file_conflict_new_" = "새 파일";
  143. "_file_conflict_exists_" = "파일이 이미 존재합니다";
  144. "_file_not_rewite_doc_" = "문서를 덮어 쓸 수 없습니다. 대신 새 문서를 만들 수 있습니다.";
  145. "_move_or_copy_" = "이동이나 복사";
  146. "_copy_" = "복사";
  147. "_now_" = "지금";
  148. "_wait_" = "잠시 기다려주세요...";
  149. "_attention_" = "주의";
  150. "_recent_" = "최근 항목";
  151. "_view_in_folder_" = "폴더에서 보기";
  152. "_leave_share_" = "이 공유에서 떠나기";
  153. "_premium_" = "프리미엄";
  154. "_professional_" = "프로페셔널";
  155. "_current_" = "현재";
  156. "_buy_" = "구매";
  157. /* MARK: Files lock */
  158. "_lock_file_" = "파일 잠금";
  159. "_unlock_file_" = "파일 잠금해제";
  160. "_lock_selected_files_" = "파일 잠금";
  161. "_unlock_selected_files_" = "파일 잠금해제";
  162. "_locked_by_" = "%@에 의해 잠김";
  163. "_file_locked_no_override_" = "이 파일은 잠겼습니다. 이에 우선할 수 없습니다.";
  164. /* Remove a file from a list, don't delete it entirely */
  165. "_remove_file_" = "파일 삭제";
  166. /* Delete file and put it into the trash */
  167. "_delete_file_" = "파일 삭제";
  168. "_delete_folder_" = "폴더 삭제";
  169. "_delete_photo_" = "사진 삭제";
  170. "_delete_video_" = "영상 삭제";
  171. "_automatic_Download_Image_" = "최고 해상도로 사진 사용";
  172. "_automatic_Download_Image_footer_" = "When viewing images always download, if not available locally, the images in full resolution";
  173. "_size_" = "크기";
  174. "_file_size_" = "Exported file size";
  175. "_dimension_" = "해상도";
  176. "_duration_" = "길이";
  177. "_model_" = "모델";
  178. "_set_user_status_" = "사용자 상태 설정";
  179. "_open_settings_" = "설정 열기";
  180. "_rename_ext_title_" = "파일 종류를 변경합니까?";
  181. "_rename_ext_message_" = "이 파일을 %@에서 %@로 변경할 경우 동작이 달라질 수 있습니다";
  182. "_use_" = "사용";
  183. "_keep_" = "유지";
  184. "_account_request_" = "계정 요청";
  185. "_settings_account_request_" = "시작 시 계정 요청";
  186. "_print_" = "인쇄";
  187. "_alias_" = "단축어";
  188. "_alias_footer_" = "당신의 계정에 집, 사무실, 학교 등의 설명을 붙일 수 있습니다";
  189. "_upload_chunk_" = "업로드하려는 파일이 큽니다. 완료될 떄 까지 앱을 전면에 두십시오";
  190. "_upload_e2ee_" = "업로드 하려는 파일은 암호화되었습니다. 완료될 때 까지 앱을 전면에 두십시오";
  191. "_chunk_size_mb_" = "MB당 Chunk 크기";
  192. "_chunk_footer_title_" = "분할 파일 업로드 (0은 비활성화)\n중요: 분할 파일 업로드는 앱이 \"활성\" 상태일 때만 동작합니다.";
  193. "_privacy_legal_" = "개인정보 보호와 법적 고지";
  194. "_source_code_" = "소스 코드 얻기";
  195. "_account_select_" = "계정 선택";
  196. "_account_select_to_add_" = "추가할 계정을 선택하십시오";
  197. "_host_insert_" = "호스트 이름을 입력하십시오, 예:";
  198. "_certificate_not_found_" = "문서 디렉토리에 있는 파일 %@을(를) 찾을 수 없습니다.";
  199. "_copy_failed_" = "복사 실패";
  200. "_certificate_installed_" = "인증서 설치됨";
  201. "_want_delete_account_" = "계정 %@을(를) 삭제하시겠습니까?";
  202. "_prevent_http_redirection_"= "HTTP 리디렉션이 금지됨";
  203. "_pdf_vertical_" = "PDF 세로 표시";
  204. "_pdf_horizontal_" = "PDF 가로 표시";
  205. "_single_file_conflict_title_" = "파일 충돌";
  206. "_multi_file_conflict_title_" = "%@ 파일 충돌";
  207. "_replace_action_title_" = "바꾸기";
  208. "_keep_both_action_title_" = "모두 저장";
  209. "_cancel_keep_existing_action_title_" = "취소하고 원본 유지";
  210. "_replace_all_action_title_" = "모두 대체";
  211. "_keep_both_for_all_action_title_" = "모두 유지";
  212. "_more_action_title_" = "자세한 정보";
  213. /* Background of the file listing view */
  214. "_use_as_background_" = "배경으로 사용";
  215. /* Background of the file listing view */
  216. "_background_" = "배경";
  217. "_dark_mode_" = "다크 모드";
  218. "_default_color_" = "기본 색 선택";
  219. "_as_default_color_" = "기본 색으로 사용";
  220. // MARK: User Status
  221. /* User status */
  222. "_online_" = "접속 중";
  223. /* User status */
  224. "_away_" = "자리 비움";
  225. /* User status */
  226. "_dnd_" = "방해 금지";
  227. /* User status */
  228. "_dnd_description_" = "모든 알림 음소거";
  229. /* User status */
  230. "_invisible_" = "숨겨짐";
  231. /* User status */
  232. "_invisible_description_" = "오프라인 표시";
  233. /* User status */
  234. "_status_message_" = "상태 메시지";
  235. "_status_message_placehorder_" = "지금 상태는 어떤가요?";
  236. "_online_status_" = "접속 상태";
  237. "_clear_status_message_" = "상태 메시지 지움";
  238. "_set_status_message_" = "상태 메시지 설정";
  239. "_clear_status_message_after_" = "상태 메시지 지우기 예약";
  240. /* User status */
  241. "_select_option_" = "옵션 선택";
  242. "_dont_clear_" = "지우지 않음";
  243. "_30_minutes_" = "30분";
  244. "_an_hour_" = "1시간";
  245. "_1_hour_" = "1시간";
  246. "_4_hours_" = "4 시간";
  247. "day" = "오늘";
  248. "_this_week_" = "이번 주";
  249. "_days_" = "일";
  250. "_hours_" = "시간";
  251. "_minutes_" = "분";
  252. "_network_available_" = "네트워크 사용 가능";
  253. "_network_not_available_" = "네트워크를 사용할 수 없음";
  254. "_file_too_big_" = "암호화/복호화하기에 너무 큰 파일 크기";
  255. "_file_too_big_max_100_" = "너무 큰 파일 크기 (최대 100 kb.)";
  256. "_...loading..._" = "불러오는 중 ...";
  257. "_download_plist_" = " ";
  258. "_no_reuploadfile_" = "파일을 찾거나 다시 전송할 수 없습니다. 파일을 업로드하려면 업로드한 항목을 삭제하고 파일을 새로 고치십시오.";
  259. "_file_already_exists_" = "같은 이름의 항목이 이미 존재해서 작업을 완료할 수 없음";
  260. "_read_file_error_" = "파일을 읽을 수 없음";
  261. "_write_file_error_" = "파일을 쓸 수 없습니다.";
  262. "_files_lock_error_" = "파일의 잠금을 변경하는 동안 오류가 발생했습니다.";
  263. "_more_" = "더 보기";
  264. "_notifications_" = "알림";
  265. "_logout_" = "로그아웃";
  266. "_quota_space_unlimited_" = "무제한";
  267. "_quota_space_unknown_" = "알 수 없음";
  268. "_quota_using_" = "%@/%@ 사용 중";
  269. "_acknowledgements_" = "감사의 글";
  270. "_settings_" = "설정";
  271. "_passcode_" = "암호";
  272. "_enter_password_" = "Enter password …";
  273. "_lock_" = "잠금";
  274. "_lock_active_" = "잠금: 사용";
  275. "_lock_not_active_" = "잠금: 사용 안함";
  276. "_lock_protection_no_screen_" = "시작할 때 묻지 않기";
  277. "_lock_protection_no_screen_footer_" = "암호화 옵션을 위해 \"시작할 때 묻지 않기\" 사용";
  278. "_enable_touch_face_id_" = "Touch/Face ID 사용";
  279. "_url_" = "URL";
  280. "_username_" = "사용자 이름";
  281. "_change_credentials_" = "인증 정보 변경";
  282. "_wifi_only_" = "Wi-Fi 연결만 사용";
  283. "_settings_autoupload_" = "자동 업로드";
  284. "_app_version_" = "앱 버전";
  285. "_app_in_use_" = "사용 중인 앱";
  286. "_contact_by_email_" = "이메일로 문의하기";
  287. "_clear_cache_" = "캐시 비우기";
  288. "_clear_cache_footer_" = "다운로드된 오프라인 파일 비우기";
  289. "_exit_" = "애플리케이션 초기화";
  290. "_exit_footer_" = "모든 계정과 로컬 데이터 삭제";
  291. "_funct_not_enabled_" = "기능이 활성화되어 있지 않음";
  292. "_passcode_activate_" = "암호 잠금 켜짐";
  293. "_disabling_passcode_" = "암호 잠금 삭제";
  294. "_want_exit_" = "경고! 초기 상태로 복귀합니다. 계속 진행하시겠습니까?";
  295. "_proceed_" = "계속";
  296. "_delete_cache_" = "캐시 삭제";
  297. "_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress)?";
  298. "_want_delete_thumbnails_" = "모든 썸네일도 삭제하시겠습니까?";
  299. "_mail_deleted_" = "이메일 삭제됨";
  300. "_mail_saved_" = "이메일 저장됨";
  301. "_mail_sent_" = "이메일 보냄";
  302. "_mail_failure_" = "이메일을 보낼 수 없음: %@";
  303. "_information_req_" = "정보 요청";
  304. "_write_in_english_" = "영어로 작성해 주십시오";
  305. "_credentials_" = "인증 정보";
  306. "_manage_account_" = "계정 관리";
  307. "_change_password_" = "암호 변경";
  308. "_add_account_" = "계정 추가";
  309. "_delete_account_" = "계정 삭제";
  310. "_delete_active_account_" = "활성 계정 삭제";
  311. "_want_delete_" = "정말로 삭제하시겠습니까?";
  312. "_no_delete_" = "아니요, 삭제하지 않습니다";
  313. "_yes_delete_" = "예, 삭제합니다";
  314. "_remove_cache_" = "캐시를 비우고 있습니다. 잠시 기다려 주세요 ...";
  315. "_optimizations_" = "최적화";
  316. "_synchronizations_" = "동기화된 폴더";
  317. "_version_server_" = "서버 버전";
  318. "_help_" = "도움말";
  319. "_change_simply_passcode_" = "암호 종류 변경";
  320. "_quota_" = "할당량";
  321. "_available_" = "사용 가능";
  322. "_not_available_" = "사용할 수 없음";
  323. "_accounts_" = "계정";
  324. "_information_" = "정보";
  325. "_personal_information_" = "개인 정보";
  326. "_user_full_name_" = "이름";
  327. "_user_address_" = "주소";
  328. "_user_phone_" = "전화번호";
  329. "_user_email_" = "이메일";
  330. "_user_web_" = "웹사이트";
  331. "_user_twitter_" = "트위터";
  332. "_user_job_" = "직업";
  333. "_user_businesssize_" = "사업 크기";
  334. "_user_businesstype_" = "사업 종류";
  335. "_user_city_" = "도시";
  336. "_user_country_" = "국가";
  337. "_user_company_" = "회사";
  338. "_user_role_" = "직책";
  339. "_user_zip_" = "우편번호";
  340. "_user_owner_" = "소유자";
  341. "_user_employee_" = "노동자";
  342. "_user_contractor_" = "계약자";
  343. "_user_editprofile_" = "프로필 편집";
  344. "_select_offline_warning_" = "여러 파일과 폴더를 오프라인에서 사용할 수 있도록 하는 것은 시간이 걸리며 많은 메모리 용량이 사용될 수 있습니다.";
  345. "_advanced_" = "고급";
  346. "_permissions_" = "권한";
  347. "_disable_files_app_" = "파일 앱 통합 비활성화";
  348. "_disable_files_app_footer_" = "iOS 파일 앱을 통한 접근을 금지";
  349. "_trial_" = "시험판";
  350. "_trial_expired_day_" = "남은 일 수";
  351. "_time_remaining_" = "%@ 남음";
  352. "_disableLocalCacheAfterUpload_footer_" = "파일을 업로드한 후 로컬 캐시에 남기지 마십시오";
  353. "_disableLocalCacheAfterUpload_" = "로컬 캐시 비활성화";
  354. "_autoupload_" = "사진/동영상 자동 업로드";
  355. "_autoupload_select_folder_" = "\"자동 업로드\" 폴더 선택";
  356. "_autoupload_error_select_folder_" = "\"자동 업로드\"를 위한 유효한 폴더 선택";
  357. "_autoupload_background_" = "배경에서 자동 업로드";
  358. "_autoupload_photos_" = "사진 자동 업로드";
  359. "_autoupload_videos_" = "동영상 자동 업로드";
  360. "_autoupload_description_" = "새로운 사진/동영상을 내 Nextcloud에 자동으로 업로드합니다";
  361. "_autoupload_description_background_" = "이 옵션을 사용하려면 위치가 변경되었을 때 카메라 롤에 새로운 사진/동영상 등록을 확인하기 위해서 GPS 사용 권한이 필요합니다.";
  362. "_autoupload_background_title_" = "제한";
  363. "_autoupload_background_msg_" = "iOS 제한으로 인해서 GPS 서비스가 활성화되지 않으면 배경 프로세스를 실행할 수 없습니다. 모바일 네트워크 셀이 변경되었을 때 시스템이 잠시 동안 활성화되어 클라우드에 업로드할 새로운 사진을 확인합니다.";
  364. "_autoupload_change_location_" = "폴더 변경";
  365. "_autoupload_location_now_" = "폴더";
  366. "_autoupload_location_default_" = "기본 폴더 복원";
  367. "_autoupload_change_location_footer_" = "'카메라 사진 자동 업로드' 기능에 사용할 폴더 변경(옵션 활성화 시)";
  368. "_autoupload_not_select_home_" = "폴더 선택";
  369. "_autoupload_save_album_" = "사진 앨범에 사진이나 동영상 복사";
  370. "_autoupload_fullphotos_" = "전체 카메라 롤 업로드";
  371. "_autoupload_fullphotos_footer_" = "업로드 전 옵션 변경";
  372. "_autoupload_create_subfolder_" = "하위 폴더 사용";
  373. "_autoupload_create_subfolder_footer_" = "Store in subfolders based on year, month or daily";
  374. "_autoupload_subfolder_granularity_" = "Subfolder Granularity";
  375. "_autoupload_filenamemask_" = "파일 이름 마스크 변경";
  376. "_autoupload_filenamemask_footer_" = "자동 파일 이름 마스크 변경";
  377. "_autoupload_current_folder_" = "현재 선택된 폴더";
  378. "_help_tutorial_" = "튜토리얼";
  379. "_help_intro_" = "Nextcloud 소개";
  380. "_help_activity_verbose_" = "자세한 활동 피드";
  381. "_help_activity_mail_" = "이메일로 활동 보내기";
  382. "_help_activity_clear_" = "활동 지우기";
  383. "_show_hidden_files_" = "숨김 파일 보이기";
  384. "_format_compatibility_" = "호환성 유지";
  385. "_format_compatibility_footer_" = "\"호환성 유지\" 옵션을 선택하면 항상 JPEG 형식으로 사진을 저장합니다.";
  386. "_terms_" = "이용 약관";
  387. "_privacy_" = "개인 정보";
  388. "_privacy_policy_" = "개인 정보 취급 방침";
  389. "_privacy_footer_" = "Nextcloud iOS는 오류 분석 서비스를 사용합니다. 당신의 개인 정보는 보고되지 않습니다. 비활성화하려면 \"오류 보고 비활성화\" 설정을 켜십시오.";
  390. "_crashservice_title_" = "오류 보고 비활성화";
  391. "_crashservice_alert_" = "이 옵션을 적용하려면 앱을 재시작해야합니다.";
  392. "_upload_mov_livephoto_" = "라이브 포토";
  393. "_upload_mov_livephoto_footer_" = "\"라이브 포토\" 옵션을 선택하면 가능할 경우 사진을 \"라이프 포토\" 형식으로 저장합니다.";
  394. "_view_capabilities_" = "기능 보기";
  395. "_capabilities_" = "기능";
  396. "_no_capabilities_found_" = "기능 발견되지 않음";
  397. "_diagnostics_" = "진단";
  398. "_view_log_" = "로그 파일 보기";
  399. "_clear_log_" = "로그 파일 지우기";
  400. "_level_log_" = "로그 단계 설정하기 (비활성화, 일반, 최대)";
  401. "_connect_server_anyway_" = "그래도 서버에 연결하시겠습니까?";
  402. "_server_is_trusted_" = "이 서버를 신뢰하시나요?";
  403. "_connection_error_" = "연결 오류";
  404. "_serverstatus_error_" = "서버 접속 실패, 서버 주소 혹은 상태를 확인하십시오";
  405. "_add_your_nextcloud_" = "내 Nextcloud 계정 추가";
  406. "_login_url_" = "서버 주소 https:// ...";
  407. "_login_bottom_label_" = "서버가 없으신가요?\n공급자를 선택하십시오.";
  408. "_error_multidomain_" = "허용되지 않은 주소입니다. 다음 도메인만 사용할 수 있습니다:";
  409. "_account_already_exists_" = "계정 %@이(가) 이미 존재함";
  410. "_traditional_login_" = "이전 로그인 방식으로 변경";
  411. "_web_login_" = "웹 로그인 방식으로 변경";
  412. "_login_url_error_" = "URL 오류, 서버 URL을 확인하십시오";
  413. "_webflow_not_available_" = "웹 로그인을 사용할 수 없습니다. 구형 로그인 방식을 사용합니다.";
  414. "_favorites_" = "즐겨찾기";
  415. "_favorite_" = "즐겨찾기에 추가";
  416. "_unfavorite_" = "즐겨찾기에서 삭제";
  417. "_no_files_uploaded_" = "업로드한 파일 없음";
  418. "_tutorial_favorite_view_" = "즐겨찾는 파일과 폴더가 여기에 표시됩니다";
  419. "_tutorial_offline_view_" = "여기에 복사한 파일은 오프라인으로도 사용할 수 있습니다.\n\n이 파일은 클라우드와 동기화됩니다.";
  420. "_tutorial_groupfolders_view_" = "No Group folders yet";
  421. "_tutorial_local_view_" = "클라우드에서 압축이 풀린 파일을 찾을 수 있습니다.\n\n이 파일을 공유하려면 iTunes와 연결하십시오.";
  422. "_more_" = "더 보기";
  423. "_favorite_no_files_" = "즐겨찾는 항목 없음";
  424. "_pull_down_" = "끌어 당겨서 새로 고침";
  425. "_no_photo_load_" = "사진이나 동영상 없음";
  426. "_tutorial_autoupload_view_" = "\"설정\"에서 자동 업로드를 활성화할 수 있습니다.";
  427. "_no_date_" = "날짜 없음";
  428. "_today_" = "오늘";
  429. "_yesterday_" = "Yesterday";
  430. "_time_" = "시간: %@\n\n%@";
  431. "_location_not_enabled_" = "위치 서비스가 비활성화되어 있음";
  432. "_location_not_enabled_msg_" = "\"설정\"에서 \"위치 서비스\"를 활성화하십시오";
  433. "_access_photo_not_enabled_" = "사진에 접근할 수 없음";
  434. "_access_photo_not_enabled_msg_" = "\"설정\"에서 \"사진 접근\"을 활성화하십시오";
  435. "_access_photo_location_not_enabled_" = "사진과 위치에 접근할 수 없음";
  436. "_access_photo_location_not_enabled_msg_" = "\"설정\"에서 \"사진 접근\" 및 \"위치 서비스\"를 활성화하십시오";
  437. "_tutorial_photo_view_" = "업로드한 사진이나 동영상 없음";
  438. "_create_full_upload_" = "아카이브 생성 중... 오래 걸릴 수 있습니다. 과정이 진행되는 도중 앱을 활성화 상태로 두십시오. ";
  439. "_error_createsubfolders_upload_" = "하위 폴더 생성 오류";
  440. "_activate_autoupload_" = "자동 업로드 사용";
  441. "_remove_photo_CameraRoll_" = "카메라 롤에서 삭제";
  442. "_remove_photo_CameraRoll_desc_" = "“카메라 롤에서 삭제” 옵션을 선택하면, 업로드를 완료한 사진과 동영상을 카메라 롤에서 지우기 위해 확인 메시지가 표시됩니다. 삭제된 사진과 동영상은 iOS ‘사진’ 앱의 ‘최근 삭제된 항목’에 30일 동안 보관됩니다.";
  443. "_never_" = "하지 않음";
  444. "_less_a_minute_" = "1분 미만 전";
  445. "_a_minute_ago_" = "1분 전";
  446. "_minutes_ago_" = "%d분 전";
  447. "_an_hour_ago_" = "1시간 전";
  448. "_hours_ago_" = "%d시간 전";
  449. "_a_day_ago_" = "하루 전";
  450. "_days_ago_" = "%d일 전";
  451. "_over_30_days_" = "30일 이전";
  452. "_connection_internet_offline_" = "인터넷 연결이 오프라인이거나 Wi-Fi가 필요함";
  453. "_insert_password_" = "암호 입력";
  454. "_update_in_progress_" = "버전 업그레이드. 잠시 기다려 주세요...";
  455. "_forbidden_characters_" = "파일이나 폴더 이름에 잘못된 문자가 포함되어 있음";
  456. "_cannot_send_mail_error_" = "계정을 설정하지 않았거나 잘못된 이메일 주소를 입력함";
  457. "_open_url_error_" = "이 동작의 URL을 열 수 없습니다";
  458. "_photo_camera_" = "사진";
  459. "_media_" = "미디어";
  460. "_unzip_in_progress_" = "로컬 저장소에 압축 푸는 중…";
  461. "_file_unpacked_" = "로컬 저장소에 파일 압축이 해제되었습니다.";
  462. "_file_saved_local_" = "로컬 저장소에 파일을 저장했습니다.";
  463. "_file_not_present_" = "오류: 파일이 존재하지 않습니다. 새로 고치십시오.";
  464. "_order_by_" = "다음으로 정렬";
  465. "_order_by_name_a_z_" = "이름순으로 정렬 (A에서 Z로)";
  466. "_sorted_by_name_a_z_" = "이름순으로 정렬 (A에서 Z로)";
  467. "_order_by_name_z_a_" = "이름순으로 정렬 (Z에서 A로)";
  468. "_sorted_by_name_z_a_" = "이름순으로 정렬 (Z에서 A로)";
  469. "_order_by_date_more_recent_" = "최신순 정렬";
  470. "_sorted_by_date_more_recent_" = "최신순으로 정렬";
  471. "_order_by_date_less_recent_" = "오래된 순으로 정렬";
  472. "_sorted_by_date_less_recent_" = "오래된 순서대로 정렬됨";
  473. "_order_by_size_smallest_" = "작은 순으로 정렬";
  474. "_sorted_by_size_smallest_" = "작은 순서대로 정렬됨";
  475. "_order_by_size_largest_" = "큰 순으로 정렬";
  476. "_sorted_by_size_largest_" = "큰 순서대로 정렬됨";
  477. "_delete_selected_files_" = "파일 삭제";
  478. "_move_selected_files_" = "파일 이동";
  479. "_move_or_copy_selected_files_" = "파일 이동 혹은 복사";
  480. "_download_selected_files_" = "파일 다운로드";
  481. "_download_selected_files_folders_" = "파일 및 폴더 다운로드";
  482. "_error_operation_canc_" = "오류: 작업이 취소되었습니다.";
  483. "_only_lock_passcode_" = "잠금 암호를 활성화해야 사용할 수 있습니다. \"설정\"에서 활성화하십시오.";
  484. "_go_to_app_settings_" = "앱 설정으로 이동";
  485. "_passcode_protection_" = "암호 보호";
  486. "_remove_favorites_" = "즐겨찾기에서 삭제";
  487. "_remove_offline_" = "오프라인에서 삭제";
  488. "_add_favorites_" = "즐겨찾기에 추가";
  489. "_add_offline_" = "오프라인에 추가";
  490. "_remove_passcode_" = "암호 보호 삭제";
  491. "_protect_passcode_" = "암호 보호";
  492. "_share_" = "공유";
  493. "_reload_" = "새로 고침";
  494. "_open_in_" = "다음으로 열기…";
  495. "_open_" = "... 열기";
  496. "_remove_local_file_" = "캐시에서 삭제";
  497. "_add_local_" = "로컬 저장소에 추가";
  498. "_comm_erro_pull_down_" = "오류: 서버 통신 오류입니다. 끌어 내려서 새로 고치십시오.";
  499. "_file_not_downloaded_" = "파일 다운로드되지 않음";
  500. "_file_not_uploaded_" = "파일 업로드되지 않음";
  501. "_folders_" = "폴더";
  502. "_folder_" = "폴더";
  503. "_files_" = "파일";
  504. "_file_" = "file";
  505. "_folder_blocked_" = "폴더 차단됨";
  506. "_downloading_progress_" = "파일 다운로드 시작 중…";
  507. "_no_file_pull_down_" = "파일을 업로드하거나 끌어 내려서 새로 고치십시오";
  508. "_browse_images_" = "사진 탐색";
  509. "_synchronized_folder_" = "폴더 동기화 유지";
  510. "_remove_synchronized_folder_" = "폴더 동기화 해제";
  511. "_synchronized_confirm_" = "동기화를 활성화하면 폴더의 모든 파일을 서버와 동기화합니다. 계속 진행하시겠습니까?";
  512. "_offline_folder_confirm_" = "오프라인 폴더를 활성화하면 폴더의 모든 파일을 서버와 동기화합니다. 계속 진행하시겠습니까?";
  513. "_file_not_found_reload_" = "파일을 찾을 수 없음, 끌어 내려서 새로 고치십시오";
  514. "_title_section_download_" = "다운로드";
  515. "_title_section_upload_" = "업로드";
  516. "_group_alphabetic_yes_" = "✓ 가나다순으로 묶기";
  517. "_group_alphabetic_no_" = "가나다순으로 묶기";
  518. "_group_typefile_yes_" = "✓ 파일 형식으로 묶기";
  519. "_group_typefile_no_" = "파일 형식으로 묶기";
  520. "_group_date_yes_" = "✓ 날짜로 묶기";
  521. "_group_date_no_" = "날짜로 묶기";
  522. "_element_" = "구성 요소";
  523. "_elements_" = "구성 요소";
  524. "_tite_footer_upload_wwan_" = " Wi-Fi 네트워크가 필요함, 업로드까지 %lu %@ 남음";
  525. "_tite_footer_upload_" = "업로드까지 %lu %@ 남음";
  526. "_tite_footer_download_wwan_" = " Wi-Fi 네트워크가 필요함, 다운로드까지 %lu %@ 남음";
  527. "_tite_footer_download_" = "다운로드까지 %lu %@ 남음";
  528. "_limited_dimension_" = "최대 크기에 도달함";
  529. "_save_selected_files_" = "사진 갤러리에 저장";
  530. "_file_not_saved_cameraroll_" = "오류: 사진 앨범에 파일이 저장되지 않았음";
  531. "_file_saved_cameraroll_" = "사진 앨범에 파일 저장됨";
  532. "_directory_on_top_yes_" = "✓ 폴더 먼저 표시";
  533. "_directory_on_top_no_" = "폴더 먼저 표시";
  534. "_folder_automatic_upload_" = "\"자동 업로드\"를 위한 폴더";
  535. "_search_no_record_found_" = "결과 없음";
  536. "_search_in_progress_" = "검색 중…";
  537. "_search_instruction_" = "파일 검색(최소 2글자)";
  538. "_files_no_files_" = "여기에 파일 없음";
  539. "_files_no_folders_" = "폴더가 없습니다";
  540. "_request_in_progress_" = "서버 요청 진행 중...";
  541. "audio" = "오디오";
  542. "compress" = "압축";
  543. "directory" = "폴더";
  544. "document" = "문서";
  545. "image" = "사진";
  546. "template" = "템플릿";
  547. "unknow" = "알수없음";
  548. "video" = "동영상";
  549. "_file_del_only_local_" = "파일이 서버에 없음";
  550. "_copy_file_" = "복사";
  551. "_paste_file_" = "붙여넣기";
  552. "_open_quicklook_" = "Quick Loock으로 열기";
  553. "_search_this_folder_" = "이 폴더에서 검색";
  554. "_search_all_folders_" = "모든 폴더에서 검색";
  555. "_search_sub_folder_" = "이 폴더와 하위 폴더에서 검색";
  556. "_theming_is_light_" = "서버 테마의 색상이 너무 밝아서 적용하지 않음";
  557. "_cancel_all_task_" = "모든 전송 취소하기";
  558. "_status_wait_download_" = "다운로드 기다리는 중";
  559. "_status_in_download_" = "다운로드";
  560. "_status_downloading_" = "다운로드 중";
  561. "_status_wait_upload_" = "업로드 기다리는 중";
  562. "_status_in_upload_" = "업로드";
  563. "_status_uploading_" = "업로드 중";
  564. "_status_upload_error_" = "오류, 업로드 기다리는 중";
  565. "_select_media_folder_" = "\"미디어\" 폴더 선택";
  566. "_media_viewimage_show_" = "사진 보이기";
  567. "_media_viewimage_hide_" = "사진 숨기기";
  568. "_media_viewvideo_show_" = "동영상 보이기";
  569. "_media_viewvideo_hide_" = "동영상 숨기기";
  570. "_media_by_created_date_" = "만들어진 순서로 정렬";
  571. "_media_by_upload_date_" = "업로드된 순서로 정렬";
  572. "_media_by_modified_date_" = "수정된 순서로 정렬";
  573. "_insert_password_pfd_" = "보안 PDF입니다. 암호를 입력하십시오";
  574. "_password_pdf_error_" = "암호가 잘못됨";
  575. "_error_download_photobrowser_" = "오류: 사진을 다운로드할 수 없음";
  576. "_good_morning_" = "좋은 아침입니다.";
  577. "_good_day_" = "Good day";
  578. "_good_afternoon_" = "안녕하세요";
  579. "_good_evening_" = "안녕하세요";
  580. "_good_night_" = "안녕히 주무세요";
  581. // MARK: Share
  582. "_share_link_" = "링크 공유";
  583. "_share_link_button_" = "다음으로 링크 보내기...";
  584. "_share_link_name_" = "링크 이름";
  585. "_password_" = "암호";
  586. "_share_password_" = "링크 암호 설정";
  587. "_share_expirationdate_" = "링크 만료 날짜 설정";
  588. "_date_" = "날짜";
  589. "_share_title_" = "공유";
  590. "_add_sharee_" = "사용자나 그룹 추가";
  591. "_add_sharee_footer_" = "사용자나 그룹을 추가해서 이 자원을 공유할 수 있습니다. 공유를 해제하려면 모든 사용자와 그룹을 삭제하십시오";
  592. "_find_sharee_title_" = "검색";
  593. "_find_sharee_" = "사용자나 그룹 검색...";
  594. "_find_sharee_footer_" = "검색할 사용자나 그룹 이름의 일부(최소 2글자)를 입력한 후 \"Return\" 키를 누르십시오. 검색 결과로 나타난 사용자를 선택한 후 \"완료\"를 눌러서 확인하십시오";
  595. "_user_is_group_" = "(그룹)";
  596. "_direct_sharee_title_" = "공유";
  597. "_direct_sharee_footer_" = "이미 이름을 알고 있다면, 입력 후 공유 유형을 선택하고 \"완료\"를 눌러 확인하십시오";
  598. "_direct_sharee_" = "사용자 이름 입력...";
  599. "_user_sharee_footer_" = "탭하여 권한 변경";
  600. "_share_type_title_" = "공유 형식";
  601. "_share_type_user_" = "사용자";
  602. "_share_type_group_" = "그룹";
  603. "_share_type_remote_" = "원격";
  604. "_enforce_password_protection_" = "암호 보호 강제";
  605. "_password_obligatory_" = "암호 보호 강제가 활성화 됨, 암호 의무화";
  606. "_shared_with_you_by_" = "다음을 이용해 나와 공유됨 : ";
  607. "_shareLinksearch_placeholder_" = "이름을 입력하고 Enter를 누르십시오";
  608. "_shareLinksearch_mail_placeholder_" = "Type a name or an email and press Enter";
  609. "_new_comment_" = "새 댓글...";
  610. "_edit_comment_" = "댓글 편집";
  611. "_delete_comment_" = "댓글 삭제";
  612. "_share_allow_editing_" = "편집 허용";
  613. "_share_read_only_" = "읽기 전용";
  614. "_share_editing_" = "수정";
  615. "_share_allow_upload_" = "업로드 및 편집 허용";
  616. "_share_file_drop_" = "파일 보관소 (업로드만 허용)";
  617. "_share_secure_file_drop_" = "Secure file drop (upload only)";
  618. "_share_hide_download_" = "다운로드 숨기기";
  619. "_share_password_protect_" = "암호 보호";
  620. "_share_expiration_date_" = "만료기한 설정";
  621. "_share_note_recipient_" = "받는 사람 메모";
  622. "_share_delete_sharelink_" = "링크 삭제";
  623. "_share_add_sharelink_" = "다른 링크 추가";
  624. "_share_can_reshare_" = "재공유 허용";
  625. "_share_can_create_" = "생성 허용";
  626. "_share_can_change_" = "편집 허용";
  627. "_share_can_delete_" = "삭제 허용";
  628. "_share_unshare_" = "공유 해제";
  629. "_share_internal_link_" = "내부 링크";
  630. "_share_internal_link_des_" = "이 폴더에 액세스하는 사용자에게만 해당됩니다";
  631. "_share_reshare_disabled_" = "이 파일/폴더를 재공유할 수 없습니다.";
  632. "_share_reshare_restricted_" = "Note: You only have limited permission to reshare this file/folder";
  633. "_no_transfer_" = "전송 없음";
  634. "_no_transfer_sub_" = "이 장치에서 실행한 업로드와 다운로드가 여기에 표시됩니다";
  635. "_no_activity_" = "활동 없음";
  636. "_no_activity_footer_" = "더 이상 불러올 활동 없음";
  637. "_transfers_" = "전송";
  638. "_activity_" = "활동";
  639. "_activity_file_not_present_" = "파일이 존재하지 않음";
  640. "_trash_file_not_found_" = "파일이 휴지통에 있는 것 같지 않습니다. 휴지통에 가서 업데이트 후 다시 시도하십시오.";
  641. "_list_shares_" = "공유";
  642. "_list_shares_no_files_" = "공유한 항목 없음";
  643. "_tutorial_list_shares_view_" = "공유한 파일이나 폴더가 여기에 표시됩니다";
  644. "_create_synchronization_" = "동기화 생성";
  645. "_offline_" = "오프라인";
  646. "_local_storage_" = "로컬 저장소";
  647. "_local_storage_no_record_" = "파일 없음";
  648. "_upload_photos_videos_" = "사진이나 동영상 업로드";
  649. "_upload_file_" = "파일 업로드";
  650. "_upload_file_text_" = "텍스트 파일 만들기";
  651. "_create_nextcloudtext_document_" = "텍스트 문서 작성";
  652. "_save_document_picker_" = "여기에 저장";
  653. "_destination_folder_" = "대상 폴더";
  654. "_use_folder_auto_upload_" = "목적지로 \"자동 업로드\" 폴더 사용";
  655. "_rename_filename_" = "이름 바꾸기";
  656. "_filename_" = "파일 이름";
  657. "_enter_filename_" = "Enter filename …";
  658. "_preview_filename_" = "파일 이름 예제입니다. 날짜/시간을 입력하려면 %@ 마스크를 사용하십시오";
  659. "_forbidden_characters_" = "파일이나 폴더 이름에 잘못된 문자가 포함되어 있음";
  660. "_add_filenametype_" = "파일 이름에 형식 지정";
  661. "_filenametype_photo_video_" = "사진/동영상";
  662. "_maintain_original_filename_" = "원본 파일 이름 유지";
  663. "_modify_photo_" = "사진 편집";
  664. "_notifications_" = "알림";
  665. "_no_notification_" = "아직 알림 없음";
  666. "_autoupload_filename_title_" = "자동 업로드 파일 이름";
  667. "_untitled_txt_" = "제목 없음.txt";
  668. "_text_upload_title_" = "텍스트 파일 업로드";
  669. "_e2e_settings_title_" = "암호화";
  670. "_e2e_settings_" = "종단간 암호화";
  671. "_e2e_settings_start_" = "종단간 암호화 시작";
  672. "_e2e_settings_not_available_" = "종단간 암호화를 사용할 수 없음";
  673. "_e2e_settings_activated_" = "종단간 암호화 활성화됨";
  674. "_e2e_settings_view_passphrase_" = "이 12단어 암구호는 암호화된 파일을 보고 사용하는 매우 강력한 암호입니다. 안전한 곳에 적어서 보관해 두십시오.";
  675. "_e2e_settings_read_passphrase_" = "암구호 읽기";
  676. "_e2e_settings_lock_not_active_" = "잠금이 활성화되지 않았습니다. \"설정\"에서 활성화하십시오";
  677. "_e2e_settings_the_passphrase_is_" = "암구호:";
  678. "_e2e_passphrase_request_title_" = "암구호 요청";
  679. "_e2e_passphrase_request_message_" = "12단어 입력";
  680. "_e2e_settings_remove_" = "로컬에서 암호화 삭제";
  681. "_e2e_settings_remove_message_" = "암구호를 입력해서 삭제를 확인하십시오.";
  682. "_e2e_set_folder_encrypted_" = "암호화";
  683. "_e2e_remove_folder_encrypted_" = "복호화";
  684. "_e2e_goto_settings_for_enable_" = "암호화된 디렉터리에 있습니다. \"설정\"에서 종단간 암호화를 활성화하십시오";
  685. "_e2e_delete_folder_not_permitted_" = "암오화된 디렉터리를 삭제할 수 없습니다";
  686. "_e2e_error_encode_metadata_" = "메타데이터 인코딩 중 오류 발생";
  687. "_e2e_error_decode_metadata_" = "메타데이터 디코딩 중 오류 발생";
  688. "_e2e_error_create_encrypted_" = "암호화된 파일을 만들 수 없음";
  689. "_e2e_error_update_metadata_" = "메타데이터 업데이트 오류";
  690. "_e2e_error_store_metadata_" = "메타데이터를 저장할 수 없음";
  691. "_e2e_error_send_metadata_" = "메타데이터를 보낼 수 없음";
  692. "_e2e_error_delete_metadata_" = "메타데이터를 삭제할 수 없음";
  693. "_e2e_error_get_metadata_" = "메타데이터를 가져올 수 없음";
  694. "_e2e_error_not_enabled_" = "내부 오류입니다. 종단간 암호화를 활성화할 수 없습니다";
  695. "_e2e_error_record_not_found_" = "내부 오류입니다. 레코드를 찾을 수 없습니다";
  696. "_e2e_error_unlock_" = "폴더 잠금을 해제할 수 없음";
  697. "_e2e_error_lock_" = "폴더를 잠글 수 없음";
  698. "_e2e_error_delete_mark_folder_" = "선택한 폴더 복호화";
  699. "_e2e_error_mark_folder_" = "폴더 암호화";
  700. "_e2e_error_directory_not_empty_" = "디렉터리가 비어 있지 않음";
  701. "_e2e_error_not_move_" = "암호화된 폴더로 이동할 수 없습니다";
  702. "_e2e_error_not_versionwriteable_" = "The E2EE version of the server is not compatible with this client";
  703. "_scans_document_" = "문서 스캔";
  704. "_scanned_images_" = "스캔본";
  705. "_scan_document_pdf_page_" = "페이지";
  706. "_scan_label_document_zone_" = "문서 생성을 위해 사진을 아래로 드래그하십시오";
  707. "_filter_original_" = "원본";
  708. "_filter_bn_" = "흑백";
  709. "_filter_grayscale_" = "그레이스케일";
  710. "_quality_image_title_" = "Preview image quality";
  711. "_quality_high_" = "고품질 고용량";
  712. "_quality_medium_" = "보통 품질 보통 용량";
  713. "_quality_low_" = "저품질 저용량";
  714. "_file_type_" = "파일 종류";
  715. "_pdf_password_" = "PDF 암호";
  716. "_file_creation_" = "파일 생성";
  717. "_delete_all_scanned_images_" = "Delete all scanned images";
  718. "_text_recognition_" = "텍스트 인식";
  719. /* The title on the navigation bar of the Scanning screen. */
  720. "wescan.scanning.title" = "스캔";
  721. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  722. "wescan.edit.button.next" = "Next다음";
  723. /* The title on the navigation bar of the Edit screen. */
  724. "wescan.edit.title" = "스캔 편집";
  725. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  726. "wescan.review.button.done" = "완료";
  727. /* The title on the navigation bar of the Review screen. */
  728. "wescan.review.title" = "리뷰";
  729. "_trash_view_" = "삭제된 파일";
  730. "_trash_restore_all_" = "모든 파일 복구";
  731. "_trash_delete_all_" = "휴지통 비우기";
  732. "_trash_delete_permanently_" = "영구히 삭제";
  733. "_trash_delete_all_description_" = "휴지통을 정말 비웁니까?";
  734. "_trash_no_trash_" = "삭제된 파일 없음";
  735. "_trash_no_trash_description_" = "여기에서 삭제된 파일을 복구할 수 있습니다";
  736. "_trash_restore_selected_" = "선택한 파일 복구";
  737. "_trash_delete_selected_" = "선택한 파일 삭제";
  738. "_manage_file_offline_" = "오프라인 파일 관리";
  739. "_set_available_offline_" = "오프라인 사용 가능으로 설정";
  740. "_remove_available_offline_" = "삭제하여 오프라인 사용 불가능으로 설정";
  741. "_create_new_document_" = "새 문서 작성";
  742. "_create_new_spreadsheet_" = "새 스프레드시트 작성";
  743. "_create_new_presentation_" = "새 프리젠테이션 작성";
  744. "_go_online_" = "이 문서를 보기 위해 온라인으로 이동합니다.";
  745. "_intro_1_title_" = "데이터를 안전하게 보관하세요";
  746. "_intro_2_title_" = "안전한 협력 & 파일 교환";
  747. "_intro_3_title_" = "사용하기 쉬운 웹 메일, 달력 & 연락처";
  748. "_intro_4_title_" = "화면 공유, 온라인 회의 & 웹 회의";
  749. "_log_in_" = "로그인";
  750. "_sign_up_" = "공급자로 가입";
  751. "_host_your_own_server" = "내 자체 서버 호스팅";
  752. "_unauthorized_" = "권한 없음";
  753. "_bad_username_password_" = "잘못된 사용자 이름 및 암호";
  754. "_cancelled_by_user" = "전송 취소됨";
  755. "_error_folder_destiny_is_the_same_" = "폴더를 자기 자신으로 이동할 수 없음";
  756. "_error_not_permission_" = "작업을 완료할 수 있는 권한이 없음";
  757. "_error_path_" = "이 파일이나 폴더를 열 수 없습니다. 파일이나 폴더가 존재하는지 확인하십시오";
  758. "_file_upload_not_exitst_" = "업로드할 파일이 존재하지 않음";
  759. "_forbidden_characters_from_server_" = "이름에 하나 이상의 잘못된 문자가 포함되어 있음";
  760. "_error_not_modified_" = "Resource not modified";
  761. "_not_connected_internet_" = "서버 연결 오류";
  762. "_not_possible_connect_to_server_" = "지금 서버에 연결할 수 없음";
  763. "_not_possible_create_folder_" = "폴더를 만들 수 없음";
  764. "_server_down_" = "서버와의 연락을 만들 수 없음";
  765. "_time_out_" = "시간 초과, 다시 시도하십시오";
  766. "_unknow_response_server_" = "서버에서 예기치 않은 응답이 돌아옴";
  767. "_user_authentication_required_" = "사용자 인증이 필요함";
  768. "_file_directory_locked_" = "파일이나 디렉터리가 잠김";
  769. "_ssl_certificate_untrusted_" = "이 서버의 인증서가 잘못됨";
  770. "_ssl_certificate_changed_" = "이 서버의 인증서가 변경된 것 같습니다";
  771. "_internal_server_" = "내부 서버 오류";
  772. "_file_already_exists_" = "같은 이름의 항목이 이미 존재해서 작업을 완료할 수 없음";
  773. "_file_folder_not_exists_" = "지정한 경로에서 원본 파일을 찾을 수 없음";
  774. "_folder_contents_nochanged_" = "폴더 내용이 변경되지 않았음";
  775. "_images_invalid_converted_" = "사진이 잘못되었기 때문에 썸네일을 생성할 수 없음";
  776. "_method_not_expected_" = "예기치 못한 응답 방법";
  777. "_reauthenticate_user_" = "액세스 만료, 다시 로그인하십시오";
  778. "_server_error_retry_" = "서버를 임시로 사용할 수 없음";
  779. "_too_many_files_" = "이 작업에 너무 많은 파일이 변경됨";
  780. "_too_many_request_" = "너무 많은 요청으로 인해 한계치에 다다름";
  781. "_user_over_quota_" = "저장소 할당량을 전부 사용함";
  782. "_ssl_connection_error_" = "SSL 연결 오류, 다시 시도하십시오";
  783. "_bad_request_" = "잘못된 요청";
  784. "_webdav_locked_" = "WebDAV 잠김: 접근하려는 자원이 잠겨 있음";
  785. "_error_user_not_available_" = "사용자를 더 이상 사용할 수 없음";
  786. "_server_response_error_" = "서버 응답 방식 오류";
  787. "_no_nextcloud_found_" = "Nextcloud 서버를 찾을 수 없습니다";
  788. "_error_decompressing_" = "압축 해제 중 오류 발생. 알 수 없는 압축 방식이거나 파일이 잘못되었습니다";
  789. "_error_json_decoding_" = "메타데이터 디코딩 중 심각한 내부 오류 (올바른 형식이 아니므로 데이터를 읽을 수 없습니다)";
  790. "_error_check_remote_user_" = "서버가 오류를 출력했습니다. 암호를 다시 입력하십시오";
  791. "_request_entity_too_large_" = "파일이 너무 큼";
  792. "_not_possible_download_" = "파일을 다운로드할 수 없음";
  793. "_not_possible_upload_" = "파일을 업로드할 수 없음";
  794. "_error_files_upload_" = "파일 업로드 중 오류";
  795. "_method_not_allowed_" = "요청한 방법은 지원하지 않습니다";
  796. "_invalid_url_" = "잘못된 서버 URL";
  797. "_invalid_literal_" = "잘못된 검색 값";
  798. "_invalid_date_format_" = "잘못된 날짜 형식";
  799. "_invalid_data_format_" = "잘못된 날짜 형식";
  800. "_error_decode_xml_" = "잘못된 응답, XML 디코드 오류";
  801. "_internal_generic_error_" = "내부 오류";
  802. "_editor_unknown_" = "파일을 열 수 없습니다: 편집기를 알 수 없음";
  803. "_err_file_not_found_" = "파일을 찾을 수 없음, 삭제됨";
  804. "_err_e2ee_app_version_" = "종단간 암호화를 위한 앱 버전이 서버와 호환되지 않습니다. 서버를 업데이트 하세요";
  805. "_err_permission_microphone_" = "설정에서 마이크 사용을 허용하세요";
  806. "_err_permission_photolibrary_" = "설정에서 사진 사용을 허용해주세요";
  807. "_err_permission_locationmanager_" = "설정에서 위치 - 항상으로 설정해주세요";
  808. "_qrcode_not_authorized_" = "후면 카메라를 사용하도록 허가받지 않았음";
  809. "_qrcode_not_supported_" = "이 기기에서는 QR코드를 지원하지 않습니다";
  810. "_create_voice_memo_" = "음성 메모 만들기";
  811. "_voice_memo_start_" = "탭하여 시작";
  812. "_voice_memo_stop_" = "탭하여 중지";
  813. "_voice_memo_filename_" = "음성 메모";
  814. "_voice_memo_title_" = "음성 메모 업로드";
  815. "Enter Passcode" = "암호 입력";
  816. "Enter a new passcode" = "새 암호 입력";
  817. "Confirm new passcode" = "새 암호 확인";
  818. "Passcodes didn't match. Try again." = "암호가 일치하지 않습니다. 다시 시도하십시오.";
  819. "Delete" = "삭제";
  820. "Cancel" = "취소";
  821. "_certificate_details_" = "서버 인증 상세 정보";
  822. "_certificate_pn_details_" = "푸시 알림 인증 상세 정보";
  823. "_save_as_scan_" = "스캔으로 저장";
  824. "_modify_" = "수정";
  825. "_overwrite_original_" = "원본 덮어쓰기";
  826. "_save_as_copy_" = "복사본으로 저장";
  827. "_discard_changes_" = "닫고 변경 사항 취소";
  828. "_message_disable_overwrite_livephoto_" = "이 이미지는 라이브 포토이며, 덮어쓰기가 불가능합니다";
  829. "_discard_changes_info_" = "변경한 것이 버려집니다";
  830. "_delete_files_desc_" = "파일을 삭제해서 용량 확보";
  831. "_delete_old_files_" = "Delete, in the cache, all files older than";
  832. "_never_" = "하지 않음";
  833. "_1_year_" = "1년";
  834. "_6_months_" = "6개월";
  835. "_3_months_" = "3개월";
  836. "_1_month_" = "1개월";
  837. "_1_week_" = "1주";
  838. "_1_day_" = "1일";
  839. "_monthly_" = "매달";
  840. "_yearly_" = "매년";
  841. "_weekly_" = "매주";
  842. "_daily_" = "Daily";
  843. "_day_" = "일";
  844. "_used_space_" = "사용한 공간";
  845. "_open_in_onlyoffice_" = "ONLYOFFICE로 열기";
  846. "_open_in_collabora_" = "Collabora Online으로 열기";
  847. "_login_address_detail_" = "브라우저에서 내 %@ 웹 인터페이스를 열 때 사용되는 링크";
  848. "_go_to_page_" = "페이지로 이동";
  849. "_page_" = "페이지";
  850. "_this_document_has_%@_pages_" = "이 문서는 %@쪽입니다. ";
  851. "_invalid_page_" = "잘못된 페이지";
  852. "_the_entered_page_number_does_not_exist_" = "The entered page number does not exist";
  853. "_error_something_wrong_" = "무언가 잘못되었습니다";
  854. "_resolution_" = "해상도";
  855. "_try_download_full_resolution_" = "자세한 정보를 위해서는 이미지를 최고 해상도로 다운로드하세요";
  856. "_copied_path_" = "경로 복사됨";
  857. "_copy_path_" = "경로 복사";
  858. "_certificates_" = "인증서";
  859. "_privacy_screen_" = "앱이 비활성화 상태일 때 스플래시 스크린 띄우기";
  860. "_saving_" = "저장중 …";
  861. "_video_not_streamed_" = "서버가 동영상 스트리밍을 허가하지 않습니다. 다운로드하겠습니까?";
  862. "_video_not_streamed_e2ee_" = "The server does not allow video streaming because it is encrypted, do you want to download it?";
  863. "_scan_" = "스캔";
  864. "_in_" = "in";
  865. "_enter_passphrase_" = "암구호 입력 (12 단어)";
  866. "_show_more_results_" = "더 많은 결과 보기";
  867. "_waiting_for_" = "다음을 기다리는 중:";
  868. "_reachable_wifi_" = "와이파이나 유선으로 접근할 수 있는 네트워크";
  869. "_ITMS-90076_" = "Nextcloud 앱의 identifier가 변경되어, 클라우드에 접근하기 위한 설정값과 암호가 초기화되었습니다. 계정 정보를 다시 입력하고 설정을 확인하십시오. 불편을 드려 죄송합니다.";
  870. "_password_not_present_" = "인증 정보를 다시 입력하십시오.";
  871. "_copy_passphrase_" = "암구호 복사";
  872. "_ok_copy_passphrase_" = "OK and copy passphrase";
  873. "_select_color_" = "색상 선택";
  874. "_change_color_" = "색깔 바꾸기";
  875. "_description_dashboardwidget_" = "Having the Dashboard always at your fingertips has never been easier.";
  876. "_description_fileswidget_" = "View your recent files and use the toolbar to speed up your operations.";
  877. "_description_toolbarwidget_" = "A toolbar to speed up your operations.";
  878. "_no_data_available_" = "사용할 수 있는 데이터 없음";
  879. "_widget_available_nc25_" = "Widget only available starting with Nextcloud 25";
  880. "_keep_running_" = "Keep the app running for a better user experience";
  881. "_recent_activity_" = "최근 활동";
  882. "_title_lockscreenwidget_" = "상태";
  883. "_description_lockscreenwidget_" = "Keep an eye on available space and recent activity";
  884. "_no_items_" = "No items";
  885. "_check_back_later_" = "Check back later";
  886. "_exporting_video_" = "Exporting video … Tap to cancel.";
  887. "_apps_nextcloud_detect_" = "Detected %@ apps";
  888. "_add_existing_account_" = "Other %@ Apps has been detected, do you want to add an existing account?";
  889. "_status_in_progress_" = "Status reading in progress …";
  890. "_status_e2ee_on_server_" = "The end-to-end encryption is already configured in the server but not yet enabled on this device";
  891. "_status_e2ee_not_setup_" = "The end-to-end encryption is not yet configured on the server";
  892. "_status_e2ee_configured_" = "The end-to-end encryption is correctly configured";
  893. "_change_upload_filename_" = "Do you want to save the file with a different name?";
  894. "_save_file_as_" = "Save file as %@";
  895. "_password_ascii_" = "The password cannot contain special characters";
  896. "_calendar_contacts_" = "Calendar and Contacts";
  897. "_mobile_config_" = "Download the configuration profile";
  898. "_calendar_contacts_footer_" = "After the downloading you need to go to the Settings app to install it. If a profile is not installed within 8 minutes of downloading it, it is automatically deleted";
  899. "_preview_" = "미리 보기";
  900. "_crop_" = "Crop";
  901. "_modify_image_desc_" = "Tap the image for modify";
  902. "_message_disable_livephoto_" = "This image is a Live Photo, changing it will lose the Live effect";
  903. "_enable_livephoto_" = "Enable Live Photo";
  904. "_disable_livephoto_" = "Disable Live Photo";
  905. "_undo_modify_" = "Undo the modify";
  906. "_unauthorizedFilesPasscode_" = "Files cannot be used with an activated passcode";
  907. "_disableFilesApp_" = "Files cannot be used because it is disabled";
  908. "_reset_application_done_" = "Reset application, done.";
  909. "_rename_already_exists_" = "A file with this name already exists";
  910. "_created_" = "생성됨";
  911. "_recipients_" = "Recipients";
  912. "_are_sure_" = "확실합니까?";
  913. "_creation_" = "Creation";
  914. "_modified_" = "Modified";
  915. "_group_folders_" = "Group folders";
  916. // Video
  917. "_select_trace_" = "Select the trace";
  918. "_video_processing_" = "비디오 프로세싱";
  919. "_video_being_processed_" = "비디오 프로세스 중...";
  920. "_downloading_" = "다운로드 중";
  921. "_download_error_" = "다운로드 오류";
  922. "_subtitle_" = "부제";
  923. "_dts_to_ac3_" = "DTS는 지원되지 않습니다. Dolby Digital로 컨버팅해야 합니다.";
  924. "_reuired_conversion_" = "이 동영상은 컨버팅에 오랜 시간이 소요됩니다.";
  925. "_stay_app_foreground_" = "앱을 백그라운드에 두지 마십시오 …";
  926. "_conversion_available_" = "컨버팅은 언제나 메뉴에서 사용할 수 있습니다";
  927. "_video_format_not_recognized_" = "이 동영상을 재생하기 위해 처리작업이 필요합니다. 지금 하시겠습니까?";
  928. "_video_must_download_" = "이 동영상을 재생하기 위해 동영상을 다운로드하고 처리작업을 해야합니다. 지금 하시겠습니까?";
  929. "_conversion_max_compatibility_" = "작업 능력 한계 도달. 동영상 컨버팅에 더 오랜 시간이 소요될 수 있습니다.";
  930. "_video_tap_for_close_" = "A slight pressure to close the processing";
  931. "_subtitle_not_found_" = "자막을 찾을 수 없음";
  932. "_disable_" = "사용 안함";
  933. "_subtitle_not_dowloaded_" = "다운로드된 자막이 없습니다";
  934. "_user_" = "사용자";
  935. // Tip
  936. "_tip_pdf_thumbnails_" = "썸네일을 보기 위해선 화면 오른쪽 끝에서 왼쪽으로 스와이프 하십시오";
  937. "_tip_accountrequest_" = "이곳을 터치해 계정을 변경하거나 추가하십시오";
  938. "_tip_addcopyimage_" = "길게 눌러 복사된 이미지를 붙이십시오";
  939. "_tip_open_mediadetail_" = "위로 스와이프하여 상세 정보를 보십시오";
  940. // MARK: Accessibility
  941. // Accessibility, floating panel top element
  942. "_cart_controller_" = "Card controller";
  943. "_accessibility_add_upload_" = "추가하고 업로드";
  944. "_dismiss_menu_" = "Dismiss the menu";
  945. "_show_profile_" = "프로필 보기";
  946. // a11y: On/Off
  947. "_on_" = "켜짐";
  948. // a11y: On/Off
  949. "_off_" = "꺼짐";
  950. "_grid_view_" = "모눈 보기";
  951. "_list_view_" = "리스트 보기";
  952. // MARK: Plan customer
  953. "_leave_plan_title" = "We're sorry to see you go";
  954. "_leave_plan_description" = "더 이상 다음에 접근할 수 없게 됩니다: ";
  955. "_current_plan_" = "현재 플랜";
  956. "_billing_plan_" = "플랜 결제";
  957. "_keep_plan_" = "플랜 유지";
  958. "_leave_plan_" = "플랜 떠나기";
  959. "_change_plan_" = "플랜 바꾸기";
  960. "_manage_plan_" = "플랜 관리";
  961. "_purchase_plan_" = "플랜 구매";
  962. "_restore_plan_" = "구매한 플랜 복원";
  963. "_purchase_plan_description_" = "구매한 사항이 복원되었습니다";
  964. "_choose_plan_" = "구매하기 앞서 구매할 플랜을 선택하십시오.";
  965. "_already_plan_" = "선택한 플랜은 이미 구매한 것입니다.";
  966. "_change_billing_" = "결제 바꾸기";
  967. "_payment_method_" = "결제 수단";
  968. // MARK: Mantis library
  969. "Mantis.Done" = "완료";
  970. "Mantis.Cancel" = "취소";
  971. "Mantis.Reset" = "초기화";
  972. "Mantis.Original" = "원본";
  973. "Mantis.Square" = "Square";