ko.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // Republic of Korea
  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 Upload': '업로드 중지',
  10. 'Start Upload': '업로드',
  11. 'Add files': '파일 추가',
  12. 'Stop current upload': '현재 업로드를 정지',
  13. 'Start uploading queue': '업로드',
  14. 'Stop upload': '업로드 중지',
  15. 'Start upload': '업로드',
  16. 'Uploaded % d / % d files': '업로드 중 % d / % d 파일',
  17. 'N / A': 'N / A',
  18. 'Drag files here': '여기에 파일을 드래그',
  19. 'File extension error': '파일 확장자 오류',
  20. 'File size error': '파일 크기 오류',
  21. 'File count error': '이미지 : 오류',
  22. 'Init error': '초기화 오류',
  23. 'HTTP Error': 'HTTP 오류',
  24. 'Security error': '보안 오류',
  25. 'Generic error': '오류',
  26. 'IO error': 'IO 오류',
  27. 'File : % s': '파일 % s',
  28. 'Close': '닫기',
  29. '% d files queued': '% d 파일이 추가되었습니다',
  30. 'Using runtime :': '모드',
  31. 'File : % f, size : % s, max file size : % m': '파일 : % f, 크기 : % s, 최대 파일 크기 : % m',
  32. 'Upload element accepts only % d file (s) at a time. Extra files were stripped': '업로드 가능한 파일의 수는 % d입니다. 불필요한 파일은 삭제되었습니다 ',
  33. 'Upload URL might be wrong or doesn \'t exist ':'업로드할 URL이 존재하지 않습니다 ',
  34. 'Error : File too large :': '오류 : 크기가 너무 큽니다',
  35. 'Error : Invalid file extension :': '오류 : 확장자가 허용되지 않습니다 :'
  36. });