CC-1960: Internationalize Airtime / Support translations

- korean lang pack
This commit is contained in:
James 2012-11-29 10:31:13 -05:00
parent 378140f174
commit 4ad9e28e14
4 changed files with 3409 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,23 @@
{
"sEmptyTable": "데이터가 존재 하지 않습니다",
"sInfo": "총_TOTAL_개의 결과 중 _START_ 부터 _END_",
"sInfoEmpty": "총0개의 결과 중 0 부터 0",
"sInfoFiltered": "(총_MAX_개의 결과 중 필터 되었습니다)",
"sInfoPostFix": "",
"sInfoThousands": ",",
"sLengthMenu": "_MENU_개 보기",
"sLoadingRecords": "로디중...",
"sProcessing": "진행중...",
"sSearch": "",
"sZeroRecords": "기록을 찾지 못하였습니다",
"oPaginate": {
"sFirst": "처음",
"sLast": "마지막",
"sNext": "다음",
"sPrevious": "이전"
},
"oAria": {
"sSortAscending": ": 오름차순으로 정렬",
"sSortDescending": ": 내림차순으로 정렬"
}
}

View 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개의 파일이 큐 되었습니다'
});