mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 05:17:22 +08:00
update translations
This commit is contained in:
@@ -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ă',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user