更新语言包

This commit is contained in:
huangjp
2026-03-26 20:35:03 +08:00
parent 76be37f361
commit 2dd2f255c0
13 changed files with 394 additions and 394 deletions

View File

@ -136,7 +136,7 @@
[3, 120]
],
font: [{
text: this.$t('homePage.device.gridMode') + ':',
text: this.$t('homePage.device.gridModeCom') + ':',
size: 14,
color: "#999999",
width: 50,

View File

@ -7,7 +7,7 @@
</view>
</view>
<view class="box">
<Section :title="$t('homePage.device.totalAcReaPower')">
<Section :title="$t('homePage.device.totalAcReaPower')" :style="language !== 'zh_CN'? 'flex-wrap: wrap;':''">
<view slot="right" style="flex: 1">
<view class="top-right-box">
<span class="time">{{$t('homePage.device.timeGranularity')}}:</span>
@ -287,10 +287,10 @@
{
type: "text",
coord: [
[35, 80]
[3, 80]
],
font: [{
text: this.$t('homePage.device.dcbreaker') + ':',
text: this.$t('homePage.device.dcbreakerCom') + ':',
size: 14,
color: "#999999",
width: 50,
@ -330,7 +330,7 @@
[3, 120]
],
font: [{
text: this.$t('homePage.device.gridMode') + ':',
text: this.$t('homePage.device.gridModeCom') + ':',
size: 14,
color: "#999999",
width: 50,
@ -347,7 +347,7 @@
{
type: "text",
coord: [
[35, 140]
[3, 140]
],
font: [{
text: this.$t('homePage.device.deviceState') + ':',

View File

@ -74,9 +74,9 @@
</view>
<view class="box">
<Section :title="$t('homePage.home.chargeDisData')">
<Section :title="$t('homePage.home.chargeDisData')" :style="language !== 'zh_CN'? 'flex-wrap: wrap;':''">
<view slot="right" style="flex: 1">
<view class="top-right-box">
<view class="top-right-box" :style="language !== 'zh_CN'? 'margin-top: 10rpx;':''">
<view class="top-right-item" :class="{ active: activeTime === 'day' }"
@click="changeTime('day')">{{this.$t('homePage.home.sevenDaycom')}}
</view>