parent
6d6c09d484
commit
567bfc0435
@ -0,0 +1,30 @@
|
||||
/**
|
||||
* Korean translation
|
||||
* @name Korean
|
||||
* @anchor Korean
|
||||
* @author WonGoo Lee
|
||||
*/
|
||||
|
||||
{
|
||||
"sEmptyTable": "데이터가 없습니다",
|
||||
"sInfo": "_START_ - _END_ / _TOTAL_",
|
||||
"sInfoEmpty": "0 - 0 / 0",
|
||||
"sInfoFiltered": "(총 _MAX_ 개)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLengthMenu": "페이지당 줄수 _MENU_",
|
||||
"sLoadingRecords": "읽는중...",
|
||||
"sProcessing": "처리중...",
|
||||
"sSearch": "검색:",
|
||||
"sZeroRecords": "검색 결과가 없습니다",
|
||||
"oPaginate": {
|
||||
"sFirst": "처음",
|
||||
"sLast": "마지막",
|
||||
"sNext": "다음",
|
||||
"sPrevious": "이전"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": 오름차순 정렬",
|
||||
"sSortDescending": ": 내림차순 정렬"
|
||||
}
|
||||
}
|
Loading…
Reference in new issue