From 803e73b6a4b4964ec39d4bfb61204fd0352700cd Mon Sep 17 00:00:00 2001 From: zahravaziri Date: Mon, 9 Jun 2025 11:37:29 +0330 Subject: [PATCH] translate 404 page --- messages/en.d.json.ts | 25 ++++++++++++++++++++++++- messages/en.json | 25 ++++++++++++++++++++++++- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/messages/en.d.json.ts b/messages/en.d.json.ts index 26cb1c1..76653b6 100644 --- a/messages/en.d.json.ts +++ b/messages/en.d.json.ts @@ -58,6 +58,29 @@ declare const messages: { "pages_products_content_title": "Brick Classification: Understanding the Variety and Applications", "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_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.", +"com_contact_touch_option_1":"Contact", +"com_contact_touch_option_2":"e-mail", +"com_contact_touch_option_3":"Our Address", +"com_contact_touch_option_3_description":"7 San Juan Lane Graaf Florisstraat 22A,3021 CH", +"com_contact_title": "Contact ", +"com_contact_title_bold": "me", +"com_contact_first_name": "Enter first name", +"com_contact_last_name": "Enter last name", +"com_contact_email": "Enter your e-mail", +"com_contact_phone": "Enter your phone no.", +"com_contact_textarea": "Write Message", + +"pages_notFound_title": "404 Not Found Page", +"pages_notFound_description": "You can either head back to the Homepage or try a search.", +"pages_notFound_button":"Go To Home" + }; export default messages; \ No newline at end of file diff --git a/messages/en.json b/messages/en.json index 2d04522..840ef85 100644 --- a/messages/en.json +++ b/messages/en.json @@ -55,5 +55,28 @@ "pages_products_content_title": "Brick Classification: Understanding the Variety and Applications", "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_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.", +"com_contact_touch_option_1":"Contact", +"com_contact_touch_option_2":"e-mail", +"com_contact_touch_option_3":"Our Address", +"com_contact_touch_option_3_description":"7 San Juan Lane Graaf Florisstraat 22A,3021 CH", +"com_contact_title": "Contact ", +"com_contact_title_bold": "me", +"com_contact_first_name": "Enter first name", +"com_contact_last_name": "Enter last name", +"com_contact_email": "Enter your e-mail", +"com_contact_phone": "Enter your phone no.", +"com_contact_textarea": "Write Message", + +"pages_notFound_title": "404 Not Found Page", +"pages_notFound_description": "You can either head back to the Homepage or try a search.", +"pages_notFound_button":"Go To Home" + }