update lang

This commit is contained in:
xiaomlove
2025-05-05 21:27:48 +07:00
parent fb88455323
commit 6814e3ca4d
664 changed files with 28724 additions and 6738 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
return [
'have_not_attendance_yet' => "Non sono ancora presenti",
'target_date_can_no_be_retroactive' => 'Data:date non può essere retroattiva',
'already_attendance' => 'Già presente',
'card_not_enough' => 'Carta di partecipazione non sufficiente',
'ranking' => "Classifica Di Oggi: <b>:Classifica</b> / <b>:counts</b>",
'fields' => [
'date' => 'Data',
'points' => 'Ottenuto bonus',
'is_retroactive' => 'È retroattivo',
],
];