mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => 'Utenti dell\'esame'
|
||||
]
|
||||
],
|
||||
'status' => [
|
||||
\App\Models\ExamUser::STATUS_FINISHED => 'Finito',
|
||||
\App\Models\ExamUser::STATUS_AVOIDED => 'Evitata',
|
||||
\App\Models\ExamUser::STATUS_NORMAL => 'Normale',
|
||||
],
|
||||
'end_can_not_before_begin' => "Ora di fine: la fine non può essere prima dell'ora di inizio: :start",
|
||||
'status_not_allow_update_end' => 'Lo stato attuale non è status_text, non è in grado di modificare l\'ora di fine',
|
||||
];
|
||||
Reference in New Issue
Block a user