更新翻译
This commit is contained in:
parent
ec365027e9
commit
9064d2c3a7
|
@ -124,7 +124,7 @@
|
||||||
<div class="fit row items-center justify-center">
|
<div class="fit row items-center justify-center">
|
||||||
<div class="preview_wall_item">
|
<div class="preview_wall_item">
|
||||||
<span>
|
<span>
|
||||||
OI:{{ (row - 1) * preview_cols + col }}
|
HI: {{ (row - 1) * preview_cols + col }}
|
||||||
</span>
|
</span>
|
||||||
<br />
|
<br />
|
||||||
<span
|
<span
|
||||||
|
@ -132,7 +132,8 @@
|
||||||
outputs.length > (row - 1) * preview_cols + col - 1
|
outputs.length > (row - 1) * preview_cols + col - 1
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
NI:{{
|
SI:
|
||||||
|
{{
|
||||||
(outputs[(row - 1) * preview_cols + col - 1]
|
(outputs[(row - 1) * preview_cols + col - 1]
|
||||||
.output_index ?? (row - 1) * preview_cols + col) + 1
|
.output_index ?? (row - 1) * preview_cols + col) + 1
|
||||||
}}</span
|
}}</span
|
||||||
|
@ -484,7 +485,7 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
$q.dialog({
|
$q.dialog({
|
||||||
title: $t.t("set splice index"),
|
title: $t.t("set splice index"),
|
||||||
message: $t.t("please select new index") + "!",
|
message: $t.t("please select new index") + ":",
|
||||||
options: {
|
options: {
|
||||||
type: "radio",
|
type: "radio",
|
||||||
model: splice_index.toString(),
|
model: splice_index.toString(),
|
||||||
|
|
|
@ -389,4 +389,6 @@ export default {
|
||||||
"portrait mode": "Portrait Mode",
|
"portrait mode": "Portrait Mode",
|
||||||
"can't be": "Can't Be",
|
"can't be": "Can't Be",
|
||||||
"video wall": "Video Wall",
|
"video wall": "Video Wall",
|
||||||
|
"set splice index": "Set Splice Index",
|
||||||
|
"please select new index": "Please Select New Index",
|
||||||
};
|
};
|
||||||
|
|
|
@ -660,4 +660,6 @@ export default {
|
||||||
"portrait mode": "竖屏",
|
"portrait mode": "竖屏",
|
||||||
"can't be": "不能为",
|
"can't be": "不能为",
|
||||||
"video wall": "拼接墙",
|
"video wall": "拼接墙",
|
||||||
|
"set splice index": "设置拼接序号",
|
||||||
|
"please select new index": "请选择新序号",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue