Files
nexusphp/resources/lang/nl/bonus.php
2025-04-21 02:53:56 +07:00

30 lines
1.3 KiB
PHP

<?php
return [
'comment_buy_medal' => 'Besteed :bonus bonus aankoop :medal_name',
'comment_buy_attendance_card' => 'Gebruik :bonus bonus aankoop één presentiekaart',
'comment_buy_temporary_invite' => 'Gebruik :bonus bonus aankoop :count tijdelijke uitnodiging',
'comment_buy_rainbow_id' => 'Besteed :bonus bonus aankoop :duration dagen regenboog ID',
'comment_buy_change_username_card' => 'Besteed :bonus aankoop wijziging gebruikersnaam kaart',
'comment_gift_medal' => 'Besteed :bonus bonus aankoop :medal_name en gift aan :to_username',
'comment_buy_torrent' => 'Gebruik :bonus bonus aankoop torrent: :torrent_id',
'comment_torrent_be_downloaded' => 'De opbrengst van torrent gedownload door :username(UID: :uid)',
'table_thead' => [
'reward_type' => 'Beloning type',
'count' => 'Tel',
'size' => 'Grootte',
'a_value' => 'Een waarde',
'bonus_base' => 'Basis bonus',
'factor' => 'Factor',
'got_bonus' => 'Kreeg bonus',
'total' => 'Totaal',
],
'reward_types' => [
'basic' => 'Basis beloning',
'harem_addition' => 'Harem toevoeging',
'official_addition' => 'Officiële toevoeging',
'medal_addition' => 'Medaille toevoeging',
],
'not_enough' => 'Niet genoeg bonus! Vereist :require_bonus, je hebt momenteel alleen :now_bonus',
];