Add startup update check against Gitea releases.

Show a native alert when a newer release is available, with menu access to check manually.
This commit is contained in:
2026-07-30 16:13:02 +02:00
parent 86fa763eda
commit 68353cbc56
11 changed files with 359 additions and 10 deletions

View File

@@ -47,5 +47,16 @@
"about.tagline": "Client MTP Nintendo Switch pour macOS",
"about.version": "Version {version}",
"about.copyright": "Copyright © 2026 NiklasCFW",
"status.usb_recovering": "Reconnexion USB après veille…"
"status.usb_recovering": "Reconnexion USB après veille…",
"menu.check_updates": "Rechercher des mises à jour…",
"update.available_title": "Mise à jour disponible",
"update.available_body": "OmniMTP {latest} est disponible.\nVous avez {current}.",
"update.download": "Télécharger",
"update.later": "Plus tard",
"update.skip": "Ignorer cette version",
"update.up_to_date_title": "À jour",
"update.up_to_date_body": "OmniMTP {version} est la dernière version.",
"update.check_failed_title": "Échec de la vérification",
"update.check_failed_body": "Impossible de joindre le serveur de mises à jour.",
"update.http_error": "Le serveur a renvoyé HTTP {code}."
}