Implemented an unavailable view for empty transcriptions on the ContentView view in the Sample app target.

This commit is contained in:
2026-07-04 13:23:42 +02:00
parent 0d0705c95a
commit 3c542ee033
4 changed files with 43 additions and 13 deletions
@@ -31,6 +31,26 @@
}
}
}
},
"view.transcription.unavailable.description" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nothing could be transcribed from the recording. Try recording again, or check that the picked locale matches the spoken language."
}
}
}
},
"view.transcription.unavailable.title" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "No Transcription"
}
}
}
}
},
"version" : "1.2"