Make unplayable tvOS media files focusable with unsupported alert

This commit is contained in:
Arkadiusz Fal
2026-04-17 05:59:00 +02:00
parent 4c8a3ee5ba
commit 39580d713b
3 changed files with 54 additions and 0 deletions

View File

@@ -4953,6 +4953,26 @@
}
}
},
"mediaBrowser.unsupportedFile.title" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Unsupported file"
}
}
}
},
"mediaBrowser.unsupportedFile.message %@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ cannot be played. This file type is not supported."
}
}
}
},
"mediaBrowser.sort.dateCreated" : {
"localizations" : {
"en" : {