forked from XeroxDev/YTMD-StreamDeck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.json
55 lines (55 loc) · 1.42 KB
/
en.json
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
{
"Name": "YTMD Connector",
"Category": "YTMD Connector",
"Description": "This Stream Deck Plugin allows you to control the YouTube Music Desktop App (https://github.com/ytmdesktop/ytmdesktop)",
"fun.shiro.ytmdc.play-pause": {
"Name": "Play-Pause",
"Tooltip": "Plays or pauses the current track"
},
"fun.shiro.ytmdc.next": {
"Name": "Next track",
"Tooltip": "Go to the next track"
},
"fun.shiro.ytmdc.prev": {
"Name": "previous track",
"Tooltip": "Go to the previous track"
},
"fun.shiro.ytmdc.like": {
"Name": "Like track",
"Tooltip": "Likes the current track"
},
"fun.shiro.ytmdc.dislike": {
"Name": "Dislike track",
"Tooltip": "Dislikes the current track"
},
"fun.shiro.ytmdc.mute": {
"Name": "Mute",
"Tooltip": "Toggles mute state on / off"
},
"fun.shiro.ytmdc.volume-down": {
"Name": "Volume down",
"Tooltip": "Volume down"
},
"fun.shiro.ytmdc.volume-up": {
"Name": "Volume up",
"Tooltip": "Volume up"
},
"fun.shiro.ytmdc.song-info": {
"Name": "Track info",
"Tooltip": "Shows track title and thumbnail"
},
"fun.shiro.ytmdc.shuffle": {
"Name": "Shuffle",
"Tooltip": "Shuffle"
},
"Localization": {
"PI": {
"HOST": "Host",
"PORT": "Port",
"PASSWORD": "Password",
"VOLUME_STEPS": "Volume steps",
"SAVE": "Save",
"AUTOMATIC_SAVE": "This setting will save automatically"
}
}
}