add replay i18n strings for preparing and error states

This commit is contained in:
Josh Hawkins 2026-05-02 23:13:42 -05:00
parent aae84546cc
commit a05832bb18

View File

@ -24,13 +24,21 @@
"alreadyActive": "A replay session is already active", "alreadyActive": "A replay session is already active",
"stopped": "Debug replay stopped", "stopped": "Debug replay stopped",
"stopError": "Failed to stop debug replay: {{error}}", "stopError": "Failed to stop debug replay: {{error}}",
"goToReplay": "Go to Replay" "goToReplay": "Go to Replay",
"preparingClip": "Preparing replay clip…"
} }
}, },
"page": { "page": {
"noSession": "No Active Replay Session", "noSession": "No Active Replay Session",
"noSessionDesc": "Start a debug replay from the History view by clicking the Debug Replay button in the toolbar.", "noSessionDesc": "Start a debug replay from the History view by clicking the Debug Replay button in the toolbar.",
"goToRecordings": "Go to History", "goToRecordings": "Go to History",
"preparingClip": "Preparing replay clip…",
"preparingClipDesc": "Stitching together recordings for the selected time range. This can take a minute for longer ranges.",
"startingCamera": "Starting replay camera…",
"startError": {
"title": "Failed to start debug replay",
"back": "Back to History"
},
"sourceCamera": "Source Camera", "sourceCamera": "Source Camera",
"replayCamera": "Replay Camera", "replayCamera": "Replay Camera",
"initializingReplay": "Initializing replay...", "initializingReplay": "Initializing replay...",