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' => 'Genehmigungsprotokolle'
],
'show_hide_media_info' => 'Rohe MediaInfo ein-/ausblenden',
'show_hide_bd_info' => 'Rohe BDInfo ein-/ausblenden',
'collapse_show_more_audio' => 'Mehr Audiospuren ein-/ausklappen',
'collapse_show_more_subtitles' => 'Mehr Untertitel ein-/ausklappen',
'technicalinfo_duration' => 'Dauer',
'technicalinfo_resolution' => 'Auflösung',
'technicalinfo_bit_rate' => 'Bitrate',
'technicalinfo_bit_depth' => 'Bittiefe',
'technicalinfo_frame_rate' => 'Bildrate',
'technicalinfo_profile' => 'Profil',
'technicalinfo_format' => 'Format',
'technicalinfo_extras' => 'Extras',
'technicalinfo_ref_frames' => 'Ref.Frames',
'technicalinfo_audio' => 'Audio #',
'technicalinfo_subtitles' => 'Untertitel #',
'promotion_time_types' => [
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'Globale',
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanent',
@@ -107,4 +121,9 @@ return [
'msg_here' => " [b]hier[/b]",
'msg_offer' => "Angebot ",
'msg_blank' => ".",
'require_seed_section_menu_title' => 'Samen erforderlich',
'imdb_cache_dir_can_not_create' => 'imdb Cache-Verzeichnis kann nicht erstellt werden',
'imdb_cache_dir_is_not_writeable' => 'imdb Cache-Verzeichnis ist nicht beschreibbar',
'imdb_photo_dir_can_not_create' => 'imdb Fotoverzeichnis kann nicht erstellt werden',
'imdb_photo_dir_is_not_writeable' => 'imdb Fotoverzeichnis ist nicht beschreibbar',
];