//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/email_accounts/views/create.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/email_accounts/views/create-ko.js
// Module: /jupiter/email_accounts/views/create-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 = {"Edit Settings":"Edit Settings","Quotas cannot exceed [format_bytes,_1].":"할당량이 [format_bytes,_1]을(를) 초과할 수 없습니다.","Reset Settings":"Reset Settings","Unlimited":"무제한","You created “[_1]” ([output,url,_2,View]).":"You created “[_1]” ([output,url,_2,View]).","[format_bytes,_1]":"[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~~