//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/api_shell.js
// Generated: /usr/local/cpanel/base/sharedjs/api_shell-ko.js
// Module: legacy_shared/api_shell-ko
// Locale: ko
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"Hide Sort/Filter/Paginate Options":"정렬/필터/페이지 매김 옵션 숨기기","Invalid JSON.":"잘못된 JSON입니다.","Raw view":"원시 보기","Retrieving API call results …":"API 호출 결과 검색 중 …","Show Sort/Filter/Paginate Options":"정렬/필터/페이지 매김 옵션 표시","Table View is unavailable for this function’s data.":"이 기능의 데이터에 대해 테이블 보기를 사용할 수 없습니다.","Table view":"테이블 보기","Tree view":"트리 보기","[format_bytes,_1] compressed, [format_bytes,_2] uncompressed":"[format_bytes,_1] 압축, [format_bytes,_2] 비압축","[quant,_1,record,records], [quant,_2,field,fields] per record":"[quant,_1,record,records], [quant,_2,field,fields] per record","compressed size unknown, [format_bytes,_1] uncompressed":"알 수 없는 압축 크기, [format_bytes,_1] 비압축"};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~