fix: 锁屏多语言
This commit is contained in:
@@ -134,8 +134,12 @@ onUnmounted(() => {
|
||||
<!-- 锁屏-OMC重启升级 -->
|
||||
<div class="lock-screen_reload" v-if="lockedStore.lockType === 'reload'">
|
||||
<LoadingOutlined style="font-size: 56px" />
|
||||
<div class="text">正在重启,请稍等...</div>
|
||||
<div class="desc">当准备就绪的时候,你的浏览器会自动刷新。</div>
|
||||
<div class="text">
|
||||
{{ t('components.LockScreen.backReload') }}
|
||||
</div>
|
||||
<div class="desc">
|
||||
{{ t('components.LockScreen.backReload2') }}
|
||||
</div>
|
||||
</div>
|
||||
</a-modal>
|
||||
</template>
|
||||
|
||||
@@ -126,6 +126,8 @@ export default {
|
||||
validSucc:'Validation Passed',
|
||||
validError:'Validation Failure',
|
||||
backLogin:'Logout to Relogin',
|
||||
backReload:'Restarting now, please wait...',
|
||||
backReload2:'When ready, your browser will automatically refresh.',
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -126,6 +126,8 @@ export default {
|
||||
validSucc:'校验通过',
|
||||
validError:'校验失败',
|
||||
backLogin:'退出并重新登录',
|
||||
backReload:'正在重启,请稍等...',
|
||||
backReload2:'当准备就绪的时候,你的浏览器会自动刷新。',
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user