mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 20:29:03 +08:00
fix: 修复移动端底栏拖拽排序与更多分组异常
This commit is contained in:
@@ -167,7 +167,13 @@
|
||||
"bottomNav": {
|
||||
"label": "Bottom Navigation Features",
|
||||
"hint": "Choose which features appear in the mobile bottom bar. The bar shows up to 4 items; extra items go under \"More\"."
|
||||
}
|
||||
},
|
||||
"dragHint": "Drag to reorder. The first 4 items appear in the bottom bar; the rest stay in \"More\".",
|
||||
"dropHere": "Release to drop here",
|
||||
"bottomSection": "Bottom Bar (up to 4)",
|
||||
"moreSection": "More",
|
||||
"moveToMore": "Move to More",
|
||||
"moveToBottom": "Move to Bottom"
|
||||
},
|
||||
"zoomUpdated": "Interface zoom updated",
|
||||
"updateFailed": "Update failed",
|
||||
|
||||
@@ -167,7 +167,13 @@
|
||||
"bottomNav": {
|
||||
"label": "底部导航功能",
|
||||
"hint": "可选择要出现在手机底部导航的功能。底栏最多展示 4 项,其余会自动收纳到“更多”。"
|
||||
}
|
||||
},
|
||||
"dragHint": "拖动可调整顺序。前 4 项显示在底栏,其余显示在“更多”。",
|
||||
"dropHere": "松手后放到这里",
|
||||
"bottomSection": "底栏(最多 4 个)",
|
||||
"moreSection": "更多",
|
||||
"moveToMore": "移到更多",
|
||||
"moveToBottom": "移到底栏"
|
||||
},
|
||||
"zoomUpdated": "界面缩放已更新",
|
||||
"updateFailed": "更新失败",
|
||||
|
||||
Reference in New Issue
Block a user