From 2ff32779d1c6ca82e974a64f35a36b9a0ac8cfd3 Mon Sep 17 00:00:00 2001 From: Ease112 Date: Thu, 3 Oct 2024 19:16:35 +0900 Subject: [PATCH] Translated JP -> EN --- ui/components/ObjectTable.tsx | 18 +++++++++--------- ui/pages/index.tsx | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ui/components/ObjectTable.tsx b/ui/components/ObjectTable.tsx index 28d3333..904171d 100644 --- a/ui/components/ObjectTable.tsx +++ b/ui/components/ObjectTable.tsx @@ -59,10 +59,10 @@ const Mark: React.FC<{ children: React.ReactNode; active: boolean }> = ({ }; const filterItems = [ - "キャラクター", - "ターゲット", - "変化のあるオブジェクト", - "全てのオブジェクト", + "Character", + "Target", + "Dynamic Objects", + "All Objects", ]; const diffScoreToColor = (score: number) => { @@ -437,14 +437,14 @@ export const ObjectTable: React.FC<{ onChange={onChangeSlider} /> - 表示する項目 + Items to display - 表示するオブジェクト + Objects to display {activityNodes} @@ -403,8 +403,8 @@ const Home: NextPage = () => { {videoUrl && ( - - + + )}