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' => '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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user