CC-1960: Internationalize Airtime / Support translations
- korean lang pack
This commit is contained in:
parent
378140f174
commit
4ad9e28e14
4 changed files with 3409 additions and 0 deletions
26
airtime_mvc/public/js/plupload/i18n/ko_KR.js
Normal file
26
airtime_mvc/public/js/plupload/i18n/ko_KR.js
Normal file
|
@ -0,0 +1,26 @@
|
|||
// Korean
|
||||
plupload.addI18n({
|
||||
'Select files' : '파일 선택',
|
||||
'Add files to the upload queue and click the start button.' : '파일을 업로드 큐에 추가 하신후 업로드 시작 버튼을 클릭해주세요',
|
||||
'Filename' : '파일 이름',
|
||||
'Status' : '상황',
|
||||
'Size' : '크기',
|
||||
'Add files' : '파일 추가',
|
||||
'Stop current upload' : '현제 업로드 정지',
|
||||
'Start uploading queue' : '업로드 시작',
|
||||
'Uploaded %d/%d files': '%d/%d개의 파일 업로드 됨',
|
||||
'N/A' : 'N/A',
|
||||
'Drag files here.' : '파일을 여기로 드래그 앤 드랍 하세요',
|
||||
'File extension error.': '파일 확장자 에러',
|
||||
'File size error.': '파일 크기 에러.',
|
||||
'Init error.': '초기화 에러.',
|
||||
'HTTP Error.': 'HTTP 에러.',
|
||||
'Security error.': '보안 에러.',
|
||||
'Generic error.': 'Generic 에러.',
|
||||
'IO error.': 'IO 에러.',
|
||||
'Stop Upload': '업로드 정지',
|
||||
'Add Files': '파일 추가',
|
||||
'Start Upload': '업로드 시작',
|
||||
'Start upload': '업로드 시작',
|
||||
'%d files queued': '%d개의 파일이 큐 되었습니다'
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue