23 lines
494 B
JSON
23 lines
494 B
JSON
{
|
|
"app": {
|
|
"name": "Luxsin",
|
|
"slogan": "Luxsin Official Website"
|
|
},
|
|
"nav": {
|
|
"home": "Home",
|
|
"products": "Products",
|
|
"news": "News",
|
|
"about": "About Us",
|
|
"contact": "Contact"
|
|
},
|
|
"footer": {
|
|
"copyright": "© {year} Luxsin. All rights reserved."
|
|
},
|
|
"common": {
|
|
"learnMore": "Learn More",
|
|
"backHome": "Back to Home",
|
|
"notFound": "Page Not Found",
|
|
"notFoundDesc": "Sorry, the page you visited does not exist or has been removed."
|
|
}
|
|
}
|