Added unsupported version warning and handle alpha versions

This commit is contained in:
Juan Gilsanz Polo 2023-05-13 18:33:09 +02:00
parent 3e281095cd
commit 3f0997f5d6
11 changed files with 234 additions and 72 deletions

View file

@ -617,5 +617,8 @@
"seeDetails": "See details",
"listNotAvailable": "List not available",
"copyListUrl": "Copy list URL",
"listUrlCopied": "List URL copied to the clipboard"
"listUrlCopied": "List URL copied to the clipboard",
"unsupportedVersion": "Unsupported version",
"unsupprtedVersionMessage": "The support for your server version {version} is not guaranteed. This application may have some issues working with that server version.\n\nAdGuard Home Manager is designed to work with the stable releases of the AdGuard Home server. It may work with alpha and beta releases, but the compatibility is not guaranteed and the app may have some issues working with that versions.",
"iUnderstand": "I understand"
}