2025-04-22 19:35:05 +07:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
'title_for_torrent' => 'Torrent-Details',
|
|
|
|
|
|
'title_for_user' => 'Benutzerdetails beanspruchen',
|
|
|
|
|
|
'th_id' => 'ID',
|
|
|
|
|
|
'th_username' => 'Benutzer',
|
|
|
|
|
|
'th_torrent_name' => 'Torrent-Name',
|
|
|
|
|
|
'th_torrent_size' => 'Torrent-Größe',
|
|
|
|
|
|
'th_torrent_ttl' => 'Torrent TTL',
|
|
|
|
|
|
'th_claim_at' => 'Beantragen bei',
|
|
|
|
|
|
'th_last_settle' => 'Letzter Termin am',
|
|
|
|
|
|
'th_seed_time_this_month' => 'Se. in diesem Monat',
|
|
|
|
|
|
'th_uploaded_this_month' => 'Up. Diesen Monat',
|
|
|
|
|
|
'th_reached_or_not' => 'Erreicht',
|
|
|
|
|
|
'th_action' => 'Aktion',
|
|
|
|
|
|
|
|
|
|
|
|
'msg_title' => 'Begleichung des Ergebnisses im letzten Monat(:Monat):',
|
|
|
|
|
|
'msg_subject' => ':month Schadensabwicklung',
|
2025-05-05 21:27:48 +07:00
|
|
|
|
'claim_total' => 'Torrent insgesamt beanspruchen: [b]:total[/b]',
|
|
|
|
|
|
'claim_reached_counts' => 'Erreichte Torrentanzahl: [b]:count[/b]',
|
|
|
|
|
|
'claim_reached_summary' => 'Erreichter Torrent Bonus pro Stunde: [b]:bonus_per_hour[/b], Seedzeit Durchschnitt (Stunde): [b]:Stunden[/b], Bonus Gesamt: [b]:bonus_total[/b]',
|
|
|
|
|
|
'claim_unreached_remain_counts' => 'Unerreichte Torrent-Restzahlen: [b]:count[/b]',
|
|
|
|
|
|
'claim_unreached_remove_counts' => 'Unerreichte Torrent-Entfernungsanzahl: [b]:count[/b]',
|
|
|
|
|
|
'claim_unreached_summary' => 'Erlebe Bonus jeden unerreichten Torrent:[b]:deduct_per_torrent[/b], Gesamtabzug [b]:deduct_total[/b]',
|
2025-05-17 21:18:20 +07:00
|
|
|
|
'slice_tip' => 'Nur die ersten :slice_count Einträge anzeigen',
|
2025-04-22 19:35:05 +07:00
|
|
|
|
|
|
|
|
|
|
'confirm_give_up' => 'Bist du sicher, dass du den Anspruch auf diesen Torrent aufgeben möchtest?',
|
|
|
|
|
|
'add_claim' => 'Claim',
|
|
|
|
|
|
'add_claim_confirm' => 'Bestätigen Sie den Anspruch?',
|
|
|
|
|
|
'remove_claim' => 'Aufgeben',
|
|
|
|
|
|
'remove_claim_confirm' => 'Bestätigen, die Forderung aufzugeben?',
|
|
|
|
|
|
'already_claimed' => 'Beansprucht',
|
|
|
|
|
|
'not_claim_yet' => 'Unbeansprucht',
|
|
|
|
|
|
'fields' => [
|
|
|
|
|
|
'torrent_id' => 'Torrent-ID',
|
|
|
|
|
|
],
|
|
|
|
|
|
'claim_all_seeding_confirmation' => 'Sind Sie sicher, dass Sie alle Torrents in Anspruch nehmen wollen, die derzeit gesichtet werden?' ,
|
|
|
|
|
|
];
|