mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2024-11-12 20:11:21 +08:00
fix(i18n): device rotation
This commit is contained in:
parent
a4da2d4ebe
commit
b8dbabb8f3
@ -79,7 +79,7 @@ onMounted(async () => {
|
||||
} else {
|
||||
store.screenSizeW = payload.width;
|
||||
store.screenSizeH = payload.height;
|
||||
message.info("设备旋转");
|
||||
message.info(t("pages.Device.deviceRotation"));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
@ -36,7 +36,8 @@
|
||||
"wsClose": "Close",
|
||||
"wsConnect": "Control",
|
||||
"adbDeviceError": "Unable to get available devices",
|
||||
"adbConnectError": "Wireless connection failed"
|
||||
"adbConnectError": "Wireless connection failed",
|
||||
"deviceRotation": "Device rotation"
|
||||
},
|
||||
"Mask": {
|
||||
"inputBoxPlaceholder": "Input text and then press enter/esc",
|
||||
|
@ -36,7 +36,8 @@
|
||||
"wsClose": "断开",
|
||||
"wsConnect": "控制",
|
||||
"adbDeviceError": "无法获取可用设备",
|
||||
"adbConnectError": "无线连接失败"
|
||||
"adbConnectError": "无线连接失败",
|
||||
"deviceRotation": "设备旋转"
|
||||
},
|
||||
"Mask": {
|
||||
"keyconfigException": "按键方案异常,请删除此方案",
|
||||
|
Loading…
Reference in New Issue
Block a user