Files
nexusphp/resources/lang/de/claim.php
2025-05-17 21:18:20 +07:00

40 lines
1.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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',
'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]',
'slice_tip' => 'Nur die ersten :slice_count Einträge anzeigen',
'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?' ,
];