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' => 'Registros de aprobación'
],
'show_hide_media_info' => 'Mostrar/Ocultar MediaInfo Cruda',
'show_hide_bd_info' => 'Mostrar / Ocultar BDInfo crudo',
'collapse_show_more_audio' => 'Colapso/Expande más pistas de audio',
'collapse_show_more_subtitles' => 'Colapso/Expandir más subtítulos',
'technicalinfo_duration' => 'Duración',
'technicalinfo_resolution' => 'Resolución',
'technicalinfo_bit_rate' => 'Tasa de bits',
'technicalinfo_bit_depth' => 'Profundidad Bit',
'technicalinfo_frame_rate' => 'Tasa de fotogramas',
'technicalinfo_profile' => 'Perfil',
'technicalinfo_format' => 'Formatear',
'technicalinfo_extras' => 'Extras',
'technicalinfo_ref_frames' => 'Ref.fotogramas',
'technicalinfo_audio' => 'Audio #',
'technicalinfo_subtitles' => 'Subtítulos #',
'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]aquí[/b]",
'msg_offer' => "Oferta ",
'msg_blank' => ".",
'require_seed_section_menu_title' => 'Requiere Semilla',
'imdb_cache_dir_can_not_create' => 'el directorio de caché imdb no puede crear',
'imdb_cache_dir_is_not_writeable' => 'no se puede escribir en el directorio de caché imdb',
'imdb_photo_dir_can_not_create' => 'imdb photo dir no puede crear',
'imdb_photo_dir_is_not_writeable' => 'no se puede escribir en el directorio imdb',
];