Files
confirms/public/architectui/assets/js/datatable.kor.js
yangsh 735120f1cb
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled
new
2025-12-09 17:28:31 +09:00

24 lines
781 B
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
const lang_kor = {
"decimal" : "",
"emptyTable" : "데이터가 없습니다.",
"info" : "_START_ - _END_ (총 _TOTAL_ )",
"infoEmpty" : "조회결과 없음",
"infoFiltered" : "(전체 _MAX_  검색결과)",
"infoPostFix" : "",
"thousands" : ",",
"lengthMenu" : "_MENU_ 개씩 보기",
"loadingRecords" : "로딩중...",
"processing" : "처리중...",
"search" : "검색 : ",
"zeroRecords" : "검색된 데이터가 없습니다.",
"paginate" : {
"first" : "첫 페이지",
"last" : "마지막 페이지",
"next" : "다음",
"previous" : "이전"
},
"aria" : {
"sortAscending" : " :  오름차순 정렬",
"sortDescending" : " :  내림차순 정렬"
}
};