mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
feat: add unsupported warning in patches selector view
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
{
|
||||
"okButton": "OK",
|
||||
"main": {
|
||||
"dashboardTab": "Dashboard",
|
||||
"patcherTab": "Patcher",
|
||||
@ -57,6 +58,11 @@
|
||||
"searchBarHint": "Search patches",
|
||||
"doneButton": "Done"
|
||||
},
|
||||
"patchItem": {
|
||||
"unsupportedWarningButton": "Unsupported version",
|
||||
"alertDialogTitle": "Warning",
|
||||
"alertDialogText": "Selecting this patch may or may not result in patching errors.\n\nApp version: {packageVersion}\nCurrent supported versions:\n{supportedVersions}"
|
||||
},
|
||||
"installerView": {
|
||||
"widgetTitle": "Installer",
|
||||
"installButton": "Install",
|
||||
|
Reference in New Issue
Block a user