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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
{
"connection": "Connection",
"msgConnected": "Connected",
"msgDisconnected": "Disconnected",
"joined": "joined",
"online": "online",
"nothingPlaying": "Nothing Playing",
"hintListStart": "Welcome to Dohee Cinema! Here you can:",
"hintListAddVideo": "$addVideos to watch together (press the + button)",
"hintListRequestLeader": "$requestLeader to pause and rewind videos for everyone",
"hintListRequestLeaderMouse": "(also use right mouse button for quick pause)",
"hintListRequestLeaderTouch": "(also use long tap for quick pause)",
"hintListOpenInApp": "$openInApp this server for better Android experience",
"hintListHide": "$hideThisMessage and send <code>/help</code> in chat to see it again",
"addVideos": "Add Videos",
"requestLeader": "Request Leader",
"openInApp": "Open in App",
"hideThisMessage": "Hide this message",
"usernameError": "Username length must be from 1 to $MAX characters and don't repeat another's. Characters &^<>'\" are not allowed.",
"passwordError": "Password length must be from $MIN to $MAX characters.",
"passwordsMismatchError": "Passwords do not match.",
"passwordMatchError": "Wrong password.",
"accessError": "Access error",
"noPermission": "No '$PERMISSION' permission.",
"totalVideoLimitError": "Playlist video limit has been reached.",
"userVideoLimitError": "Playlist video limit per user has been reached.",
"videoAlreadyExistsError": "The video already exists in playlist.",
"addVideoError": "Failed to add video.",
"adminsCannotBeBannedError": "Admins cannot be banned. Remove them first.",
"caching": "Caching",
"downloading": "Downloading",
"uploading": "Uploading",
"rawVideo": "Raw video",
"videos": "videos",
"addedBy": "Added by",
"play": "Play",
"setNext": "Next",
"makePermanent": "Make Permanent",
"makeTemporary": "Make Temporary",
"delete": "Delete",
"account": "Account",
"exportSettings": "Export Settings",
"importSettings": "Import Settings",
"login": "Login",
"exit": "Exit",
"settings": "Settings",
"synchThreshold": "Synch Threshold",
"general": "General",
"hotkeys": "Hotkeys",
"video": "Video",
"channel": "Channel",
"layout": "Layout",
"swapLayout": "Swap Layout",
"chatOnly": "Chat Only",
"setVideoUrl": "Set Video URL",
"setVideoUrlPrompt": "New video URL:\n(Does not affect other users)",
"selectLocalVideo": "Select Local Video",
"removePlayer": "Remove Player",
"restorePlayer": "Restore Player",
"toggleUserList": "Show/Hide Userlist",
"leaderDesc": "Request video control permissions",
"mobileViewBtn": "Mobile View",
"leader": "Leader",
"enterAsGuest": "Enter As Guest:",
"yourName": "Your Name",
"enterUserPassword": "Enter User Password",
"yourPassword": "Your Password",
"emotes": "Emotes",
"chat": "Chat",
"kicked": "Kicked",
"clearChat": "Clear Chat",
"chatlinePlaceholder": "Send a message...",
"leaderDisconnectedServerOnPause": "Leader was disconnected, server on pause.",
"unpause": "Unpause",
"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",
"toggleVideoSync": "Toggle video synchronization",
"toggleSynchConfirm": "Are you sure you want to turn off video sync?",
"refreshPlayer": "Refresh player",
"fullscreenPlayer": "Fullscreen player",
"retrievePlaylistLinks": "Retrieve playlist links",
"voteForSkip": "Vote for skip",
"addAsTemporary": "Add as temporary",
"cacheOnServer": "Cache on server",
"mediaUrl": "Media URL",
"optionalTitle": "Title (optional)",
"subtitlesUrlOptional": "Subtitles URL (optional)",
"voiceOverAudioTrackUrlOptional": "Voice-over audio URL (optional)",
"addTemplateUrl": "Add template URL",
"queueNext": "Queue next",
"queueLast": "Queue last",
"and": "and",
"or": "or",
"to": "to",
"pasteEmbedCodeAndClick": "Paste the embed code here",
"acceptableEmbedCodesAre": "Acceptable embed codes are",
"customEmbedsCannotBeSynchronized": "CUSTOM EMBEDS CANNOT BE SYNCHRONIZED",
"save": "Save",
"skipItemConfirm": "Are you sure you want to skip current video?",
"clearPlaylistConfirm": "Are you sure you want to clear the playlist?",
"shufflePlaylistConfirm": "Are you sure you want to shuffle the playlist?",
"lockPlaylistConfirm": "Are you sure you want to lock the playlist?",
"yes": "Yes",
"no": "No",
"on": "On",
"off": "Off",
"areYouSure": "Are you sure?",
"dataWillBeLost": "The data will be lost.",
"setupTitle": "Welcome to Dohee Cinema!"
}
|