add pricing feature
This commit is contained in:
@@ -41,6 +41,7 @@ type FleetDict = {
|
||||
category: string
|
||||
dailyRate: string
|
||||
licensePlate: string
|
||||
vin: string
|
||||
color: string
|
||||
select: string
|
||||
typeColor: string
|
||||
@@ -253,6 +254,7 @@ type VehicleDetailDict = {
|
||||
yearLabel: string
|
||||
dailyRateLabel: string
|
||||
licensePlateLabel: string
|
||||
vinLabel: string
|
||||
statusLabel: string
|
||||
colorLabel: string
|
||||
selectColor: string
|
||||
@@ -393,6 +395,7 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
|
||||
category: 'Category',
|
||||
dailyRate: 'Daily Rate (MAD) *',
|
||||
licensePlate: 'License Plate *',
|
||||
vin: 'VIN',
|
||||
color: 'Color',
|
||||
select: 'Select…',
|
||||
typeColor: 'Type color…',
|
||||
@@ -487,6 +490,7 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
|
||||
yearLabel: 'Year *',
|
||||
dailyRateLabel: 'Daily Rate (MAD) *',
|
||||
licensePlateLabel: 'License Plate *',
|
||||
vinLabel: 'VIN',
|
||||
statusLabel: 'Status',
|
||||
colorLabel: 'Color',
|
||||
selectColor: 'Select color…',
|
||||
@@ -747,6 +751,7 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
|
||||
category: 'Catégorie',
|
||||
dailyRate: 'Tarif journalier (MAD) *',
|
||||
licensePlate: "Plaque d'immatriculation *",
|
||||
vin: 'VIN',
|
||||
color: 'Couleur',
|
||||
select: 'Sélectionner…',
|
||||
typeColor: 'Saisir la couleur…',
|
||||
@@ -841,6 +846,7 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
|
||||
yearLabel: 'Année *',
|
||||
dailyRateLabel: 'Tarif journalier (MAD) *',
|
||||
licensePlateLabel: "Plaque d'immatriculation *",
|
||||
vinLabel: 'VIN',
|
||||
statusLabel: 'Statut',
|
||||
colorLabel: 'Couleur',
|
||||
selectColor: 'Sélectionner la couleur…',
|
||||
@@ -1101,6 +1107,7 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
|
||||
category: 'الفئة',
|
||||
dailyRate: 'السعر اليومي (درهم) *',
|
||||
licensePlate: 'رقم اللوحة *',
|
||||
vin: 'رقم الهيكل',
|
||||
color: 'اللون',
|
||||
select: 'اختر…',
|
||||
typeColor: 'اكتب اللون…',
|
||||
@@ -1195,6 +1202,7 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
|
||||
yearLabel: 'السنة *',
|
||||
dailyRateLabel: 'السعر اليومي (درهم) *',
|
||||
licensePlateLabel: 'رقم اللوحة *',
|
||||
vinLabel: 'رقم الهيكل',
|
||||
statusLabel: 'الحالة',
|
||||
colorLabel: 'اللون',
|
||||
selectColor: 'اختر اللون…',
|
||||
|
||||
Reference in New Issue
Block a user