mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
update translations
This commit is contained in:
@@ -86,6 +86,20 @@ return [
|
||||
'logs_label' => 'Godkännande loggar'
|
||||
],
|
||||
'show_hide_media_info' => 'Visa/Dölj rå MediaInfo',
|
||||
'show_hide_bd_info' => 'Visa/Dölj rå BDInfo',
|
||||
'collapse_show_more_audio' => 'Kollapsa/expandera fler ljudspår',
|
||||
'collapse_show_more_subtitles' => 'Kollapsa/expandera fler undertexter',
|
||||
'technicalinfo_duration' => 'Varaktighet',
|
||||
'technicalinfo_resolution' => 'Upplösning',
|
||||
'technicalinfo_bit_rate' => 'Bittaxa',
|
||||
'technicalinfo_bit_depth' => 'Bitens djup',
|
||||
'technicalinfo_frame_rate' => 'Ram hastighet',
|
||||
'technicalinfo_profile' => 'Profil',
|
||||
'technicalinfo_format' => 'Formatera',
|
||||
'technicalinfo_extras' => 'Extras',
|
||||
'technicalinfo_ref_frames' => 'Ref.Ramar',
|
||||
'technicalinfo_audio' => 'Ljud #',
|
||||
'technicalinfo_subtitles' => 'Undertexter #',
|
||||
'promotion_time_types' => [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'Globalt',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanent',
|
||||
@@ -107,4 +121,9 @@ return [
|
||||
'msg_here' => " [b]här[/b]",
|
||||
'msg_offer' => "Erbjudande ",
|
||||
'msg_blank' => ".",
|
||||
'require_seed_section_menu_title' => 'Kräv frön',
|
||||
'imdb_cache_dir_can_not_create' => 'imdb cache dir kan inte skapa',
|
||||
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir är inte skrivbar',
|
||||
'imdb_photo_dir_can_not_create' => 'imdb photo dir kan inte skapa',
|
||||
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir är inte skrivbar',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user