Error.strings 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. //
  2. // Error.strings
  3. // Nextcloud iOS
  4. //
  5. // Copyright (c) 2017 TWS. All rights reserved.
  6. //
  7. // Author Marino Faggiana <m.faggiana@twsweb.it>
  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. "_bad_username_password_" = "사용자 이름이나 암호가 잘못됨";
  23. "_cancelled_by_user" = "전송 취소됨";
  24. "_error_folder_destiny_is_the_same_" = "폴더를 자기 자신으로 이동할 수 없음";
  25. "_error_not_permission_" = "작업을 완료할 수 있는 권한이 없음";
  26. "_error_path_" = "이 파일이나 폴더를 열 수 없습니다. 파일이나 폴더가 존재하는지 확인하십시오";
  27. "_file_upload_not_exitst_" = "업로드할 파일이 존재하지 않음";
  28. "_forbidden_characters_from_server_" = "이름에 하나 이상의 잘못된 문자가 포함되어 있음";
  29. "_not_connected_internet_" = "서버 연결 오류";
  30. "_not_possible_connect_to_server_" = "지금 서버에 연결할 수 없음";
  31. "_not_possible_create_folder_" = "폴더를 만들 수 없음";
  32. "_server_down_" = "서버에 연결할 수 없음";
  33. "_time_out_" = "시간 초과, 다시 시도하십시오";
  34. "_unknow_response_server_" = "서버에서 예기치 않은 응답이 돌아옴";
  35. "_user_autentication_required_" = "사용자 인증이 필요함";
  36. "_file_directory_locked_" = "파일이나 디렉터리가 잠김";
  37. "_ssl_certificate_untrusted_" = "이 서버의 인증서가 잘못됨";
  38. "_internal_server_" = "내부 서버 오류";
  39. "_file_already_exists_" = "작업을 완료할 수 없습니다. 같은 이름의 파일이 이미 존재합니다";
  40. "_file_folder_not_exists_" = "지정한 경로에서 원본 파일을 찾을 수 없음";
  41. "_folder_contents_nochanged_" = "폴더 내용이 변경되지 않았음";
  42. "_images_invalid_converted_" = "사진이 잘못되었기 때문에 미리 보기 그림을 생성할 수 없음";
  43. "_method_not_expected_" = "예상하지 못한 요청 메서드";
  44. "_reauthenticate_user_" = "접근 만료됨. 사용자를 다시 인증하십시오";
  45. "_server_error_retry_" = "서버를 임시로 사용할 수 없음";
  46. "_too_many_files_" = "이 작업을 완료하려면 너무 많은 파일을 변경해야 함";
  47. "_too_many_request_" = "요청 제한에 도달함. 너무 많은 요청을 보냄";
  48. "_user_over_quota_" = "저장소 할당량을 전부 사용함";
  49. "_ssl_connection_error_" = "연결 SSL 오류, 다시 시도하십시오";
  50. "_bad_request_" = "잘못된 요청";
  51. "_webdav_locked_" = "WebDAV 잠김: 접근하려는 자원이 잠겨 있음";
  52. "_error_user_not_available_" = "The user is no longer available";
  53. "_server_response_error_" = "Server response content error";