CMXX - Relative time on created and last login

This commit is contained in:
“VeLiTi”
2024-12-12 15:28:39 +01:00
parent 1b17a98e1f
commit 5e858fb785
13 changed files with 187 additions and 8 deletions

View File

@@ -79,6 +79,24 @@ $general_logout = 'Sair';
$general_yes = 'Não';
$general_no = 'Ruim';
$time_from_now = 'a partir de agora';
$time_ago = 'atrás';
$time_just_now = 'agora mesmo';
$time_minute = ' minuto';
$time_hour = ' hora';
$time_minutes = ' minutos';
$time_hours = ' horas';
$time_today = 'hoje';
$time_yesterday = 'ontem';
$time_day = ' dia';
$time_week = ' semana';
$time_month = ' mês';
$time_year = ' ano';
$time_days = ' dias';
$time_weeks = ' semanas';
$time_months = ' meses';
$time_years = ' anos';
$button_apply = 'Aplicar';
$button_cancel = 'Cancelar';
$button_back = 'Voltar';