Implemented in-app download notifications on the ContentView view in the Sample app target.

This commit is contained in:
2026-07-05 12:39:58 +02:00
parent 88262a7dee
commit 6373fad0cd
2 changed files with 215 additions and 62 deletions
@@ -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" : {