basta localizzazioni per ora

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-30 10:25:52 +02:00
parent 8d3ca62304
commit 11c1e28aaa
23 changed files with 720 additions and 213 deletions

View File

@@ -1,39 +0,0 @@
// ignore: unused_import
import 'package:intl/intl.dart' as intl;
import 'app_localizations.dart';
// ignore_for_file: type=lint
/// The translations for English (`en`).
class AppLocalizationsEn extends AppLocalizations {
AppLocalizationsEn([String locale = 'en']) : super(locale);
@override
String welcomeBack(String name) {
return 'Welcome back, $name! 👋';
}
@override
String get latestServices => 'Latest Services';
@override
String get masterData => 'Master Data';
@override
String get settings => 'Settings';
@override
String get newService => 'Service';
@override
String get expiring_contracts => 'Expiring Contracts';
@override
String get sticky_notes => 'Sticky Notes';
@override
String get my_tasks => 'My Tasks';
@override
String get latest_service_tickets => 'Latest service tickets';
}