update translations

This commit is contained in:
xiaomlove
2026-02-01 01:26:00 +07:00
parent 8dec50fc6d
commit f07e0a5013
438 changed files with 6061 additions and 1717 deletions
+19
View File
@@ -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',
];