Add map functionality components

This commit is contained in:
Thomas Fuhrmann 2023-09-28 13:27:46 +02:00
commit c8046c39f1
649 changed files with 21412 additions and 727 deletions

View file

@ -1,6 +1,6 @@
{
"dragHandleActive": "正在重新排序 ${itemLabel},目前位置 ${position}/${total}。",
"dragHandleChange": "${itemLabel},新位置 ${position}/${total}。 按空格鍵確認。",
"dragHandleCommit": "${itemLabel},目前位置 ${position}/${total}。",
"dragHandleIdle": "${itemLabel},按空格鍵,然後使用方向鍵重新排序內容。 目前位置 ${position}/${total}。"
"dragHandleActive": "正在重新排序 {itemLabel},目前位置 {position}/{total}。",
"dragHandleChange": "{itemLabel},新位置 {position}/{total}。 按空格鍵確認。",
"dragHandleCommit": "{itemLabel},目前位置 {position}/{total}。",
"dragHandleIdle": "{itemLabel},按空格鍵,然後使用方向鍵重新排序內容。 目前位置 {position}/{total}。"
}