sample-en.json•2.32 kB
{
"app": {
"title": "My Application",
"description": "Welcome to our amazing application",
"version": "1.0.0"
},
"navigation": {
"home": "Home",
"about": "About",
"contact": "Contact",
"services": "Services",
"portfolio": "Portfolio"
},
"buttons": {
"submit": "Submit",
"cancel": "Cancel",
"save": "Save",
"delete": "Delete",
"confirm": "Confirm",
"actions": {
"edit": "Edit",
"view": "View",
"download": "Download"
}
},
"messages": {
"success": "Operation completed successfully!",
"error": "An error occurred. Please try again.",
"warning": "Please review your input before proceeding.",
"info": "This is an informational message.",
"validation": {
"required": "This field is required",
"email": "Please enter a valid email address",
"minLength": "Minimum length is {{min}} characters",
"maxLength": "Maximum length is {{max}} characters"
}
},
"user": {
"profile": {
"title": "User Profile",
"firstName": "First Name",
"lastName": "Last Name",
"email": "Email Address",
"phone": "Phone Number",
"address": {
"street": "Street Address",
"city": "City",
"state": "State",
"zipCode": "ZIP Code",
"country": "Country"
}
},
"settings": {
"title": "Settings",
"language": "Language",
"theme": "Theme",
"notifications": "Notifications",
"privacy": "Privacy"
}
},
"products": {
"title": "Our Products",
"categories": ["Electronics", "Clothing", "Books", "Home & Garden"],
"filters": {
"price": "Price Range",
"brand": "Brand",
"rating": "Customer Rating",
"availability": "In Stock Only"
},
"sorting": {
"relevance": "Most Relevant",
"priceAsc": "Price: Low to High",
"priceDesc": "Price: High to Low",
"newest": "Newest First"
}
},
"footer": {
"copyright": "© 2024 My Application. All rights reserved.",
"links": {
"terms": "Terms of Service",
"privacy": "Privacy Policy",
"cookies": "Cookie Policy"
},
"social": {
"followUs": "Follow us on social media",
"platforms": ["Facebook", "Twitter", "Instagram", "LinkedIn"]
}
}
}