mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?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>',
|
||||
|
||||
'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?' ,
|
||||
];
|
||||
Reference in New Issue
Block a user