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' => 'Jurnale de aprobare'
],
'show_hide_media_info' => 'Arată/Ascunde MediaInfo brut',
'show_hide_bd_info' => 'Arată/ascunde BDInfo raw',
'collapse_show_more_audio' => 'Colaps/Extinde mai multe piese audio',
'collapse_show_more_subtitles' => 'Colaps/Extinde mai multe subtitrări',
'technicalinfo_duration' => 'Durată',
'technicalinfo_resolution' => 'Rezoluție',
'technicalinfo_bit_rate' => 'Rată de biți',
'technicalinfo_bit_depth' => 'Adâncime biți',
'technicalinfo_frame_rate' => 'Rată de cadre',
'technicalinfo_profile' => 'Profil',
'technicalinfo_format' => 'Format',
'technicalinfo_extras' => 'Extras',
'technicalinfo_ref_frames' => 'Ref.Frames',
'technicalinfo_audio' => 'Nr. audio',
'technicalinfo_subtitles' => 'Subtitrări #',
'promotion_time_types' => [
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'Global',
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanent',
@@ -107,4 +121,9 @@ return [
'msg_here' => " [b]aici[/b]",
'msg_offer' => "Ofertă ",
'msg_blank' => ".",
'require_seed_section_menu_title' => 'Necesită Semințe',
'imdb_cache_dir_can_not_create' => 'cache-ul imdb nu poate crea',
'imdb_cache_dir_is_not_writeable' => 'Cache-ul imdb nu poate fi scris',
'imdb_photo_dir_can_not_create' => 'imdb poza dir nu poate crea',
'imdb_photo_dir_is_not_writeable' => 'poza imdb nu poate fi scrisă',
];