mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-07 05:55:27 +03:00
add replay i18n strings for preparing and error states
This commit is contained in:
parent
aae84546cc
commit
a05832bb18
@ -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...",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user