mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 20:29:03 +08:00
设置页新增搜索小键盘布局并支持26键
This commit is contained in:
@@ -127,6 +127,14 @@
|
||||
"darkMode": "Dark",
|
||||
"primaryColor": "Primary Color",
|
||||
"backgroundGradient": "Background Gradient",
|
||||
"searchKeyboard": {
|
||||
"title": "Search Keyboard",
|
||||
"hint": "Choose the pop-up keyboard layout under the search box",
|
||||
"options": {
|
||||
"qwerty26": "26-key (QWERTY)",
|
||||
"t9": "9-key (T9)"
|
||||
}
|
||||
},
|
||||
"interfaceZoom": "Interface Zoom",
|
||||
"zoomHint": "Adjust the overall size of the application interface",
|
||||
"zoomUpdated": "Interface zoom updated",
|
||||
|
||||
@@ -127,6 +127,14 @@
|
||||
"darkMode": "深色",
|
||||
"primaryColor": "主色",
|
||||
"backgroundGradient": "背景渐变",
|
||||
"searchKeyboard": {
|
||||
"title": "搜索小键盘",
|
||||
"hint": "选择搜索框下方弹出的小键盘布局",
|
||||
"options": {
|
||||
"qwerty26": "26 键(QWERTY)",
|
||||
"t9": "9 键(T9)"
|
||||
}
|
||||
},
|
||||
"interfaceZoom": "界面缩放",
|
||||
"zoomHint": "调节应用界面的整体大小",
|
||||
"zoomUpdated": "界面缩放已更新",
|
||||
|
||||
Reference in New Issue
Block a user