Files
pasargad/src/locales/en.ts
T

41 lines
1.8 KiB
TypeScript
Raw Normal View History

const en = {
pages_home_title: 'Home',
pages_home_description: 'Welcome to the home page',
pages_about_title: 'About Us',
pages_about_description: 'Learn more about us on this page',
2025-06-02 15:25:14 +03:30
pages_contact_title: 'Contact Us',
pages_product_title: 'Product',
pages_blog_title: 'Blog',
pages_project_title: 'Project',
pages_contact_description: 'Get in touch with us through this page',
2025-06-02 15:25:14 +03:30
com_home_banner_title:'Excellence innovating',
com_home_banner_title_bold:'industry for today',
com_home_banner_description:'At the heart of our operations is a commitment to delivering superior products through cutting- <br/> edge technology and innovative processes. ',
com_home_banner_button:' Explore More',
com_home_Banner_link1:' Advanced Manufacturing Solutions',
com_home_Banner_link2:'Quality Assurance Systems',
com_home_Banner_link3:'State-of-the-Art Technology',
com_about_info_title: 'Building quality through',
com_about_info_title_bold: 'industrial innovation',
com_about_info_description:
'At the heart of our operations is a commitment to delivering superior products through cutting-edge technology and innovative processes.',
com_about_info_years_experience: 'years of experience',
com_about_info_achievements_1: 'Sustainable Manufacturing',
com_about_info_achievements_2: 'Advanced Automation',
com_about_info_achievements_3: 'Efficient Production Processes',
com_about_info_achievements_4: 'Reliable Delivery Services',
com_home_products_title: 'The Qualified bricks for Your Projects',
com_home_products_description:
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ',
page_products_title: 'Products',
};
export default en;