Files
nexusphp/resources/lang/ro/torrent.php

110 lines
4.9 KiB
PHP
Raw Normal View History

2025-04-22 19:35:05 +07:00
<?php
return [
'pos_state_normal' => 'Normală',
'pos_state_sticky' => 'Fixat mai întâi',
'pos_state_r_sticky' => 'Secunde lipicios',
'index' => [
'page_title' => 'Lista de torente',
],
'show' => [
'page_title' => 'Detalii torent',
'basic_category' => 'Categorie',
'basic_audio_codec' => 'Codecul audio',
'basic_codec' => 'Codecul video',
'basic_media' => 'Media',
'basic_source' => 'Sursa',
'basic_standard' => 'Standard',
'basic_team' => 'Echipă',
'size' => 'Dimensiune',
'comments_label' => 'Comentarii',
'times_completed_label' => 'Smuls',
'peers_count_label' => 'Parteneri',
'thank_users_count_label' => 'Mulțumim',
'numfiles_label' => 'Fișiere',
'bookmark_yes_label' => 'Marcat',
'bookmark_no_label' => 'Adaugă la marcaj',
'reward_logs_label' => 'Recompensă',
'reward_yes_label' => 'Recompense',
'reward_no_label' => 'Recompensă',
'download_label' => 'Descărcare',
'thanks_yes_label' => 'Mulţumit',
'thanks_no_label' => 'Mulțumim',
],
'pick_info' => [
'normal' => 'Normală',
'hot' => 'Fierbinte',
'classic' => 'Clasic',
'recommended' => 'Recomandare',
],
'claim_already' => 'Revendicat deja',
'no_snatch' => 'Nu descărca niciodată acest torent încă',
'can_no_be_claimed_yet' => 'Nu poate fi revendicat încă',
'claim_number_reach_user_maximum' => 'Numărul maxim de utilizatori a fost atins',
'claim_number_reach_torrent_maximum' => 'Numărul maxim de torente este atins',
'claim_disabled' => 'Revendicarea este dezactivată',
'operation_log' => [
\App\Models\TorrentOperationLog::ACTION_TYPE_APPROVAL_DENY => [
'type_text' => 'Permis',
'notify_subject' => 'Torentul a fost permis',
'notify_msg' => 'Torentul tău[url=:detail_url]:torrent_name[/url] a fost permis de :operator, Motiv:',
],
\App\Models\TorrentOperationLog::ACTION_TYPE_APPROVAL_ALLOW => [
'type_text' => 'Refuzat',
'notify_subject' => 'Torentul a fost refuzat',
'notify_msg' => 'Torentul tău: [url=:detail_url]:torrent_name[/url] este refuzat de :operator',
],
\App\Models\TorrentOperationLog::ACTION_TYPE_APPROVAL_NONE => [
'type_text' => 'Nu a fost revizuit',
'notify_subject' => 'Torentul a fost marcat ca nefiind revizuit',
'notify_msg' => 'Torentul tău: [url=:detail_url]:torrent_name[/url] a fost marcat ca nefiind verificat de :operator',
],
\App\Models\TorrentOperationLog::ACTION_TYPE_EDIT => [
'type_text' => 'Editare',
'notify_subject' => 'Torentul a fost editat',
'notify_msg' => 'Torentul tău: [url=:detail_url]:torrent_name[/url] a fost editat de :operator',
],
\App\Models\TorrentOperationLog::ACTION_TYPE_DELETE => [
'type_text' => 'Ștergere',
'notify_subject' => 'Torentul a fost șters',
'notify_msg' => 'Torentul tău: :torrent_name a fost șters de :operator',
]
],
'owner_update_torrent_subject' => 'Torentul refuzat a fost actualizat',
'owner_update_torrent_msg' => 'Torrent[url=:detail_url]:torrent_name[/url] a fost actualizat de către proprietar, puteți verifica dacă îndeplinește cerințele și permite',
'approval' => [
'modal_title' => 'Aprobare torrent',
'status_label' => 'Status aprobare',
'comment_label' => 'Comentariu(opţional)',
'status_text' => [
\App\Models\Torrent::APPROVAL_STATUS_NONE => 'Nu a fost revizuit',
\App\Models\Torrent::APPROVAL_STATUS_ALLOW => 'Permis',
\App\Models\Torrent::APPROVAL_STATUS_DENY => 'Refuzat',
],
'deny_comment_show' => 'Refuzat, motivul: :reason',
'logs_label' => 'Jurnale de aprobare'
],
'show_hide_media_info' => 'Arată/Ascunde MediaInfo brut',
'promotion_time_types' => [
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'Global',
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanent',
\App\Models\Torrent::PROMOTION_TIME_TYPE_DEADLINE => 'Până la',
],
'paid_torrent' => 'Torent plătit',
'msg_torrent_deleted' => "Torentul tău a fost șters",
'msg_the_torrent_you_uploaded' => "Torentul pe care l-ai încărcat '",
'msg_was_deleted_by' => "' a fost șters de ",
'msg_reason_is' => ". Motivul: ",
'msg_reseed_request' => "Cerere retrimisă",
'msg_reseed_user' => "Utilizator ",
'msg_ask_reseed' => " a cerut un reseed pe torrent ",
'msg_thank_you' => " !\nMulțumesc!",
'msg_offer_you_voted' => "Oferta pentru care ai votat: ",
'msg_was_uploaded_by' => " a fost încărcat de ",
'msg_you_can_download' => ".\nPoți descărca Torentul",
'msg_here' => " [b]aici[/b]",
'msg_offer' => "Ofertă ",
];