diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index af38ef3ec..511161660 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -4838,7 +4838,7 @@
- Transcoding jobs concurrency
+ Concordance des transcodagessrc/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html166
@@ -4846,7 +4846,7 @@
- allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart
+ permet de transcoder plusieurs fichiers en parallèle. ⚠️ Nécessite un redémarrage de PeerTubesrc/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html167
@@ -4854,12 +4854,12 @@
- Transcoding profile
+ Profil de transcodagesrc/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html178
- new transcoding profiles can be added by PeerTube plugins
+ de nouveaux profils de transcodage en direct peuvent être ajoutés par des plugins PeerTubesrc/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html179
@@ -4882,7 +4882,7 @@
- {VAR_PLURAL, plural, =1 {cached image} other {cached images}}
+ {VAR_PLURAL, plural, =1 {image en cache} other {images en cache}}src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html22
@@ -4895,7 +4895,7 @@
- {VAR_PLURAL, plural, =1 {cached caption} other {cached captions}}
+ {VAR_PLURAL, plural, =1 {vignette en cache} other {vignettes en cache}}src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html36
@@ -4903,7 +4903,7 @@
- Number of video torrents to keep in cache
+ Nombre de torrents vidéo à garder en cachesrc/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html43
@@ -4911,7 +4911,7 @@
- {VAR_PLURAL, plural, =1 {cached torrent} other {cached torrents}}
+ {VAR_PLURAL, plural, =1 {torrent en cache} other {torrents en cache}}src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html50
@@ -4934,18 +4934,12 @@
- Write JavaScript code directly.Example: console.log('my instance is amazing');
+ Écrivez directement du code JavaScript.Exemple : console.log('mon instance est super');src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html78
- Write CSS code directly. Example:#custom-css
-color: red;
-
- Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email
-color: red;
-
-
+ Écrivez directement du code CSS. Exemple :#custom-css color: red; Ajoutez au début du code #custom-css pour forcer le style. Exemple :#custom-css .logged-in-email color: red; src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html97
@@ -4960,7 +4954,7 @@ color: red;
- There are errors in the form:
+ Il y a des erreurs dans le formulaire : src/app/+admin/config/edit-custom-config/edit-custom-config.component.html59,65
@@ -6321,7 +6315,7 @@ color: red;
- Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically.
+ Estimer la capacité d'un serveur pour transcoder et diffuser des vidéos n'est pas simple et nous ne pouvons régler PeerTube automatiquement.src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html9,10
@@ -6329,7 +6323,7 @@ color: red;
- However, you may want to read our guidelines before tweaking the following values.
+ Cependant, vous pouvez lire nos recommandations avant de modifier les valeurs suivantes.src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html12,13
@@ -6337,7 +6331,7 @@ color: red;
- Read guidelines
+ Lire les recommandationssrc/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html17,18
@@ -6464,7 +6458,7 @@ color: red;
- 100GB
+ 100Gosrc/app/+admin/config/shared/config.service.ts30
@@ -6472,7 +6466,7 @@ color: red;
- 200GB
+ 200Gosrc/app/+admin/config/shared/config.service.ts31
@@ -7888,7 +7882,7 @@ color: red;
- function is not implemented
+ la fonction n'est pas implémentéesrc/app/shared/shared-video-miniature/abstract-video-list.ts300
@@ -8140,7 +8134,7 @@ color: red;
- Max live duration is required.
+ La durée maximale du direct est requise.src/app/shared/form-validators/custom-config-validators.ts71
@@ -8148,7 +8142,7 @@ color: red;
- Max live duration should be greater or equal to -1.
+ La durée maximale du direct doit être supérieure ou égale à -1.src/app/shared/form-validators/custom-config-validators.ts72
@@ -8156,7 +8150,7 @@ color: red;
- Max instance lives is required.
+ Le nombre maximal de directs de l'instance est requis.src/app/shared/form-validators/custom-config-validators.ts79
@@ -8164,7 +8158,7 @@ color: red;
- Max instance lives should be greater or equal to -1.
+ Le nombre maximal de directs de l'instance doit être supérieur ou égal à -1.src/app/shared/form-validators/custom-config-validators.ts80
@@ -8172,7 +8166,7 @@ color: red;
- Max user lives is required.
+ Le nombre maximal de directs par utilisateur est requis.src/app/shared/form-validators/custom-config-validators.ts87
@@ -8180,7 +8174,7 @@ color: red;
- Max user lives should be greater or equal to -1.
+ Le nombre maximal de directs par utilisateur doit être supérieur ou égal à -1.src/app/shared/form-validators/custom-config-validators.ts88