HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/pt.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Date Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used by the date library. Each line can
    | have a singular and plural translation separated by a '|'.
    |
    */

    'ago'       => ':time atrás',
    'from_now'  => 'em :time',
    'after'     => ':time depois',
    'before'    => ':time antes',
    'year'      => '1 ano|:count anos',
    'month'     => '1 mês|:count meses',
    'week'      => '1 semana|:count semanas',
    'day'       => '1 dia|:count dias',
    'hour'      => '1 hora|:count horas',
    'minute'    => '1 minuto|:count minutos',
    'second'    => '1 segundo|:count segundos',

    'january'   => 'janeiro',
    'february'  => 'fevereiro',
    'march'     => 'março',
    'april'     => 'abril',
    'may'       => 'maio',
    'june'      => 'junho',
    'july'      => 'julho',
    'august'    => 'agosto',
    'september' => 'setembro',
    'october'   => 'outubro',
    'november'  => 'novembro',
    'december'  => 'dezembro',

    'monday'    => 'segunda-feira',
    'tuesday'   => 'terça-feira',
    'wednesday' => 'quarta-feira',
    'thursday'  => 'quinta-feira',
    'friday'    => 'sexta-feira',
    'saturday'  => 'sábado',
    'sunday'    => 'domingo',

];