7 lines
407 B
JSON
7 lines
407 B
JSON
|
{
|
||
|
"dragHandleActive": "Reordering ${itemLabel}, current position ${position} of ${total}.",
|
||
|
"dragHandleChange": "${itemLabel}, new position ${position} of ${total}. Press space to confirm.",
|
||
|
"dragHandleCommit": "${itemLabel}, current position ${position} of ${total}.",
|
||
|
"dragHandleIdle": "${itemLabel}, press space and use arrow keys to reorder content. Current position ${position} of ${total}."
|
||
|
}
|