-
Notifications
You must be signed in to change notification settings - Fork 17
/
en.json
74 lines (74 loc) · 2.76 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"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 on/off"
},
"fun.shiro.ytmdc.volume-down": {
"Name": "Volume Down",
"Tooltip": "Turns the player volume down"
},
"fun.shiro.ytmdc.volume-up": {
"Name": "Volume Up",
"Tooltip": "Turns the player volume up"
},
"fun.shiro.ytmdc.song-info": {
"Name": "Track Info",
"Tooltip": "Shows track title and cover"
},
"fun.shiro.ytmdc.shuffle": {
"Name": "Shuffle",
"Tooltip": "Toggle shuffle on/off"
},
"fun.shiro.ytmdc.repeat": {
"Name": "Repeat mode",
"Tooltip": "Change the repeat mode (None/All/One)"
},
"Localization": {
"PI": {
"HOST": "Host",
"PORT": "Port",
"VOLUME_STEPS": "Volume Steps",
"SAVE": "Save",
"AUTOMATIC_SAVE": "This setting will save automatically",
"AUTH_BUTTON": "Authorize",
"AUTH_STATUS": "Auth Status",
"AUTH_STATUS_CONNECTING": "Connecting...",
"AUTH_STATUS_AUTHORIZING": "Authorizing...",
"AUTH_STATUS_NOT_CONNECTED": "Not authenticated!",
"AUTH_STATUS_CONNECTED": "Authenticated!",
"AUTH_STATUS_ERROR": "Authentication failed!",
"AUTH_CODE_COMPARE": "Please compare the code with the one on the YTMDesktop app and confirm the authorization.",
"DISPLAY_FORMAT": "Display Format",
"SUPPORT_FEEDBACK_TITLE": "Support & Feedback",
"SUPPORT_FEEDBACK_TEXT": "You found a bug? You have a feature request?<br>You can either send them via an <a href=\"https://github.com/XeroxDev/YTMD-StreamDeck/issues/new/choose\" rel=\"noopener\" target=\"_blank\">GitHub Issue</a> or <a href=\"https://x.xeroxdev.de/s/discord\" rel=\"noopener\" target=\"_blank\">Discord</a>!",
"VAR_USAGE": "<p><strong>Available variables:</strong> {current}, {remaining}, {duration}</p><p><strong>Special values:</strong> :S = seconds, :H = human readable time (default)</p><p><strong>Usage:</strong> {remaining:S} to display remaining time in seconds</p>",
"TOGGLE": "Toggle",
"PAUSE": "Pause",
"PLAY": "Play",
"ACTION": "Action"
}
}
}