mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => 'Usuários de prova'
|
||||
]
|
||||
],
|
||||
'status' => [
|
||||
\App\Models\ExamUser::STATUS_FINISHED => 'Finalizado.',
|
||||
\App\Models\ExamUser::STATUS_AVOIDED => 'Evitado',
|
||||
\App\Models\ExamUser::STATUS_NORMAL => 'normal',
|
||||
],
|
||||
'end_can_not_before_begin' => "Hora de término: :end não pode ser antes do início: :start",
|
||||
'status_not_allow_update_end' => 'Estado atual não é ::status_text, incapaz de alterar a hora de término',
|
||||
];
|
||||
Reference in New Issue
Block a user