Implemented in-app download notifications on the ContentView view in the Sample app target.
This commit is contained in:
@@ -11,6 +11,42 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"view.recording.notification.download.cancelled" : {
|
||||
"comment" : "The message of the notification for a cancelled speech model download.",
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "The speech model download for %@ was cancelled."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"view.recording.notification.download.failed" : {
|
||||
"comment" : "The message of the notification for a failed speech model download.",
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "The speech model for %@ could not be downloaded."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"view.recording.notification.download.started" : {
|
||||
"comment" : "The message of the notification for a started speech model download. ",
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Downloading the speech model for %@…"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"view.recording.picker.locale.title" : {
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
|
||||
Reference in New Issue
Block a user