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