From 2e78f342c79dc78cbde025e9e11015009347f923 Mon Sep 17 00:00:00 2001 From: ahasani194 Date: Thu, 19 Jun 2025 20:31:03 +0330 Subject: [PATCH] update locale --- messages/en.d.json.ts | 3 --- messages/en.json | 3 --- messages/fa.json | 6 ++++++ src/components/pages/project/ProjectGrid.tsx | 5 ++++- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/messages/en.d.json.ts b/messages/en.d.json.ts index 4755642..7563cdc 100644 --- a/messages/en.d.json.ts +++ b/messages/en.d.json.ts @@ -78,7 +78,6 @@ declare const messages: { "pages_products_content_description": "Bricks, as one of humanity's oldest and most widely used building materials, have evolved significantly throughout history. Today, they are produced and supplied in an incredibly diverse range, allowing engineers and architects to choose the most suitable brick for any project and need, from traditional and historic structures to modern and advanced buildings. To better understand this diversity, we can classify bricks based on several key criteria, each with its own specific characteristics and applications. \n 1. Classification by Manufacturing Method: From Tradition to Advanced IndustryThe method by which bricks are produced directly impacts their appearance, texture, and properties. Hand-moulded/Stock Bricks: These bricks are produced by manually pressing clay into molds. The result is a brick with a relatively rough texture, uneven edges, and a more traditional appearance, where each piece feels unique. This type of brick is often used for restoration projects or for constructing buildings with a rustic or antique style. Machine-made Bricks: These bricks are produced using industrial machinery, resulting in much higher precision in dimensions and uniformity in appearance. Machine-made bricks themselves are divided into two main categories: Perforated/Hollow Bricks: These bricks have holes, offering several advantages: they reduce building weight, improve thermal and acoustic insulation, and enhance mortar adhesion. Solid Bricks: These bricks are without holes and possess very high compressive strength. They are ideal for load-bearing structures and walls requiring maximum strength. 2. Classification by Raw Material Type and Composition: From Clay to Concrete The material from which a brick is made determines its physical and chemical properties.", "com_products_products_category_title": "Products of {title} Category", - "com_contact_touch_title": "Get in touch", "com_contact_touch_title_bold": "with us", "com_contact_touch_description": "Reach out for any inquiries, support, or to discuss how we can meet your industrial needs.", @@ -93,13 +92,11 @@ declare const messages: { "com_contact_email": "Enter your e-mail", "com_contact_phone": "Enter your phone no.", "com_contact_textarea": "Write Message", - "com_contact_first_name_required": "Name is required", "com_contact_last_name_required": "Last name is required", "com_contact_email_required": "Email is required", "com_contact_phone_required": "Phone is required", "com_contact_textarea_required": "Message is required", - "com_contact_email_error": "Email is not valid", "com_contact_phone_error": "The contact number is not valid (for example: 09123456789)", "com_contact_textarea_error": "Message must be at least 10 characters long.", diff --git a/messages/en.json b/messages/en.json index cdd01b7..f862f3a 100644 --- a/messages/en.json +++ b/messages/en.json @@ -75,7 +75,6 @@ "pages_products_content_description": "Bricks, as one of humanity's oldest and most widely used building materials, have evolved significantly throughout history. Today, they are produced and supplied in an incredibly diverse range, allowing engineers and architects to choose the most suitable brick for any project and need, from traditional and historic structures to modern and advanced buildings. To better understand this diversity, we can classify bricks based on several key criteria, each with its own specific characteristics and applications. \n 1. Classification by Manufacturing Method: From Tradition to Advanced IndustryThe method by which bricks are produced directly impacts their appearance, texture, and properties. Hand-moulded/Stock Bricks: These bricks are produced by manually pressing clay into molds. The result is a brick with a relatively rough texture, uneven edges, and a more traditional appearance, where each piece feels unique. This type of brick is often used for restoration projects or for constructing buildings with a rustic or antique style. Machine-made Bricks: These bricks are produced using industrial machinery, resulting in much higher precision in dimensions and uniformity in appearance. Machine-made bricks themselves are divided into two main categories: Perforated/Hollow Bricks: These bricks have holes, offering several advantages: they reduce building weight, improve thermal and acoustic insulation, and enhance mortar adhesion. Solid Bricks: These bricks are without holes and possess very high compressive strength. They are ideal for load-bearing structures and walls requiring maximum strength. 2. Classification by Raw Material Type and Composition: From Clay to Concrete The material from which a brick is made determines its physical and chemical properties.", "com_products_products_category_title": "Products of {title} Category", - "com_contact_touch_title": "Get in touch", "com_contact_touch_title_bold": "with us", "com_contact_touch_description": "Reach out for any inquiries, support, or to discuss how we can meet your industrial needs.", @@ -90,13 +89,11 @@ "com_contact_email": "Enter your e-mail", "com_contact_phone": "Enter your phone no.", "com_contact_textarea": "Write Message", - "com_contact_first_name_required": "Name is required", "com_contact_last_name_required": "Last name is required", "com_contact_email_required": "Email is required", "com_contact_phone_required": "Phone is required", "com_contact_textarea_required": "Message is required", - "com_contact_email_error": "Email is not valid", "com_contact_phone_error": "The contact number is not valid (for example: 09123456789)", "com_contact_textarea_error": "Message must be at least 10 characters long.", diff --git a/messages/fa.json b/messages/fa.json index 76439c7..1884478 100644 --- a/messages/fa.json +++ b/messages/fa.json @@ -42,6 +42,12 @@ "com_home_projects_show_more": "پروژه‌های بیشتر", "com_home_projects_details_CTA": "مشاهده‌ی جزییات", + "com_home_blog_title": "مقالات", + "com_home_blog_title_bold": "مربوط به حوزه ساختمانی", + "com_home_blog_description": "مقالات", + "com_home_blog_show_more": "مقالات بیشتر", + "com_home_blog_details_CTA": "مشاهده‌ی جزییات", + "footer_title": "راهکارهای صنعتی برای دنیای مدرن", "footer_description": "ما متعهد به ارائه راهکارهای صنعتی شخصی‌سازی شده هستیم که نیازهای منحصر به فرد مشتریانمان را برآورده می‌کند. تیم متخصص ما به ارائه محصولات و خدمات با کیفیت بالا که موفقیت را در بازار رقابتی امروز تضمین می‌کند، متعهد است.", "footer_slogan": "ما متعهد به ارائه راهکارهای صنعتی شخصی‌سازی شده هستیم.", diff --git a/src/components/pages/project/ProjectGrid.tsx b/src/components/pages/project/ProjectGrid.tsx index 0cacf18..1098f39 100644 --- a/src/components/pages/project/ProjectGrid.tsx +++ b/src/components/pages/project/ProjectGrid.tsx @@ -26,7 +26,10 @@ export default function ProjectsGrid({ className={`grid grid-cols-1 gap-6 md:grid-cols-2 md:gap-8 xl:grid-cols-3 xl:gap-10 ${className}`} > {projects.map((project, index) => ( -
+