1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
{
"connection": "Connection",
"msgConnected": "Connected",
"msgDisconnected": "Disconnected",
"joined": "joined",
"online": "online",
"nothingPlaying": "Nothing Playing",
"usernameError": "Username must be from 1 to $MAX characters and don't repeat another's. Characters &^<>'\" are not allowed.",
"addVideoError": "Failed to add video.",
"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",
"login": "Login",
"exit": "Exit",
"settings": "Settings",
"channel": "Channel",
"layout": "Layout",
"swapLayout": "Swap Layout",
"chatOnly": "Chat Only",
"removeVideo": "Remove Video",
"addVideo": "Add 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",
"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",
"save": "Save",
"clearPlaylistConfirm": "Are you sure you want to clear the playlist?",
"shufflePlaylistConfirm": "Are you sure you want to shuffle the playlist?",
"yes": "Yes",
"no": "No",
"on": "On",
"off": "Off",
"areYouSure": "Are you sure?",
"dataWillBeLost": "The data will be lost."
}
|