Add map functionality components
This commit is contained in:
parent
6ab4bb6daa
commit
c8046c39f1
649 changed files with 21412 additions and 727 deletions
|
|
@ -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}。"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue