更新翻译

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="fit row items-center justify-center">
<div class="preview_wall_item"> <div class="preview_wall_item">
<span> <span>
&nbsp;&nbsp;OI:{{ (row - 1) * preview_cols + col }} &nbsp;&nbsp;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
" "
> >
&nbsp;&nbsp;NI:{{ &nbsp;&nbsp;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(),

View File

@ -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",
}; };

View File

@ -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": "请选择新序号",
}; };