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' => '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',
|
||||
];
|
||||
Reference in New Issue
Block a user