Skip to content

Commit d851da4

Browse files
authored
Merge pull request #264 from alexrobaina/fix/bugs-inventory-integration
integrations and fix bugs
2 parents 46c5f4e + 974f88b commit d851da4

File tree

9 files changed

+390
-384
lines changed

9 files changed

+390
-384
lines changed

public/locales/en/appointments.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"createAppointmentForPets": "Create Appointment for Pets",
3-
"selectAdopterOrShelter": "Select Adopter or Shelter",
4-
"addAppointment": "Add Appointment",
5-
"organizeYourAppointments": "Organize your appointments",
6-
"calendarDescription": "Here you can see all the appointments you have created for your pets. You can view them by day, week or month."
7-
}
2+
"createAppointment": "Create Appointment",
3+
"selectAdopterOrShelter": "Select Adopter or Shelter",
4+
"addAppointment": "Add Appointment",
5+
"organizeYourAppointments": "Organize your appointments",
6+
"calendarDescription": "Here you can see all the appointments you have created for your pets. You can view them by day, week or month."
7+
}

public/locales/en/common.json

Lines changed: 187 additions & 186 deletions
Original file line numberDiff line numberDiff line change
@@ -1,190 +1,191 @@
11
{
2-
"community": "Community",
3-
"welcome": "Welcome to Pet's Love!",
4-
"type": "Type",
5-
"selectType": "Select Type",
6-
"welcomeDescription": "This information will be used to provide you with the best experience",
7-
"inventory": "Inventory",
8-
"placeholderDescription": "Add a description",
9-
"username": "Username",
10-
"usernamePlaceholder": "Add an username",
11-
"selectTole": "Select your role",
12-
"placeholderTitle": "Add a title",
13-
"searchPets": "Search Pets",
14-
"dashboard": "Dashboard",
15-
"settings": "Settings",
16-
"birds": "Birds",
17-
"logout": "logout",
18-
"resetFilters": "Clear filters",
19-
"searchByName": "Search by name",
20-
"dogs": "Dogs",
21-
"cats": "Cats",
22-
"exotics": "Exotics",
23-
"males": "Males",
24-
"females": "Females",
25-
"quantity": "Quantity",
26-
"areYouSureDeleteProduct": "Are you sure you want to delete this product?",
27-
"expense": "Expense",
28-
"income": "Income",
29-
"items": "Items",
30-
"amount": "Amount",
31-
"dog": "Dog",
32-
"itemName": "Item name",
33-
"itemDescription": "Item description",
34-
"cat": "Cat",
35-
"exotic": "Exotic",
36-
"male": "Male",
37-
"editPet": "Edit pet",
38-
"createPet": "Create pet",
39-
"female": "Female",
40-
"adopted": "Adopted",
41-
"inAdoption": "In adoption",
42-
"category": "Categoría",
43-
"gender": "Gender",
44-
"age": "Age",
45-
"analytics": "Analytics",
46-
"expenses": "Expenses",
47-
"expenseType": {
48-
"INCOME": "Income",
49-
"EXPENSE": "Expense"
50-
},
51-
"expenseCategory": {
52-
"SUPPLIES": "Supplies",
53-
"EQUIPMENT": "Equipment",
54-
"RENT": "Rent",
55-
"UTILITIES": "Utilities",
56-
"INSURANCE": "Insurance",
57-
"VEHICLE": "Vehicle",
58-
"SERVICES": "Services",
59-
"INVENTORY": "Inventory",
60-
"SALARIES": "Salaries",
61-
"OTHERS": "Others"
62-
},
63-
"inventoryType": {
64-
"MEDICINE": "Medicine",
65-
"FOOD": "Food",
66-
"TOYS": "Toys",
67-
"ACCESSORIES": "Accessories",
68-
"HEALTH_WELLNESS": "Health & Wellness",
69-
"HOUSING": "Housing",
70-
"LITTER_WASTE_MANAGEMENT": "Litter & Waste Management",
71-
"APPAREL": "Apparel",
72-
"FEEDING_SUPPLIES": "Feeding Supplies",
73-
"TRAVEL_OUTDOOR": "Travel & Outdoor",
74-
"TRAINING_BEHAVIOR": "Training & Behavior"
75-
},
76-
"size": "Size",
77-
"status": "Status",
78-
"pets": "Pets",
79-
"areYouSureDelete": "Are you sure you want to delete",
80-
"available": "Available",
81-
"showing": "Showing",
82-
"of": "of",
83-
"results": "results",
84-
"previous": "Previous",
85-
"name": "Name",
86-
"next": "Next",
87-
"selectImages": "Select images",
88-
"selectImagesInfo": "JPG, GIF or PNG. 1.5MB max.",
89-
"petName": "Pet name",
90-
"breed": "Breed",
91-
"weight": "Weight",
92-
"massUnit": "Mass units",
93-
"petDescription": "Description of pet",
94-
"description": "Description",
95-
"adopterBy": "Adoptado por",
96-
"petGuardians": "Pet Guardians",
97-
"adoptedBy": "Adopted by",
98-
"vet": "Vet",
99-
"shelter": "Shelter",
100-
"select": "Select",
101-
"selectVeterinary": "Select veterinary",
102-
"selectShelter": "Select shelter",
103-
"selectAdopter": "Select adopter",
104-
"petBreed": "Pet breed",
105-
"rabbits": "Rabbits",
106-
"title": "Title",
107-
"notes": "Notes",
108-
"appointment": "Appointment",
109-
"appointments": "Appointments",
110-
"selectDate": "Select Date",
111-
"isRequired": "This field is required",
112-
"start": "Start",
113-
"end": "End",
114-
"selectTime": "Select Time",
115-
"edit": "Edit",
116-
"editAppointment": "Edit appointment",
117-
"createAppointment": "Create appointment",
118-
"pet": "Pet",
119-
"selectPet": "Select pet",
120-
"allDay": "All day",
121-
"today": "Today",
122-
"month": "Month",
123-
"week": "Week",
124-
"day": "Day",
125-
"agenda": "Agenda",
126-
"date": "Date",
127-
"time": "Time",
128-
"event": "Event",
129-
"showMore": "+ Show more ({{total}})",
130-
"myPets": "My pets",
131-
"sizePet": {
132-
"small": "Small",
133-
"medium": "Medium",
134-
"large": "Large",
135-
"extraLarge": "Extra large"
136-
},
137-
"categoryPet": {
2+
"community": "Community",
3+
"welcome": "Welcome to Pet's Love!",
4+
"type": "Type",
5+
"selectType": "Select Type",
6+
"welcomeDescription": "This information will be used to provide you with the best experience",
7+
"inventory": "Inventory",
8+
"placeholderDescription": "Add a description",
9+
"username": "Username",
10+
"usernamePlaceholder": "Add an username",
11+
"selectTole": "Select your role",
12+
"placeholderTitle": "Add a title",
13+
"searchPets": "Search Pets",
14+
"dashboard": "Dashboard",
15+
"settings": "Settings",
16+
"birds": "Birds",
17+
"logout": "logout",
18+
"resetFilters": "Clear filters",
19+
"searchByName": "Search by name",
20+
"dogs": "Dogs",
21+
"cats": "Cats",
22+
"exotics": "Exotics",
23+
"males": "Males",
24+
"females": "Females",
25+
"quantity": "Quantity",
26+
"areYouSureDeleteProduct": "Are you sure you want to delete this product?",
27+
"expense": "Expense",
28+
"income": "Income",
29+
"items": "Items",
30+
"amount": "Amount",
13831
"dog": "Dog",
32+
"itemName": "Item name",
33+
"itemDescription": "Item description",
13934
"cat": "Cat",
140-
"rabbit": "Rabbit",
141-
"hamster": "Hamster",
142-
"bird": "Bird",
143-
"exotic": "Exotic"
144-
},
145-
"agePet": {
146-
"baby": "Baby",
147-
"young": "Young",
148-
"adult": "Adult",
149-
"senior": "Senior"
150-
},
151-
"genderPet": {
35+
"exotic": "Exotic",
15236
"male": "Male",
153-
"female": "Female"
154-
},
155-
"cancel": "Cancel",
156-
"save": "Save",
157-
"veterinarians": "Veterinarians",
158-
"veterinarian": "Veterinary",
159-
"shelters": "Shelters",
160-
"contact": "Contact",
161-
"email": "Email",
162-
"role": "Role",
163-
"phone": "Phone",
164-
"address": "Address",
165-
"location": "Location",
166-
"delete": "Delete",
167-
"SHELTER": "Shelter",
168-
"VET": "Veterinary",
169-
"ADOPTER": "Adopter",
170-
"adopter": "Adopter",
171-
"searchByLocation": "Search by location",
172-
"actions": "Actions",
173-
"adoptPet": "Adopt pet",
174-
"login": "Login",
175-
"locationUnavailable": "Location unavailable",
176-
"petAvailable": "Pet available",
177-
"petDeleted": "Pet deleted successfully",
178-
"petNotDeleted": "Pet not deleted",
179-
"contactsForAdoption": "Contacts for adoption",
180-
"emailInvalid": "Email invalid",
181-
"requiredField": "Required field",
182-
"wasAdopted": "Was adopted?",
183-
"petNotAvailable": "Pet not available",
184-
"wantAdoption": "I want to adopt to",
185-
"aboutUs": "About Us",
186-
"totalPets": "Total Pets",
187-
"adoptedPets": "Adopted Pets",
188-
"petsInAdoption": "Pets in Adoption",
189-
"last": "Last"
190-
}
37+
"editPet": "Edit pet",
38+
"createPet": "Create pet",
39+
"female": "Female",
40+
"adopted": "Adopted",
41+
"inAdoption": "In adoption",
42+
"category": "Categoría",
43+
"gender": "Gender",
44+
"age": "Age",
45+
"analytics": "Analytics",
46+
"expenses": "Expenses",
47+
"expenseType": {
48+
"INCOME": "Income",
49+
"EXPENSE": "Expense"
50+
},
51+
"expenseCategory": {
52+
"SUPPLIES": "Supplies",
53+
"EQUIPMENT": "Equipment",
54+
"RENT": "Rent",
55+
"UTILITIES": "Utilities",
56+
"INSURANCE": "Insurance",
57+
"VEHICLE": "Vehicle",
58+
"SERVICES": "Services",
59+
"INVENTORY": "Inventory",
60+
"SALARIES": "Salaries",
61+
"OTHERS": "Others"
62+
},
63+
"inventoryType": {
64+
"MEDICINE": "Medicine",
65+
"FOOD": "Food",
66+
"TOYS": "Toys",
67+
"ACCESSORIES": "Accessories",
68+
"HEALTH_WELLNESS": "Health & Wellness",
69+
"HOUSING": "Housing",
70+
"LITTER_WASTE_MANAGEMENT": "Litter & Waste Management",
71+
"APPAREL": "Apparel",
72+
"FEEDING_SUPPLIES": "Feeding Supplies",
73+
"TRAVEL_OUTDOOR": "Travel & Outdoor",
74+
"TRAINING_BEHAVIOR": "Training & Behavior"
75+
},
76+
"size": "Size",
77+
"status": "Status",
78+
"pets": "Pets",
79+
"areYouSureDelete": "Are you sure you want to delete",
80+
"available": "Available",
81+
"showing": "Showing",
82+
"of": "of",
83+
"results": "results",
84+
"previous": "Previous",
85+
"name": "Name",
86+
"next": "Next",
87+
"selectImages": "Select images",
88+
"selectImagesInfo": "JPG, GIF or PNG. 1.5MB max.",
89+
"petName": "Pet name",
90+
"breed": "Breed",
91+
"weight": "Weight",
92+
"massUnit": "Mass units",
93+
"petDescription": "Description of pet",
94+
"description": "Description",
95+
"adopterBy": "Adoptado por",
96+
"petGuardians": "Pet Guardians",
97+
"adoptedBy": "Adopted by",
98+
"vet": "Vet",
99+
"shelter": "Shelter",
100+
"select": "Select",
101+
"selectVeterinary": "Select veterinary",
102+
"selectShelter": "Select shelter",
103+
"selectAdopter": "Select adopter",
104+
"petBreed": "Pet breed",
105+
"rabbits": "Rabbits",
106+
"title": "Title",
107+
"notes": "Notes",
108+
"appointment": "Appointment",
109+
"appointments": "Appointments",
110+
"selectDate": "Select Date",
111+
"isRequired": "This field is required",
112+
"start": "Start",
113+
"end": "End",
114+
"selectTime": "Select Time",
115+
"edit": "Edit",
116+
"editAppointment": "Edit appointment",
117+
"createAppointment": "Create appointment",
118+
"pet": "Pet",
119+
"selectPet": "Select pet",
120+
"allDay": "All day",
121+
"today": "Today",
122+
"month": "Month",
123+
"week": "Week",
124+
"day": "Day",
125+
"agenda": "Agenda",
126+
"date": "Date",
127+
"time": "Time",
128+
"event": "Event",
129+
"showMore": "+ Show more ({{total}})",
130+
"myPets": "My pets",
131+
"sizePet": {
132+
"small": "Small",
133+
"medium": "Medium",
134+
"large": "Large",
135+
"extraLarge": "Extra large"
136+
},
137+
"categoryPet": {
138+
"dog": "Dog",
139+
"cat": "Cat",
140+
"rabbit": "Rabbit",
141+
"hamster": "Hamster",
142+
"bird": "Bird",
143+
"exotic": "Exotic"
144+
},
145+
"agePet": {
146+
"baby": "Baby",
147+
"young": "Young",
148+
"adult": "Adult",
149+
"senior": "Senior"
150+
},
151+
"genderPet": {
152+
"male": "Male",
153+
"female": "Female"
154+
},
155+
"cancel": "Cancel",
156+
"save": "Save",
157+
"veterinarians": "Veterinarians",
158+
"veterinarian": "Veterinary",
159+
"shelters": "Shelters",
160+
"contact": "Contact",
161+
"email": "Email",
162+
"role": "Role",
163+
"phone": "Phone",
164+
"address": "Address",
165+
"location": "Location",
166+
"delete": "Delete",
167+
"SHELTER": "Shelter",
168+
"VET": "Veterinary",
169+
"ADOPTER": "Adopter",
170+
"adopter": "Adopter",
171+
"searchByLocation": "Search by location",
172+
"actions": "Actions",
173+
"adoptPet": "Adopt pet",
174+
"login": "Login",
175+
"locationUnavailable": "Location unavailable",
176+
"petAvailable": "Pet available",
177+
"petDeleted": "Pet deleted successfully",
178+
"petNotDeleted": "Pet not deleted",
179+
"contactsForAdoption": "Contacts",
180+
"emailInvalid": "Email invalid",
181+
"price": "Price",
182+
"requiredField": "Required field",
183+
"wasAdopted": "Was adopted?",
184+
"petNotAvailable": "Pet not available",
185+
"wantAdoption": "I want to adopt to",
186+
"aboutUs": "About Us",
187+
"totalPets": "Total Pets",
188+
"adoptedPets": "Adopted Pets",
189+
"petsInAdoption": "Pets in Adoption",
190+
"last": "Last"
191+
}

0 commit comments

Comments
 (0)