//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page-uk.js
// Module: /templates/setupcluster/page-uk
// Locale: uk
// 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 = {"Delete entry for “[_1]”.":"Видалити запис для „[_1]”.","Delete link to server “[output,strong,_1]”?":"Видалити посилання на сервер „[output,strong,_1]”?","Edit key for “[_1]”.":"Відредагуйте ключ для „[_1]”.","Link definition for server not updated.":"Визначення посилання для сервера не оновлено.","Link definition for server, [output,strong,_1], not updated.":"Визначення посилання для сервера [output,strong,_1] не оновлено.","Link definition for server, [output,strong,_1], successfully updated.":"Визначення посилання для сервера [output,strong,_1] успішно оновлено.","Link to server, [output,strong,_1], successfully created.":"Посилання на сервер ([output,strong,_1]) успішно створено.","Link to server, [output,strong,_1], successfully deleted.":"Посилання на сервер ([output,strong,_1]) успішно видалено.","Paste the replacement API token here. The current signature is: [_1]":"Paste the replacement API token here. The current signature is: [_1]","Paste the server’s API token here.":"Paste the server’s API token here.","The server name must be a valid host name or ip address.":"Іменем сервера має бути дійсне ім’я хосту чи IP-адреса.","The server name, username, and API token are required.":"The server name, username, and API token are required.","The username can only include alphanumeric characters.":"Ім’я користувача може містити лише літери та цифри.","Unable to create link to server “[output,strong,_1]”.":"Не вдалося створити посилання на сервер „[output,strong,_1]”.","Unable to create link to server.":"Не вдалося створити посилання на сервер.","Unable to delete link to server “[output,strong,_1]”.":"Не вдалося видалити посилання на сервер „[output,strong,_1]”.","Unable to delete link to server.":"Не вдалося видалити посилання на сервер.","You must specify both a username and an API token.":"You must specify both a username and an API token."};
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~~