diff options
| author | Austin Riddell <53499821+aus-tin@users.noreply.github.com> | 2020-05-19 10:37:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 18:37:35 +0300 |
| commit | d88e6d0f80211b2ace5595af9931b997eb4c6bc4 (patch) | |
| tree | 12d9a63b404c1af3e6cec9a6c19d91d55473c81f /res/langs/en.json | |
| parent | 9168f9d5a8a6333e45309fdeabb2f71a368a5fce (diff) | |
Major frontend redesign (#5)
* Major frontend redesign
* Some improvements
Co-authored-by: RblSb <msrblsb@gmail.com>
Diffstat (limited to 'res/langs/en.json')
| -rw-r--r-- | res/langs/en.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/langs/en.json b/res/langs/en.json index 36cb672..26dbf24 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -27,7 +27,9 @@ "exit": "Exit", "settings": "Settings", "synchThreshold": "Synch Threshold", + "general": "General", "hotkeys": "Hotkeys", + "video": "Video", "channel": "Channel", "layout": "Layout", "swapLayout": "Swap Layout", @@ -43,11 +45,14 @@ "enterUserPassword": "Enter User Password", "yourPassword": "Your Password", "emotes": "Emotes", + "chat": "Chat", "clearChat": "Clear Chat", + "chatlinePlaceholder": "Send a message...", "addVideoFromUrl": "Add video from URL", "embedCustomFrame": "Embed a custom frame", "clearPlaylist": "Clear playlist", "shufflePlaylist": "Shuffle playlist", + "playlist": "Playlist", "playlistOpen": "Playlist open", "playlistLocked": "Playlist locked", "expandPlayer": "Expand player", |
