Skip to content

Commit c377bfd

Browse files
chore(lyrics-fetch): minimize unnecessary diff changes
1 parent 92e8ef6 commit c377bfd

1 file changed

Lines changed: 35 additions & 35 deletions

File tree

lyrics-fetch/i18n/en.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
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+
}
1133
},
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"
3238
}
33-
},
34-
"lyrics": {
35-
"paused": "Music paused",
36-
"loading": "Wait Loading 🪿",
37-
"stopped": "No song playing"
38-
}
3939
}

0 commit comments

Comments
 (0)