From 02292943e30bd5aca05801d662c1079a2ce8de6d Mon Sep 17 00:00:00 2001 From: ryan he Date: Tue, 5 Mar 2024 16:34:01 +0800 Subject: [PATCH] complete the translation --- web/src/components/TimelineSummary.jsx | 5 +++-- web/src/i18n/zh-CN.json | 6 ++++-- web/src/routes/Export.jsx | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/web/src/components/TimelineSummary.jsx b/web/src/components/TimelineSummary.jsx index 89b8914c3f..4a0e0ffab0 100644 --- a/web/src/components/TimelineSummary.jsx +++ b/web/src/components/TimelineSummary.jsx @@ -13,6 +13,7 @@ import DeliveryTruckIcon from '../icons/DeliveryTruck'; import ZoneIcon from '../icons/Zone'; import { useMemo, useState } from 'preact/hooks'; import Button from './Button'; +import { FormattedMessage } from 'react-intl'; export default function TimelineSummary({ event, onFrameSelected }) { const { data: eventTimeline } = useSWR([ @@ -107,12 +108,12 @@ export default function TimelineSummary({ event, onFrameSelected }) { {timeIndex >= 0 ? (
-
Bounding boxes may not align
+