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' => 'Logs de aprovação'
],
'show_hide_media_info' => 'Mostrar/ocultar mídia bruta',
'show_hide_bd_info' => 'Mostrar/ocultar BDInfo bruto',
'collapse_show_more_audio' => 'Recolher/Expandir mais faixas de áudio',
'collapse_show_more_subtitles' => 'Recolher/Expandir mais legendas',
'technicalinfo_duration' => 'Duração',
'technicalinfo_resolution' => 'Resolução:',
'technicalinfo_bit_rate' => 'Taxa de Bits',
'technicalinfo_bit_depth' => 'Profundidade de Bit',
'technicalinfo_frame_rate' => 'Taxa de quadros',
'technicalinfo_profile' => 'Perfil',
'technicalinfo_format' => 'Formato',
'technicalinfo_extras' => 'Extras',
'technicalinfo_ref_frames' => 'Ref.Frames',
'technicalinfo_audio' => 'Áudio #',
'technicalinfo_subtitles' => 'Legendas #',
'promotion_time_types' => [
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'Global',
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanente',
@@ -107,4 +121,9 @@ return [
'msg_here' => " [b]aqui[/b]",
'msg_offer' => "Oferta ",
'msg_blank' => ".",
'require_seed_section_menu_title' => 'Exigir Semente',
'imdb_cache_dir_can_not_create' => 'imdb cache dir não pode criar',
'imdb_cache_dir_is_not_writeable' => 'o diretório de cache imdb não é gravável',
'imdb_photo_dir_can_not_create' => 'imdb photo dir não pode criar',
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir não é gravável',
];