中文翻译Ok,Cancel。英文翻译Full Screen
This commit is contained in:
parent
8d7ef3ae74
commit
f903543c0b
|
@ -351,4 +351,5 @@ export default {
|
||||||
"device list": "Device List",
|
"device list": "Device List",
|
||||||
"The detected version does not match, please download the new version!":
|
"The detected version does not match, please download the new version!":
|
||||||
"The detected version does not match, please download the new version!",
|
"The detected version does not match, please download the new version!",
|
||||||
|
"full screen": "Full Screen",
|
||||||
};
|
};
|
||||||
|
|
|
@ -628,4 +628,6 @@ export default {
|
||||||
"device list": "设备列表",
|
"device list": "设备列表",
|
||||||
"The detected version does not match, please download the new version!":
|
"The detected version does not match, please download the new version!":
|
||||||
"检测到的版本不匹配,请下载新版本!",
|
"检测到的版本不匹配,请下载新版本!",
|
||||||
|
ok: "确定",
|
||||||
|
cancel: "取消",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue