Files
opensem/resources/lang/vendor/log-viewer/pt-BR/levels.php
Ludovic CANDELLIER baf8e13c25 Initial release
2020-03-22 21:30:03 +01:00

14 lines
290 B
PHP

<?php
return [
'all' => 'Todos',
'emergency' => 'Emergência',
'alert' => 'Alerta',
'critical' => 'Crítico',
'error' => 'Erro',
'warning' => 'Aviso',
'notice' => 'Notícia',
'info' => 'Informação',
'debug' => 'Debug',
];