Localizable.strings 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821
  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. "_cancel_" = "취소";
  23. "_upload_file_" = "파일 업로드";
  24. "_accessibility_add_upload_" = "추가하고 업로드";
  25. "_download_file_" = "파일 다운로드";
  26. "_loading_" = "불러오는 중";
  27. "_loading_with_points_" = "불러오는 중…";
  28. "_loading_num_" = "파일 %i 불러오는 중";
  29. "_loading_autoupload_" = "자동 업로드 중";
  30. "_uploading_" = "업로드 중";
  31. "_synchronization_" = "동기화";
  32. "_delete_" = "삭제";
  33. "_delete_file_n_" = "파일 %i/%i 삭제 중";
  34. "_rename_" = "이름 바꾸기";
  35. "_rename_file_" = "파일 이름 바꾸기";
  36. "_rename_folder_" = "폴더 이름 바꾸기";
  37. "_move_" = "이동";
  38. "_move_file_n_" = "파일 %i/%i 이동 중";
  39. "_creating_sharing_" = "공유 만들기";
  40. "_updating_sharing_" = "공유 업데이트";
  41. "_removing_sharing_" = "공유 삭제";
  42. "_add_" = "추가";
  43. "_login_" = "로그인";
  44. "_save_" = "저장";
  45. "_warning_" = "경고";
  46. "_error_" = "오류";
  47. "_error_e2ee_" = "종단간 암호화 오류";
  48. "_no_" = "아니요";
  49. "_yes_" = "예";
  50. "_select_" = "선택";
  51. "_deselect_" = "선택 해제";
  52. "_select_all_" = "모두 선택";
  53. "_upload_" = "업로드";
  54. "_home_" = "파일";
  55. "_files_" = "파일";
  56. "_home_dir_" = "홈";
  57. "_file_to_upload_" = "업로드할 파일";
  58. "_destination_" = "대상";
  59. "_ok_" = "확인";
  60. "_beta_version_" = "베타 버전";
  61. "_function_in_testing_" = "기능 테스트 중입니다. 발생하는 문제점을 알려 주십시오.";
  62. "_done_" = "완료";
  63. "_passcode_too_short_" = "암호가 짧습니다. 최소한 4글자를 입력해야 합니다";
  64. "_selected_" = "선택";
  65. "_scan_fingerprint_" = "인증하려면 지문을 스캔하십시오";
  66. "_no_active_account_" = "계정 없음";
  67. "_info_" = "정보";
  68. "_warning_" = "경고";
  69. "_email_" = "이메일";
  70. "_save_exit_" = "저장하지 않고 종료하시겠습니까?";
  71. "_video_" = "비디오";
  72. "_overwrite_" = "덮어쓰기";
  73. "_transfers_in_queue_" = "전송 중, 잠시 기다려 주십시오..";
  74. "_too_errors_upload_" = "너무 많은 오류 발생, 문제를 확인하십시오";
  75. "_create_folder_" = "폴더 만들기";
  76. "_create_folder_on_" = "다음에 폴더 만들기";
  77. "_close_" = "닫기";
  78. "_postpone_" = "연기";
  79. "_remove_" = "삭제";
  80. "_file_not_found_" = "파일을 찾을 수 없음";
  81. "_continue_" = "계속";
  82. "_continue_request_" = "계속 진행하시겠습니까?";
  83. "_auto_upload_folder_" = "자동 업로드";
  84. "_gallery_" = "갤러리";
  85. "_photo_" = "사진";
  86. "_audio_" = "오디오";
  87. "_unknown_" = "알 수 없음";
  88. "_next_" = "다음";
  89. "_success_" = "성공";
  90. "_initialization_" = "초기화";
  91. "_experimental_" = "실험적";
  92. "_select_dir_media_tab_" = "폴더 \"Media\"로 선택";
  93. "_error_creation_file_" = "앗! 파일을 만들 수 없습니다";
  94. "_save_path_" = "경로 저장";
  95. "_save_settings_" = "설정 저장";
  96. "_mode_filename_" = "파일 이름 모드";
  97. "_warning_owncloud_" = "ownCloud서버와 연결되었습니다. 이는 테스트 되지 않았으며 지원하지 않습니다. 본인 책임 하에 사용하십시오. Nextcloud로 업그레이드 하려면 https://nextcloud.com/migration을 참조하십시오.";
  98. "_warning_unsupported_" = "Nextcloud의 지원하지 않는 버전을 사용중입니다. 자료의 보안을 위해 최신 안정화 버전의 Nextcloud로 업데이트하기를 권장합니다.";
  99. "_restore_" = "복원";
  100. "_camera_roll_" = "카메라 롤";
  101. "_tap_here_to_change_" = "변경하려면 여기를 탭하세요";
  102. "_no_albums_" = "앨범 없음";
  103. "_denied_album_" = "사진에 접근할 수 없습니다. 개인정보 설정에서 변경할 수 있습니다.";
  104. "_denied_camera_" = "카메라에 접근할 수 없습니다. 개인정보 설정에서 변경할 수 있습니다.";
  105. "_start_" = "시작";
  106. "_force_start_" = "강제 시작";
  107. "_purchase_" = "결제";
  108. "_account_not_available_" = "%@의 계정 %@이(가) 존재하지 않습니다. 파일 %@을 읽기 위해 계정을(를) 추가하십시오.";
  109. "_error_parameter_schema_" = "Wrong parameters, impossible to continue";
  110. "_comments_" = "댓글";
  111. "_sharing_" = "공유";
  112. "_details_" = "세부사항";
  113. "_dark_mode_" = "다크 모드";
  114. "_dark_mode_detect_" = "iOS 다크 모드 감지";
  115. "_screen_" = "화면";
  116. "_wipe_account_" = "계정이 서버에서 소거됨";
  117. "_appconfig_view_title_" = "계정 설정 진행 중...";
  118. "_no_permission_add_file_" = "파일을 추가할 권한이 없습니다";
  119. "_no_permission_delete_file_" = "파일을 삭제할 권한이 없습니다";
  120. "_no_permission_modify_file_" = "파일을 수정할 권한이 없습니다";
  121. "_request_upload_new_ver_" = "파일이 수정되었습니다. 새로운 버전을 업로드하시겠습니까?";
  122. "_add_folder_info_" = "폴더 정보 추가";
  123. "_back_" = "뒤로";
  124. "_search_" = "검색";
  125. "_of_" = "of";
  126. "_internal_modify_" = "내부 편집기로 편집하기";
  127. "_database_corrupt_" = "앗, 무엇인가 잘못되었습니다. 계정 정보를 입력하십시오. 걱정하지 마세요, 당신의 파일은 안전합니다.";
  128. "_download_image_max_" = "최고 해상도로 사진 다운로드";
  129. "_livephoto_save_" = "사진 앨범에 라이브 포토 저장";
  130. "_livephoto_save_error_" = "라이브 포토 저장 중 오류";
  131. "_file_conflict_num_" = "파일 충돌";
  132. "_file_conflicts_num_" = "파일 충돌";
  133. "_file_conflict_desc_" = "어떤 파일을 유지하시겠습니까?\n두 버전 모두 선택할 경우, 복사된 파일 이름에 번호가 붙을 것입니다.";
  134. "_file_conflict_new_" = "새 파일";
  135. "_file_conflict_exists_" = "파일이 이미 존재합니다";
  136. "_file_not_rewite_doc_" = "문서를 덮어 쓸 수 없습니다. 대신 새 문서를 만들 수 있습니다.";
  137. "_move_or_copy_" = "이동이나 복사";
  138. "_copy_" = "복사";
  139. "_now_" = "지금";
  140. "_wait_" = "잠시 기다리십시오 …";
  141. "_attention_" = "주의";
  142. "_recent_" = "최근 항목";
  143. "_view_in_folder_" = "폴더에서 보기";
  144. "_leave_share_" = "이 공유에서 떠나기";
  145. "_delete_file_" = "파일 삭제";
  146. "_delete_folder_" = "폴더 삭제";
  147. "_delete_photo_" = "사진 삭제";
  148. "_delete_video_" = "영상 삭제";
  149. "_automatic_Download_Image_" = "최고 해상도로 사진 사용";
  150. "_automatic_Download_Image_footer_" = "When viewing images always download, if not available locally, the images in full resolution";
  151. "_size_" = "크기";
  152. "_dimension_" = "Dimension";
  153. "_duration_" = "길이";
  154. "_model_" = "Model";
  155. "_set_user_status_" = "사용자 상태 설정";
  156. "_open_settings_" = "설정 열기";
  157. "_rename_ext_title_" = "파일 종류를 변경합니까?";
  158. "_rename_ext_message_" = "이 파일을 %@에서 %@로 변경할 경우 동작이 달라질 수 있습니다";
  159. "_use_" = "사용";
  160. "_keep_" = "유지";
  161. "_account_request_" = "계정 요청";
  162. "_settings_account_request_" = "시작 시 계정 요청";
  163. "_print_" = "인쇄";
  164. "_alias_" = "Alias";
  165. "_alias_footer_" = "당신의 계정명에 집, 사무실, 학교 등과 같이 설명을 붙이십시오";
  166. "_upload_chunk_" = "업로드하려는 파일이 큽니다. 완료될 떄 까지 앱을 전면에 두십시오";
  167. "_upload_e2ee_" = "업로드 하려는 파일은 암호화되었습니다. 완료될 때 까지 앱을 전면에 두십시오";
  168. "_chunk_size_mb_" = "MB당 Chunk 크기";
  169. "_chunk_footer_title_" = "Chunked file upload (0 is disabled)\nImportant: the chunked upload works only when the app is \"active\".";
  170. "_privacy_" = "개인 정보";
  171. "_source_code_" = "소스 코드 얻기";
  172. "_account_select_" = "계정 선택";
  173. "_host_insert_" = "호스트 이름을 입력하십시오, 예:";
  174. "_certificate_not_found_" = "문서 디렉토리에 있는 파일 %@을(를) 찾을 수 없습니다.";
  175. "_copy_failed_" = "복사 실패";
  176. "_certificate_installed_" = "인증서 설치됨";
  177. "_want_delete_account_" = "계정 %@을(를) 삭제하시겠습니까?";
  178. /* Background of the file listing view */
  179. "_use_as_background_" = "배경으로 사용";
  180. /* Background of the file listing view */
  181. "_background_" = "배경";
  182. "_dark_mode_" = "다크 모드";
  183. "_default_color_" = "기본 색 선택";
  184. "_as_default_color_" = "기본 색으로 사용";
  185. /* User status */
  186. "_online_" = "접속 중";
  187. /* User status */
  188. "_away_" = "자리 비움";
  189. /* User status */
  190. "_dnd_" = "방해 금지";
  191. /* User status */
  192. "_dnd_description_" = "모든 알림 음소거";
  193. /* User status */
  194. "_invisible_" = "숨겨짐";
  195. /* User status */
  196. "_invisible_description_" = "오프라인 표시";
  197. /* User status */
  198. "_status_message_" = "상태 메시지";
  199. "_status_message_placehorder_" = "지금 무엇을 하나요?";
  200. "_online_status_" = "접속 상태";
  201. "_clear_status_message_" = "상태 메시지 지움";
  202. "_set_status_message_" = "상태 메시지 설정";
  203. "_clear_status_message_after_" = "상태 메시지 지우기 예약";
  204. /* User status */
  205. "_select_option_" = "옵션 선택";
  206. "_dont_clear_" = "지우지 않음";
  207. "_30_minutes_" = "30분";
  208. "_an_hour_" = "1시간";
  209. "_1_hour_" = "1시간";
  210. "_4_hours_" = "4 시간";
  211. "day" = "오늘";
  212. "_this_week_" = "이번 주";
  213. "_days_" = "일";
  214. "_hours_" = "시간";
  215. "_minutes_" = "분";
  216. "_network_available_" = "네트워크 사용 가능";
  217. "_network_not_available_" = "네트워크를 사용할 수 없음";
  218. "_file_too_big_" = "암호화/복호화하기에 너무 큰 파일 크기";
  219. "_file_too_big_max_100_" = "너무 큰 파일 크기 (최대 100 kb.)";
  220. "_...loading..._" = "불러오는 중 …";
  221. "_download_plist_" = " ";
  222. "_no_reuploadfile_" = "파일을 찾거나 다시 전송할 수 없습니다. 파일을 업로드하려면 업로드한 항목을 삭제하고 파일을 새로 고치십시오.";
  223. "_file_already_exists_" = "같은 이름의 항목이 이미 존재해서 작업을 완료할 수 없음";
  224. "_read_file_error_" = "파일을 읽을 수 없음";
  225. "_write_file_error_" = "파일을 쓸 수 없습니다.";
  226. "_more_" = "더 보기";
  227. "_notifications_" = "알림";
  228. "_logout_" = "로그아웃";
  229. "_quota_space_unlimited_" = "무제한";
  230. "_quota_space_unknown_" = "알 수 없음";
  231. "_quota_using_" = "%@/%@ 사용 중";
  232. "_acknowledgements_" = "감사의 글";
  233. "_settings_" = "설정";
  234. "_passcode_" = "암호";
  235. "_lock_" = "잠금";
  236. "_lock_active_" = "잠금: 사용";
  237. "_lock_not_active_" = "잠금: 사용 안함";
  238. "_lock_protection_no_screen_" = "시작할 때 묻지 않기";
  239. "_lock_protection_no_screen_footer_" = "암호화 옵션을 위해 \"시작할 때 묻지 않기\" 사용";
  240. "_enable_touch_face_id_" = "Touch/Face ID 사용";
  241. "_url_" = "URL";
  242. "_username_" = "사용자 이름";
  243. "_change_credentials_" = "인증 정보 변경";
  244. "_wifi_only_" = "Wi-Fi 연결만 사용";
  245. "_settings_autoupload_" = "자동 업로드";
  246. "_app_version_" = "앱 버전";
  247. "_app_in_use_" = "사용 중인 앱";
  248. "_contact_by_email_" = "이메일로 문의하기";
  249. "_clear_cache_" = "캐시 비우기";
  250. "_clear_cache_footer_" = "다운로드된 오프라인 파일 비우기";
  251. "_exit_" = "애플리케이션 초기화";
  252. "_exit_footer_" = "모든 계정과 로컬 데이터 삭제";
  253. "_funct_not_enabled_" = "기능이 활성화되어 있지 않음";
  254. "_passcode_activate_" = "암호 잠금 켜짐";
  255. "_disabling_passcode_" = "암호 잠금 삭제";
  256. "_want_exit_" = "경고! 초기 상태로 복귀합니다. 계속 진행하시겠습니까?";
  257. "_proceed_" = "계속";
  258. "_delete_cache_" = "캐시 삭제";
  259. "_want_delete_cache_" = "캐시를 지우시겠습니까? (진행중인 전송도 삭제됩니다)";
  260. "_want_delete_thumbnails_" = "모든 미리 보기 그림도 삭제하시겠습니까?";
  261. "_mail_deleted_" = "이메일 삭제됨";
  262. "_mail_saved_" = "이메일 저장됨";
  263. "_mail_sent_" = "이메일 보냄";
  264. "_mail_failure_" = "이메일을 보낼 수 없음: %@";
  265. "_information_req_" = "정보 요청";
  266. "_write_in_english_" = "영어로 작성해 주십시오";
  267. "_credentials_" = "인증 정보";
  268. "_manage_account_" = "계정 관리";
  269. "_change_password_" = "암호 변경";
  270. "_add_account_" = "계정 추가";
  271. "_delete_account_" = "계정 삭제";
  272. "_want_delete_" = "정말로 삭제하시겠습니까?";
  273. "_no_delete_" = "아니요, 삭제하지 않습니다";
  274. "_yes_delete_" = "예, 삭제합니다";
  275. "_remove_cache_" = "캐시 삭제 중, 기다려 주십시오…";
  276. "_optimizations_" = "최적화";
  277. "_synchronizations_" = "동기화된 폴더";
  278. "_version_server_" = "서버 버전";
  279. "_help_" = "도움말";
  280. "_change_simply_passcode_" = "암호 종류 변경";
  281. "_quota_" = "할당량";
  282. "_available_" = "사용 가능";
  283. "_not_available_" = "사용할 수 없음";
  284. "_accounts_" = "계정";
  285. "_information_" = "정보";
  286. "_personal_information_" = "개인 정보";
  287. "_user_full_name_" = "이름";
  288. "_user_address_" = "주소";
  289. "_user_phone_" = "전화번호";
  290. "_user_email_" = "이메일";
  291. "_user_web_" = "웹사이트";
  292. "_user_twitter_" = "트위터";
  293. "_user_job_" = "직업";
  294. "_user_businesssize_" = "사업 크기";
  295. "_user_businesstype_" = "사업 종류";
  296. "_user_city_" = "도시";
  297. "_user_country_" = "국가";
  298. "_user_company_" = "회사";
  299. "_user_role_" = "직책";
  300. "_user_zip_" = "우편번호";
  301. "_user_owner_" = "소유자";
  302. "_user_employee_" = "노동자";
  303. "_user_contractor_" = "계약자";
  304. "_user_editprofile_" = "프로필 편집";
  305. "_favorite_offline_" = "즐겨찾는 항목 오프라인 사용 가능";
  306. "_favorite_offline_footer_" = "모든 즐겨찾는 항목을 오프라인에서 사용 가능하도록 하면 시간이 좀 걸릴 수도 있으며 많은 저장 공간을 사용합니다.";
  307. "_advanced_" = "고급";
  308. "_disable_files_app_" = "파일 앱 통합 비활성화";
  309. "_disable_files_app_footer_" = "iOS 파일 앱을 통한 접근을 금지";
  310. "_trial_" = "시험판";
  311. "_trial_expired_day_" = "남은 일 수";
  312. "_disableLocalCacheAfterUpload_footer_" = "파일을 업로드한 후 로컬 캐시에 남기지 마십시오";
  313. "_disableLocalCacheAfterUpload_" = "로컬 캐시 비활성화";
  314. "_autoupload_" = "사진/동영상 자동 업로드";
  315. "_autoupload_select_folder_" = "\"자동 업로드\" 폴더 선택";
  316. "_autoupload_error_select_folder_" = "\"자동 업로드\"를 위한 유효한 폴더 선택";
  317. "_autoupload_background_" = "배경에서 자동 업로드";
  318. "_autoupload_photos_" = "사진 자동 업로드";
  319. "_autoupload_videos_" = "동영상 자동 업로드";
  320. "_autoupload_description_" = "새로운 사진/동영상을 내 Nextcloud에 자동으로 업로드합니다";
  321. "_autoupload_description_background_" = "이 옵션을 사용하려면 위치가 변경되었을 때 카메라 롤에 새로운 사진/동영상 등록을 확인하기 위해서 GPS 사용 권한이 필요합니다.";
  322. "_autoupload_background_title_" = "제한";
  323. "_autoupload_background_msg_" = "iOS 제한으로 인해서 GPS 서비스가 활성화되지 않으면 배경 프로세스를 실행할 수 없습니다. 모바일 네트워크 셀이 변경되었을 때 시스템이 잠시 동안 활성화되어 클라우드에 업로드할 새로운 사진을 확인합니다.";
  324. "_autoupload_change_location_" = "폴더 변경";
  325. "_autoupload_location_now_" = "폴더";
  326. "_autoupload_location_default_" = "기본 폴더 복원";
  327. "_autoupload_change_location_footer_" = "'카메라 사진 자동 업로드' 기능에 사용할 폴더 변경(옵션 활성화 시)";
  328. "_autoupload_not_select_home_" = "폴더 선택";
  329. "_autoupload_save_album_" = "사진 앨범에 사진이나 동영상 복사";
  330. "_autoupload_fullphotos_" = "전체 카메라 롤 업로드";
  331. "_autoupload_fullphotos_footer_" = "업로드 전 옵션 변경";
  332. "_autoupload_create_subfolder_" = "하위 폴더 사용";
  333. "_autoupload_create_subfolder_footer_" = "년도와 월별 하위 폴더에 저장";
  334. "_autoupload_filenamemask_" = "파일 이름 마스크 변경";
  335. "_autoupload_filenamemask_footer_" = "자동 파일 이름 마스프 변경";
  336. "_autoupload_current_folder_" = "현재 선택된 폴더";
  337. "_help_tutorial_" = "튜토리얼";
  338. "_help_intro_" = "Nextcloud 소개";
  339. "_help_activity_verbose_" = "자세한 활동 피드";
  340. "_help_activity_mail_" = "이메일로 활동 보내기";
  341. "_help_activity_clear_" = "활동 지우기";
  342. "_show_hidden_files_" = "숨김 파일 보이기";
  343. "_format_compatibility_" = "호환성 유지";
  344. "_format_compatibility_footer_" = "\"호환성 유지\" 옵션을 선택하면 항상 JPEG 형식으로 사진을 저장합니다";
  345. "_privacy_" = "개인 정보";
  346. "_privacy_footer_" = "Nextcloud iOS는 오류 분석 서비스를 사용합니다. 당신의 개인 정보는 보고되지 않습니다. 비활성화하려면 \"오류 보고 비활성화\" 설정을 켜십시오";
  347. "_crashservice_title_" = "오류 보고 비활성화";
  348. "_crashservice_alert_" = "이 옵션을 적용하려면 앱을 재시작해야합니다.";
  349. "_upload_mov_livephoto_" = "라이브 포토";
  350. "_upload_mov_livephoto_footer_" = "\"라이브 포토\"는 가능할 경우 사진을 \"라이프 포토\" 형식으로 저장할 것입니다.";
  351. "_view_capabilities_" = "View the capabilities";
  352. "_capabilities_" = "Capabilities";
  353. "_no_capabilities_found_" = "Capabilities not found";
  354. "_diagnostics_" = "진단";
  355. "_view_log_" = "로그 파일 보기";
  356. "_clear_log_" = "로그 파일 지우기";
  357. "_level_log_" = "로그 단계 설정하기 (비활성화, 일반, 최대)";
  358. "_connect_server_anyway_" = "그래도 서버에 연결하시겠습니까?";
  359. "_connection_error_" = "연결 오류";
  360. "_serverstatus_error_" = "서버 접속 실패, 서버 주소 혹은 상태를 확인하십시오";
  361. "_add_your_nextcloud_" = "내 Nextcloud 계정 추가";
  362. "_login_url_" = "서버 주소 https://…";
  363. "_login_bottom_label_" = "서버가 없으신가요?\n공급자를 선택하십시오.";
  364. "_error_multidomain_" = "허용되지 않은 주소입니다. 다음 도메인만 사용할 수 있습니다:";
  365. "_account_already_exists_" = "계정 %@이(가) 이미 존재함";
  366. "_traditional_login_" = "이전 로그인 방식으로 변경";
  367. "_web_login_" = "웹 로그인 방식으로 변경";
  368. "_login_url_error_" = "URL 오류, 서버 URL을 확인하십시오";
  369. "_webflow_not_available_" = "웹 로그인을 사용할 수 없습니다. 구형 로그인 방식을 사용합니다.";
  370. "_favorites_" = "즐겨찾기";
  371. "_favorite_" = "즐겨찾기에 추가";
  372. "_unfavorite_" = "즐겨찾기에서 삭제";
  373. "_no_files_uploaded_" = "업로드한 파일 없음";
  374. "_tutorial_favorite_view_" = "즐겨찾는 파일과 폴더가 여기에 표시됩니다";
  375. "_tutorial_offline_view_" = "여기에 복사한 파일은 오프라인으로도 사용할 수 있습니다.\n\n이 파일은 클라우드와 동기화됩니다.";
  376. "_tutorial_local_view_" = "클라우드에서 압축이 풀린 파일을 찾을 수 있습니다.\n\n이 파일을 공유하려면 iTunes와 연결하십시오.";
  377. "_more_" = "더 보기";
  378. "_favorite_no_files_" = "즐겨찾는 항목 없음";
  379. "_pull_down_" = "끌어 당겨서 새로 고침";
  380. "_no_photo_load_" = "사진이나 동영상 없음";
  381. "_tutorial_autoupload_view_" = "\"설정\"에서 자동 업로드를 활성화할 수 있습니다.";
  382. "_no_date_" = "날짜 없음";
  383. "_today_" = "오늘";
  384. "_yesterday_" = "Yesterday";
  385. "_time_" = "시간: %@\n\n%@";
  386. "_location_not_enabled_" = "위치 서비스가 비활성화되어 있음";
  387. "_location_not_enabled_msg_" = "\"설정\"에서 \"위치 서비스\"를 활성화하십시오";
  388. "_access_photo_not_enabled_" = "사진에 접근할 수 없음";
  389. "_access_photo_not_enabled_msg_" = "\"설정\"에서 \"사진 접근\"을 활성화하십시오";
  390. "_access_photo_location_not_enabled_" = "사진과 위치에 접근할 수 없음";
  391. "_access_photo_location_not_enabled_msg_" = "\"설정\"에서 \"사진 접근\" 및 \"위치 서비스\"를 활성화하십시오";
  392. "_tutorial_photo_view_" = "업로드한 사진이나 동영상 없음";
  393. "_create_full_upload_" = "아카이브 생성 중... 오래 걸릴 수 있습니다. 과정이 진행되는 도중 전송과 마찬가지로 앱을 활성화 상태로 두십시오. ";
  394. "_error_createsubfolders_upload_" = "하위 폴더 생성 오류";
  395. "_activate_autoupload_" = "자동 업로드 사용";
  396. "_remove_photo_CameraRoll_" = "카메라 롤에서 삭제";
  397. "_remove_photo_CameraRoll_desc_" = "자동 업로드 성공 후, 업로드 된 사진과 동영상을 카메라 롤에서 지우기 위해 확인 메시지가 표시됩니다. 삭제된 사진과 동영상은 iOS '사진' 앱의 '최근 삭제된 항목'에 30일 동안 보관됩니다.";
  398. "_never_" = "하지 않음";
  399. "_less_a_minute_" = "1분 미만 전";
  400. "_minutes_ago_" = "%d분 전";
  401. "_hours_ago_" = "%d시간 전";
  402. "_days_ago_" = "%d일 전";
  403. "_over_30_days_" = "30일 이전";
  404. "_connection_internet_offline_" = "인터넷 연결이 오프라인이거나 Wi-Fi가 필요함";
  405. "_insert_password_" = "암호 입력";
  406. "_update_in_progress_" = "버전 업그레이드. 잠시 기다려 주십시오…";
  407. "_forbidden_characters_" = "파일이나 폴더 이름에 잘못된 문자가 포함되어 있음";
  408. "_mail_not_can_send_mail_" = "계정을 설정하지 않았거나 잘못된 이메일 주소를 입력함";
  409. "_photo_camera_" = "사진";
  410. "_media_" = "미디어";
  411. "_unzip_in_progress_" = "로컬 저장소에 압축 푸는 중…";
  412. "_file_unpacked_" = "로컬 저장소에 파일 압축이 해제되었습니다.";
  413. "_file_saved_local_" = "로컬 저장소에 파일을 저장했습니다.";
  414. "_file_not_present_" = "오류: 파일이 존재하지 않습니다. 새로 고치십시오.";
  415. "_order_by_" = "다음으로 정렬";
  416. "_order_by_name_a_z_" = "이름순으로 정렬 (A에서 Z로)";
  417. "_sorted_by_name_a_z_" = "이름순으로 정렬 (A에서 Z로)";
  418. "_order_by_name_z_a_" = "이름순으로 정렬 (Z에서 A로)";
  419. "_sorted_by_name_z_a_" = "이름순으로 정렬 (Z에서 A로)";
  420. "_order_by_date_more_recent_" = "최신순 정렬";
  421. "_sorted_by_date_more_recent_" = "최신순으로 정렬";
  422. "_order_by_date_less_recent_" = "오래된 순으로 정렬";
  423. "_sorted_by_date_less_recent_" = "오래된 순서대로 정렬됨";
  424. "_order_by_size_smallest_" = "작은 순으로 정렬";
  425. "_sorted_by_size_smallest_" = "작은 순서대로 정렬됨";
  426. "_order_by_size_largest_" = "큰 순으로 정렬";
  427. "_sorted_by_size_largest_" = "큰 순서대로 정렬됨";
  428. "_delete_selected_files_" = "파일 삭제";
  429. "_move_selected_files_" = "파일 이동";
  430. "_move_or_copy_selected_files_" = "파일 이동 혹은 복사";
  431. "_download_selected_files_" = "파일 다운로드";
  432. "_download_selected_files_folders_" = "파일 및 폴더 다운로드";
  433. "_error_operation_canc_" = "오류: 작업이 취소되었습니다.";
  434. "_only_lock_passcode_" = "잠금 암호를 활성화해야 사용할 수 있습니다. \"설정\"에서 활성화하십시오.";
  435. "_go_to_app_settings_" = "앱 설정으로 이동";
  436. "_passcode_protection_" = "암호 보호";
  437. "_remove_favorites_" = "즐겨찾기에서 삭제";
  438. "_remove_offline_" = "오프라인에서 삭제";
  439. "_add_favorites_" = "즐겨찾기에 추가";
  440. "_add_offline_" = "오프라인에 추가";
  441. "_remove_passcode_" = "암호 보호 삭제";
  442. "_protect_passcode_" = "암호 보호";
  443. "_share_" = "공유";
  444. "_reload_" = "새로 고침";
  445. "_open_in_" = "다음으로 열기…";
  446. "_open_" = "열기...";
  447. "_remove_local_file_" = "캐시에서 삭제";
  448. "_add_local_" = "로컬 저장소에 추가";
  449. "_comm_erro_pull_down_" = "오류: 서버 통신 오류입니다. 끌어 내려서 새로 고치십시오.";
  450. "_file_not_downloaded_" = "파일 다운로드되지 않음";
  451. "_file_not_uploaded_" = "파일 업로드되지 않음";
  452. "_folders_" = "폴더";
  453. "_folder_" = "폴더";
  454. "_files_" = "파일";
  455. "_file_" = "file";
  456. "_folder_blocked_" = "폴더 차단됨";
  457. "_downloading_progress_" = "파일 다운로드 시작 중…";
  458. "_no_file_pull_down_" = "파일을 업로드하거나 끌어 내려서 새로 고치십시오";
  459. "_browse_images_" = "사진 탐색";
  460. "_synchronized_folder_" = "폴더 동기화 유지";
  461. "_remove_synchronized_folder_" = "폴더 동기화 해제";
  462. "_synchronized_confirm_" = "동기화를 활성화하면 폴더의 모든 파일을 서버와 동기화합니다. 계속 진행하시겠습니까?";
  463. "_offline_folder_confirm_" = "오프라인 폴더를 활성화하면 폴더의 모든 파일을 서버와 동기화합니다. 계속 진행하시겠습니까?";
  464. "_file_not_found_reload_" = "파일을 찾을 수 없음, 끌어 내려서 새로 고치십시오";
  465. "_title_section_download_" = "다운로드";
  466. "_title_section_upload_" = "업로드";
  467. "_group_alphabetic_yes_" = "✓ 가나다순으로 묶기";
  468. "_group_alphabetic_no_" = "가나다순으로 묶기";
  469. "_group_typefile_yes_" = "✓ 파일 형식으로 묶기";
  470. "_group_typefile_no_" = "파일 형식으로 묶기";
  471. "_group_date_yes_" = "✓ 날짜로 묶기";
  472. "_group_date_no_" = "날짜로 묶기";
  473. "_element_" = "구성 요소";
  474. "_elements_" = "구성 요소";
  475. "_tite_footer_upload_wwan_" = " Wi-Fi 네트워크가 필요함, 업로드까지 %lu %@ 남음";
  476. "_tite_footer_upload_" = "업로드까지 %lu %@ 남음";
  477. "_tite_footer_download_wwan_" = " Wi-Fi 네트워크가 필요함, 다운로드까지 %lu %@ 남음";
  478. "_tite_footer_download_" = "다운로드까지 %lu %@ 남음";
  479. "_limited_dimension_" = "최대 크기에 도달함";
  480. "_save_selected_files_" = "사진 갤러리에 저장";
  481. "_file_not_saved_cameraroll_" = "오류: 사진 앨범에 파일이 저장되지 않았음";
  482. "_file_saved_cameraroll_" = "사진 앨범에 파일 저장됨";
  483. "_directory_on_top_yes_" = "✓ 폴더 먼저 표시";
  484. "_directory_on_top_no_" = "폴더 먼저 표시";
  485. "_folder_automatic_upload_" = "\"자동 업로드\"를 위한 폴더";
  486. "_search_no_record_found_" = "결과 없음";
  487. "_search_in_progress_" = "검색 중…";
  488. "_search_instruction_" = "파일 검색(최소 2글자)";
  489. "_files_no_files_" = "여기에 파일 없음";
  490. "_files_no_folders_" = "폴더가 없습니다";
  491. "_request_in_progress_" = "서버 요청 진행중...";
  492. "audio" = "오디오";
  493. "compress" = "압축";
  494. "directory" = "폴더";
  495. "document" = "문서";
  496. "image" = "사진";
  497. "template" = "템플릿";
  498. "unknow" = "알수없음";
  499. "video" = "동영상";
  500. "_file_del_only_local_" = "파일이 서버에 없음";
  501. "_copy_file_" = "복사";
  502. "_paste_file_" = "붙여넣기";
  503. "_open_quicklook_" = "Quick Loock으로 열기";
  504. "_search_this_folder_" = "이 폴더에서 검색";
  505. "_search_all_folders_" = "모든 폴더에서 검색";
  506. "_search_sub_folder_" = "이 폴더와 하위 폴더에서 검색";
  507. "_theming_is_light_" = "서버 테마의 색상이 너무 밝아서 적용하지 않음";
  508. "_cancel_all_task_" = "모든 전송 취소하기";
  509. "_status_wait_download_" = "다운로드 기다리는 중";
  510. "_status_in_download_" = "다운로드";
  511. "_status_downloading_" = "다운로드 중";
  512. "_status_wait_upload_" = "업로드 기다리는 중";
  513. "_status_in_upload_" = "업로드";
  514. "_status_uploading_" = "업로드 중";
  515. "_select_media_folder_" = "\"미디어\" 폴더 선택";
  516. "_media_viewimage_show_" = "사진 보이기";
  517. "_media_viewimage_hide_" = "사진 숨기기";
  518. "_media_viewvideo_show_" = "동영상 보이기";
  519. "_media_viewvideo_hide_" = "동영상 숨기기";
  520. "_media_by_created_date_" = "만들어진 순서로 정렬";
  521. "_media_by_upload_date_" = "업로드된 순서로 정렬";
  522. "_media_by_modified_date_" = "수정된 순서로 정렬";
  523. "_insert_password_pfd_" = "보안 PDF입니다. 암호를 입력하십시오";
  524. "_password_pdf_error_" = "암호가 잘못됨";
  525. "_error_download_photobrowser_" = "오류: 사진을 다운로드할 수 없음";
  526. "_share_link_" = "링크 공유";
  527. "_share_link_button_" = "다음으로 링크 보내기…";
  528. "_password_" = "암호";
  529. "_share_password_" = "링크 암호 설정";
  530. "_share_expirationdate_" = "링크 만료 날짜 설정";
  531. "_date_" = "날짜";
  532. "_share_title_" = "공유";
  533. "_add_sharee_" = "사용자나 그룹 추가";
  534. "_add_sharee_footer_" = "사용자나 그룹을 추가해서 이 자원을 공유할 수 있습니다. 공유를 해제하려면 모든 사용자와 그룹을 삭제하십시오";
  535. "_find_sharee_title_" = "검색";
  536. "_find_sharee_" = "사용자나 그룹 검색…";
  537. "_find_sharee_footer_" = "Enter part of the name of the user or group to search for (at least 2 characters) followed by \"Return\", select the users that should be allowed to access the share followed by \"Done\" to confirm";
  538. "_user_is_group_" = "(그룹)";
  539. "_direct_sharee_title_" = "공유";
  540. "_direct_sharee_footer_" = "이미 이름을 알고 있다면, 입력 후 공유 유형을 선택하고 \"완료\"를 눌러 확인하십시오";
  541. "_direct_sharee_" = "사용자 이름 입력…";
  542. "_user_sharee_footer_" = "탭하여 권한 변경";
  543. "_share_type_title_" = "공유 형식";
  544. "_share_type_user_" = "사용자";
  545. "_share_type_group_" = "그룹";
  546. "_share_type_remote_" = "원격";
  547. "_enforce_password_protection_" = "암호 보호 강제";
  548. "_password_obligatory_" = "암호 보호 강제가 활성화 됨, 암호 의무화";
  549. "_shared_with_you_by_" = "다음을 이용해 나와 공유됨 : ";
  550. "_shareLinksearch_placeholder_" = "이름을 입력하고 Enter를 누르십시오";
  551. "_new_comment_" = "새로운 댓글…";
  552. "_edit_comment_" = "댓글 편집";
  553. "_delete_comment_" = "댓글 삭제";
  554. "_share_allow_editing_" = "편집 허용";
  555. "_share_read_only_" = "View only";
  556. "_share_allow_upload_" = "업로드 및 편집 허용";
  557. "_share_file_drop_" = "파일 보관소 (업로드만 허용)";
  558. "_share_hide_download_" = "다운로드 숨기기";
  559. "_share_password_protect_" = "암호 보호";
  560. "_share_expiration_date_" = "만료기한 설정";
  561. "_share_note_recipient_" = "받는 사람 메모";
  562. "_share_delete_sharelink_" = "Delete link";
  563. "_share_add_sharelink_" = "다른 링크 추가";
  564. "_share_can_reshare_" = "재공유 가능";
  565. "_share_can_create_" = "만들 수 있음";
  566. "_share_can_change_" = "변경할 수 있음";
  567. "_share_can_delete_" = "삭제할 수 있음";
  568. "_share_unshare_" = "공유 해제";
  569. "_share_internal_link_" = "내부 링크";
  570. "_share_internal_link_des_" = "이 폴더에 액세스하는 사용자에게만 해당됩니다";
  571. "_share_permission_title_" = "권한";
  572. "_share_permission_edit_" = "편집할 수 있음";
  573. "_share_permission_file_can_write_" = "파일을 기록할 수 있음";
  574. "_share_permission_create_" = "만들 수 있음";
  575. "_share_permission_create_file_" = "파일을 만들 수 있음";
  576. "_share_permission_create_folder_" = "폴더를 만들 수 있음";
  577. "_share_permission_change_" = "변경할 수 있음";
  578. "_share_permission_delete_" = "삭제할 수 있음";
  579. "_share_permission_share_" = "공유할 수 있음";
  580. "_share_permission_rename_" = "이름 바꿀 수 있음";
  581. "_share_permission_move_" = "이동할 수 있음";
  582. "_share_permission_read_" = "읽을 수 있음";
  583. "_share_permission_info_" = "공유 정보";
  584. "_share_permission_path_" = "파일/폴더";
  585. "_share_permission_type_" = "종류";
  586. "_share_permission_typeuser_" = "사용자";
  587. "_share_permission_typegroup_" = "그룹";
  588. "_share_permission_typepubliclink_" = "링크";
  589. "_share_permission_typefederated_" = "연합";
  590. "_share_permission_owner_" = "소유자";
  591. "_share_permission_date_" = "날짜";
  592. "_share_permission_email_" = "이메일 알림";
  593. "_no_transfer_" = "전송 없음";
  594. "_no_transfer_sub_" = "이 장치에서 실행한 업로드와 다운로드가 여기에 표시됩니다";
  595. "_no_activity_" = "활동 없음";
  596. "_transfers_" = "전송";
  597. "_activity_" = "활동";
  598. "_activity_file_not_present_" = "파일이 존재하지 않음";
  599. "_trash_file_not_found_" = "파일이 휴지통에 있는 것 같지 않습니다. 휴지통에 가서 업데이트 후 다시 시도하십시오.";
  600. "_list_shares_" = "공유";
  601. "_list_shares_no_files_" = "공유한 항목 없음";
  602. "_tutorial_list_shares_view_" = "공유한 파일이나 폴더가 여기에 표시됩니다";
  603. "_create_synchronization_" = "동기화 생성";
  604. "_offline_" = "오프라인";
  605. "_local_storage_" = "로컬 저장소";
  606. "_local_storage_no_record_" = "파일 없음";
  607. "_upload_photos_videos_" = "사진이나 동영상 업로드";
  608. "_upload_file_" = "파일 업로드";
  609. "_upload_file_text_" = "텍스트 파일 만들기";
  610. "_create_nextcloudtext_document_" = "text 문서 작성";
  611. "_save_document_picker_" = "여기에 저장";
  612. "_destination_folder_" = "대상 폴더";
  613. "_use_folder_auto_upload_" = "목적지로 \"자동 업로드\" 폴더 사용";
  614. "_rename_filename_" = "이름 바꾸기";
  615. "_filename_" = "파일 이름";
  616. "_preview_filename_" = "파일 이름 예제입니다. 날짜/시간을 입력하려면 %@ 마스크를 사용하십시오";
  617. "_forbidden_characters_" = "파일이나 폴더 이름에 잘못된 문자가 포함되어 있음";
  618. "_add_filenametype_" = "파일 이름에 형식 지정";
  619. "_filenametype_photo_video_" = "사진/동영상";
  620. "_maintain_original_filename_" = "원본 파일 이름 유지";
  621. "_modify_photo_" = "사진 편집";
  622. "_notification_" = "알림";
  623. "_no_notification_" = "아직 알림 없음";
  624. "_autoupload_filename_title_" = "자동 업로드 파일 이름";
  625. "_untitled_txt_" = "제목 없음.txt";
  626. "_text_upload_title_" = "text 파일 업로드";
  627. "_e2e_settings_title_" = "암호화";
  628. "_e2e_settings_" = "종단간 암호화";
  629. "_e2e_settings_start_" = "종단간 암호화 시작";
  630. "_e2e_settings_not_available_" = "종단간 암호화를 사용할 수 없음";
  631. "_e2e_settings_activated_" = "종단간 암호화 활성화됨";
  632. "_e2e_settings_view_passphrase_" = "이 12단어 암구호는 암호화된 파일을 보고 사용하는 매우 강력한 암호입니다. 안전한 곳에 적어서 보관해 두십시오.";
  633. "_e2e_settings_read_passphrase_" = "암구호 읽기";
  634. "_e2e_settings_lock_not_active_" = "잠금이 활성화되지 않았습니다. \"설정\"에서 활성화하십시오";
  635. "_e2e_settings_the_passphrase_is_" = "암구호:";
  636. "_e2e_passphrase_request_title_" = "암구호 요청";
  637. "_e2e_passphrase_request_message_" = "12단어 입력";
  638. "_e2e_settings_remove_" = "로컬에서 암호화 삭제";
  639. "_e2e_settings_remove_message_" = "암구호를 입력해서 삭제를 확인하십시오.";
  640. "_e2e_set_folder_encrypted_" = "암호화";
  641. "_e2e_remove_folder_encrypted_" = "복호화";
  642. "_e2e_goto_settings_for_enable_" = "암호화된 디렉터리에 있습니다. \"설정\"에서 종단간 암호화를 활성화하십시오";
  643. "_e2e_delete_folder_not_permitted_" = "암오화된 디렉터리를 삭제할 수 없습니다";
  644. "_e2e_error_encode_metadata_" = "메타데이터 인코딩 중 오류 발생";
  645. "_e2e_error_decode_metadata_" = "메타데이터 디코딩 중 오류 발생";
  646. "_e2e_error_create_encrypted_" = "암호화된 파일을 만들 수 없음";
  647. "_e2e_error_update_metadata_" = "메타데이터 업데이트 오류";
  648. "_e2e_error_store_metadata_" = "메타데이터를 저장할 수 없음";
  649. "_e2e_error_send_metadata_" = "메타데이터를 보낼 수 없음";
  650. "_e2e_error_delete_metadata_" = "메타데이터를 삭제할 수 없음";
  651. "_e2e_error_get_metadata_" = "메타데이터를 가져올 수 없음";
  652. "_e2e_error_not_enabled_" = "내부 오류입니다. 종단간 암호화를 활성화할 수 없습니다";
  653. "_e2e_error_record_not_found_" = "내부 오류입니다. 레코드를 찾을 수 없습니다";
  654. "_e2e_error_unlock_" = "폴더 잠금을 해제할 수 없음";
  655. "_e2e_error_lock_" = "폴더를 잠글 수 없음";
  656. "_e2e_error_delete_mark_folder_" = "선택한 폴더 복호화";
  657. "_e2e_error_mark_folder_" = "폴더 암호화";
  658. "_e2e_error_directory_not_empty_" = "디렉터리가 비어 있지 않음";
  659. "_e2e_error_not_move_" = "암호화된 폴더로 이동할 수 없습니다";
  660. "_scans_document_" = "문서 스캔";
  661. "_scanned_images_" = "스캔본";
  662. "_scan_document_pdf_page_" = "페이지";
  663. "_scan_label_document_zone_" = "문서 생성을 위해 사진을 아래로 드래그하십시오";
  664. "_filter_original_" = "원본";
  665. "_filter_bn_" = "흑백";
  666. "_filter_grayscale_" = "그레이스케일";
  667. "_quality_image_title_" = "사진 품질";
  668. "_quality_high_" = "고품질 고용량";
  669. "_quality_medium_" = "보통 품질 보통 용량";
  670. "_quality_low_" = "저품질 저용량";
  671. "_file_type_" = "파일 종류";
  672. "_pdf_password_" = "PDF 암호";
  673. "_file_creation_" = "파일 생성";
  674. "_delete_all_scanned_images_" = "모든 스캔본을 삭제하시겠습니까?";
  675. "_text_recognition_" = "Text recognition";
  676. /* The title on the navigation bar of the Scanning screen. */
  677. "wescan.scanning.title" = "스캔";
  678. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  679. "wescan.edit.button.next" = "Next다음";
  680. /* The title on the navigation bar of the Edit screen. */
  681. "wescan.edit.title" = "스캔 편집";
  682. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  683. "wescan.review.button.done" = "완료";
  684. /* The title on the navigation bar of the Review screen. */
  685. "wescan.review.title" = "리뷰";
  686. "_trash_view_" = "삭제된 파일";
  687. "_trash_restore_all_" = "모든 파일 복구";
  688. "_trash_delete_all_" = "휴지통 비우기";
  689. "_trash_no_trash_" = "삭제된 파일 없음";
  690. "_trash_no_trash_description_" = "여기에서 삭제된 파일을 복구할 수 있습니다";
  691. "_trash_restore_selected_" = "선택한 파일 복구";
  692. "_trash_delete_selected_" = "선택한 파일 삭제";
  693. "_manage_file_offline_" = "오프라인 파일 관리";
  694. "_set_available_offline_" = "오프라인 사용 가능으로 설정";
  695. "_remove_available_offline_" = "삭제하여 오프라인 사용 불가능으로 설정";
  696. "_create_new_document_" = "새 문서 작성";
  697. "_create_new_spreadsheet_" = "새 스프레드시트 작성";
  698. "_create_new_presentation_" = "새 프리젠테이션 작성";
  699. "_go_online_" = "이 문서를 보기 위해 온라인으로 이동합니다.";
  700. "_intro_1_title_" = "데이터를 안전하게 보관하세요";
  701. "_intro_2_title_" = "안전한 협력 & 파일 교환";
  702. "_intro_3_title_" = "사용하기 쉬운 웹 메일, 달력 & 연락처";
  703. "_intro_4_title_" = "화면 공유, 온라인 회의 & 웹 회의";
  704. "_log_in_" = "로그인";
  705. "_sign_up_" = "공급자로 가입";
  706. "_host_your_own_server" = "내 자체 서버 호스팅";
  707. "_unauthorized_" = "권한 없음";
  708. "_bad_username_password_" = "잘못된 사용자 이름 및 암호";
  709. "_cancelled_by_user" = "전송 취소됨";
  710. "_error_folder_destiny_is_the_same_" = "폴더를 자기 자신으로 이동할 수 없음";
  711. "_error_not_permission_" = "작업을 완료할 수 있는 권한이 없음";
  712. "_error_path_" = "이 파일이나 폴더를 열 수 없습니다. 파일이나 폴더가 존재하는지 확인하십시오";
  713. "_file_upload_not_exitst_" = "업로드할 파일이 존재하지 않음";
  714. "_forbidden_characters_from_server_" = "이름에 하나 이상의 잘못된 문자가 포함되어 있음";
  715. "_not_connected_internet_" = "서버 연결 오류";
  716. "_not_possible_connect_to_server_" = "지금 서버에 연결할 수 없음";
  717. "_not_possible_create_folder_" = "폴더를 만들 수 없음";
  718. "_server_down_" = "서버와의 연락을 만들 수 없음";
  719. "_time_out_" = "시간 초과, 다시 시도하십시오";
  720. "_unknow_response_server_" = "서버에서 예기치 않은 응답이 돌아옴";
  721. "_user_authentication_required_" = "사용자 인증이 필요함";
  722. "_file_directory_locked_" = "파일이나 디렉터리가 잠김";
  723. "_ssl_certificate_untrusted_" = "이 서버의 인증서가 잘못됨";
  724. "_internal_server_" = "내부 서버 오류";
  725. "_file_already_exists_" = "같은 이름의 항목이 이미 존재해서 작업을 완료할 수 없음";
  726. "_file_folder_not_exists_" = "지정한 경로에서 원본 파일을 찾을 수 없음";
  727. "_folder_contents_nochanged_" = "폴더 내용이 변경되지 않았음";
  728. "_images_invalid_converted_" = "사진이 잘못되었기 때문에 미리 보기 그림을 생성할 수 없음";
  729. "_method_not_expected_" = "예기치 못한 응답 방법";
  730. "_reauthenticate_user_" = "액세스 만료, 다시 로그인하십시오";
  731. "_server_error_retry_" = "서버를 임시로 사용할 수 없음";
  732. "_too_many_files_" = "이 작업에 너무 많은 파일이 변경됨";
  733. "_too_many_request_" = "너무 많은 요청으로 인해 한계치에 다다름";
  734. "_user_over_quota_" = "저장소 할당량을 전부 사용함";
  735. "_ssl_connection_error_" = "SSL 연결 오류, 다시 시도하십시오";
  736. "_bad_request_" = "잘못된 요청";
  737. "_webdav_locked_" = "WebDAV 잠김: 접근하려는 자원이 잠겨 있음";
  738. "_error_user_not_available_" = "사용자를 더 이상 사용할 수 없음";
  739. "_server_response_error_" = "서버 응답 방식 오류";
  740. "_no_nextcloud_found_" = "Nextcloud 서버를 찾을 수 없습니다";
  741. "_error_decompressing_" = "압축 해제 중 오류 발생. 알 수 없는 압축 방식이거나 파일이 잘못되었습니다";
  742. "_error_json_decoding_" = "메타데이터 디코딩 중 심각한 내부 오류 (올바른 형식이 아니므로 데이터를 읽을 수 없습니다)";
  743. "_error_check_remote_user_" = "서버가 오류를 출력했습니다. 암호를 다시 입력하십시오";
  744. "_request_entity_too_large_" = "파일이 너무 큼";
  745. "_not_possible_download_" = "파일을 다운로드할 수 없음";
  746. "_not_possible_upload_" = "파일을 업로드할 수 없음";
  747. "_method_not_allowed_" = "요청한 방법은 지원하지 않습니다";
  748. "_invalid_url_" = "잘못된 서버 URL";
  749. "_invalid_literal_" = "잘못된 검색 값";
  750. "_invalid_date_format_" = "잘못된 날짜 형식";
  751. "_invalid_data_format_" = "잘못된 날짜 형식";
  752. "_error_decode_xml_" = "잘못된 응답, XML 디코드 오류";
  753. "_internal_generic_error_" = "내부 오류";
  754. "_editor_unknown_" = "파일을 열 수 없습니다: 편집기를 알 수 없음";
  755. "_err_file_not_found_" = "파일을 찾을 수 없음, 삭제됨";
  756. "_err_e2ee_app_version_" = "종단간 암호화를 위한 앱 버전이 서버와 호환되지 않습니다. 서버를 업데이트 하세요";
  757. "_err_permission_microphone_" = "설정에서 마이크 사용을 허용하세요";
  758. "_err_permission_photolibrary_" = "설정에서 사진 사용을 허용해주세요";
  759. "_err_permission_locationmanager_" = "설정에서 위치 - 항상으로 설정해주세요";
  760. "_qrcode_not_authorized_" = "후면 카메라를 사용하도록 허가받지 않았음";
  761. "_qrcode_not_supported_" = "이 기기에서는 QR코드를 지원하지 않습니다";
  762. "_create_voice_memo_" = "음성 메모 만들기";
  763. "_voice_memo_start_" = "탭하여 시작";
  764. "_voice_memo_stop_" = "탭하여 중지";
  765. "_voice_memo_filename_" = "음성 메모";
  766. "_voice_memo_title_" = "음성 메모 업로드";
  767. "Enter Passcode" = "암호 입력";
  768. "Enter a new passcode" = "새 암호 입력";
  769. "Confirm new passcode" = "새 암호 확인";
  770. "Passcodes didn't match. Try again." = "암호가 일치하지 않습니다. 다시 시도하십시오.";
  771. "Delete" = "삭제";
  772. "Cancel" = "취소";
  773. "_certificate_details_" = "인증서 세부 사항";
  774. "_save_as_scan_" = "Save as scan";
  775. "_modify_" = "Modify";
  776. "_overwrite_original_" = "Overwrite original";
  777. "_save_as_copy_" = "Save as copy";
  778. "_discard_changes_" = "Close and discard changes";
  779. "_message_disable_overwrite_livephoto_" = "This image it's a Live Photo, the overwrite will not possible";
  780. "_delete_files_desc_" = "Delete files to free up space";
  781. "_delete_old_files_" = "Delete all files older than";
  782. "_never_" = "하지 않음";
  783. "_1_year_" = "1 year";
  784. "_6_months_" = "6 months";
  785. "_3_months_" = "3 months";
  786. "_1_month_" = "1 month";
  787. "_1_week_" = "1 week";
  788. "_1_day_" = "1 day";
  789. "_used_space_" = "Used space";
  790. // ----------------------------------------------------------------------------------------------------------------------------------
  791. // IM
  792. "_textnote_" = "텍스트 노트";
  793. "_audionote_" = "음성 노트";
  794. "_removeaudionote_" = "오디오 노트를 삭제하시겠습니까?";
  795. "_detailpicture_" = "사진 세부 정보";
  796. "_creation_archive_error_" = "아카이브 생성 중 오류 발생";
  797. "_read_audio_error_" = "오디오 파일을 읽는 중 오류 발생";
  798. "_create_audio_error_" = "오디오 파일을 만드는 중 오류 발생";
  799. "_create_image_error_" = "사진 파일을 만드는 중 오류 발생";
  800. "_error_open_file_" = "파일을 여는 중 오류 발생";
  801. "_new_background_im_" = "사진을 선택하거나 사진을 찍어 배경으로 설정하십시오. 아무것도 설정하지 않을 수도 있습니다. \"완료\"를 눌러 마치십시오.";