fix(国际化): 国际化问题汇总

This commit is contained in:
dataeaseShu 2024-11-25 16:37:12 +08:00
parent 24b37a9592
commit dcf5778608
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ export default {
relevant_templates_found: 'No relevant templates found',
last_edited_by: 'Last editor',
last_edit_time: 'Last edit time',
big_data_screen: 'Big data screen',
big_data_screen: 'Data screen',
big_screen: 'Big screen',
dashboard: 'Dashboard',
data_set: 'Data set',

View File

@ -193,7 +193,7 @@ const syncFree = () => {
<template>
<el-dialog
:append-to-body="true"
title="关于"
:title="t('common.about')"
width="840px"
v-model="dialogVisible"
class="about-dialog"