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.
Showing
88 changed files
with
6,573 additions
and
1,417 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
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
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 |
---|---|---|
@@ -0,0 +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." | ||
} |
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,112 +1,136 @@ | ||
{ | ||
"community": "Community", | ||
"searchPets": "Search Pets", | ||
"dashboard": "Dashboard", | ||
"settings": "Settings", | ||
"logout": "logout", | ||
"resetFilters": "Clear filters", | ||
"searchByName": "Search by name", | ||
"dogs": "Dogs", | ||
"cats": "Cats", | ||
"exotics": "Exotics", | ||
"males": "Males", | ||
"females": "Females", | ||
"community": "Community", | ||
"searchPets": "Search Pets", | ||
"dashboard": "Dashboard", | ||
"settings": "Settings", | ||
"logout": "logout", | ||
"resetFilters": "Clear filters", | ||
"searchByName": "Search by name", | ||
"dogs": "Dogs", | ||
"cats": "Cats", | ||
"exotics": "Exotics", | ||
"males": "Males", | ||
"females": "Females", | ||
"dog": "Dog", | ||
"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", | ||
"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", | ||
"exotic": "Exotic", | ||
"rabbit": "Rabbit", | ||
"hamster": "Hamster", | ||
"bird": "Bird", | ||
"exotic": "Exotic" | ||
}, | ||
"agePet": { | ||
"baby": "Baby", | ||
"young": "Young", | ||
"adult": "Adult", | ||
"senior": "Senior" | ||
}, | ||
"genderPet": { | ||
"male": "Male", | ||
"editPet": "Edit pet", | ||
"createPet": "Create pet", | ||
"female": "Female", | ||
"adopted": "Adopted", | ||
"inAdoption": "In adoption", | ||
"category": "Categoría", | ||
"gender": "Gender", | ||
"age": "Age", | ||
"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", | ||
"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 for adoption", | ||
"emailInvalid": "Email invalid", | ||
"requiredField": "Required field", | ||
"petNotAvailable": "Pet not available", | ||
"wantAdoption": "I want to adopt to", | ||
"aboutUs": "About Us", | ||
"last": "Last" | ||
} | ||
"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", | ||
"petNotAvailable": "Pet not available", | ||
"wantAdoption": "I want to adopt to", | ||
"aboutUs": "About Us", | ||
"last": "Last" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"createAppointmentForPets": "Crear Cita para Mascotas", | ||
"selectAdopterOrShelter": "Seleccionar Adoptante o Refugio", | ||
"addAppointment": "Crear Cita", | ||
"organizeYourAppointments": "Organiza tus Citas", | ||
"calendarDescription": "Aquí puedes ver todas las citas que has creado para tus mascotas. Puedes verlas por día, semana o mes." | ||
} |
Oops, something went wrong.