字幕Y偏移改为Y坐标
This commit is contained in:
parent
9d81132329
commit
bb29603f8c
|
@ -79,11 +79,11 @@
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<q-input
|
<q-input
|
||||||
type="number"
|
type="number"
|
||||||
:label="$t('y offset')"
|
:label="$t('width')"
|
||||||
maxlength="4"
|
maxlength="4"
|
||||||
max="2160"
|
max="7680"
|
||||||
min="0"
|
min="0"
|
||||||
v-model="subtitle.y_offset"
|
v-model="subtitle.width"
|
||||||
/>
|
/>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
@ -101,11 +101,11 @@
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<q-input
|
<q-input
|
||||||
type="number"
|
type="number"
|
||||||
:label="$t('width')"
|
:label="$t('pos y')"
|
||||||
maxlength="4"
|
maxlength="4"
|
||||||
max="7680"
|
max="2160"
|
||||||
min="0"
|
min="0"
|
||||||
v-model="subtitle.width"
|
v-model="subtitle.y_offset"
|
||||||
/>
|
/>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
|
@ -58,6 +58,7 @@ export default {
|
||||||
"move speed": "Move Speed",
|
"move speed": "Move Speed",
|
||||||
"y offset": "Y Offset",
|
"y offset": "Y Offset",
|
||||||
"pos x": "X Position",
|
"pos x": "X Position",
|
||||||
|
"pos y": "Y Position",
|
||||||
width: "Width",
|
width: "Width",
|
||||||
height: "Height",
|
height: "Height",
|
||||||
enable: "Enable",
|
enable: "Enable",
|
||||||
|
|
|
@ -577,6 +577,7 @@ export default {
|
||||||
"the start time should not exceed the current time, and the target time should not be less than the current time":
|
"the start time should not exceed the current time, and the target time should not be less than the current time":
|
||||||
"正计时的时候起始时间不要超过当前时间,倒计时的时候目标时间不要小于当前时间",
|
"正计时的时候起始时间不要超过当前时间,倒计时的时候目标时间不要小于当前时间",
|
||||||
"pos x": "X坐标",
|
"pos x": "X坐标",
|
||||||
|
"pos y": "Y坐标",
|
||||||
"No.": "序号",
|
"No.": "序号",
|
||||||
"The client depends on the Cookie function. If cookies are not enabled in the current browser, the client cannot be used!":
|
"The client depends on the Cookie function. If cookies are not enabled in the current browser, the client cannot be used!":
|
||||||
"客户端依赖Cookie功能。如果当前浏览器未启用Cookie,则客户端无法使用!",
|
"客户端依赖Cookie功能。如果当前浏览器未启用Cookie,则客户端无法使用!",
|
||||||
|
|
Loading…
Reference in New Issue