//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sql_password.js
// Generated: /usr/local/cpanel/base/sharedjs/sql_password-ko.js
// Module: legacy_shared/sql_password-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 = {"Close":"닫기","OK":"확인","Setting password …":"암호를 설정하는 중…","Success":"성공","The system is asking you to set this PostgreSQL user’s password because you have renamed the user. This user will not be able to log in until you set its password (you may use the user’s previous password here).":"사용자 이름을 바꾸었기 때문에 이 PostgreSQL 사용자의 암호를 설정하라는 메시지가 표시됩니다. 암호를 설정할 때까지는 이 사용자가 로그인할 수 없습니다(이 사용자의 이전 암호를 사용할 수도 있음).","You have successfully set this user’s password.":"이 사용자의 암호를 성공적으로 설정했습니다."};
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~~