|
1 | 1 | { |
2 | | - "settings": { |
3 | | - "title": "Settings", |
4 | | - "font": { |
5 | | - "title": "Font Family", |
6 | | - "desc": "Select the font for lyrics.", |
7 | | - "placeholder": "Select a font...", |
8 | | - "search-placeholder": "Search a font...", |
9 | | - "size": "Font Size", |
10 | | - "size-desc": "Text size in points." |
| 2 | + "settings": { |
| 3 | + "title": "Settings", |
| 4 | + "font": { |
| 5 | + "title": "Font Family", |
| 6 | + "desc": "Select the font for lyrics.", |
| 7 | + "placeholder": "Select a font...", |
| 8 | + "search-placeholder": "Search a font...", |
| 9 | + "size": "Font Size", |
| 10 | + "size-desc": "Text size in points." |
| 11 | + }, |
| 12 | + "width": "Widget Width", |
| 13 | + "scroll": { |
| 14 | + "speed": "Scroll Speed", |
| 15 | + "mode": { |
| 16 | + "title": "Scroll Mode", |
| 17 | + "always": "Always Scroll", |
| 18 | + "hover": "Scroll on Hover", |
| 19 | + "never": "Never Scroll" |
| 20 | + }, |
| 21 | + "adapt": "Adapt scroll speed to line", |
| 22 | + "adapt-desc": "Change scroll speed based on length of line" |
| 23 | + }, |
| 24 | + "hide-when-empty": "Hide when empty", |
| 25 | + "hide-when-paused": "Hide when paused", |
| 26 | + "vertical-rotation": { |
| 27 | + "title": "Vertical lyrics orientation", |
| 28 | + "description": "Change direction of the lyrics when using a vertical bar.", |
| 29 | + "auto": "Automatic", |
| 30 | + "cw": "Clockwise", |
| 31 | + "ccw": "Counterclockwise" |
| 32 | + } |
11 | 33 | }, |
12 | | - "width": "Widget Width", |
13 | | - "scroll": { |
14 | | - "speed": "Scroll Speed", |
15 | | - "mode": { |
16 | | - "title": "Scroll Mode", |
17 | | - "always": "Always Scroll", |
18 | | - "hover": "Scroll on Hover", |
19 | | - "never": "Never Scroll" |
20 | | - }, |
21 | | - "adapt": "Adapt scroll speed to line", |
22 | | - "adapt-desc": "Change scroll speed based on length of line" |
23 | | - }, |
24 | | - "hide-when-empty": "Hide when empty", |
25 | | - "hide-when-paused": "Hide when paused", |
26 | | - "vertical-rotation": { |
27 | | - "title": "Vertical lyrics orientation", |
28 | | - "description": "Change direction of the lyrics when using a vertical bar.", |
29 | | - "auto": "Automatic", |
30 | | - "cw": "Clockwise", |
31 | | - "ccw": "Counterclockwise" |
| 34 | + "lyrics": { |
| 35 | + "paused": "Music paused", |
| 36 | + "loading": "Wait Loading 🪿", |
| 37 | + "stopped": "No song playing" |
32 | 38 | } |
33 | | - }, |
34 | | - "lyrics": { |
35 | | - "paused": "Music paused", |
36 | | - "loading": "Wait Loading 🪿", |
37 | | - "stopped": "No song playing" |
38 | | - } |
39 | 39 | } |
0 commit comments