mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
update translations
This commit is contained in:
@@ -86,6 +86,20 @@ return [
|
||||
'logs_label' => 'Journaux d\'approbation'
|
||||
],
|
||||
'show_hide_media_info' => 'Afficher/Masquer les informations de médias bruts',
|
||||
'show_hide_bd_info' => 'Afficher/Masquer les infos BDD brutes',
|
||||
'collapse_show_more_audio' => 'Réduire/Développer plus de pistes audio',
|
||||
'collapse_show_more_subtitles' => 'Réduire/Développer plus de sous-titres',
|
||||
'technicalinfo_duration' => 'Durée',
|
||||
'technicalinfo_resolution' => 'Résolution',
|
||||
'technicalinfo_bit_rate' => 'Taux de bits',
|
||||
'technicalinfo_bit_depth' => 'Profondeur du Bit',
|
||||
'technicalinfo_frame_rate' => 'Fréquence d\'images',
|
||||
'technicalinfo_profile' => 'Profil',
|
||||
'technicalinfo_format' => 'Formater',
|
||||
'technicalinfo_extras' => 'Extras',
|
||||
'technicalinfo_ref_frames' => 'Ref.Frames',
|
||||
'technicalinfo_audio' => 'N° audio',
|
||||
'technicalinfo_subtitles' => 'Sous-titres #',
|
||||
'promotion_time_types' => [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'Globale',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanent',
|
||||
@@ -107,4 +121,9 @@ return [
|
||||
'msg_here' => " [b]ici[/b]",
|
||||
'msg_offer' => "Offre ",
|
||||
'msg_blank' => ".",
|
||||
'require_seed_section_menu_title' => 'Nécessite une graine',
|
||||
'imdb_cache_dir_can_not_create' => 'le répertoire de cache imdb ne peut pas créer',
|
||||
'imdb_cache_dir_is_not_writeable' => 'le répertoire de cache imdb n\'est pas accessible en écriture',
|
||||
'imdb_photo_dir_can_not_create' => 'imdb le répertoire de photos ne peut pas créer',
|
||||
'imdb_photo_dir_is_not_writeable' => 'le répertoire imdb de photos n\'est pas accessible en écriture',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user