%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/report_insights.php |
<?php // This file is part of Moodle - https://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see <https://www.gnu.org/licenses/>. /** * Strings for component 'report_insights', language 'pt_br', version '3.9'. * * @package report_insights * @category string * @copyright 1999 Martin Dougiamas and contributors * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['actionsaved'] = 'Seu feedback sobre \'{$a}\' foi salvo.'; $string['disabledmodel'] = 'Este modelo foi desabilitado por um administrador'; $string['indicators'] = 'Indicadores'; $string['insight'] = 'Insight'; $string['insights'] = 'Insights'; $string['justpredictions'] = 'Observe que os seguintes insights são apenas previsões. Não é possível prever o futuro com certeza. Os insights são fornecidos para que as ações possam ser tomadas conforme necessário para evitar que as previsões negativas se tornem realidade.'; $string['nodetailsavailable'] = 'Nenhum detalhe de previsão é relevante.'; $string['outcome'] = 'Resultado'; $string['outcomenegative'] = 'Resultado negativo'; $string['outcomeneutral'] = 'Resultado neutro'; $string['outcomeok'] = 'Resultado OK'; $string['outcomepositive'] = 'Resultado positivo'; $string['outcomeverynegative'] = 'Resultado muito negativo'; $string['outcomeverypositive'] = 'Resultado muito positivo'; $string['pluginname'] = 'Insights'; $string['prediction'] = 'Previsão'; $string['predictiondetails'] = 'Detalhes da previsão'; $string['privacy:metadata'] = 'O plugin Insights não armazena nenhum dado pessoal.'; $string['selectotherinsights'] = 'Selecionar outros insights...'; $string['selectprediction'] = 'Selecionar {$a} para ação em massa'; $string['timecreated'] = 'Tempo previsto'; $string['timerange'] = 'Intervalo de análise'; $string['timerangewithdata'] = '{$a->timestart} a {$a->timeend}';