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
23
airtime_mvc/public/js/datatables/i18n/ko_KR.txt
Normal file
23
airtime_mvc/public/js/datatables/i18n/ko_KR.txt
Normal 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": ": 내림차순으로 정렬"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue