diff --git a/src/pages/extra-pages/LoadingComponent.js b/src/pages/extra-pages/LoadingComponent.js index ecfff5e..4152295 100644 --- a/src/pages/extra-pages/LoadingComponent.js +++ b/src/pages/extra-pages/LoadingComponent.js @@ -1,4 +1,5 @@ -import {Box, CircularProgress, Grid} from "@mui/material"; +import {Box, CircularProgress, Grid, Typography} from "@mui/material"; +import {FormattedMessage} from "react-intl"; const LoadingComponent = () => { return ( @@ -9,7 +10,13 @@ const LoadingComponent = () => { alignItems="center" // autoHeight={true} > - + + + + + + + ) diff --git a/src/translations/en.json b/src/translations/en.json index 277cc88..2959b39 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -360,6 +360,7 @@ "dateFrom": "Date(From)", "dateTo": "Date(To)", "of": "of", + "loading": "Loading...", "Dashboard": "Dashboard", "event": "Event" diff --git a/src/translations/zh-CN.json b/src/translations/zh-CN.json index ff1cd23..76c471a 100644 --- a/src/translations/zh-CN.json +++ b/src/translations/zh-CN.json @@ -360,6 +360,7 @@ "dateFrom": "日期(从)", "dateTo": "日期(到)", "of": "於", + "loading": "加载中...", "Dashboard": "仪表板", "event": "活动" diff --git a/src/translations/zh-HK.json b/src/translations/zh-HK.json index 99ddbf3..2a9fc18 100644 --- a/src/translations/zh-HK.json +++ b/src/translations/zh-HK.json @@ -360,6 +360,7 @@ "dateFrom": "日期(從)", "dateTo": "日期(到)", "of": "於", + "loading": "加載中...", "Dashboard": "儀表板", "event": "活動"