fix setting and add rental policies
Test / Type Check (all packages) (push) Has been cancelled
Test / API Unit Tests (push) Has been cancelled
Test / Homepage Unit Tests (push) Has been cancelled
Test / Carplace Unit Tests (push) Has been cancelled
Test / Admin Unit Tests (push) Has been cancelled
Test / Dashboard Unit Tests (push) Has been cancelled
Test / API Integration Tests (push) Has been cancelled
Build & Push / Pipeline Tests (push) Waiting to run
Build & Push / Build & Push Docker Image (push) Blocked by required conditions

This commit is contained in:
root
2026-07-20 22:47:52 -04:00
parent d13ae2205f
commit 8f5ca1df22
24 changed files with 584 additions and 106 deletions
@@ -294,6 +294,7 @@ type VehicleDetailDict = {
saveLabel: string
savingLabel: string
dateRequired: string
carMaintenance: string
routineTypes: Record<string, string>
}
@@ -532,11 +533,13 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
saveLabel: 'Save',
savingLabel: 'Saving…',
dateRequired: 'Service date is required.',
carMaintenance: 'Car Maintenance',
routineTypes: {
'Oil Change': 'Oil Change',
'Technical Inspection': 'Technical Inspection',
'Vehicle Registration': 'Vehicle Registration',
'Car Tax': 'Car Tax',
'Insurance': 'Insurance',
'Tire Rotation': 'Tire Rotation',
'Brake Inspection': 'Brake Inspection',
'Air Filter': 'Air Filter',
@@ -545,6 +548,15 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
'Belt / Chain Service': 'Belt / Chain Service',
'Coolant Flush': 'Coolant Flush',
'Transmission Service': 'Transmission Service',
'Wheel Alignment': 'Wheel Alignment',
'Wheel Balancing': 'Wheel Balancing',
'Spark Plugs': 'Spark Plugs',
'Fuel Filter': 'Fuel Filter',
'Wiper Blades': 'Wiper Blades',
'AC Service': 'AC Service',
'Suspension Check': 'Suspension Check',
'Engine Diagnostic': 'Engine Diagnostic',
'Brake Pads': 'Brake Pads',
},
},
calendar: {
@@ -890,11 +902,13 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
saveLabel: 'Enregistrer',
savingLabel: 'Enregistrement…',
dateRequired: 'La date du service est requise.',
carMaintenance: 'Entretien voiture',
routineTypes: {
'Oil Change': "Vidange d'huile",
'Technical Inspection': 'Contrôle technique',
'Vehicle Registration': 'Carte grise',
'Car Tax': 'Vignette automobile',
'Insurance': 'Assurance',
'Tire Rotation': 'Rotation des pneus',
'Brake Inspection': 'Contrôle des freins',
'Air Filter': 'Filtre à air',
@@ -903,6 +917,15 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
'Belt / Chain Service': 'Courroie / Chaîne',
'Coolant Flush': 'Liquide de refroidissement',
'Transmission Service': 'Entretien transmission',
'Wheel Alignment': 'Parallélisme',
'Wheel Balancing': 'Équilibrage des roues',
'Spark Plugs': 'Bougies',
'Fuel Filter': 'Filtre à carburant',
'Wiper Blades': "Balais d'essuie-glace",
'AC Service': 'Climatisation',
'Suspension Check': 'Contrôle suspension',
'Engine Diagnostic': 'Diagnostic moteur',
'Brake Pads': 'Plaquettes de frein',
},
},
calendar: {
@@ -1248,11 +1271,13 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
saveLabel: 'حفظ',
savingLabel: 'جارٍ الحفظ…',
dateRequired: 'تاريخ الخدمة مطلوب.',
carMaintenance: 'صيانة السيارة',
routineTypes: {
'Oil Change': 'تغيير الزيت',
'Technical Inspection': 'الفحص التقني',
'Vehicle Registration': 'تسجيل المركبة',
'Car Tax': 'الضريبة السنوية',
'Insurance': 'التأمين',
'Tire Rotation': 'تدوير الإطارات',
'Brake Inspection': 'فحص الفرامل',
'Air Filter': 'فلتر الهواء',
@@ -1261,6 +1286,15 @@ const dictionaries: Record<DashboardLanguage, DashboardDictionary> = {
'Belt / Chain Service': 'خدمة السير / السلسلة',
'Coolant Flush': 'تغيير سائل التبريد',
'Transmission Service': 'خدمة ناقل الحركة',
'Wheel Alignment': 'ضبط زوايا العجلات',
'Wheel Balancing': 'ترصيص العجلات',
'Spark Plugs': 'شمعات الإشعال',
'Fuel Filter': 'فلتر الوقود',
'Wiper Blades': 'مساحات الزجاج',
'AC Service': 'صيانة المكيف',
'Suspension Check': 'فحص نظام التعليق',
'Engine Diagnostic': 'تشخيص المحرك',
'Brake Pads': 'صفائح الفرامل',
},
},
calendar: {