mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2026-03-25 10:02:20 +00:00
Website templates
This commit is contained in:
30
startbootstrap-sb-admin-2-1.0.5/bower_components/datatables-plugins/i18n/korean.lang
vendored
Normal file
30
startbootstrap-sb-admin-2-1.0.5/bower_components/datatables-plugins/i18n/korean.lang
vendored
Normal file
@@ -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": ": 내림차순 정렬"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user