mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 20:29:03 +08:00
feat: 支持移动端底部导航自定义与更多收纳
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
"pleaseSelect": "Please select",
|
||||
"pleaseEnter": "Please enter",
|
||||
"readOnly": "Read-only mode",
|
||||
"none": "None"
|
||||
"none": "None",
|
||||
"more": "More"
|
||||
},
|
||||
"oobe": {
|
||||
"title": "Welcome to SecScore",
|
||||
@@ -161,6 +162,13 @@
|
||||
"saveFailed": "Save failed"
|
||||
},
|
||||
"zoomHint": "Adjust the overall size of the application interface",
|
||||
"mobile": {
|
||||
"navigationTitle": "Page Shortcuts",
|
||||
"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\"."
|
||||
}
|
||||
},
|
||||
"zoomUpdated": "Interface zoom updated",
|
||||
"updateFailed": "Update failed",
|
||||
"security": {
|
||||
|
||||
@@ -34,7 +34,8 @@
|
||||
"pleaseSelect": "请选择",
|
||||
"pleaseEnter": "请输入",
|
||||
"readOnly": "当前为只读权限",
|
||||
"none": "无"
|
||||
"none": "无",
|
||||
"more": "更多"
|
||||
},
|
||||
"oobe": {
|
||||
"title": "欢迎使用 SecScore",
|
||||
@@ -161,6 +162,13 @@
|
||||
"saveFailed": "保存失败"
|
||||
},
|
||||
"zoomHint": "调节应用界面的整体大小",
|
||||
"mobile": {
|
||||
"navigationTitle": "页面入口",
|
||||
"bottomNav": {
|
||||
"label": "底部导航功能",
|
||||
"hint": "可选择要出现在手机底部导航的功能。底栏最多展示 4 项,其余会自动收纳到“更多”。"
|
||||
}
|
||||
},
|
||||
"zoomUpdated": "界面缩放已更新",
|
||||
"updateFailed": "更新失败",
|
||||
"security": {
|
||||
|
||||
Reference in New Issue
Block a user