//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/api_tokens/views/create.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/api_tokens/views/create-ru.js
// Module: /jupiter/api_tokens/views/create-ru
// Locale: ru
// 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 = {"Create API Token":"Создать токен API","This [asis,API] token will expire on [_1][comment,Bareword is a date].":"This [asis,API] token will expire on [_1][comment,Bareword is a date].","Token Created Successfully":"Токен создан успешно","You successfully created a [output,strong,limited-access] [asis,API] token “[_1]”.":"You successfully created a [output,strong,limited-access] [asis,API] token “[_1]”.","You successfully created an [output,strong,unrestricted] [asis,API] token “[_1]”.":"You successfully created an [output,strong,unrestricted] [asis,API] token “[_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~~