diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2023-07-16 17:36:35 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2023-07-16 17:36:35 +0200 |
| commit | c8ade5194bab5ec077870dc962aecef3e4af29a9 (patch) | |
| tree | e41855dc6e5613db8345dd52924d86556c7a361a /locales/en-US.json | |
| parent | 598ba7bade213c57692a741de0cb06cfc60d3a87 (diff) | |
| parent | 9b75f79fb553403d0af7b2f9a1212a1e93bcf85b (diff) | |
| download | invidious-c8ade5194bab5ec077870dc962aecef3e4af29a9.tar.gz invidious-c8ade5194bab5ec077870dc962aecef3e4af29a9.tar.bz2 invidious-c8ade5194bab5ec077870dc962aecef3e4af29a9.zip | |
UI: Nicer buttons (#3763)
Diffstat (limited to 'locales/en-US.json')
| -rw-r--r-- | locales/en-US.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/locales/en-US.json b/locales/en-US.json index 29dd7a40..74f43d90 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -9,6 +9,11 @@ "generic_subscribers_count_plural": "{{count}} subscribers", "generic_subscriptions_count": "{{count}} subscription", "generic_subscriptions_count_plural": "{{count}} subscriptions", + "generic_button_delete": "Delete", + "generic_button_edit": "Edit", + "generic_button_save": "Save", + "generic_button_cancel": "Cancel", + "generic_button_rss": "RSS", "LIVE": "LIVE", "Shared `x` ago": "Shared `x` ago", "Unsubscribe": "Unsubscribe", @@ -170,6 +175,7 @@ "Title": "Title", "Playlist privacy": "Playlist privacy", "Editing playlist `x`": "Editing playlist `x`", + "playlist_button_add_items": "Add videos", "Show more": "Show more", "Show less": "Show less", "Watch on YouTube": "Watch on YouTube", |
