Files
nexusphp/resources/lang/ro/exam-user.php
2025-04-22 19:35:05 +07:00

17 lines
540 B
PHP

<?php
return [
'admin' => [
'list' => [
'page_title' => 'Utilizatori Exam'
]
],
'status' => [
\App\Models\ExamUser::STATUS_FINISHED => 'Terminat',
\App\Models\ExamUser::STATUS_AVOIDED => 'Evitat',
\App\Models\ExamUser::STATUS_NORMAL => 'Normală',
],
'end_can_not_before_begin' => "Ora de sfârșit: :end nu poate fi înainte de a începe: :start",
'status_not_allow_update_end' => 'Starea curentă nu este::status_text, nu se poate schimba ora de sfârșit',
];