mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'type_text' => [
|
||||
\App\Models\SeedBoxRecord::TYPE_USER => 'Utilizator',
|
||||
\App\Models\SeedBoxRecord::TYPE_ADMIN => 'Administrator',
|
||||
],
|
||||
'status_text' => [
|
||||
\App\Models\SeedBoxRecord::STATUS_UNAUDITED => 'Nereauditate',
|
||||
\App\Models\SeedBoxRecord::STATUS_ALLOWED => 'Permis',
|
||||
\App\Models\SeedBoxRecord::STATUS_DENIED => 'Refuzat',
|
||||
],
|
||||
'status_change_message' => [
|
||||
'subject' => 'Starea înregistrării SeedBox a fost modificată',
|
||||
'body' => 'Starea înregistrării SeedBox cu ID-ul :id a fost schimbată de :operator de la :old_status la :new_status. Motiv: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Acest IP este SeedBox, identificat de înregistrare cu ID-ul :id',
|
||||
'is_seed_box_no' => 'Acest IP nu este SeedBox',
|
||||
];
|
||||
Reference in New Issue
Block a user