修复字幕编辑器加载失败的BUG

This commit is contained in:
fangxiang 2022-04-28 17:05:51 +08:00
parent ba04ab3f70
commit 4565543981
4 changed files with 8 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -102,7 +102,7 @@
<editor
:disabled="loading"
class="fit"
tinymce-script-src="/tinymce/tinymce.min.js"
tinymce-script-src="tinymce/tinymce.min.js"
:init="editor_config"
v-model="subtitle.text"
/>

View File

@ -18,4 +18,8 @@ export default {
"other setting": "Other",
close: "Close",
logout: "Logout",
"window rect": "Window Size",
"edit window rect": "Window Size Adjust",
"set the window rectangle beyond the desktop rectangle, the window rectangle will be clipped, are you sure to use this window rectangle":
"if the window size exceeds the desktop size, the window size will be clipped. Are you sure to use this window size",
};

View File

@ -481,14 +481,14 @@ export default {
"plan running! can't open window!": "预案正在运行!不能开窗!",
"full screen window": "全屏",
"restore window size": "恢复",
"window rect": "窗口矩形",
"the number must be greater than 0": "数字必须大于0",
"the number must be greater than 1": "数字必须大于1",
X: "X坐标",
Y: "Y坐标",
"edit window rect": "修改窗口矩形",
"edit window rect": "窗口大小调整",
"window rect": "窗口大小",
"set the window rectangle beyond the desktop rectangle, the window rectangle will be clipped, are you sure to use this window rectangle":
"设置的窗口矩形超出桌面矩形,窗口矩形将会被裁剪,确定使用这个窗口矩形吗",
"设置的窗口大小超出桌面大小,窗口大小将会被裁剪,确定使用这个窗口大小吗",
"desktop width": "桌面宽度",
"desktop height": "桌面高度",
px: "像素",