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' => 'Godkendelse logger'
],
'show_hide_media_info' => 'Vis/Skjul rå MediaInfo',
'show_hide_bd_info' => 'Vis/Skjul rå BDInfo',
'collapse_show_more_audio' => 'Kollapse/Expand flere lydspor',
'collapse_show_more_subtitles' => 'Sammenfold / eller flere undertekster',
'technicalinfo_duration' => 'Varighed',
'technicalinfo_resolution' => 'Opløsning',
'technicalinfo_bit_rate' => 'Bit Rate',
'technicalinfo_bit_depth' => 'Bit Dybde',
'technicalinfo_frame_rate' => 'Ramme Rate',
'technicalinfo_profile' => 'Profil',
'technicalinfo_format' => 'Formatér',
'technicalinfo_extras' => 'Extras',
'technicalinfo_ref_frames' => 'Ref.Frames',
'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' => 'Kræver Frø',
'imdb_cache_dir_can_not_create' => 'imdb cache dir kan ikke oprette',
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir er ikke skrivbar',
'imdb_photo_dir_can_not_create' => 'imdb fotodir kan ikke oprette',
'imdb_photo_dir_is_not_writeable' => 'imdb fotodir er ikke skrivbar',
];