ko_KR.js 1.2 KB

123456789101112131415161718192021222324252627
  1. // Korean
  2. plupload.addI18n({
  3. 'Select files' : '파일 선택',
  4. 'Add files to the upload queue and click the start button.' : '파일을 업로드 큐에 추가 하신후 업로드 시작 버튼을 클릭해주세요',
  5. 'Filename' : '파일 이름',
  6. 'Status' : '상황',
  7. 'Size' : '크기',
  8. 'Add files' : '파일 추가',
  9. 'Stop current upload' : '현제 업로드 정지',
  10. 'Start uploading queue' : '업로드 시작',
  11. 'Uploaded %d/%d files': '%d/%d개의 파일 업로드 됨',
  12. 'N/A' : 'N/A',
  13. 'Drag files here.' : '파일을 여기로 드래그 앤 드랍 하세요',
  14. 'File extension error.': '파일 확장자 에러',
  15. 'File size error.': '파일 크기 에러.',
  16. 'Init error.': '초기화 에러.',
  17. 'HTTP Error.': 'HTTP 에러.',
  18. 'Security error.': '보안 에러.',
  19. 'Generic error.': 'Generic 에러.',
  20. 'IO error.': 'IO 에러.',
  21. 'Stop Upload': '업로드 정지',
  22. 'Add Files': '파일 추가',
  23. 'Start Upload': '업로드 시작',
  24. 'Start upload': '업로드 시작',
  25. '%d files queued': '%d개의 파일이 큐 되었습니다',
  26. "Error: Invalid file extension: " : $.i18n._("Error: Invalid file extension: ")
  27. });