ci(i18n): first pull, only automatic a-z re-ordering

This commit is contained in:
Lemmy
2026-07-18 01:36:29 -04:00
parent cd74418265
commit 1e23c02e0b
24 changed files with 881 additions and 671 deletions
+76 -76
View File
@@ -1,113 +1,113 @@
{
"title": "Lyrics",
"no_lyrics": "♪ No lyrics available",
"intro": "Intro",
"instrumental": "Instrumental",
"intro": "Intro",
"no_lyrics": "♪ No lyrics available",
"settings": {
"player_allowlist": {
"label": "Allowed players",
"description": "Only use matching MPRIS player names or instances. Supports * wildcards; leave empty to allow all players."
"active_color": {
"description": "Color used for the current and already-sung lyric characters. Defaults to the interface text color.",
"label": "Active lyric color"
},
"player_blocklist": {
"label": "Blocked players",
"description": "Ignore matching MPRIS player names or instances. Supports * wildcards and takes priority over the allowlist."
"animation": {
"description": "How lyrics animate on line change.",
"label": "Animation",
"options": {
"cascade": "Character cascade",
"fade": "Fade only",
"karaoke": "Karaoke gradient + fade",
"none": "No animation",
"wave": "Character wave reveal"
}
},
"char_width": {
"description": "Approximate pixel width per character, used to fix the widget width and clip scrolling.",
"label": "Character width (px)"
},
"cue_font_family": {
"description": "Installed font family used only for intro and interlude characters in custom-font mode.",
"label": "Intro/interlude font"
},
"cue_font_mode": {
"description": "Choose whether intro and interlude characters follow Noctalia's interface font or use another installed font.",
"label": "Intro/interlude font mode",
"options": {
"custom": "Custom font",
"follow": "Follow interface font"
}
},
"cue_text": {
"description": "Text or characters highlighted during intros and interludes.",
"label": "Intro/interlude characters"
},
"custom_json_field": {
"description": "Lyrics field in a JSON response, with dotted paths such as data.lyric. Leave empty for plain LRC.",
"label": "JSON lyrics field"
},
"custom_url": {
"description": "Supports {title}, {artist}, {album}, and {duration} placeholders. Text responses may contain LRC directly.",
"label": "Custom endpoint URL"
},
"glyph": {
"label": "Glyph"
},
"show_artist": {
"label": "Show artist"
"gradient": {
"description": "Light up each character as the song progresses (karaoke style).",
"label": "Per-character gradient"
},
"hide_when_paused": {
"label": "Hide when paused"
},
"show_cover": {
"label": "Show album cover",
"description": "Display the song's album art next to the lyrics."
},
"active_color": {
"label": "Active lyric color",
"description": "Color used for the current and already-sung lyric characters. Defaults to the interface text color."
},
"inactive_color": {
"label": "Inactive lyric color",
"description": "Color used for upcoming lyrics, paused playback, and secondary lines."
"description": "Color used for upcoming lyrics, paused playback, and secondary lines.",
"label": "Inactive lyric color"
},
"lyrics_source": {
"label": "Lyrics source",
"description": "Choose a preset source, local-player lyrics, a custom endpoint, or external push protocol.",
"label": "Lyrics source",
"options": {
"auto": "Automatic fallback",
"lrclib": "LRCLIB",
"netease": "NetEase Music (public API)",
"mpris": "Local player (MPRIS)",
"custom": "Custom HTTP endpoint",
"external": "External IPC push"
"external": "External IPC push",
"lrclib": "LRCLIB",
"mpris": "Local player (MPRIS)",
"netease": "NetEase Music (public API)"
}
},
"custom_url": {
"label": "Custom endpoint URL",
"description": "Supports {title}, {artist}, {album}, and {duration} placeholders. Text responses may contain LRC directly."
"marquee_speed": {
"description": "Pixels per second for long-line scrolling.",
"label": "Marquee speed"
},
"custom_json_field": {
"label": "JSON lyrics field",
"description": "Lyrics field in a JSON response, with dotted paths such as data.lyric. Leave empty for plain LRC."
"max_chars": {
"description": "Visible width before a long lyric line scrolls (marquee).",
"label": "Max characters"
},
"cue_text": {
"label": "Intro/interlude characters",
"description": "Text or characters highlighted during intros and interludes."
"max_lines": {
"description": "Maximum lyric lines to show at once.",
"label": "Max lines"
},
"cue_font_mode": {
"label": "Intro/interlude font mode",
"description": "Choose whether intro and interlude characters follow Noctalia's interface font or use another installed font.",
"options": {
"follow": "Follow interface font",
"custom": "Custom font"
}
"player_allowlist": {
"description": "Only use matching MPRIS player names or instances. Supports * wildcards; leave empty to allow all players.",
"label": "Allowed players"
},
"cue_font_family": {
"label": "Intro/interlude font",
"description": "Installed font family used only for intro and interlude characters in custom-font mode."
"player_blocklist": {
"description": "Ignore matching MPRIS player names or instances. Supports * wildcards and takes priority over the allowlist.",
"label": "Blocked players"
},
"scroll_mode": {
"label": "Scroll mode",
"description": "How lyrics scroll in the bar.",
"label": "Scroll mode",
"options": {
"auto": "Auto (synced)",
"marquee": "Marquee",
"static": "Static"
}
},
"marquee_speed": {
"label": "Marquee speed",
"description": "Pixels per second for long-line scrolling."
"show_artist": {
"label": "Show artist"
},
"max_lines": {
"label": "Max lines",
"description": "Maximum lyric lines to show at once."
},
"gradient": {
"label": "Per-character gradient",
"description": "Light up each character as the song progresses (karaoke style)."
},
"animation": {
"label": "Animation",
"description": "How lyrics animate on line change.",
"options": {
"karaoke": "Karaoke gradient + fade",
"cascade": "Character cascade",
"wave": "Character wave reveal",
"fade": "Fade only",
"none": "No animation"
}
},
"max_chars": {
"label": "Max characters",
"description": "Visible width before a long lyric line scrolls (marquee)."
},
"char_width": {
"label": "Character width (px)",
"description": "Approximate pixel width per character, used to fix the widget width and clip scrolling."
"show_cover": {
"description": "Display the song's album art next to the lyrics.",
"label": "Show album cover"
}
}
},
"title": "Lyrics"
}