mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -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',
|
||||
];
|
||||
Reference in New Issue
Block a user