mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
add lang fi + fr
This commit is contained in:
19
resources/lang/fi/seed-box.php
Normal file
19
resources/lang/fi/seed-box.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'type_text' => [
|
||||
\App\Models\SeedBoxRecord::TYPE_USER => 'Käyttäjä',
|
||||
\App\Models\SeedBoxRecord::TYPE_ADMIN => 'Ylläpitäjä',
|
||||
],
|
||||
'status_text' => [
|
||||
\App\Models\SeedBoxRecord::STATUS_UNAUDITED => 'Tarkastamaton',
|
||||
\App\Models\SeedBoxRecord::STATUS_ALLOWED => 'Sallittu',
|
||||
\App\Models\SeedBoxRecord::STATUS_DENIED => 'Estetty',
|
||||
],
|
||||
'status_change_message' => [
|
||||
'subject' => 'SeedBox-tietueen tila muuttunut',
|
||||
'body' => 'SeedBox-tietueen tila tunnisteella :id muuttui :operator paikasta :old_status muotoon :new_status. Syy: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'Tämä IP on SeedBox, tunnistaa tietue ID :id',
|
||||
'is_seed_box_no' => 'Tämä IP-osoite ei ole SeedBox',
|
||||
];
|
||||
Reference in New Issue
Block a user