add dashboard to phone app
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
"appName": "RentalDriveGo",
|
||||
"tagline": "أسهل طريقة للعثور\nوحجز سيارتك المثالية",
|
||||
"findYourCar": "ابحث عن سيارتك",
|
||||
"companySignIn": "تسجيل دخول لوحة تحكم الشركة",
|
||||
"companySignIn": "وكالة السيارات",
|
||||
"sameDropoff": "إرجاع نفس المكان",
|
||||
"differentDropoff": "إرجاع مكان آخر",
|
||||
"findCarToRent": "ابحث عن سيارة للإيجار",
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"appName": "RentalDriveGo",
|
||||
"tagline": "The easiest way to find\nand reserve your perfect car",
|
||||
"findYourCar": "Find your car",
|
||||
"companySignIn": "Company dashboard sign in",
|
||||
"companySignIn": "Space Agency",
|
||||
"sameDropoff": "Same drop-off",
|
||||
"differentDropoff": "Different drop-off",
|
||||
"findCarToRent": "Find a car to rent",
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"appName": "RentalDriveGo",
|
||||
"tagline": "La façon la plus simple de trouver\net réserver la voiture parfaite",
|
||||
"findYourCar": "Trouver ma voiture",
|
||||
"companySignIn": "Connexion tableau de bord entreprise",
|
||||
"companySignIn": "Espace Agence",
|
||||
"sameDropoff": "Retour même lieu",
|
||||
"differentDropoff": "Retour autre lieu",
|
||||
"findCarToRent": "Trouver une voiture à louer",
|
||||
|
||||
@@ -121,7 +121,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @companySignIn.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Company dashboard sign in'**
|
||||
/// **'Space Agency'**
|
||||
String get companySignIn;
|
||||
|
||||
/// No description provided for @sameDropoff.
|
||||
|
||||
@@ -18,7 +18,7 @@ class AppLocalizationsAr extends AppLocalizations {
|
||||
String get findYourCar => 'ابحث عن سيارتك';
|
||||
|
||||
@override
|
||||
String get companySignIn => 'تسجيل دخول لوحة تحكم الشركة';
|
||||
String get companySignIn => 'وكالة السيارات';
|
||||
|
||||
@override
|
||||
String get sameDropoff => 'إرجاع نفس المكان';
|
||||
|
||||
@@ -18,7 +18,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
String get findYourCar => 'Find your car';
|
||||
|
||||
@override
|
||||
String get companySignIn => 'Company dashboard sign in';
|
||||
String get companySignIn => 'Space Agency';
|
||||
|
||||
@override
|
||||
String get sameDropoff => 'Same drop-off';
|
||||
|
||||
@@ -19,7 +19,7 @@ class AppLocalizationsFr extends AppLocalizations {
|
||||
String get findYourCar => 'Trouver ma voiture';
|
||||
|
||||
@override
|
||||
String get companySignIn => 'Connexion tableau de bord entreprise';
|
||||
String get companySignIn => 'Espace Agence';
|
||||
|
||||
@override
|
||||
String get sameDropoff => 'Retour même lieu';
|
||||
|
||||
Reference in New Issue
Block a user