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

40 lines
2.0 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' => 'Detalle de reclamación de torrent',
'title_for_user' => 'Detalle de reclamación de usuario',
'th_id' => 'ID',
'th_username' => 'Usuario',
'th_torrent_name' => 'Nombre de torrent',
'th_torrent_size' => 'Tamaño torrente',
'th_torrent_ttl' => 'TTL torrente',
'th_claim_at' => 'Reclamar en',
'th_last_settle' => 'Último asentamiento en',
'th_seed_time_this_month' => 'Se. este mes',
'th_uploaded_this_month' => 'Arriba este mes',
'th_reached_or_not' => 'Alcanzado',
'th_action' => 'Accin',
'msg_title' => 'Resultado de reclamación el último mes(:month):',
'msg_subject' => ':month liquidación de reclamación',
'claim_total' => 'Reclamar un total del torrent: [b]:total[/b]',
'claim_reached_counts' => 'Cuentas de torrent alcanzadas: [b]:counts[/b]',
'claim_reached_summary' => 'Obtener bonificación de torrent alcanzado por hora: [b]:bonus_per_hour[/b], promedio de tiempo de semilla (hora): [b]:horas[/b], obtener bonificación total: [b]:bonus_total[/b]',
'claim_unreached_remain_counts' => 'Unreached torrent remain counts: [b]:counts[/b]',
'claim_unreached_remove_counts' => 'Cuentas de eliminación de torrent no alcanzadas: [b]:counts[/b]',
'claim_unreached_summary' => 'Deducir bonificación por torrent[b]:deduct_per_torrent[/b], total deduct: [b]:deduct_total[/b]',
'slice_tip' => 'Mostrar solo los primeros artículos :slice_count',
'confirm_give_up' => '¿Estás seguro de que quieres dejar de reclamar este torrent?',
'add_claim' => 'Claim',
'add_claim_confirm' => '¿Confirmar reclamo?',
'remove_claim' => 'Abandonar',
'remove_claim_confirm' => '¿Confirmar para renunciar a la reclamación?',
'already_claimed' => 'Reclamado',
'not_claim_yet' => 'Sin reclamar',
'fields' => [
'torrent_id' => 'ID Torrent',
],
'claim_all_seeding_confirmation' => '¿Estás seguro de que quieres reclamar todos los torrents que están siembrando actualmente?' ,
];