You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.1 KiB
36 lines
1.1 KiB
export default {
|
|
aboutus: 'ABOUT US',
|
|
products: 'PRODUCTS',
|
|
news: 'NEWS',
|
|
contact: 'CONTACT US',
|
|
branch: 'Company Locations',
|
|
productandservice: 'Products and Services',
|
|
development: 'Sustainable Development',
|
|
contactinfo: 'Contact Information',
|
|
copyright: 'Puda International. All Rights Reserved © Copyright 2013. All rights reserved.',
|
|
Form: {
|
|
submit: 'Submit',
|
|
},
|
|
About: {
|
|
company: 'Company Overview',
|
|
concept: 'Business Philosophy',
|
|
},
|
|
Social: {
|
|
news: 'Industry Updates',
|
|
activity: 'Company Activities',
|
|
},
|
|
Contact: {
|
|
form: 'Contact Form',
|
|
branch: 'Company Locations',
|
|
company: 'Company',
|
|
name: 'Name',
|
|
email: 'Email',
|
|
tel: 'Phone',
|
|
content: 'Content',
|
|
submit: 'Submit',
|
|
success: 'Success',
|
|
fail: 'Failure',
|
|
formmessage: 'We welcome you to provide suggestions through this email form. Your encouragement is our driving force, and we will respond to all inquiries as soon as possible.'
|
|
},
|
|
};
|