diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-03-29 00:12:47 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-04-03 22:28:11 +0200 |
| commit | 76c7b2ee9c6b2afd6b26a41de239590a024280d1 (patch) | |
| tree | 927a431b9e480ae838b4c4d252d29394f4c40239 /locales/fr.json | |
| parent | d6913c1eb9ad801076ddcb6ea6d1736c4460ef75 (diff) | |
| download | invidious-76c7b2ee9c6b2afd6b26a41de239590a024280d1.tar.gz invidious-76c7b2ee9c6b2afd6b26a41de239590a024280d1.tar.bz2 invidious-76c7b2ee9c6b2afd6b26a41de239590a024280d1.zip | |
Normalize translation keys in other locales (3/3)
Diffstat (limited to 'locales/fr.json')
| -rw-r--r-- | locales/fr.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/locales/fr.json b/locales/fr.json index a1602f96..3c83ec1b 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -361,14 +361,14 @@ "Videos": "Vidéos", "Playlists": "Listes de lecture", "Community": "Communauté", - "relevance": "pertinence", - "rating": "évaluation", - "date": "date", - "views": "nombre de vues", - "content_type": "type", - "duration": "durée", - "features": "fonctionnalités", - "sort": "Trier par", + "search_filters_sort_option_relevance": "pertinence", + "search_filters_sort_option_rating": "évaluation", + "search_filters_sort_option_date": "date", + "search_filters_sort_option_views": "nombre de vues", + "search_filters_type_label": "type", + "search_filters_duration_label": "durée", + "search_filters_features_label": "fonctionnalités", + "search_filters_sort_label": "Trier par", "search_filters_date_option_hour": "dernière heure", "search_filters_date_option_today": "aujourd'hui", "search_filters_date_option_week": "semaine", @@ -387,7 +387,7 @@ "search_filters_features_option_four_k": "4K", "search_filters_features_option_location": "emplacement", "search_filters_features_option_hdr": "HDR", - "filter": "filtrer", + "search_filters_label": "filtrer", "Current version: ": "Version actuelle : ", "next_steps_error_message": "Vous pouvez essayer de : ", "next_steps_error_message_refresh": "Rafraîchir la page", |
