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' => 'Godkjennings logger'
],
'show_hide_media_info' => 'Vis/Skjul rå MediaInfo',
'show_hide_bd_info' => 'Vis/Skjul rå BDInfo',
'collapse_show_more_audio' => 'Samle/Utvid flere lydspor',
'collapse_show_more_subtitles' => 'Collapse/Utvid flere undertekster',
'technicalinfo_duration' => 'Varighet',
'technicalinfo_resolution' => 'Oppløsning',
'technicalinfo_bit_rate' => 'Bit Sats',
'technicalinfo_bit_depth' => 'Bit dybde',
'technicalinfo_frame_rate' => 'Ramme rate',
'technicalinfo_profile' => 'Profil',
'technicalinfo_format' => 'Formatér',
'technicalinfo_extras' => 'Extras',
'technicalinfo_ref_frames' => 'Ref.rammer',
'technicalinfo_audio' => 'Lyd #',
'technicalinfo_subtitles' => 'Undertekster #',
'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]her[/b]",
'msg_offer' => "Tilbud ",
'msg_blank' => ".",
'require_seed_section_menu_title' => 'Krev hovednøkkel',
'imdb_cache_dir_can_not_create' => 'imdb cache-mappe kan ikke opprette',
'imdb_cache_dir_is_not_writeable' => 'imdb cache-katalog er ikke skrivbar',
'imdb_photo_dir_can_not_create' => 'imdb Bildedir kan ikke opprette',
'imdb_photo_dir_is_not_writeable' => 'imdb bildeplate er ikke skrivbar',
];