feat: chord editing

This commit is contained in:
2023-11-10 15:45:04 +01:00
parent 8701d7a40d
commit d2276a53d0
11 changed files with 225 additions and 51 deletions

View File

@@ -78,6 +78,13 @@ const en = {
search: {
PLACEHOLDER: "Search {0} chord{{|s}}",
},
conflict: {
TITLE: "Chord conflict",
DESCRIPTION:
"Your chord {0} conflicts with an existing chord. Are you sure you want to overwrite this chord?",
CONFIRM: "Overwrite",
ABORT: "Skip",
},
},
layout: {
TITLE: "Layout",