Implemented an unavailable view for empty transcriptions on the ContentView view in the Sample app target.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user