mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
30
jtable/lib/localization/jquery.jtable.kr.js
Normal file
30
jtable/lib/localization/jquery.jtable.kr.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Korean' language.
|
||||
Author: Donggill Shin
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: '서버와 통신 중에 오류가 발생했습니다.',
|
||||
loadingMessage: '데이터를 불러오는 중입니다...',
|
||||
noDataAvailable: '조회된 데이터가 없습니다.',
|
||||
addNewRecord: '신규',
|
||||
editRecord: '수정',
|
||||
areYouSure: '계속하시겠습니까?',
|
||||
deleteConfirmation: '자료가 삭제됩니다. 계속하시겠습니까?',
|
||||
save: '저장',
|
||||
saving: '저장 중입니다.',
|
||||
cancel: '취소',
|
||||
deleteText: '삭제',
|
||||
deleting: '삭제 중입니다.',
|
||||
error: '오류',
|
||||
close: '닫기',
|
||||
cannotLoadOptionsFor: '{0} 필드의 설정을 불러올 수 없습니다.',
|
||||
pagingInfo: '전체 자료 {2}건 중 현재 {0}-{1} 조회 중',
|
||||
canNotDeletedRecords: '{1}건의 자료 중 {0}건을 삭제할 수 없습니다.',
|
||||
deleteProggress: '삭제중 {1}건 중 {0}번째 자료, 진행 중...',
|
||||
pageSizeChangeLabel: '페이지당 조회수',
|
||||
gotoPageLabel: '페이지 이동'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue