diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2023-04-22 17:50:34 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2023-07-08 20:48:32 +0200 |
| commit | 080c7446c6c26c5d8670107cf4161ba4609e5e4a (patch) | |
| tree | 772e94c32117948f94af38b203795479a51924a4 /locales/fr.json | |
| parent | b6bbfb9b200fc920854ce91835026da0fd6552db (diff) | |
| download | invidious-080c7446c6c26c5d8670107cf4161ba4609e5e4a.tar.gz invidious-080c7446c6c26c5d8670107cf4161ba4609e5e4a.tar.bz2 invidious-080c7446c6c26c5d8670107cf4161ba4609e5e4a.zip | |
HTML: Use new buttons for playlists (save/delete/add videos/etc...)
Diffstat (limited to 'locales/fr.json')
| -rw-r--r-- | locales/fr.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/locales/fr.json b/locales/fr.json index d2607a49..2eb4dd2b 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -9,6 +9,11 @@ "generic_subscribers_count_plural": "{{count}} abonnés", "generic_subscriptions_count": "{{count}} abonnement", "generic_subscriptions_count_plural": "{{count}} abonnements", + "generic_button_delete": "Supprimer", + "generic_button_edit": "Editer", + "generic_button_save": "Enregistrer", + "generic_button_cancel": "Annuler", + "generic_button_rss": "RSS", "LIVE": "EN DIRECT", "Shared `x` ago": "Ajoutée il y a `x`", "Unsubscribe": "Se désabonner", @@ -149,6 +154,7 @@ "Title": "Titre", "Playlist privacy": "Paramètres de confidentialité de la liste de lecture", "Editing playlist `x`": "Modifier la liste de lecture `x`", + "playlist_button_add_items": "Ajouter des vidéos", "Show more": "Afficher plus", "Show less": "Afficher moins", "Watch on YouTube": "Voir la vidéo sur Youtube", |
