Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-ko.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-ko.js
// Module:    /templates/backup/restore-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 = {"Adding “[_1]” to the restoration queue …":"복원 대기열에 “[_1]”을(를) 추가하는 중 …","Completed":"완료됨","Completed with warnings":"완료되었지만 경고가 있음","Could not add “[_1]” to the restoration queue ([_2]).":"“[_1]”을(를) 복원 대기열([_2])에 추가할 수 없습니다.","Could not clear completed restorations.":"완료한 복원을 지울 수 없습니다.","Could not clear failed restorations.":"실패한 복원을 지울 수 없습니다.","Could not clear pending restorations.":"보류 중인 복원을 지울 수 없습니다.","Could not clear the restoration queue.":"복구 대기열을 삭제할 수 없습니다.","Could not remove “[_1]” from the finished list ([_2]).":"“[_1]”을(를) 완료된 목록([_2])에서 삭제할 수 없습니다.","Could not remove “[_1]” from the restoration queue ([_2]).":"“[_1]”을(를) 복원 대기열([_2])에서 삭제할 수 없습니다.","Could not restore account “[_1]”: [_2]":"계정 “[_1]”을(를) 복원할 수 없음: [_2]","Could not start the restoration queue.":"복구 대기열을 시작할 수 없습니다.","Failed":"실패","Failed to retrieve the restore queue state.":"대기열 상태를 가져오지 못했습니다.","No log is available because the restore failed.":"복원이 실패하여 사용 가능한 로그가 없습니다.","Pending":"대기 중","Restoring Account":"계정 복원","The log file for the restore of user “[_1]” is empty.":"사용자 “[_1]”의 복원을 위한 로그 파일이 비어 있습니다.","Unknown Error":"알 수 없는 오류","Your browser may have blocked the request, or your connection may be unstable":"Your browser may have blocked the request, or your connection may be unstable"};

    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~~
Back to Directory File Manager