Localizable.strings 73 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799
  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. // General
  23. "_cancel_" = "취소";
  24. "_upload_file_" = "파일 업로드";
  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. "_move_" = "이동";
  36. "_move_file_n_" = "파일 %i/%i 이동 중";
  37. "_creating_sharing_" = "공유 만들기";
  38. "_updating_sharing_" = "공유 업데이트";
  39. "_removing_sharing_" = "공유 삭제";
  40. "_add_" = "추가";
  41. "_login_" = "로그인";
  42. "_save_" = "저장";
  43. "_warning_" = "경고";
  44. "_error_" = "오류";
  45. "_error_e2ee_" = "종단간 암호화 오류";
  46. "_no_" = "아니요";
  47. "_yes_" = "예";
  48. "_select_" = "선택";
  49. "_select_all_" = "Select all";
  50. "_upload_" = "업로드";
  51. "_home_" = "파일";
  52. "_file_to_upload_" = "업로드할 파일";
  53. "_destination_" = "대상";
  54. "_ok_" = "확인";
  55. "_beta_version_" = "베타 버전";
  56. "_function_in_testing_" = "기능 테스트 중입니다. 발생하는 문제점을 알려 주십시오.";
  57. "_done_" = "완료";
  58. "_passcode_too_short_" = "암호가 짧습니다. 최소한 4글자를 입력해야 합니다";
  59. "_selected_" = "선택";
  60. "_scan_fingerprint_" = "인증하려면 지문을 스캔하십시오";
  61. "_no_active_account_" = "계정 없음";
  62. "_info_" = "정보";
  63. "_warning_" = "경고";
  64. "_email_" = "이메일";
  65. "_save_exit_" = "저장하지 않고 종료하시겠습니까?";
  66. "_video_" = "비디오";
  67. "_overwrite_" = "덮어쓰기";
  68. "_transfers_in_queue_" = "전송 중, 잠시 기다려 주십시오…";
  69. "_too_errors_automatic_all_"= "오류가 너무 많습니다. \"제어 센터\"에서 문제를 확인하십시오";
  70. "_create_folder_" = "폴더 만들기";
  71. "_create_folder_on_" = "다음에 폴더 만들기";
  72. "_close_" = "닫기";
  73. "_postpone_" = "연기";
  74. "_remove_" = "삭제";
  75. "_file_not_found_" = "파일을 찾을 수 없음";
  76. "_continue_" = "Continue";
  77. "_continue_request_" = "Do you want to continue?";
  78. "_auto_upload_folder_" = "자동 업로드";
  79. "_gallery_" = "갤러리";
  80. "_photo_" = "사진";
  81. "_audio_" = "오디오";
  82. "_unknown_" = "알 수 없음";
  83. "_next_" = "다음";
  84. "_success_" = "성공";
  85. "_initialization_" = "초기화";
  86. "_experimental_" = "실험적";
  87. "_select_dir_media_tab_" = "Select as folder \"Media\"";
  88. "_error_creation_file_" = "Ops! Could not create the file";
  89. "_save_path_" = "Save path";
  90. "_save_settings_" = "Save settings";
  91. "_mode_filename_" = "Filename mode";
  92. "_warning_owncloud_" = "You are connected to an ownCloud server. This is untested and unsupported, use at your own risk. To upgrade to Nextcloud, see https://nextcloud.com/migration";
  93. "_warning_unsupported_" = "You are using an unsupported version of Nextcloud. For the safety of your data we strongly recommend updating to the latest stable Nextcloud";
  94. "_restore_" = "Restore";
  95. "_camera_roll_" = "Camera roll";
  96. "_tap_here_to_change_" = "Tap here to change";
  97. "_no_albums_" = "No albums";
  98. "_denied_album_" = "This app does not have access to \"Photos\", you can enable access in Privacy Settings";
  99. "_denied_camera_" = "This app does not have access to \"Camera\", you can enable access in Privacy Settings";
  100. "_start_" = "Start";
  101. "_purchase_" = "Purchase";
  102. "_account_not_available_" = "The account %@ of %@ do not exists, please add it to be able to read the file %@";
  103. "_error_parameter_schema_" = "Wrong parameters, impossible to continue";
  104. "_comments_" = "Comments";
  105. "_sharing_" = "Sharing";
  106. "_details_" = "Details";
  107. "_dark_mode_" = "Dark mode";
  108. "_dark_mode_detect_" = "Detect iOS dark mode";
  109. "_screen_" = "Screen";
  110. "_wipe_account_" = "Account wiped from server";
  111. "_appconfig_view_title_" = "Account configuration in progress…";
  112. "_no_permission_add_file_" = "You don't have permission to add files";
  113. "_no_permission_delete_file_" = "You don't have permission to delete files";
  114. "_no_permission_modify_file_" = "You don't have permission to modify files";
  115. "_request_upload_new_ver_" = "The file has been modified, do you want to upload the new version ?";
  116. // App
  117. "_network_available_" = "네트워크 사용 가능";
  118. "_network_not_available_" = "네트워크를 사용할 수 없음";
  119. // Networking
  120. "_file_too_big_" = "File too large to be encrypted/decrypted";
  121. "_file_too_big_max_100_" = "File too large (max 100 kb.)";
  122. "_...loading..._" = "Loading…";
  123. "_download_plist_" = " ";
  124. "_no_reuploadfile_" = "파일을 찾거나 다시 전송할 수 없습니다. 파일을 업로드하려면 업로드한 항목을 삭제하고 파일을 새로 고치십시오.";
  125. "_file_already_exists_" = "같은 이름의 항목이 이미 존재해서 작업을 완료할 수 없음";
  126. "_read_file_error_" = "파일을 읽을 수 없음";
  127. // More
  128. "_more_" = "더 보기";
  129. "_notifications_" = "알림";
  130. "_logout_" = "로그아웃";
  131. "_quota_space_unlimited_" = "Unlimited";
  132. "_quota_space_unknown_" = "Unknown";
  133. "_quota_using_" = "%@/%@ 사용 중";
  134. // Settings
  135. "_acknowledgements_" = "감사의 글";
  136. "_settings_" = "설정";
  137. "_passcode_" = "암호";
  138. "_lock_" = "잠금";
  139. "_lock_active_" = "잠금: 사용";
  140. "_lock_not_active_" = "잠금: 사용 안함";
  141. "_lock_protection_no_screen_" = "시작할 때 묻지 않기";
  142. "_lock_protection_no_screen_footer_" = "\"시작할 때 묻지 않기\" 옵션은 보호된 폴더나 암호화 옵션에만 사용하십시오.";
  143. "_url_" = "URL";
  144. "_username_" = "사용자 이름";
  145. "_change_credentials_" = "인증 정보 변경";
  146. "_wifi_only_" = "Wi-Fi 연결만 사용";
  147. "_settings_autoupload_" = "자동 업로드";
  148. "_app_version_" = "앱 버전";
  149. "_app_in_use_" = "사용 중인 앱";
  150. "_contact_by_email_" = "이메일로 문의하기";
  151. "_clear_cache_" = "Clear cache";
  152. "_clear_cache_footer_" = "Clear downloaded and offline files from the app";
  153. "_exit_" = "Reset application";
  154. "_exit_footer_" = "Remove all accounts and local data from the app";
  155. "_funct_not_enabled_" = "기능이 활성화되어 있지 않음";
  156. "_passcode_activate_" = "암호 잠금 켜짐";
  157. "_disabling_passcode_" = "암호 잠금 삭제";
  158. "_want_exit_" = "경고! 초기 상태로 복귀합니다. 계속 진행하시겠습니까?";
  159. "_proceed_" = "계속";
  160. "_delete_cache_" = "캐시 삭제";
  161. "_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress) ?";
  162. "_want_delete_thumbnails_" = "모든 미리 보기 그림도 삭제하시겠습니까?";
  163. "_mail_deleted_" = "이메일 삭제됨";
  164. "_mail_saved_" = "이메일 저장됨";
  165. "_mail_sent_" = "이메일 보냄";
  166. "_mail_failure_" = "이메일을 보낼 수 없음: %@";
  167. "_information_req_" = "정보 요청";
  168. "_write_in_english_" = "영어로 작성해 주십시오";
  169. "_credentials_" = "인증 정보";
  170. "_manage_account_" = "계정 관리";
  171. "_change_password_" = "암호 변경";
  172. "_add_account_" = "계정 추가";
  173. "_delete_account_" = "Remove account";
  174. "_want_delete_" = "정말로 삭제하시겠습니까?";
  175. "_no_delete_" = "아니요, 삭제하지 않습니다";
  176. "_yes_delete_" = "예, 삭제합니다";
  177. "_remove_cache_" = "캐시 삭제 중, 기다려 주십시오…";
  178. "_optimizations_" = "최적화";
  179. "_synchronizations_" = "동기화된 폴더";
  180. "_version_server_" = "서버 버전";
  181. "_help_" = "도움말";
  182. "_lock_protection_simply_" = "약한 암호 보호";
  183. "_change_simply_passcode_" = "암호 종류 변경";
  184. "_quota_" = "할당량";
  185. "_available_" = "사용 가능";
  186. "_accounts_" = "Accounts";
  187. "_information_" = "정보";
  188. "_personal_information_" = "개인 정보";
  189. "_user_full_name_" = "이름";
  190. "_user_address_" = "주소";
  191. "_user_phone_" = "전화번호";
  192. "_user_email_" = "이메일";
  193. "_user_web_" = "웹사이트";
  194. "_user_twitter_" = "트위터";
  195. "_user_job_" = "Job";
  196. "_user_businesssize_" = "Business size";
  197. "_user_businesstype_" = "Business type";
  198. "_user_city_" = "City";
  199. "_user_country_" = "Country";
  200. "_user_company_" = "Company";
  201. "_user_role_" = "Role";
  202. "_user_zip_" = "Zip";
  203. "_user_owner_" = "Owner";
  204. "_user_employee_" = "Employee";
  205. "_user_contractor_" = "Contractor";
  206. "_user_editprofile_" = "Edit profile";
  207. "_favorite_offline_" = "즐겨찾는 항목 오프라인 사용 가능";
  208. "_favorite_offline_footer_" = "모든 즐겨찾는 항목을 오프라인에서 사용 가능하도록 하면 시간이 좀 걸릴 수도 있으며 많은 저장 공간을 사용합니다.";
  209. "_advanced_" = "고급";
  210. "_disable_files_app_" = "Disable Files App integration";
  211. "_disable_files_app_footer_" = "Do not permit the access of files across the Apple Files application";
  212. "_trial_" = "Trial";
  213. "_trial_expired_day_" = "Days remaining";
  214. "_disableLocalCacheAfterUpload_footer_" = "After uploading the file, do not keep it in the local cache";
  215. "_disableLocalCacheAfterUpload_" = "Disable local cache";
  216. // Manage AutoUpload
  217. "_autoupload_" = "사진/동영상 자동 업로드";
  218. "_autoupload_select_folder_" = "Select the \"Auto upload\" folder";
  219. "_autoupload_error_select_folder_" = "Select a valid folder for the \"Auto upload\"";
  220. "_autoupload_background_" = "배경에서 자동 업로드";
  221. "_autoupload_photos_" = "사진 자동 업로드";
  222. "_autoupload_videos_" = "동영상 자동 업로드";
  223. "_autoupload_description_" = "새로운 사진/동영상을 클라우드에 자동으로 업로드합니다";
  224. "_autoupload_description_background_" = "이 옵션을 사용하려면 위치가 변경되었을 때 카메라 롤에 새로운 사진/동영상 등록을 확인하기 위해서 GPS 사용 권한이 필요합니다.";
  225. "_autoupload_background_title_" = "제한";
  226. "_autoupload_background_msg_" = "iOS 제한으로 인해서 GPS 서비스가 활성화되지 않으면 배경 프로세스를 실행할 수 없습니다. 모바일 네트워크 셀이 변경되었을 때 시스템이 잠시 동안 활성화되어 클라우드에 업로드할 새로운 사진을 확인합니다.";
  227. "_autoupload_change_location_" = "폴더 변경";
  228. "_autoupload_location_now_" = "폴더";
  229. "_autoupload_location_default_" = "기본 폴더 복원";
  230. "_autoupload_change_location_footer_" = "'카메라 사진 자동 업로드' 기능에 사용할 폴더 변경(옵션 활성화 시)";
  231. "_autoupload_not_select_home_" = "폴더 선택";
  232. "_autoupload_save_album_" = "사진 앨범에 사진이나 동영상 복사";
  233. "_autoupload_fullphotos_" = "전체 카메라 롤 업로드";
  234. "_autoupload_fullphotos_footer_" = "업로드 전 옵션 변경";
  235. "_autoupload_create_subfolder_" = "하위 폴더 사용";
  236. "_autoupload_create_subfolder_footer_" = "년도와 월별 하위 폴더에 저장";
  237. "_autoupload_filenamemask_" = "파일 이름 마스크 변경";
  238. "_autoupload_filenamemask_footer_" = "자동 파일 이름 마스프 변경";
  239. "_autoupload_current_folder_" = "Currently selected folder";
  240. // Manage Help
  241. "_help_tutorial_" = "튜토리얼";
  242. "_help_intro_" = "Nextcloud 소개";
  243. "_help_activity_verbose_" = "자세한 활동 피드";
  244. "_help_activity_mail_" = "이메일로 활동 보내기";
  245. "_help_activity_clear_" = "활동 지우기";
  246. // Manage Advanced
  247. "_show_hidden_files_" = "숨김 파일 보이기";
  248. "_format_compatibility_" = "호환성 유지";
  249. "_format_compatibility_footer_" = "\"Most compatible\" will save, when possible, photos as JPEG";
  250. "_privacy_" = "Privacy";
  251. "_privacy_footer_" = "Nextcloud iOS uses a service for the analysis of a crash. Your personal information is not sent with the report. If you want disable it, please change the setting \"Disable crash reporter\" to ON";
  252. "_crashservice_title_" = "Disable crash reporter";
  253. "_crashservice_alert_" = "This option requires a restart of the app to take effect";
  254. // Login
  255. "_connect_server_anyway_" = "그래도 서버에 연결하시겠습니까?";
  256. "_connection_error_" = "연결 오류";
  257. "_serverstatus_error_" = "Connection to server failure, verify your server address or network status";
  258. "_add_your_nextcloud_" = "내 Nextcloud 계정 추가";
  259. "_login_url_" = "서버 주소 https://…";
  260. "_login_bottom_label_" = "서버가 없으신가요?\n공급자를 선택하십시오.";
  261. "_error_multidomain_" = "허용되지 않은 주소입니다. 다음 도메인만 사용할 수 있습니다:";
  262. "_account_already_exists_" = "계정 %@이(가) 이미 존재함";
  263. "_traditional_login_" = "이전 로그인 방식으로 변경";
  264. "_web_login_" = "웹 로그인 방식으로 변경";
  265. // Favorite
  266. "_favorites_" = "즐겨찾기";
  267. "_favorite_" = "즐겨찾기에 추가";
  268. "_unfavorite_" = "즐겨찾기에서 삭제";
  269. "_no_files_uploaded_" = "업로드한 파일 없음";
  270. "_tutorial_favorite_view_" = "즐겨찾는 파일과 폴더가 여기에 표시됩니다";
  271. "_tutorial_offline_view_" = "여기에 복사한 파일은 오프라인으로도 사용할 수 있습니다.\n\n이 파일은 클라우드와 동기화됩니다.";
  272. "_tutorial_local_view_" = "클라우드에서 압축이 풀린 파일을 찾을 수 있습니다.\n\n이 파일을 공유하려면 iTunes와 연결하십시오.";
  273. "_more_" = "더 보기";
  274. "_favorite_no_files_" = "즐겨찾는 항목 없음";
  275. // Auto Upload
  276. "_pull_down_" = "끌어 당겨서 새로 고침";
  277. "_no_photo_load_" = "사진이나 동영상 없음";
  278. "_tutorial_autoupload_view_" = "\"설정\"에서 자동 업로드를 구성할 수 있습니다.";
  279. "_no_date_" = "날짜 없음";
  280. "_today_" = "오늘";
  281. "_yesterday_" = "Yesterday";
  282. "_time_" = "시간: %@\n\n%@";
  283. "_location_not_enabled_" = "위치 서비스가 비활성화되어 있음";
  284. "_location_not_enabled_msg_" = "\"설정\"에서 \"위치 서비스\"를 활성화하십시오";
  285. "_access_photo_not_enabled_" = "사진에 접근할 수 없음";
  286. "_access_photo_not_enabled_msg_" = "\"설정\"에서 \"사진 접근\"을 활성화하십시오";
  287. "_access_photo_location_not_enabled_" = "사진과 위치에 접근할 수 없음";
  288. "_access_photo_location_not_enabled_msg_" = "\"설정\"에서 \"사진 접근\" 및 \"위치 서비스\"를 활성화하십시오";
  289. "_tutorial_photo_view_" = "업로드한 사진이나 동영상 없음";
  290. "_create_full_upload_" = "압축 파일 만드는 중… 오래 걸릴 수 있습니다. 기다려 주십시오.";
  291. "_error_createsubfolders_upload_" = "하위 폴더 생성 오류";
  292. "_activate_autoupload_" = "자동 업로드 사용";
  293. // Utility
  294. "_never_" = "하지 않음";
  295. "_less_a_minute_" = "1분 미만 전";
  296. "_minutes_ago_" = "%d분 전";
  297. "_hours_ago_" = "%d시간 전";
  298. "_days_ago_" = "%d일 전";
  299. "_over_30_days_" = "30일 이전";
  300. "_connection_internet_offline_" = "인터넷 연결이 오프라인이거나 Wi-Fi가 필요함";
  301. "_insert_password_" = "암호 입력";
  302. "_update_in_progress_" = "버전 업그레이드. 잠시 기다려 주십시오…";
  303. "_forbidden_characters_" = "파일이나 폴더 이름에 잘못된 문자가 포함되어 있음";
  304. "_mail_not_can_send_mail_" = "계정을 설정하지 않았거나 잘못된 이메일 주소를 입력함";
  305. // File
  306. "_photo_camera_" = "사진";
  307. "_media_" = "Media";
  308. "_unzip_in_progress_" = "로컬 저장소에 압축 푸는 중…";
  309. "_file_unpacked_" = "로컬 저장소에 파일 압축이 해제되었습니다.";
  310. "_file_saved_local_" = "로컬 저장소에 파일을 저장했습니다.";
  311. "_file_not_present_" = "오류: 파일이 존재하지 않습니다. 새로 고치십시오.";
  312. "_order_by_" = "Sort by";
  313. "_order_by_name_a_z_" = "Sort by name (from A to Z)";
  314. "_order_by_name_z_a_" = "Sort by name (from Z to A)";
  315. "_order_by_date_more_recent_" = "Sort from the most recent";
  316. "_order_by_date_less_recent_" = "Sort from the less recent";
  317. "_order_by_size_smallest_" = "Sort from the smallest";
  318. "_order_by_size_largest_" = "Sort from the largest";
  319. "_delete_selected_files_" = "파일 삭제";
  320. "_move_selected_files_" = "파일 이동";
  321. "_download_selected_files_" = "파일 다운로드";
  322. "_download_selected_files_folders_" = "파일 및 폴더 다운로드";
  323. "_error_operation_canc_" = "오류: 작업이 취소되었습니다.";
  324. "_only_lock_passcode_" = "잠금 암호를 활성화해야 사용할 수 있습니다. \"설정\"에서 활성화하십시오.";
  325. "_passcode_protection_" = "암호 보호";
  326. "_remove_favorites_" = "즐겨찾기에서 삭제";
  327. "_remove_offline_" = "오프라인에서 삭제";
  328. "_add_favorites_" = "즐겨찾기에 추가";
  329. "_add_offline_" = "오프라인에 추가";
  330. "_remove_passcode_" = "암호 보호 삭제";
  331. "_protect_passcode_" = "암호 보호";
  332. "_share_" = "공유";
  333. "_reload_" = "새로 고침";
  334. "_open_in_" = "다음으로 열기…";
  335. "_remove_local_file_" = "캐시에서 삭제";
  336. "_add_local_" = "로컬 저장소에 추가";
  337. "_comm_erro_pull_down_" = "오류: 서버 통신 오류입니다. 끌어 내려서 새로 고치십시오.";
  338. "_file_not_downloaded_" = "파일 다운로드되지 않음";
  339. "_file_not_uploaded_" = "파일 업로드되지 않음";
  340. "_folders_" = "폴더";
  341. "_folder_" = "폴더";
  342. "_files_" = "파일";
  343. "_file_" = "file";
  344. "_folder_blocked_" = "폴더 차단됨";
  345. "_downloading_progress_" = "파일 다운로드 시작 중…";
  346. "_no_file_pull_down_" = "파일을 업로드하거나 끌어 내려서 새로 고치십시오";
  347. "_browse_images_" = "사진 탐색";
  348. "_synchronized_folder_" = "폴더 동기화 유지";
  349. "_remove_synchronized_folder_" = "폴더 동기화 해제";
  350. "_synchronized_confirm_" = "동기화를 활성화하면 폴더의 모든 파일을 서버와 동기화합니다. 계속 진행하시겠습니까?";
  351. "_offline_folder_confirm_" = "오프라인 폴더를 활성화하면 폴더의 모든 파일을 서버와 동기화합니다. 계속 진행하시겠습니까?";
  352. "_file_not_found_reload_" = "파일을 찾을 수 없음, 끌어 내려서 새로 고치십시오";
  353. "_title_section_download_" = "다운로드";
  354. "_title_section_upload_" = "업로드";
  355. "_group_alphabetic_yes_" = "✓ 가나다순으로 묶기";
  356. "_group_alphabetic_no_" = "가나다순으로 묶기";
  357. "_group_typefile_yes_" = "✓ 파일 형식으로 묶기";
  358. "_group_typefile_no_" = "파일 형식으로 묶기";
  359. "_group_date_yes_" = "✓ 날짜로 묶기";
  360. "_group_date_no_" = "날짜로 묶기";
  361. "_element_" = "구성 요소";
  362. "_elements_" = "구성 요소";
  363. "_tite_footer_upload_wwan_" = " Wi-Fi 네트워크가 필요함, 업로드까지 %lu %@ 남음";
  364. "_tite_footer_upload_" = "업로드까지 %lu %@ 남음";
  365. "_tite_footer_download_wwan_" = " Wi-Fi 네트워크가 필요함, 다운로드까지 %lu %@ 남음";
  366. "_tite_footer_download_" = "다운로드까지 %lu %@ 남음";
  367. "_limited_dimension_" = "최대 크기에 도달함";
  368. "_save_selected_files_" = "사진과 동영상을 앨범에 저장";
  369. "_file_not_saved_cameraroll_" = "오류: 사진 앨범에 파일이 저장되지 않았음";
  370. "_file_saved_cameraroll_" = "사진 앨범에 파일 저장됨";
  371. "_directory_on_top_yes_" = "✓ 폴더 먼저 표시";
  372. "_directory_on_top_no_" = "폴더 먼저 표시";
  373. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  374. "_search_no_record_found_" = "결과 없음";
  375. "_search_in_progress_" = "검색 중…";
  376. "_search_instruction_" = "파일 검색(최소 2글자)";
  377. "_files_no_files_" = "여기에 파일 없음";
  378. "_files_no_folders_" = "No folders in here";
  379. "_request_in_progress_" = "Request to server in progress…";
  380. "audio" = "오디오";
  381. "compress" = "압축";
  382. "directory" = "폴더";
  383. "document" = "문서";
  384. "image" = "사진";
  385. "template" = "템플릿";
  386. "unknow" = "알수없음";
  387. "video" = "동영상";
  388. "_file_del_only_local_" = "파일이 서버에 없음";
  389. "_copy_file_" = "파일 복사";
  390. "_copy_files_" = "파일 복사";
  391. "_paste_file_" = "파일 붙여넣기";
  392. "_paste_files_" = "파일 붙여넣기";
  393. "_open_internal_view_" = "Open with internal viewer";
  394. "_search_this_folder_" = "이 폴더에서 검색";
  395. "_search_all_folders_" = "모든 폴더에서 검색";
  396. "_search_sub_folder_" = "이 폴더와 하위 폴더에서 검색";
  397. "_theming_is_light_" = "서버 테마의 색상이 너무 밝아서 적용하지 않음";
  398. "_cancel_all_task_" = "Cancel all transfers";
  399. "_status_wait_download_" = "Waiting for download";
  400. "_status_in_download_" = "In download";
  401. "_status_downloading_" = "Downloading";
  402. "_status_wait_upload_" = "Waiting for upload";
  403. "_status_in_upload_" = "In upload";
  404. "_status_uploading_" = "Uploading";
  405. // Media
  406. "_select_media_folder_" = "Select the \"Media\" folder";
  407. "_media_viewimage_show_" = "Show images";
  408. "_media_viewimage_hide_" = "Hide images";
  409. "_media_viewvideo_show_" = "Show video";
  410. "_media_viewvideo_hide_" = "Hide video";
  411. // Files Preview
  412. "_insert_password_pfd_" = "보안 PDF입니다. 암호를 입력하십시오";
  413. "_password_pdf_error_" = "암호가 잘못됨";
  414. "_error_download_photobrowser_" = "오류: 사진을 다운로드할 수 없음";
  415. // Share
  416. "_share_link_" = "링크 공유";
  417. "_share_link_button_" = "다음으로 링크 보내기…";
  418. "_password_" = "암호";
  419. "_share_password_" = "링크 암호 설정";
  420. "_share_expirationdate_" = "링크 만료 날짜 설정";
  421. "_date_" = "날짜";
  422. "_share_title_" = "공유";
  423. "_add_sharee_" = "사용자나 그룹 추가";
  424. "_add_sharee_footer_" = "사용자나 그룹을 추가해서 이 자원을 공유할 수 있습니다. 공유를 해제하려면 모든 사용자와 그룹을 삭제하십시오";
  425. "_find_sharee_title_" = "검색";
  426. "_find_sharee_" = "사용자나 그룹 검색…";
  427. "_find_sharee_footer_" = "검색할 사용자나 그룹 이름의 일부(최소 2글자)를 입력한 후 'Return' 키를 누르십시오. 검색 결과로 나타난 사용자를 선택한 후 '완료'를 눌러서 확인하십시오";
  428. "_user_is_group_" = "(그룹)";
  429. "_direct_sharee_title_" = "공유";
  430. "_direct_sharee_footer_" = "이름을 알고 있다면 입력한 후 '완료'를 눌러서 확인하십시오";
  431. "_direct_sharee_" = "사용자 이름 입력…";
  432. "_user_sharee_footer_" = "Tap to change permissions";
  433. "_share_type_title_" = "공유 형식";
  434. "_share_type_user_" = "사용자";
  435. "_share_type_group_" = "그룹";
  436. "_share_type_remote_" = "원격";
  437. "_enforce_password_protection_" = "Enforce password protection";
  438. "_password_obligatory_" = "Enforce password protection enabled, password obligatory";
  439. "_shared_with_you_by_" = "다음을 이용해 나와 공유됨 : ";
  440. "_shareLinksearch_placeholder_" = "Type a name and press Enter";
  441. "_new_comment_" = "New comment…";
  442. "_edit_comment_" = "Edit comment";
  443. "_delete_comment_" = "Delete comment";
  444. "_share_allow_editing_" = "Allow editing";
  445. "_share_read_only_" = "Read only";
  446. "_share_allow_upload_" = "Allow upload and editing";
  447. "_share_file_drop_" = "File drop (upload only)";
  448. "_share_hide_download_" = "Hide download";
  449. "_share_password_protect_" = "Password protect";
  450. "_share_expiration_date_" = "Set expiration date";
  451. "_share_note_recipient_" = "Note to recipient";
  452. "_share_delete_sharelink_" = "Delete share link";
  453. "_share_add_sharelink_" = "Add another link";
  454. "_share_can_reshare_" = "Can reshare";
  455. "_share_can_create_" = "Can create";
  456. "_share_can_change_" = "Can change";
  457. "_share_can_delete_" = "Can delete";
  458. "_share_unshare_" = "Unshare";
  459. // Share Permission
  460. "_share_permission_title_" = "권한";
  461. "_share_permission_edit_" = "편집할 수 있음";
  462. "_share_permission_file_can_write_" = "파일을 기록할 수 있음";
  463. "_share_permission_create_" = "만들 수 있음";
  464. "_share_permission_create_file_" = "파일을 만들 수 있음";
  465. "_share_permission_create_folder_" = "폴더를 만들 수 있음";
  466. "_share_permission_change_" = "변경할 수 있음";
  467. "_share_permission_delete_" = "삭제할 수 있음";
  468. "_share_permission_share_" = "공유할 수 있음";
  469. "_share_permission_rename_" = "이름 바꿀 수 있음";
  470. "_share_permission_move_" = "이동할 수 있음";
  471. "_share_permission_read_" = "읽을 수 있음";
  472. "_share_permission_info_" = "공유 정보";
  473. "_share_permission_path_" = "파일/폴더";
  474. "_share_permission_type_" = "종류";
  475. "_share_permission_typeuser_" = "사용자";
  476. "_share_permission_typegroup_" = "그룹";
  477. "_share_permission_typepubliclink_" = "링크";
  478. "_share_permission_typefederated_" = "연합";
  479. "_share_permission_owner_" = "소유자";
  480. "_share_permission_date_" = "날짜";
  481. "_share_permission_email_" = "이메일 알림";
  482. "_share_link_readonly_" = "Read only";
  483. "_share_link_modify_" = "Allow editing";
  484. "_share_link_upload_" = "File drop (upload only)";
  485. "_share_link_upload_modify_" = "Allow upload and editing";
  486. "_share_link_hide_download_" = "Hide download";
  487. // ShareInfoCMOC
  488. "_type_resource_connect_you_" = "나와 공유됨";
  489. "_type_resource_external_" = "외부 저장소";
  490. // Share Ext
  491. "_destiny_folder_" = "폴더: %@";
  492. "_no_transfer_" = "전송 없음";
  493. "_no_transfer_sub_" = "이 장치에서 실행한 업로드와 다운로드가 여기에 표시됩니다";
  494. "_no_activity_" = "활동 없음";
  495. "_transfers_" = "전송";
  496. "_activity_" = "활동";
  497. "_activity_file_not_present_" = "파일이 존재하지 않음";
  498. "_trash_file_not_found_" = "파일이 휴지통에 있는 것 같지 않습니다. 휴지통에 가서 업데이트 후 다시 시도하십시오.";
  499. // List Shares
  500. "_list_shares_" = "공유";
  501. "_list_shares_no_files_" = "공유한 항목 없음";
  502. "_tutorial_list_shares_view_" = "공유한 파일이나 폴더가 여기에 표시됩니다";
  503. // Offline - Local Storage
  504. "_create_synchronization_" = "동기화 생성";
  505. "_offline_" = "오프라인";
  506. "_local_storage_" = "로컬 저장소";
  507. "_local_storage_no_record_" = "파일 없음";
  508. // Create Cloud
  509. "_upload_photos_videos_" = "사진이나 동영상 업로드";
  510. "_upload_file_" = "파일 업로드";
  511. "_upload_file_text_" = "텍스트 파일 만들기";
  512. "_create_nextcloudtext_document_" = "Create text document";
  513. // Document Picker
  514. "_save_document_picker_" = "여기에 저장";
  515. // CreateFormUploadAssets
  516. "_destination_folder_" = "대상 폴더";
  517. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  518. "_rename_filename_" = "이름 바꾸기";
  519. "_filename_" = "파일 이름";
  520. "_preview_filename_" = "파일 이름 예제입니다. 날짜/시간을 입력하려면 %@ 마스크를 사용하십시오";
  521. "_forbidden_characters_" = "파일이나 폴더 이름에 잘못된 문자가 포함되어 있음";
  522. "_add_filenametype_" = "파일 이름에 형식 지정";
  523. "_filenametype_photo_video_" = "사진/동영상";
  524. "_maintain_original_filename_" = "Maintain original filename";
  525. "_modify_photo_" = "Modify photo";
  526. // Notification
  527. "_notification_" = "알림";
  528. // Photo Browser
  529. "Done" = "완료";
  530. "Select Photos" = "사진 선택";
  531. "photo" = "사진";
  532. "photos" = "사진";
  533. "of" = "of";
  534. "%i of %i" = "%2$i의 %1$i";
  535. // Manage Auto Upload FileName
  536. "_autoupload_filename_title_" = "자동 업로드 파일 이름";
  537. // Text File
  538. "_untitled_txt_" = "제목 없음.txt";
  539. "_text_upload_title_" = "Upload text file";
  540. // EndToEnd Encryption
  541. "_e2e_settings_title_" = "암호화";
  542. "_e2e_settings_" = "종단간 암호화";
  543. "_e2e_settings_start_" = "종단간 암호화 시작";
  544. "_e2e_settings_not_available_" = "종단간 암호화를 사용할 수 없음";
  545. "_e2e_settings_activated_" = "종단간 암호화 활성화됨";
  546. "_e2e_settings_view_passphrase_" = "이 12단어 암구호는 암호화된 파일을 보고 사용하는 매우 강력한 암호입니다. 안전한 곳에 적어서 보관해 두십시오.";
  547. "_e2e_settings_read_passphrase_" = "암구호 읽기";
  548. "_e2e_settings_lock_not_active_" = "잠금이 활성화되지 않았습니다. \"설정\"에서 활성화하십시오";
  549. "_e2e_settings_the_passphrase_is_" = "암구호:";
  550. "_e2e_passphrase_request_title_" = "암구호 요청";
  551. "_e2e_passphrase_request_message_" = "12단어 입력";
  552. "_e2e_settings_remove_" = "Remove the encryption locally";
  553. "_e2e_settings_remove_message_" = "암구호를 입력해서 삭제를 확인하십시오.";
  554. "_e2e_set_folder_encrypted_" = "암호화";
  555. "_e2e_remove_folder_encrypted_" = "복호화";
  556. "_e2e_goto_settings_for_enable_" = "This is an encrypted directory, go to \"Settings\" and enable end-to-end encryption";
  557. "_e2e_delete_folder_not_permitted_" = "암호화된 디렉터리를 삭제할 수 없습니다";
  558. "_e2e_error_encode_metadata_" = "메타데이터 인코딩 중 오류 발생";
  559. "_e2e_error_decode_metadata_" = "메타데이터 디코딩 중 오류 발생";
  560. "_e2e_error_create_encrypted_" = "암호화된 파일을 만들 수 없음";
  561. "_e2e_error_update_metadata_" = "메타데이터 업데이트 오류";
  562. "_e2e_error_store_metadata_" = "메타데이터를 저장할 수 없음";
  563. "_e2e_error_send_metadata_" = "메타데이터를 보낼 수 없음";"_e2e_error_delete_metadata_" = "메타데이터를 삭제할 수 없음";
  564. "_e2e_error_get_metadata_" = "메타데이터를 가져올 수 없음";
  565. "_e2e_error_not_enabled_" = "내부 오류입니다. 종단간 암호화를 활성화할 수 없습니다";
  566. "_e2e_error_record_not_found_" = "내부 오류입니다. 레코드를 찾을 수 없습니다";
  567. "_e2e_error_unlock_" = "폴더 잠금을 해제할 수 없음";
  568. "_e2e_error_lock_" = "폴더를 잠글 수 없음";
  569. "_e2e_error_delete_mark_folder_" = "선택한 폴더 복호화";
  570. "_e2e_error_mark_folder_" = "폴더 암호화";
  571. "_e2e_error_directory_not_empty_" = "디렉터리가 비어 있지 않음";
  572. // Scan Document
  573. "_scans_document_" = "Scan document";
  574. "_scanned_images_" = "Scanned images";
  575. "_scan_document_pdf_page_" = "Page";
  576. "_scan_label_document_zone_" = "Drag images down for document creation";
  577. "_filter_original_" = "Original";
  578. "_filter_bn_" = "Black & White";
  579. "_filter_grayscale_" = "Grayscale";
  580. "_quality_image_title_" = "Image quality";
  581. "_quality_high_" = "Large file size of high quality";
  582. "_quality_medium_" = "Average file size of medium quality";
  583. "_quality_low_" = "Small file size of low quality";
  584. "_file_type_" = "File type";
  585. "_pdf_password_" = "PDF Password";
  586. "_file_creation_" = "File creation";
  587. "_delete_all_scanned_images_" = "Do you want to delete all scanned images?";
  588. "_text_recognition_" = "Text recognition";
  589. /* The title on the navigation bar of the Scanning screen. */
  590. "wescan.scanning.title" = "Scanning";
  591. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  592. "wescan.edit.button.next" = "Next";
  593. /* The title on the navigation bar of the Edit screen. */
  594. "wescan.edit.title" = "Edit Scan";
  595. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  596. "wescan.review.button.done" = "Done";
  597. /* The title on the navigation bar of the Review screen. */
  598. "wescan.review.title" = "Review";
  599. // Trah
  600. "_trash_view_" = "Deleted files";
  601. "_trash_restore_all_" = "Restore all files";
  602. "_trash_delete_all_" = "Empty trash";
  603. "_trash_no_trash_" = "No files deleted";
  604. "_trash_no_trash_description_" = "You can restore deleted files from here";
  605. "_trash_restore_selected_" = "Restore selected files";
  606. "_trash_delete_selected_" = "Deleted selected files";
  607. // Offline
  608. "_manage_file_offline_" = "Manage offline files";
  609. "_set_available_offline_" = "Set as available offline";
  610. "_remove_available_offline_" = "Remove as available offline";
  611. // Richdocuments
  612. "_create_new_document_" = "Create new document";
  613. "_create_new_spreadsheet_" = "Create new spreadsheet";
  614. "_create_new_presentation_" = "Create new presentation";
  615. "_go_online_" = "이 문서를 보기 위해 온라인으로 이동합니다.";
  616. // Intro
  617. "_intro_1_title_" = "Keep your data secure and under your control";
  618. "_intro_2_title_" = "Secure collaboration & file exchange";
  619. "_intro_3_title_" = "Easy-to-use web mail, calendering & contacts";
  620. "_intro_4_title_" = "Screensharing, online meetings & web conferences";
  621. "_log_in_" = "Log in";
  622. "_sign_up_" = "Sign up with provider";
  623. "_host_your_own_server" = "Host your own server";
  624. // Error
  625. "_bad_username_password_" = "Wrong username or password";
  626. "_cancelled_by_user" = "Transfer canceled";
  627. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  628. "_error_not_permission_" = "You don't have permission to complete the operation";
  629. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  630. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  631. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  632. "_not_connected_internet_" = "Server connection error";
  633. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  634. "_not_possible_create_folder_" = "Folder could not be created";
  635. "_server_down_" = "Could not establish contact with server";
  636. "_time_out_" = "Timeout, try again";
  637. "_unknow_response_server_" = "Unexpected response from server";
  638. "_user_authentication_required_" = "User authentication required";
  639. "_file_directory_locked_" = "File or directory locked";
  640. "_ssl_certificate_untrusted_" = "The certificate for this server is invalid";
  641. "_internal_server_" = "Internal server error";
  642. "_file_already_exists_" = "같은 이름의 항목이 이미 존재해서 작업을 완료할 수 없음";
  643. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  644. "_folder_contents_nochanged_" = "The folder contents have not changed";
  645. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  646. "_method_not_expected_" = "Unexpected request method";
  647. "_reauthenticate_user_" = "Access expired, log in again";
  648. "_server_error_retry_" = "The server is temporarily unavailable";
  649. "_too_many_files_" = "Too many files would be involved in this operation";
  650. "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
  651. "_user_over_quota_" = "Storage quota is reached";
  652. "_ssl_connection_error_" = "Connection SSL error, try again";
  653. "_bad_request_" = "Bad request";
  654. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  655. "_error_user_not_available_" = "The user is no longer available";
  656. "_server_response_error_" = "Server response content error";
  657. "_no_nextcloud_found_" = "Nextcloud server not found";
  658. "_error_decompressing_" = "Error during decompressing. Unknown compression method or the file is corrupt";
  659. "_error_json_decoding_" = "Serious internal error in decoding metadata (The data couldn’t be read because it isn’t in the correct format.)";
  660. // BKPasscode
  661. "%d Failed Passcode Attempts" = "%d failed passcode attempts";
  662. "%d Failed Password Attempts" = "%d failed password attempts";
  663. "1 Failed Passcode Attempt" = "1 failed passcode attempt";
  664. "1 Failed Password Attempt" = "1 failed password attempt";
  665. "Do you want to use Touch ID for authentication?" = "Do you want to use Touch/Face ID for authentication?";
  666. "Done" = "완료";
  667. "Enable Touch ID" = "Enable Touch/Face ID";
  668. "Enter a different passcode. Cannot re-use the same passcode." = "Enter a different passcode. Cannot re-use the same passcode.";
  669. "Enter a different password. Cannot re-use the same password." = "Enter a different password. Cannot re-use the same password.";
  670. "Enter a passcode" = "Enter a passcode";
  671. "Enter a password" = "Enter a password";
  672. "Enter your new passcode" = "Enter your new passcode";
  673. "Enter your new password" = "Enter your new password";
  674. "Enter your old passcode" = "Enter your old passcode";
  675. "Enter your old password" = "Enter your old password";
  676. "Enter your passcode" = "Enter your passcode";
  677. "Enter your password" = "Enter your password";
  678. "Invalid Passcode" = "Invalid passcode";
  679. "Invalid Password" = "Invalid password";
  680. "Passcodes did not match.\nTry again." = "Passcodes did not match.\nTry again.";
  681. "Password did not match.\nTry again." = "Password did not match.\nTry again.";
  682. "Re-enter your passcode" = "Re-enter your passcode";
  683. "Re-enter your password" = "Re-enter your password";
  684. "Try again in %d minutes" = "Try again in %d minutes";
  685. "Try again in 1 minute" = "Try again in 1 minute";
  686. // QRCode
  687. "_qrcode_not_authorized_" = "This app is not authorized to use Back Camera";
  688. "_qrcode_not_supported_" = "QRCode not supported by the current device";
  689. // Voice Memo
  690. "_create_voice_memo_" = "Create voice memo";
  691. "_voice_memo_start_" = "tap to start";
  692. "_voice_memo_stop_" = "tap to stop";
  693. "_voice_memo_filename_" = "voice memo";
  694. "_voice_memo_title_" = "Upload voice memo";