kr.js 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /*!
  2. * FileInput Korean Translations
  3. *
  4. * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
  5. * any HTML markup tags in the messages must not be converted or translated.
  6. *
  7. * @see http://github.com/kartik-v/bootstrap-fileinput
  8. *
  9. * NOTE: this file must be saved in UTF-8 encoding.
  10. */
  11. (function ($) {
  12. "use strict";
  13. $.fn.fileinputLocales['kr'] = {
  14. fileSingle: '파일',
  15. filePlural: '파일들',
  16. browseLabel: '찾아보기 …',
  17. removeLabel: '지우기',
  18. removeTitle: '선택한 파일들 지우기',
  19. cancelLabel: '취소',
  20. cancelTitle: '진행중인 업로드 중단',
  21. pauseLabel: 'Pause',
  22. pauseTitle: 'Pause ongoing upload',
  23. uploadLabel: '업로드',
  24. uploadTitle: '선택한 파일 업로드',
  25. msgNo: '아니요',
  26. msgNoFilesSelected: '선택한 파일이 없습니다',
  27. msgPaused: 'Paused',
  28. msgCancelled: '취소되었습니다',
  29. msgPlaceholder: '{files} 선택 …',
  30. msgZoomModalHeading: '세부 정보',
  31. msgFileRequired: '업로드를 위해 반드시 파일을 선택해야 합니다.',
  32. msgSizeTooSmall: '파일 "{name}" (<b>{size} KB</b>)이 너무 작습니다. <b>{minSize} KB</b>보다 용량이 커야 합니다..',
  33. msgSizeTooLarge: '파일 "{name}" (<b>{size} KB</b>)이 너무 큽니다. 허용 파일 사이즈는 <b>{maxSize} KB</b>.입니다.',
  34. msgFilesTooLess: '업로드하기 위해 최소 <b>{n}</b> {files}개의 파일을 선택해야 합니다.',
  35. msgFilesTooMany: '선택한 파일의 수 <b>({n})</b>가 업로드 허용 최고치인 <b>{m}</b>를 넘었습니다..',
  36. msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
  37. msgFileNotFound: '파일 "{name}"을 찾을 수 없습니다.!',
  38. msgFileSecured: '보안상의 이유로 "{name}"을/를 읽을 수 없습니다..',
  39. msgFileNotReadable: '"{name}"은/는 읽을 수 없습니다.',
  40. msgFilePreviewAborted: '"{name}"의 미리보기가 중단되었습니다.',
  41. msgFilePreviewError: '"{name}"을/를 읽는 도중 에러가 발생했습니다.',
  42. msgInvalidFileName: '파일 이름 "{name}" 중 지원 불가능한 문자가 포함되어 있습니다.',
  43. msgInvalidFileType: '"{name}"의 타입은 지원하지 않습니다. "{types}" 타입의 파일을 선택해 주십시요.',
  44. msgInvalidFileExtension: '"{name}"의 확장자는 지원하지 않습니다. "{extensions}" 확장자를 선택해 주십시요.',
  45. msgFileTypes: {
  46. 'image': 'image',
  47. 'html': 'HTML',
  48. 'text': 'text',
  49. 'video': 'video',
  50. 'audio': 'audio',
  51. 'flash': 'flash',
  52. 'pdf': 'PDF',
  53. 'object': 'object'
  54. },
  55. msgUploadAborted: '파일 업로드가 중단되었습니다',
  56. msgUploadThreshold: '처리하는 중 &hellip;',
  57. msgUploadBegin: '초기화 중 &hellip;',
  58. msgUploadEnd: '완료',
  59. msgUploadResume: 'Resuming upload &hellip;',
  60. msgUploadEmpty: '업로드 가능한 데이터가 존재하지 않습니다.',
  61. msgUploadError: 'Upload Error',
  62. msgDeleteError: 'Delete Error',
  63. msgProgressError: '오류',
  64. msgValidationError: '유효성 오류',
  65. msgLoading: '{index}/{files}번째 파일을 불러오는 중입니다. &hellip;',
  66. msgProgress: '{index}/{files} - {name} - {percent}% 불러오기 완료.',
  67. msgSelected: '{n} {files}이 선택 되었습니다.',
  68. msgFoldersNotAllowed: '파일만 마우스로 끌어올 수 있습니다! 끌어온 폴더는 건너뜁니다.',
  69. msgImageWidthSmall: '"{name}"의 가로는 {size} px 보다 넓어야 합니다.',
  70. msgImageHeightSmall: '"{name}"의 세로는 {size} px 보다 높아야 합니다.',
  71. msgImageWidthLarge: '"{name}"의 가로는 {size} px를 넘을 수 없습니다.',
  72. msgImageHeightLarge: '"{name}"의 세로는 {size} px를 넘을 수 없습니다.',
  73. msgImageResizeError: '이미지의 치수를 가져올 수 없습니다',
  74. msgImageResizeException: '이미지 사이즈 재조정이 다음 이유로 실패했습니다.<pre>{errors}</pre>',
  75. msgAjaxError: '{operation} 실행 도중 실패했습니다. 잠시 후 다시 시도해 주세요!',
  76. msgAjaxProgressError: '{operation} failed',
  77. msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
  78. msgResumableUploadRetriesExceeded: 'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
  79. msgPendingTime: '{time} remaining',
  80. msgCalculatingTime: 'calculating time remaining',
  81. ajaxOperations: {
  82. deleteThumb: 'file delete',
  83. uploadThumb: 'file upload',
  84. uploadBatch: 'batch file upload',
  85. uploadExtra: 'form data upload'
  86. },
  87. dropZoneTitle: '마우스로 파일을 끌어오세요 &hellip;',
  88. dropZoneClickTitle: '<br>(또는 {files} 선택을 위해 클릭하십시요)',
  89. fileActionSettings: {
  90. removeTitle: '파일 지우기',
  91. uploadTitle: '파일 업로드',
  92. uploadRetryTitle: '업로드 재시도',
  93. downloadTitle: '파일 다운로드',
  94. zoomTitle: '세부 정보 보기',
  95. dragTitle: '옮기기 / 재배열하기',
  96. indicatorNewTitle: '아직 업로드 되지 않았습니다',
  97. indicatorSuccessTitle: '업로드 성공',
  98. indicatorErrorTitle: '업로드 중 에러 발생',
  99. indicatorPausedTitle: 'Upload Paused',
  100. indicatorLoadingTitle: '업로드 중 &hellip;'
  101. },
  102. previewZoomButtonTitles: {
  103. prev: '이전 파일',
  104. next: '다음 파일',
  105. toggleheader: '머릿글 토글',
  106. fullscreen: '전체화면 토글',
  107. borderless: '창 테두리 토글',
  108. close: '세부 정보 닫기'
  109. }
  110. };
  111. })(window.jQuery);