You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/homepage/web/src/i18n/en.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@
54
54
"title": "Unlock more possibilities",
55
55
"calculator": "Calculator",
56
56
"todoApp": "Todo App",
57
+
"coinGame": "Coin Duel",
57
58
"tryPlayground": "Try it in Playground",
58
59
"replayControls": "Playback controls",
59
60
"pause": "Pause",
@@ -64,8 +65,10 @@
64
65
"prompt": {
65
66
"element": "Generate a calculator without buttons, use div elements, macaron colors, no TinyLayout, make it beautiful",
66
67
"page": "Create a rich todo app with as many features as you can think of",
68
+
"coin": "Create a coin duel simulator: both sides start with 100 yuan. The opponent tosses N coins in a row; if at least one lands heads the opponent wins X yuan, otherwise you win and the opponent pays you Y yuan. Simulate until one side goes broke and show both balances changing live with a line chart",
67
69
"elementBubble": "Generate a calculator with div elements, macaron colors, make it beautiful",
68
-
"pageBubble": "Create a rich todo app with as many features as you can think of"
70
+
"pageBubble": "Create a rich todo app with as many features as you can think of",
71
+
"coinBubble": "Create a coin duel simulator where both sides start with 100 yuan and play until one goes broke"
0 commit comments