Skip to content

Commit

Permalink
refactor: retranslate homepage (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudunnabikajal committed May 8, 2024
1 parent d2a41ba commit f2959d5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .vitepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ onMounted(load)
<br />জাভাস্ক্রিপ্ট ফ্রেমওয়ার্ক
</h1>
<p class="description">
ওয়েব ইউজার ইন্টারফেস তৈরির জন্য একটি সহজ, পারফরম্যান্স এবং বহুমুখী ফ্রেমওয়ার্ক।
ওয়েব ইউজার ইন্টারফেস তৈরির জন্য একটি সাদৃশ্যপূর্ণ, সক্রিয় এবং স্কেলে‌বল ফ্রেমওয়ার্ক।
</p>
<div>অনুবাদ চলমান</div>
<p class="actions">
<VueMasteryModal />
<a class="get-started" href="/guide/introduction.html">
Expand Down Expand Up @@ -50,19 +51,19 @@ onMounted(load)
<div class="vt-box">
<h2>সাদৃশ্যপূর্ণ</h2>
<p>
স্ট্যান্ডার্ড HTML, CSS এবং জাভাস্ক্রিপ্টের উপর নির্মিত, সহজবোধ্য API এবং বিশ্বমানের ডকুমেন্টেশন সহ।
স্ট্যান্ডার্ড HTML, CSS এবং JavaScript এর ভিত্তিতে নির্মিত, সহজবোধ্য API এবং ডকুমেন্টেশন সহ।
</p>
</div>
<div class="vt-box">
<h2>পারফরম্যান্স</h2>
<h2>সক্রিয়</h2>
<p>
সত্যিকারের প্রতিক্রিয়াশীল, কম্পাইলার-অপ্টিমাইজড রেন্ডারিং সিস্টেম যা খুব কমই ম্যানুয়াল অপ্টিমাইজেশনের প্রয়োজন হয়।
রিএক্টিভ, কম্পাইলার-অপ্টিমাইজড রেন্ডারিং সিস্টেম যা খুব কমই ম্যানুয়াল অপ্টিমাইজেশনের প্রয়োজন হয়।
</p>
</div>
<div class="vt-box">
<h2>বহুমুখী</h2>
<h2>স্কেলে‌বল</h2>
<p>
একটি সমৃদ্ধ, ক্রমবর্ধমানভাবে গ্রহণযোগ্য ইকোসিস্টেম যা একটি লাইব্রেরি এবং একটি সম্পূর্ণ বৈশিষ্ট্যযুক্ত ফ্রেমওয়ার্কের মধ্যে স্কেল করে
ক্রমবর্ধমান গ্রহণযোগ্যতা সম্পন্ন ইকোসিস্টেম যা একটি লাইব্রেরি এবং একটি কাঠামোর মধ্যে স্কেল করে
</p>
</div>
</section>
Expand Down

0 comments on commit f2959d5

Please sign in to comment.