Viewing File: /usr/local/cpanel/base/sharedjs/transfers/TransferSession-pt_br.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/transfers/TransferSession.js
// Generated: /usr/local/cpanel/base/sharedjs/transfers/TransferSession-pt_br.js
// Module:    legacy_shared/transfers/TransferSession-pt_br
// Locale:    pt_br
// 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 = {"Abort Session Processing":"Anular processamento da sessão","Are you sure you want to abort this transfer?":"Tem certeza de que deseja anular esta transferência?","Are you sure you want to pause this transfer?":"Tem certeza de que deseja pausar esta transferência?","Failed to abort the session.":"Falha na anulação da sessão.","Failed to pause the session.":"Falha na pausa da sessão.","Failed to start transfer.":"Falha na inicialização da transferência.","Pausing queue processing …":"Pausando processamento da fila…","The system will abort any transfer processes as soon as possible. In order to prevent data loss, the system will complete ongoing restore operations before the entire session aborts.":"O sistema anulará todos os processos de transferência assim que possível. Para evitar a perda de dados, o sistema concluirá as operações de restauração em andamento antes da anulação de toda a sessão.","The system will not add new items to the queue until you choose to resume. In order to prevent data loss, the system will complete ongoing operations.":"O sistema não adicionará novos itens à fila até você optar por retomar. Para evitar a perda de dados, o sistema concluirá as operações em andamento.","There is no handler for [asis,sessionState]: [_1]":"Não há manipulador para [asis,sessionState]: [_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~~
Back to Directory File Manager