mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-14 01:40:28 +00:00
feat: Implement update checker and dialog for available app updates with localization support
This commit is contained in:
@@ -1868,4 +1868,19 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get rectangle => 'Rettangolo';
|
||||
|
||||
@override
|
||||
String get updateAvailable => 'Aggiornamento Disponibile';
|
||||
|
||||
@override
|
||||
String get currentVersion => 'Attuale';
|
||||
|
||||
@override
|
||||
String get latestVersion => 'Ultima';
|
||||
|
||||
@override
|
||||
String get downloadUpdate => 'Scarica';
|
||||
|
||||
@override
|
||||
String get updateLater => 'Più Tardi';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user