mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-13 02:54:26 +08:00
fix: 完善 MSD 错误提示;解决 MSD 文件名称过长问题;优化粘贴文本样式;优化所有下拉框样式;删除“画面静止时会自动降帧”提示
This commit is contained in:
@@ -184,8 +184,6 @@ export default {
|
||||
},
|
||||
paste: {
|
||||
title: 'Paste Text',
|
||||
description: 'Enter text to send to remote host as keyboard input',
|
||||
label: 'Text Content',
|
||||
placeholder: 'Enter text to paste here...',
|
||||
hint: 'Press Ctrl+Enter to send quickly',
|
||||
confirm: 'Send',
|
||||
@@ -945,7 +943,6 @@ export default {
|
||||
fps: 'FPS',
|
||||
fpsTarget: 'Target FPS',
|
||||
fpsActual: 'Actual FPS',
|
||||
fpsStaticHint: 'Frame rate drops automatically while the image is static',
|
||||
paused: 'Paused',
|
||||
backend: 'Backend',
|
||||
currentMode: 'Current Mode',
|
||||
|
||||
@@ -184,8 +184,6 @@ export default {
|
||||
},
|
||||
paste: {
|
||||
title: '粘贴文本',
|
||||
description: '输入要发送到远程主机的文本,将以键盘输入方式发送',
|
||||
label: '文本内容',
|
||||
placeholder: '在此输入要粘贴的文本...',
|
||||
hint: '按 Ctrl+Enter 快速发送',
|
||||
confirm: '发送',
|
||||
@@ -944,7 +942,6 @@ export default {
|
||||
fps: '帧率',
|
||||
fpsTarget: '目标帧率',
|
||||
fpsActual: '实际帧率',
|
||||
fpsStaticHint: '画面静止时会自动降帧',
|
||||
paused: '已暂停',
|
||||
backend: '后端',
|
||||
currentMode: '当前模式',
|
||||
|
||||
Reference in New Issue
Block a user