mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
110 lines
4.8 KiB
PHP
110 lines
4.8 KiB
PHP
<?php
|
||
|
||
return [
|
||
'pos_state_normal' => 'Vanlig',
|
||
'pos_state_sticky' => 'Klissete først',
|
||
'pos_state_r_sticky' => 'Klissete sekund',
|
||
|
||
'index' => [
|
||
'page_title' => 'Liste over torrent',
|
||
],
|
||
'show' => [
|
||
'page_title' => 'Torrent detaljer',
|
||
'basic_category' => 'Kategori',
|
||
'basic_audio_codec' => 'Lyd kodek',
|
||
'basic_codec' => 'Videokodek',
|
||
'basic_media' => 'Medier',
|
||
'basic_source' => 'Kilde',
|
||
'basic_standard' => 'Vanlig',
|
||
'basic_team' => 'Lag',
|
||
'size' => 'Størrelse',
|
||
'comments_label' => 'Kommentarer',
|
||
'times_completed_label' => 'Hentet',
|
||
'peers_count_label' => 'Likemenn',
|
||
'thank_users_count_label' => 'Takk',
|
||
'numfiles_label' => 'Filer',
|
||
'bookmark_yes_label' => 'Bokmerket',
|
||
'bookmark_no_label' => 'Legg til bokmerke',
|
||
'reward_logs_label' => 'Belønning',
|
||
'reward_yes_label' => 'Belønning',
|
||
'reward_no_label' => 'Belønning',
|
||
'download_label' => 'Nedlasting',
|
||
'thanks_yes_label' => 'Takket',
|
||
'thanks_no_label' => 'Tusen',
|
||
],
|
||
'pick_info' => [
|
||
'normal' => 'Vanlig',
|
||
'hot' => 'Varmt',
|
||
'classic' => 'Klassisk',
|
||
'recommended' => 'Anbefal',
|
||
],
|
||
'claim_already' => 'Påtatt allerede',
|
||
'no_snatch' => 'Last aldri ned denne torrenten enda',
|
||
'can_no_be_claimed_yet' => 'Kan ikke bli påkrevet ennå',
|
||
'claim_number_reach_user_maximum' => 'Maksimalt antall brukere er nådd',
|
||
'claim_number_reach_torrent_maximum' => 'Maksimalt antall torrent er nådd',
|
||
'claim_disabled' => 'Kravdato er deaktivert',
|
||
'operation_log' => [
|
||
\App\Models\TorrentOperationLog::ACTION_TYPE_APPROVAL_DENY => [
|
||
'type_text' => 'Tillatt',
|
||
'notify_subject' => 'Torrent var tillatt',
|
||
'notify_msg' => 'Din torrent:[url=:detail_url]:torrent_name[/url] var tillatt av :operator, Årsak: :reason',
|
||
],
|
||
\App\Models\TorrentOperationLog::ACTION_TYPE_APPROVAL_ALLOW => [
|
||
'type_text' => 'Avvist',
|
||
'notify_subject' => 'Torrent ble avslått',
|
||
'notify_msg' => 'Din torrent: [url=:detail_url]:torrent_name[/url] nektet av :operator',
|
||
],
|
||
\App\Models\TorrentOperationLog::ACTION_TYPE_APPROVAL_NONE => [
|
||
'type_text' => 'Ikke revidert',
|
||
'notify_subject' => 'Torrent var merket som ikke vurdert',
|
||
'notify_msg' => 'Din torrent: [url=:detail_url]:torrent_name[/url] ble merket som ikke gjennomgått av :operator',
|
||
],
|
||
\App\Models\TorrentOperationLog::ACTION_TYPE_EDIT => [
|
||
'type_text' => 'Rediger',
|
||
'notify_subject' => 'Torrent ble redigert',
|
||
'notify_msg' => 'Din torrent: [url=:detail_url]:torrent_name[/url] ble redigert av :operator',
|
||
],
|
||
\App\Models\TorrentOperationLog::ACTION_TYPE_DELETE => [
|
||
'type_text' => 'Slett',
|
||
'notify_subject' => 'Torrent er slettet',
|
||
'notify_msg' => 'Din torrent: :torrent_name ble slettet av :operator',
|
||
]
|
||
],
|
||
'owner_update_torrent_subject' => 'Nekt torrent har blitt oppdatert',
|
||
'owner_update_torrent_msg' => 'Torrent:[url=:detail_url]:torrent_name[/url] har blitt oppdatert av eieren, du kan kontrollere om det oppfyller kravene og tillate',
|
||
'approval' => [
|
||
'modal_title' => 'Torrent godkjenning',
|
||
'status_label' => 'Godkjennings status',
|
||
'comment_label' => 'Kommentar(valgfritt)',
|
||
'status_text' => [
|
||
\App\Models\Torrent::APPROVAL_STATUS_NONE => 'Ikke revidert',
|
||
\App\Models\Torrent::APPROVAL_STATUS_ALLOW => 'Tillatt',
|
||
\App\Models\Torrent::APPROVAL_STATUS_DENY => 'Avvist',
|
||
],
|
||
'deny_comment_show' => 'Avvist, grunn: :reason',
|
||
'logs_label' => 'Godkjennings logger'
|
||
],
|
||
'show_hide_media_info' => 'Vis/Skjul rå MediaInfo',
|
||
'promotion_time_types' => [
|
||
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'Globalt',
|
||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanent',
|
||
\App\Models\Torrent::PROMOTION_TIME_TYPE_DEADLINE => 'Før',
|
||
],
|
||
'paid_torrent' => 'Betalt torrent',
|
||
'msg_torrent_deleted' => "Din torrent er slettet",
|
||
'msg_the_torrent_you_uploaded' => "Torrenten du lastet opp '",
|
||
'msg_was_deleted_by' => "' ble slettet av ",
|
||
'msg_reason_is' => ". Begrunnelsen. ",
|
||
'msg_reseed_request' => "Reseed forespørsel",
|
||
'msg_reseed_user' => "Bruker ",
|
||
'msg_ask_reseed' => " spurt om en oppdatert torrent ",
|
||
'msg_thank_you' => " !\nThank You!",
|
||
|
||
'msg_offer_you_voted' => "Tilbudet du stemte for: ",
|
||
'msg_was_uploaded_by' => " ble lastet opp av ",
|
||
'msg_you_can_download' => ".\nDu kan laste ned Torrent",
|
||
'msg_here' => " [b]her[/b]",
|
||
'msg_offer' => "Tilbud ",
|
||
];
|