@open-slot-ui/core 0.6.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1460,6 +1460,15 @@ var openuiDefaults = {
1460
1460
  "openui.error": "Error",
1461
1461
  "openui.notice": "Notice",
1462
1462
  "openui.replay": "Replay",
1463
+ // Replay panel (Stake "Replay Support"): the round's cost + worth is shown at the
1464
+ // start; a Replay button re-runs it at the end.
1465
+ "openui.replay.title": "Replay",
1466
+ "openui.replay.baseBet": "Base Bet",
1467
+ "openui.replay.costMultiplier": "Cost Multiplier",
1468
+ "openui.replay.payoutMultiplier": "Payout Multiplier",
1469
+ "openui.replay.amount": "Final amount",
1470
+ "openui.replay.play": "Play",
1471
+ "openui.replay.again": "Replay",
1463
1472
  "openui.buyFeature.title": "Buy feature",
1464
1473
  "openui.buyFeature.message": "Buy this feature now?",
1465
1474
  // Confirm step for a higher-cost play — {{name}} / {{price}} are interpolated.
@@ -1500,6 +1509,11 @@ var openuiSocialDefaults = {
1500
1509
  "openui.buyFeature.title": "Play bonus",
1501
1510
  "openui.buyFeature.message": "Play this bonus now?",
1502
1511
  "openui.buyFeature.confirm": "Play {{name}} for {{price}}?",
1512
+ // Stake.us replay terms: Base Bet → Base Play, Cost Multiplier → Feature Multiplier,
1513
+ // Payout Multiplier → Final Multiplier.
1514
+ "openui.replay.baseBet": "Base Play",
1515
+ "openui.replay.costMultiplier": "Feature Multiplier",
1516
+ "openui.replay.payoutMultiplier": "Final Multiplier",
1503
1517
  "openui.err.insufficient.message": "You don't have enough balance for this play.",
1504
1518
  "openui.err.limit.message": "A play limit has been reached. Please try again later."
1505
1519
  };