forked from alexrobaina/frontend_petsLove
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request alexrobaina#264 from alexrobaina/fix/bugs-inventor…
…y-integration integrations and fix bugs
- Loading branch information
Showing
9 changed files
with
390 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"createAppointmentForPets": "Create Appointment for Pets", | ||
"selectAdopterOrShelter": "Select Adopter or Shelter", | ||
"addAppointment": "Add Appointment", | ||
"organizeYourAppointments": "Organize your appointments", | ||
"calendarDescription": "Here you can see all the appointments you have created for your pets. You can view them by day, week or month." | ||
} | ||
"createAppointment": "Create Appointment", | ||
"selectAdopterOrShelter": "Select Adopter or Shelter", | ||
"addAppointment": "Add Appointment", | ||
"organizeYourAppointments": "Organize your appointments", | ||
"calendarDescription": "Here you can see all the appointments you have created for your pets. You can view them by day, week or month." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,190 +1,191 @@ | ||
{ | ||
"community": "Community", | ||
"welcome": "Welcome to Pet's Love!", | ||
"type": "Type", | ||
"selectType": "Select Type", | ||
"welcomeDescription": "This information will be used to provide you with the best experience", | ||
"inventory": "Inventory", | ||
"placeholderDescription": "Add a description", | ||
"username": "Username", | ||
"usernamePlaceholder": "Add an username", | ||
"selectTole": "Select your role", | ||
"placeholderTitle": "Add a title", | ||
"searchPets": "Search Pets", | ||
"dashboard": "Dashboard", | ||
"settings": "Settings", | ||
"birds": "Birds", | ||
"logout": "logout", | ||
"resetFilters": "Clear filters", | ||
"searchByName": "Search by name", | ||
"dogs": "Dogs", | ||
"cats": "Cats", | ||
"exotics": "Exotics", | ||
"males": "Males", | ||
"females": "Females", | ||
"quantity": "Quantity", | ||
"areYouSureDeleteProduct": "Are you sure you want to delete this product?", | ||
"expense": "Expense", | ||
"income": "Income", | ||
"items": "Items", | ||
"amount": "Amount", | ||
"dog": "Dog", | ||
"itemName": "Item name", | ||
"itemDescription": "Item description", | ||
"cat": "Cat", | ||
"exotic": "Exotic", | ||
"male": "Male", | ||
"editPet": "Edit pet", | ||
"createPet": "Create pet", | ||
"female": "Female", | ||
"adopted": "Adopted", | ||
"inAdoption": "In adoption", | ||
"category": "Categoría", | ||
"gender": "Gender", | ||
"age": "Age", | ||
"analytics": "Analytics", | ||
"expenses": "Expenses", | ||
"expenseType": { | ||
"INCOME": "Income", | ||
"EXPENSE": "Expense" | ||
}, | ||
"expenseCategory": { | ||
"SUPPLIES": "Supplies", | ||
"EQUIPMENT": "Equipment", | ||
"RENT": "Rent", | ||
"UTILITIES": "Utilities", | ||
"INSURANCE": "Insurance", | ||
"VEHICLE": "Vehicle", | ||
"SERVICES": "Services", | ||
"INVENTORY": "Inventory", | ||
"SALARIES": "Salaries", | ||
"OTHERS": "Others" | ||
}, | ||
"inventoryType": { | ||
"MEDICINE": "Medicine", | ||
"FOOD": "Food", | ||
"TOYS": "Toys", | ||
"ACCESSORIES": "Accessories", | ||
"HEALTH_WELLNESS": "Health & Wellness", | ||
"HOUSING": "Housing", | ||
"LITTER_WASTE_MANAGEMENT": "Litter & Waste Management", | ||
"APPAREL": "Apparel", | ||
"FEEDING_SUPPLIES": "Feeding Supplies", | ||
"TRAVEL_OUTDOOR": "Travel & Outdoor", | ||
"TRAINING_BEHAVIOR": "Training & Behavior" | ||
}, | ||
"size": "Size", | ||
"status": "Status", | ||
"pets": "Pets", | ||
"areYouSureDelete": "Are you sure you want to delete", | ||
"available": "Available", | ||
"showing": "Showing", | ||
"of": "of", | ||
"results": "results", | ||
"previous": "Previous", | ||
"name": "Name", | ||
"next": "Next", | ||
"selectImages": "Select images", | ||
"selectImagesInfo": "JPG, GIF or PNG. 1.5MB max.", | ||
"petName": "Pet name", | ||
"breed": "Breed", | ||
"weight": "Weight", | ||
"massUnit": "Mass units", | ||
"petDescription": "Description of pet", | ||
"description": "Description", | ||
"adopterBy": "Adoptado por", | ||
"petGuardians": "Pet Guardians", | ||
"adoptedBy": "Adopted by", | ||
"vet": "Vet", | ||
"shelter": "Shelter", | ||
"select": "Select", | ||
"selectVeterinary": "Select veterinary", | ||
"selectShelter": "Select shelter", | ||
"selectAdopter": "Select adopter", | ||
"petBreed": "Pet breed", | ||
"rabbits": "Rabbits", | ||
"title": "Title", | ||
"notes": "Notes", | ||
"appointment": "Appointment", | ||
"appointments": "Appointments", | ||
"selectDate": "Select Date", | ||
"isRequired": "This field is required", | ||
"start": "Start", | ||
"end": "End", | ||
"selectTime": "Select Time", | ||
"edit": "Edit", | ||
"editAppointment": "Edit appointment", | ||
"createAppointment": "Create appointment", | ||
"pet": "Pet", | ||
"selectPet": "Select pet", | ||
"allDay": "All day", | ||
"today": "Today", | ||
"month": "Month", | ||
"week": "Week", | ||
"day": "Day", | ||
"agenda": "Agenda", | ||
"date": "Date", | ||
"time": "Time", | ||
"event": "Event", | ||
"showMore": "+ Show more ({{total}})", | ||
"myPets": "My pets", | ||
"sizePet": { | ||
"small": "Small", | ||
"medium": "Medium", | ||
"large": "Large", | ||
"extraLarge": "Extra large" | ||
}, | ||
"categoryPet": { | ||
"community": "Community", | ||
"welcome": "Welcome to Pet's Love!", | ||
"type": "Type", | ||
"selectType": "Select Type", | ||
"welcomeDescription": "This information will be used to provide you with the best experience", | ||
"inventory": "Inventory", | ||
"placeholderDescription": "Add a description", | ||
"username": "Username", | ||
"usernamePlaceholder": "Add an username", | ||
"selectTole": "Select your role", | ||
"placeholderTitle": "Add a title", | ||
"searchPets": "Search Pets", | ||
"dashboard": "Dashboard", | ||
"settings": "Settings", | ||
"birds": "Birds", | ||
"logout": "logout", | ||
"resetFilters": "Clear filters", | ||
"searchByName": "Search by name", | ||
"dogs": "Dogs", | ||
"cats": "Cats", | ||
"exotics": "Exotics", | ||
"males": "Males", | ||
"females": "Females", | ||
"quantity": "Quantity", | ||
"areYouSureDeleteProduct": "Are you sure you want to delete this product?", | ||
"expense": "Expense", | ||
"income": "Income", | ||
"items": "Items", | ||
"amount": "Amount", | ||
"dog": "Dog", | ||
"itemName": "Item name", | ||
"itemDescription": "Item description", | ||
"cat": "Cat", | ||
"rabbit": "Rabbit", | ||
"hamster": "Hamster", | ||
"bird": "Bird", | ||
"exotic": "Exotic" | ||
}, | ||
"agePet": { | ||
"baby": "Baby", | ||
"young": "Young", | ||
"adult": "Adult", | ||
"senior": "Senior" | ||
}, | ||
"genderPet": { | ||
"exotic": "Exotic", | ||
"male": "Male", | ||
"female": "Female" | ||
}, | ||
"cancel": "Cancel", | ||
"save": "Save", | ||
"veterinarians": "Veterinarians", | ||
"veterinarian": "Veterinary", | ||
"shelters": "Shelters", | ||
"contact": "Contact", | ||
"email": "Email", | ||
"role": "Role", | ||
"phone": "Phone", | ||
"address": "Address", | ||
"location": "Location", | ||
"delete": "Delete", | ||
"SHELTER": "Shelter", | ||
"VET": "Veterinary", | ||
"ADOPTER": "Adopter", | ||
"adopter": "Adopter", | ||
"searchByLocation": "Search by location", | ||
"actions": "Actions", | ||
"adoptPet": "Adopt pet", | ||
"login": "Login", | ||
"locationUnavailable": "Location unavailable", | ||
"petAvailable": "Pet available", | ||
"petDeleted": "Pet deleted successfully", | ||
"petNotDeleted": "Pet not deleted", | ||
"contactsForAdoption": "Contacts for adoption", | ||
"emailInvalid": "Email invalid", | ||
"requiredField": "Required field", | ||
"wasAdopted": "Was adopted?", | ||
"petNotAvailable": "Pet not available", | ||
"wantAdoption": "I want to adopt to", | ||
"aboutUs": "About Us", | ||
"totalPets": "Total Pets", | ||
"adoptedPets": "Adopted Pets", | ||
"petsInAdoption": "Pets in Adoption", | ||
"last": "Last" | ||
} | ||
"editPet": "Edit pet", | ||
"createPet": "Create pet", | ||
"female": "Female", | ||
"adopted": "Adopted", | ||
"inAdoption": "In adoption", | ||
"category": "Categoría", | ||
"gender": "Gender", | ||
"age": "Age", | ||
"analytics": "Analytics", | ||
"expenses": "Expenses", | ||
"expenseType": { | ||
"INCOME": "Income", | ||
"EXPENSE": "Expense" | ||
}, | ||
"expenseCategory": { | ||
"SUPPLIES": "Supplies", | ||
"EQUIPMENT": "Equipment", | ||
"RENT": "Rent", | ||
"UTILITIES": "Utilities", | ||
"INSURANCE": "Insurance", | ||
"VEHICLE": "Vehicle", | ||
"SERVICES": "Services", | ||
"INVENTORY": "Inventory", | ||
"SALARIES": "Salaries", | ||
"OTHERS": "Others" | ||
}, | ||
"inventoryType": { | ||
"MEDICINE": "Medicine", | ||
"FOOD": "Food", | ||
"TOYS": "Toys", | ||
"ACCESSORIES": "Accessories", | ||
"HEALTH_WELLNESS": "Health & Wellness", | ||
"HOUSING": "Housing", | ||
"LITTER_WASTE_MANAGEMENT": "Litter & Waste Management", | ||
"APPAREL": "Apparel", | ||
"FEEDING_SUPPLIES": "Feeding Supplies", | ||
"TRAVEL_OUTDOOR": "Travel & Outdoor", | ||
"TRAINING_BEHAVIOR": "Training & Behavior" | ||
}, | ||
"size": "Size", | ||
"status": "Status", | ||
"pets": "Pets", | ||
"areYouSureDelete": "Are you sure you want to delete", | ||
"available": "Available", | ||
"showing": "Showing", | ||
"of": "of", | ||
"results": "results", | ||
"previous": "Previous", | ||
"name": "Name", | ||
"next": "Next", | ||
"selectImages": "Select images", | ||
"selectImagesInfo": "JPG, GIF or PNG. 1.5MB max.", | ||
"petName": "Pet name", | ||
"breed": "Breed", | ||
"weight": "Weight", | ||
"massUnit": "Mass units", | ||
"petDescription": "Description of pet", | ||
"description": "Description", | ||
"adopterBy": "Adoptado por", | ||
"petGuardians": "Pet Guardians", | ||
"adoptedBy": "Adopted by", | ||
"vet": "Vet", | ||
"shelter": "Shelter", | ||
"select": "Select", | ||
"selectVeterinary": "Select veterinary", | ||
"selectShelter": "Select shelter", | ||
"selectAdopter": "Select adopter", | ||
"petBreed": "Pet breed", | ||
"rabbits": "Rabbits", | ||
"title": "Title", | ||
"notes": "Notes", | ||
"appointment": "Appointment", | ||
"appointments": "Appointments", | ||
"selectDate": "Select Date", | ||
"isRequired": "This field is required", | ||
"start": "Start", | ||
"end": "End", | ||
"selectTime": "Select Time", | ||
"edit": "Edit", | ||
"editAppointment": "Edit appointment", | ||
"createAppointment": "Create appointment", | ||
"pet": "Pet", | ||
"selectPet": "Select pet", | ||
"allDay": "All day", | ||
"today": "Today", | ||
"month": "Month", | ||
"week": "Week", | ||
"day": "Day", | ||
"agenda": "Agenda", | ||
"date": "Date", | ||
"time": "Time", | ||
"event": "Event", | ||
"showMore": "+ Show more ({{total}})", | ||
"myPets": "My pets", | ||
"sizePet": { | ||
"small": "Small", | ||
"medium": "Medium", | ||
"large": "Large", | ||
"extraLarge": "Extra large" | ||
}, | ||
"categoryPet": { | ||
"dog": "Dog", | ||
"cat": "Cat", | ||
"rabbit": "Rabbit", | ||
"hamster": "Hamster", | ||
"bird": "Bird", | ||
"exotic": "Exotic" | ||
}, | ||
"agePet": { | ||
"baby": "Baby", | ||
"young": "Young", | ||
"adult": "Adult", | ||
"senior": "Senior" | ||
}, | ||
"genderPet": { | ||
"male": "Male", | ||
"female": "Female" | ||
}, | ||
"cancel": "Cancel", | ||
"save": "Save", | ||
"veterinarians": "Veterinarians", | ||
"veterinarian": "Veterinary", | ||
"shelters": "Shelters", | ||
"contact": "Contact", | ||
"email": "Email", | ||
"role": "Role", | ||
"phone": "Phone", | ||
"address": "Address", | ||
"location": "Location", | ||
"delete": "Delete", | ||
"SHELTER": "Shelter", | ||
"VET": "Veterinary", | ||
"ADOPTER": "Adopter", | ||
"adopter": "Adopter", | ||
"searchByLocation": "Search by location", | ||
"actions": "Actions", | ||
"adoptPet": "Adopt pet", | ||
"login": "Login", | ||
"locationUnavailable": "Location unavailable", | ||
"petAvailable": "Pet available", | ||
"petDeleted": "Pet deleted successfully", | ||
"petNotDeleted": "Pet not deleted", | ||
"contactsForAdoption": "Contacts", | ||
"emailInvalid": "Email invalid", | ||
"price": "Price", | ||
"requiredField": "Required field", | ||
"wasAdopted": "Was adopted?", | ||
"petNotAvailable": "Pet not available", | ||
"wantAdoption": "I want to adopt to", | ||
"aboutUs": "About Us", | ||
"totalPets": "Total Pets", | ||
"adoptedPets": "Adopted Pets", | ||
"petsInAdoption": "Pets in Adoption", | ||
"last": "Last" | ||
} |
Oops, something went wrong.