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
+29
View File
@@ -0,0 +1,29 @@
<?php
return [
'comment_buy_medal' => 'Tilbring :bonus bonus køb :medal_name',
'comment_buy_attendance_card' => 'Tilbring :bonus bonus købe en deltager kort',
'comment_buy_temporary_invite' => 'Tilbring :bonus bonus køb :count midlertidig invitation',
'comment_buy_rainbow_id' => 'Tilbring :bonus bonus buy :duration days regnbue ID',
'comment_buy_change_username_card' => 'Tilbring :bonus bonus køb ændre brugernavn kort',
'comment_gift_medal' => 'Tilbring :bonus bonus købe :medal_name og gave til :to_username',
'comment_buy_torrent' => 'Tilbring :bonus bonus buy torrent: :torrent_id',
'comment_torrent_be_downloaded' => 'Provenuet fra torrent downloadet af :username(UID: :uid)',
'table_thead' => [
'reward_type' => 'Belønnings type',
'count' => 'Antal',
'size' => 'Størrelse',
'a_value' => 'A Værdi',
'bonus_base' => 'Grundlæggende bonus',
'factor' => 'Faktor',
'got_bonus' => 'Fik bonus',
'total' => 'I Alt',
],
'reward_types' => [
'basic' => 'Grundlæggende belønning',
'harem_addition' => 'Harem tilføjelse',
'official_addition' => 'Officiel tilføjelse',
'medal_addition' => 'Medalje tilføjelse',
],
'not_enough' => 'Ingen bonus! Kræver :require_bonus, du har i øjeblikket kun: :now_bonus',
];