{
"common": {
"welcome": "Welcome",
"goodbye": "Goodbye",
"hello": "Hello",
"yes": "Yes",
"no": "No",
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"close": "Close",
"logout": "Logout",
"login": "Login",
"username": "Username",
"password": "Password",
"submit": "Submit"
},
"telecom": {
"call": "Call",
"voicemail": "Voicemail",
"conference": "Conference",
"transfer": "Transfer",
"hold": "Hold",
"mute": "Mute",
"hangup": "Hang Up",
"dial": "Dial",
"incoming_call": "Incoming Call",
"missed_call": "Missed Call",
"call_history": "Call History",
"contacts": "Contacts"
},
"admin": {
"users": "Users",
"settings": "Settings",
"permissions": "Permissions",
"dashboard": "Dashboard",
"reports": "Reports",
"billing": "Billing",
"accounts": "Accounts",
"domains": "Domains"
},
"validation": {
"required_field": "This field is required",
"invalid_email": "Invalid email address",
"password_too_short": "Password must be at least 8 characters",
"passwords_dont_match": "Passwords do not match",
"invalid_phone": "Invalid phone number"
}
}