修复字幕编辑器加载失败的BUG
This commit is contained in:
parent
ba04ab3f70
commit
4565543981
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -102,7 +102,7 @@
|
||||||
<editor
|
<editor
|
||||||
:disabled="loading"
|
:disabled="loading"
|
||||||
class="fit"
|
class="fit"
|
||||||
tinymce-script-src="/tinymce/tinymce.min.js"
|
tinymce-script-src="tinymce/tinymce.min.js"
|
||||||
:init="editor_config"
|
:init="editor_config"
|
||||||
v-model="subtitle.text"
|
v-model="subtitle.text"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -18,4 +18,8 @@ export default {
|
||||||
"other setting": "Other",
|
"other setting": "Other",
|
||||||
close: "Close",
|
close: "Close",
|
||||||
logout: "Logout",
|
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",
|
||||||
};
|
};
|
||||||
|
|
|
@ -481,14 +481,14 @@ export default {
|
||||||
"plan running! can't open window!": "预案正在运行!不能开窗!",
|
"plan running! can't open window!": "预案正在运行!不能开窗!",
|
||||||
"full screen window": "全屏",
|
"full screen window": "全屏",
|
||||||
"restore window size": "恢复",
|
"restore window size": "恢复",
|
||||||
"window rect": "窗口矩形",
|
|
||||||
"the number must be greater than 0": "数字必须大于0",
|
"the number must be greater than 0": "数字必须大于0",
|
||||||
"the number must be greater than 1": "数字必须大于1",
|
"the number must be greater than 1": "数字必须大于1",
|
||||||
X: "X坐标",
|
X: "X坐标",
|
||||||
Y: "Y坐标",
|
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":
|
"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 width": "桌面宽度",
|
||||||
"desktop height": "桌面高度",
|
"desktop height": "桌面高度",
|
||||||
px: "像素",
|
px: "像素",
|
||||||
|
|
Loading…
Reference in New Issue