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

View File

@@ -0,0 +1,38 @@
<?php
return [
'title_for_torrent' => 'Torrent claim details',
'title_for_user' => 'Gebruiker claimt details',
'th_id' => 'ID',
'th_username' => 'Gebruiker',
'th_torrent_name' => 'Torrent naam',
'th_torrent_size' => 'Torrent grootte',
'th_torrent_ttl' => 'Torrent TTL',
'th_claim_at' => 'Claim op',
'th_last_settle' => 'Laatste punt om',
'th_seed_time_this_month' => 'Ze. deze maand',
'th_uploaded_this_month' => 'Up. deze maand',
'th_reached_or_not' => 'Bereikt',
'th_action' => 'actie',
'msg_title' => 'Claim eindresultaat van afgelopen maand (:maand):',
'msg_subject' => 'vorderingen afwikkeling :maand',
'claim_total' => 'Opvordering torrent totaal: <b>:total</b>',
'claim_reached_counts' => 'Reached torrent counts: <b>:counts</b>',
'claim_reached_summary' => 'Berekende torrent krijgt bonus per uur: <b>:bonus_per_uur</b>, zaad tijd gemiddelde (uur): <b>:hours</b>, krijg bonus totale: <b>:bonus_total</b>',
'claim_unreached_remain_counts' => 'Onbereikte torrent blijft tellen: <b>:counts</b>',
'claim_unreached_remove_counts' => 'Niet bereikt torrent verwijder tellen: <b>:counts</b>',
'claim_unreached_summary' => 'Verwijder elke onbereikte torrent<b>:deduct_per_torrent</b>, totale aftreking: <b>:deduct_total</b>',
'confirm_give_up' => 'Weet u zeker dat u wilt stoppen met het claimen van deze torrent?',
'add_claim' => 'Claim',
'add_claim_confirm' => 'Ophalen bevestigen?',
'remove_claim' => 'Geef op',
'remove_claim_confirm' => 'Bevestig om de claim op te geven?',
'already_claimed' => 'Opgeëist',
'not_claim_yet' => 'Niet-opgeëist',
'fields' => [
'torrent_id' => 'Torrent ID',
],
'claim_all_seeding_confirmation' => 'Weet je zeker dat je alle torrents wilt claimen die momenteel worden gezicht?' ,
];