diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-13 16:28:18 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-15 19:45:40 +0300 |
| commit | 07d1955cefc093ffb12002902ed45e963030746e (patch) | |
| tree | 8833eca2dc2ef07891aa8eb66daf7ad90f2ab0ce /res/langs/en.json | |
Initial commit
Diffstat (limited to 'res/langs/en.json')
| -rw-r--r-- | res/langs/en.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/res/langs/en.json b/res/langs/en.json new file mode 100644 index 0000000..5181f5f --- /dev/null +++ b/res/langs/en.json @@ -0,0 +1,67 @@ +{ + "connection": "Connection", + "msgConnected": "Connected", + "msgDisconnected": "Disconnected", + "joined": "joined", + "online": "online", + "nothingPlaying": "Nothing Playing", + "usernameError": "Username must be from 1 to 20 characters and don't repeat another's.", + "rawVideo": "Raw video", + "videos": "videos", + "addedBy": "Added by", + "play": "Play", + "skip": "Skip", + "makePermanent": "Make Permanent", + "delete": "Delete", + "account": "Account", + "exportSettings": "Export Settings", + "importSettings": "Import Settings", + "exit": "Exit", + "settings": "Settings", + "channel": "Channel", + "layout": "Layout", + "chatOnly": "Chat Only", + "removeVideo": "Remove Video", + "toggleUserList": "Show/Hide Userlist", + "mobileViewBtn": "Mobile View", + "leader": "Leader", + "enterAsGuest": "Enter As Guest", + "yourName": "Your Name", + "emotes": "Emotes", + "clearChat": "Clear Chat", + "uploadImage": "Upload Image", + "searchVideo": "Search video", + "addVideoFromUrl": "Add video from URL", + "embedCustomFrame": "Embed a custom frame", + "managePlaylists": "Manage playlists", + "clearPlaylist": "Clear playlist", + "shufflePlaylist": "Shuffle playlist", + "playlistOpen": "Playlist open", + "playlistLocked": "Playlist locked", + "expandPlayer": "Expand player", + "toggleVideoSync": "Toggle video synchronization", + "refreshPlayer": "Refresh player", + "fullscreenPlayer": "Fullscreen player", + "retrievePlaylistLinks": "Retrieve playlist links", + "voteForSkip": "Vote for skip", + "searchQuery": "Search query", + "addAsTemporary": "Add as temporary", + "mediaUrl": "Media URL", + "optionalTitle": "Title (optional)", + "queueNext": "Queue next", + "queueLast": "Queue last", + "or": "or", + "pasteEmbedCodeAndClick": "Paste the embed code below and click", + "acceptableEmbedCodesAre": "Acceptable embed codes are", + "customEmbedsCannotBeSynchronized": "CUSTOM EMBEDS CANNOT BE SYNCHRONIZED", + "playlistName": "Playlist Name", + "save": "Save", + + "yes": "Yes", + "no": "No", + "on": "On", + "off": "Off", + + "areYouSure": "Are you sure?", + "dataWillBeLost": "The data will be lost." +} |
