mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang fi + fr
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => 'Utilisateurs de l\'examen'
|
||||
]
|
||||
],
|
||||
'status' => [
|
||||
\App\Models\ExamUser::STATUS_FINISHED => 'Terminé',
|
||||
\App\Models\ExamUser::STATUS_AVOIDED => 'Évité',
|
||||
\App\Models\ExamUser::STATUS_NORMAL => 'Normale',
|
||||
],
|
||||
'end_can_not_before_begin' => "Heure de fin: :end ne peut pas être avant l'heure de début: :start",
|
||||
'status_not_allow_update_end' => 'Le statut actuel n\'est pas::status_text, impossible de changer l\'heure de fin',
|
||||
];
|
||||
Reference in New Issue
Block a user