- {song.title}
+ {songTitle}
- {song.sections.length} {song.sections.length === 1 ? "section" : "sections"}
+ {sectionCountLabel}
- {song.sections.map((section) => (
+ {sections.map((section, sectionIndex) => (
- {section.label}
+ {translateSectionFormLabel(locale, section.label)}
))}
- Audio playback requires the desktop app with a local audio source.
+ {t("playerAudioPlaybackRequiresDesktop")}