//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/setupcluster/page-tr.js
// Module: /templates/setupcluster/page-tr
// Locale: tr
// 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]” için girişi silin.","Delete link to server “[output,strong,_1]”?":"“[output,strong,_1]” sunucusuna olan bağlantı silinsin mi?","Edit key for “[_1]”.":"“[_1]” için anahtarı düzenleyin.","Link definition for server not updated.":"Sunucu için bağlantı tanımı güncellenmedi.","Link definition for server, [output,strong,_1], not updated.":"Sunucu için bağlantı tanımı [output,strong,_1] güncellenmedi.","Link definition for server, [output,strong,_1], successfully updated.":"Sunucu için bağlantı tanımı [output,strong,_1]başarıyla güncellendi.","Link to server, [output,strong,_1], successfully created.":"Sunucuya bağlantı [output,strong,_1] başarıyla oluşturuldu.","Link to server, [output,strong,_1], successfully deleted.":"Sunucuya bağlantı [output,strong,_1] başarıyla silindi.","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.":"Sunucu adı geçerli bir ana bilgisayar adı veya IP adresi olmalıdır.","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.":"Kullanıcı adı yalnızca alfasayısal karakterler içerebilir.","Unable to create link to server “[output,strong,_1]”.":"“[output,strong,_1]” sunucusuna bağlantı oluşturulamıyor.","Unable to create link to server.":"Sunucuya bağlantı oluşturulamıyor.","Unable to delete link to server “[output,strong,_1]”.":"“[output,strong,_1]” sunucusuna bağlantı silinemiyor.","Unable to delete link to server.":"Sunucuya giden bağlantı silinemiyor.","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~~