更新翻译

This commit is contained in:
fangxiang 2022-11-19 12:47:29 +08:00
parent ec365027e9
commit 9064d2c3a7
3 changed files with 8 additions and 3 deletions

View File

@ -124,7 +124,7 @@
<div class="fit row items-center justify-center">
<div class="preview_wall_item">
<span>
&nbsp;&nbsp;OI:{{ (row - 1) * preview_cols + col }}
&nbsp;&nbsp;HI: {{ (row - 1) * preview_cols + col }}
</span>
<br />
<span
@ -132,7 +132,8 @@
outputs.length > (row - 1) * preview_cols + col - 1
"
>
&nbsp;&nbsp;NI:{{
&nbsp;&nbsp;SI:
{{
(outputs[(row - 1) * preview_cols + col - 1]
.output_index ?? (row - 1) * preview_cols + col) + 1
}}</span
@ -484,7 +485,7 @@ export default defineComponent({
}
$q.dialog({
title: $t.t("set splice index"),
message: $t.t("please select new index") + "!",
message: $t.t("please select new index") + ":",
options: {
type: "radio",
model: splice_index.toString(),

View File

@ -389,4 +389,6 @@ export default {
"portrait mode": "Portrait Mode",
"can't be": "Can't Be",
"video wall": "Video Wall",
"set splice index": "Set Splice Index",
"please select new index": "Please Select New Index",
};

View File

@ -660,4 +660,6 @@ export default {
"portrait mode": "竖屏",
"can't be": "不能为",
"video wall": "拼接墙",
"set splice index": "设置拼接序号",
"please select new index": "请选择新序号",
};