Aktuelles Goal
+ Current Goal
{filter.reverse && goalLi}
{ objectHyps.length > 0 &&
- Objekte:
+ Objects:
{objectHyps.map((h, i) =>
- )}
}
Annahmen:
+ Assumptions:
{assumptionHyps.map((h, i) =>
-
@@ -237,7 +237,7 @@ export const ProofDisplay = React.memo((props : ProofDisplayProps) => {
return <>
{ steps &&
Weitere Goals
+ Further Goals
{goals.slice(1).map((goal, i) =>
@@ -237,7 +237,7 @@ export const ProofDisplay = React.memo((props : ProofDisplayProps) => {
return <>
{ steps &&
- Bisheriger Beweis
+ Proof history
{steps.map((s) =>
diff --git a/client/src/components/infoview/hints.tsx b/client/src/components/infoview/hints.tsx
index b7ba2b9..1e7816d 100644
--- a/client/src/components/infoview/hints.tsx
+++ b/client/src/components/infoview/hints.tsx
@@ -20,7 +20,7 @@ export function Hints({hints} : {hints: GameHint[]}) {
{hiddenHints.length > 0 &&
setShowHints((prev) => !prev)} />}
- label="Robo, hast du einen Tipp?"
+ label="I need help!"
/>}
{showHints && hiddenHints.map(hint => )}
>
Bisheriger Beweis
+ Proof history
{steps.map((s) =>
diff --git a/client/src/components/infoview/hints.tsx b/client/src/components/infoview/hints.tsx
index b7ba2b9..1e7816d 100644
--- a/client/src/components/infoview/hints.tsx
+++ b/client/src/components/infoview/hints.tsx
@@ -20,7 +20,7 @@ export function Hints({hints} : {hints: GameHint[]}) {
{hiddenHints.length > 0 &&
setShowHints((prev) => !prev)} />}
- label="Robo, hast du einen Tipp?"
+ label="I need help!"
/>}
{showHints && hiddenHints.map(hint => )}
>