Skip to content

Commit

Permalink
feat: Change texts to adapted versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
elondaits committed Feb 27, 2024
1 parent 21cab7b commit 00d6317
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions extras/tr/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"instructions": "Ziel des Spiels ist es, eine möglichst hohe Summe zu erreichen. Decke die Zahlenkarten auf. Du hast %turns Spielzüge. Du darfst Karten mehrfach auswählen.",
"draws": "Spielzüge übrig",
"sum": "Summe",
"restart": "Neustart",
"final_result": "Endergebnis:",
"result_better": "Das ist %percentage% <em>besser</em> als die durchschnittlich beste Strategie.",
"result_worse": "Das ist %percentage% <em>schlechter</em> als die durchschnittlich beste Strategie.",
"explanation_1": "Die beste Strategie hat zwei Phasen",
"explanation_2": "<strong>Erforschen: </strong> Decke neue Zahlen auf.",
"explanation_3": "<strong>Ausnutzen: </strong> Wähle immer wieder die höchste gefundene Zahl aus.",
"explanation_4": "KIs lernen, indem sie abwechselnd Neues ausprobieren und das machen, was sie schon gut können. Wechselst du in deinem Leben manchmal auch zwischen diesen Strategien hin und her?",
"analysis_chart_y_label": "Durchschnittssumme",
"analysis_chart_x_label": "Anzahl der Erkundungsversuche",
"play_again": "Spiel neu starten"
}
16 changes: 16 additions & 0 deletions extras/tr/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"instructions": "Flip cards to reveal numbers. You have %turns turns to reach the highest possible sum. You can select an already flipped card as many times as you want.",
"draws": "turns left",
"sum": "total",
"restart": "Restart",
"final_result": "Final result:",
"result_better": "This is %percentage% <em>better</em> than the average best strategy.",
"result_worse": "This is %percentage% <em>worse</em> than the average best strategy.",
"explanation_1": "The best strategy has two phases:",
"explanation_2": "<strong>Explore: </strong> Find new numbers.",
"explanation_3": "<strong>Exploit: </strong> Repeatedly select the highest number found.",
"explanation_4": "AIs learn by alternating between the best known action and exploring new possibilities. Do you ever alternate between these strategies in your life?\n",
"analysis_chart_y_label": "Average sum",
"analysis_chart_x_label": "Number of turns of exploration",
"play_again": "Play again"
}

0 comments on commit 00d6317

Please sign in to comment.