diff --git a/core/templates/core/truck_register.html b/core/templates/core/truck_register.html
index f8a3560..b8b8c9a 100644
--- a/core/templates/core/truck_register.html
+++ b/core/templates/core/truck_register.html
@@ -29,22 +29,22 @@
{% trans "English Details" %}
-
+
{{ form.truck_type }}
{{ form.truck_type.errors }}
-
+
{{ form.model }}
{{ form.model.errors }}
-
+
{{ form.load_capacity }}
{{ form.load_capacity.errors }}
-
+
{{ form.color }}
{{ form.color.errors }}
@@ -53,22 +53,22 @@
{% trans "التفاصيل باللغة العربية" %}
-
+
{{ form.truck_type_ar }}
{{ form.truck_type_ar.errors }}
-
+
{{ form.model_ar }}
{{ form.model_ar.errors }}
-
+
{{ form.load_capacity_ar }}
{{ form.load_capacity_ar.errors }}
-
+
{{ form.color_ar }}
{{ form.color_ar.errors }}
@@ -79,17 +79,17 @@
{% trans "General Information" %}
-
+
{{ form.year }}
{{ form.year.errors }}
-
+
{{ form.plate_no }}
{{ form.plate_no.errors }}
-
+
{{ form.registration_expiry_date }}
{{ form.registration_expiry_date.errors }}
@@ -156,4 +156,4 @@
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/locale/ar/LC_MESSAGES/django.mo b/locale/ar/LC_MESSAGES/django.mo
index 014effb..4ce7094 100644
Binary files a/locale/ar/LC_MESSAGES/django.mo and b/locale/ar/LC_MESSAGES/django.mo differ
diff --git a/locale/ar/LC_MESSAGES/django.po b/locale/ar/LC_MESSAGES/django.po
index 866b078..1ba8ab3 100644
--- a/locale/ar/LC_MESSAGES/django.po
+++ b/locale/ar/LC_MESSAGES/django.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-23 10:30+0000\n"
-"PO-Revision-Date: 2026-01-23 10:35+0000\n"
+"PO-Revision-Date: 2026-01-23 10:45+0000\n"
"Last-Translator: Gemini\n"
"Language-Team: Arabic\n"
"Language: ar\n"
@@ -13,983 +13,564 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR