Skip to content

Commit

Permalink
新增:设置文案调整为设备设置
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Oct 25, 2024
1 parent d65f972 commit 48ad12c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/lang/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"网络": "000fe9ab",
"网络设备": "3bcd6ff4",
"网络连接": "3bcdfa72",
"置顶": "001006c8",
"设备置顶": "001006c8",
"视图": "001105f8",
"记住我的选择": "160fdc0e",
"设备": "00114509",
Expand Down Expand Up @@ -194,4 +194,4 @@
"默认": "0013c7cc",
"默认端口 {port}": "3d329aff",
"默认设置": "4a52703c"
}
}
4 changes: 2 additions & 2 deletions src/lang/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"000fc206": "缩小",
"000fe9ab": "网络",
"000ff33b": "编辑",
"001006c8": "置顶",
"001006c8": "设备置顶",
"001105f8": "视图",
"00114509": "设备",
"0011519f": "设备设置",
Expand Down Expand Up @@ -195,4 +195,4 @@
"7b5e9f5a": "正在打开摄像头",
"7cb31927": "确认卸载应用 {name} ?",
"7d2a202f": "发现新版本{version},是否立即下载更新?"
}
}
2 changes: 1 addition & 1 deletion src/pages/Device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const doHelp = () => {
{{ $t('命令行') }}
</a-doption>
<a-doption v-if="rIndex>0" @click="deviceStore.doTop(rIndex)">
{{ $t('置顶') }}
{{ $t('设备置顶') }}
</a-doption>
<a-doption @click="settingDialog?.show(r)">
{{ $t('设备设置') }}
Expand Down

0 comments on commit 48ad12c

Please sign in to comment.