Merge remote-tracking branch 'origin/navbar'

This commit is contained in:
2025-06-09 17:19:10 +03:30
2 changed files with 44 additions and 6 deletions
+21 -2
View File
@@ -60,8 +60,27 @@ declare const messages: {
"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_title": "404 Not Found Page",
"pages_notFound_description": "The page you are looking for does not exist or has been moved. Please check the URL or return to the home page.", "pages_notFound_description": "You can either head back to the Homepage or try a search.",
"pages_notFound_button": "Go to Home Page" "pages_notFound_button":"Go To Home"
}; };
export default messages; export default messages;
+21 -2
View File
@@ -57,7 +57,26 @@
"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_title": "404 Not Found Page",
"pages_notFound_description": "The page you are looking for does not exist or has been moved. Please check the URL or return to the home page.", "pages_notFound_description": "You can either head back to the Homepage or try a search.",
"pages_notFound_button": "Go to Home Page" "pages_notFound_button":"Go To Home"
} }