Implemented the (first version of the) Recording Live Activity in the Attendi widget target.
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"sourceLanguage" : "en",
|
||||
"strings" : {
|
||||
"Configuration" : {
|
||||
|
||||
},
|
||||
"Discard" : {
|
||||
|
||||
},
|
||||
"Discard Recording" : {
|
||||
|
||||
},
|
||||
"Favorite Emoji" : {
|
||||
|
||||
},
|
||||
"Favorite Emoji:" : {
|
||||
|
||||
},
|
||||
"Pause" : {
|
||||
|
||||
},
|
||||
"Pause or Resume Recording" : {
|
||||
|
||||
},
|
||||
"Pauses or resumes the ongoing recording." : {
|
||||
|
||||
},
|
||||
"Resume" : {
|
||||
|
||||
},
|
||||
"This is an example widget." : {
|
||||
|
||||
},
|
||||
"Throws the paused recording away." : {
|
||||
|
||||
},
|
||||
"Time:" : {
|
||||
|
||||
},
|
||||
"view.recording-state-label.state.paused" : {
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Recording is **paused**"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"view.recording-state-label.state.processing" : {
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Recording is being **processed**"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"view.recording-state-label.state.recording" : {
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Recording is **underway**"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version" : "1.2"
|
||||
}
|
||||
Reference in New Issue
Block a user