add lang: nl + deprecate lang/_target

This commit is contained in:
xiaomlove
2025-04-21 02:53:56 +07:00
parent 4166a933e1
commit d990723ebc
310 changed files with 14339 additions and 245 deletions
+19
View File
@@ -0,0 +1,19 @@
<?php
return [
'type_text' => [
\App\Models\SeedBoxRecord::TYPE_USER => 'Bruger',
\App\Models\SeedBoxRecord::TYPE_ADMIN => 'Administrator',
],
'status_text' => [
\App\Models\SeedBoxRecord::STATUS_UNAUDITED => 'Urevideret',
\App\Models\SeedBoxRecord::STATUS_ALLOWED => 'Tilladt',
\App\Models\SeedBoxRecord::STATUS_DENIED => 'Afvist',
],
'status_change_message' => [
'subject' => 'SeedBox rekordstatus ændret',
'body' => 'Status på din SeedBox post med ID :id blev ændret af :operator fra :old_status til :new_status. Årsag:',
],
'is_seed_box_yes' => 'Denne IP er SeedBox, identificeret ved posten med ID :id',
'is_seed_box_no' => 'Denne IP er ikke SeedBox',
];