update
This commit is contained in:
parent
0efe67fa9e
commit
fa2beb772b
Binary file not shown.
@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-03-20 03:54+0300\n"
|
||||
"POT-Creation-Date: 2025-03-20 04:04+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -7771,6 +7771,26 @@ msgstr ""
|
||||
msgid "Included"
|
||||
msgstr "متضمن"
|
||||
|
||||
#: templates/welcome.html:157
|
||||
msgid "Other features"
|
||||
msgstr "ميزات أخرى"
|
||||
|
||||
msgid "Find out other features included in Haikal"
|
||||
msgstr "اكتشف الميزات الأخرى المضمنة في هيكل"
|
||||
|
||||
msgid "Manage Everything from one place"
|
||||
msgstr "إدارة كل شيء من مكان واحد"
|
||||
|
||||
msgid "The Car is in the center of your business"
|
||||
msgstr "السيارة هي محور عملك"
|
||||
|
||||
#: templates/welcome.html:180
|
||||
msgid "Fully Integrated System"
|
||||
msgstr "نظام متكامل بالكامل"
|
||||
|
||||
msgid "Advanced Dashboards for better decisions"
|
||||
msgstr "لوحات تحكم متقدمة لاتخاذ قرارات أفضل"
|
||||
|
||||
#: venv/lib/python3.11/site-packages/alabaster/layout.html:99
|
||||
msgid "Page source"
|
||||
msgstr "مصدر الصفحة"
|
||||
|
||||
@ -154,8 +154,8 @@
|
||||
|
||||
<div class="bg-latest-posts"></div>
|
||||
<div class="container-medium text-center position-relative z-2">
|
||||
<h3 class="mb-2 text-body-emphasis">Our Latest Posts For Travellers</h3>
|
||||
<p class="mb-0 text-body-tertiary mb-13">Find the best travel memories from our past tours and get a clear idea of what we do.</p>
|
||||
<h3 class="mb-2 text-body-emphasis">{{ _("Other features") }}</h3>
|
||||
<p class="mb-0 text-body-tertiary mb-13">{{ _("Find out other features included in Haikal")}}</p>
|
||||
</div>
|
||||
<div class="swiper-theme-container swiper-zooming-slider">
|
||||
<div class="swiper-container theme-slider" data-swiper='{"loop":true,"slidesPerView":1.3,"spaceBetween":32,"speed":2000,"autoplay":true,"centeredSlides":true,"simulateTouch":false,"breakpoints":{"540":{"slidesPerView":1.5},"768":{"slidesPerView":1.8},"1200":{"slidesPerView":2},"1530":{"slidesPerView":2.8}}}'>
|
||||
@ -163,28 +163,28 @@
|
||||
<div class="swiper-slide rounded-3 overflow-hidden">
|
||||
<div class="position-relative w-100 h-100"><img class="w-100 h-100 object-fit-cover" src="{% static 'images/bg/haikal-02.png' %}" alt="" />
|
||||
<div class="backdrop-faded p-4 p-md-6">
|
||||
<a class="text-white fw-bold fs-7" href="#!">Beautiful Frence, Let's Travelling!</a>
|
||||
<a class="text-white fw-bold fs-7" href="#">{{ _("Manage Everything from one place")}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide rounded-3 overflow-hidden">
|
||||
<div class="position-relative w-100 h-100"><img class="w-100 h-100 object-fit-cover" src="{% static 'images/bg/haikal-08.png' %}" alt="" />
|
||||
<div class="backdrop-faded p-4 p-md-6">
|
||||
<a class="text-white fw-bold fs-7" href="#!">Man Standing on Watching Mountain</a>
|
||||
<a class="text-white fw-bold fs-7" href="#">{{ _("The Car is in the center of your business") }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide rounded-3 overflow-hidden">
|
||||
<div class="position-relative w-100 h-100"><img class="w-100 h-100 object-fit-cover" src="{% static 'images/bg/haikal-03.png' %}" alt="" />
|
||||
<div class="backdrop-faded p-4 p-md-6">
|
||||
<a class="text-white fw-bold fs-7" href="#!">Beautiful Bali Indonesia, Let's Travelling!</a>
|
||||
<a class="text-white fw-bold fs-7" href="#">{{ _("Fully Integrated System") }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide rounded-3 overflow-hidden">
|
||||
<div class="position-relative w-100 h-100"><img class="w-100 h-100 object-fit-cover" src="{% static 'images/bg/haikal-04.png' %}" alt="" />
|
||||
<div class="backdrop-faded p-4 p-md-6">
|
||||
<a class="text-white fw-bold fs-7" href="#!">Chasing sunsets, making memories worldwide.</a>
|
||||
<a class="text-white fw-bold fs-7" href="#!">{{ _("Advanced Dashboards for better decisions") }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user