updated streamline-setup v2

This commit is contained in:
2025-01-15 08:53:49 -08:00
committed by alec.turner
parent a2ce9248f0
commit 4b569f81b0
20228 changed files with 2932048 additions and 63204 deletions
+27
View File
@@ -0,0 +1,27 @@
<?php
return [
"audit_trail" => "Registos para Auditoria",
"dashboard" => "Painel",
"staff_member" => "Funcionários",
"action_performed" => "Action Performed",
"records_affected" => "Registos afectados",
"select_the_date" => "Seleccionar data",
"all_dates" => "TODAS AS DATAS",
"today" => "HOJE",
"yesterday" => "ONTEM",
"last_7" => "ÚLTIMOS 7 DIAS",
"last_30" => "ÚLTIMOS 30 DIAS",
"custom_date" => "SELECCIONAR DIA",
"date_range" => "PERÍODO",
"date_from" => "Data de",
"date_to" => "Data para",
"search" => "Procurar",
"date_and_time" => "Data e Hora",
"staff_incharge" => "Responsável",
"details" => "Detalhes",
"a" => "a",
"record" => "record",
"new_values" => "Novos valores",
"old_values" => "Valores antigos",
];