fix phone dashboard

This commit is contained in:
root
2026-05-27 03:11:45 -04:00
parent 7ca43ba2f3
commit 1112b04516
48 changed files with 1222 additions and 368 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"@@locale": "ar",
"appName": "RentalDriveGo",
"appName": "KriTomobil",
"tagline": "أسهل طريقة للعثور\nوحجز سيارتك المثالية",
"findYourCar": "ابحث عن سيارتك",
"companySignIn": "وكالة السيارات",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"@@locale": "en",
"appName": "RentalDriveGo",
"appName": "KriTomobil",
"tagline": "The easiest way to find\nand reserve your perfect car",
"findYourCar": "Find your car",
"companySignIn": "Space Agency",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"@@locale": "fr",
"appName": "RentalDriveGo",
"appName": "KriTomobil",
"tagline": "La façon la plus simple de trouver\net réserver la voiture parfaite",
"findYourCar": "Trouver ma voiture",
"companySignIn": "Espace Agence",
+1 -1
View File
@@ -103,7 +103,7 @@ abstract class AppLocalizations {
/// No description provided for @appName.
///
/// In en, this message translates to:
/// **'RentalDriveGo'**
/// **'KriTomobil'**
String get appName;
/// No description provided for @tagline.
+1 -1
View File
@@ -9,7 +9,7 @@ class AppLocalizationsAr extends AppLocalizations {
AppLocalizationsAr([String locale = 'ar']) : super(locale);
@override
String get appName => 'RentalDriveGo';
String get appName => 'KriTomobil';
@override
String get tagline => 'أسهل طريقة للعثور\nوحجز سيارتك المثالية';
+1 -1
View File
@@ -9,7 +9,7 @@ class AppLocalizationsEn extends AppLocalizations {
AppLocalizationsEn([String locale = 'en']) : super(locale);
@override
String get appName => 'RentalDriveGo';
String get appName => 'KriTomobil';
@override
String get tagline => 'The easiest way to find\nand reserve your perfect car';
+1 -1
View File
@@ -9,7 +9,7 @@ class AppLocalizationsFr extends AppLocalizations {
AppLocalizationsFr([String locale = 'fr']) : super(locale);
@override
String get appName => 'RentalDriveGo';
String get appName => 'KriTomobil';
@override
String get tagline =>