add cart functionality for tto services
This commit is contained in:
@@ -6,5 +6,9 @@
|
||||
"description": "Get to know the personal analysis packages and order"
|
||||
},
|
||||
"noCategories": "List of services not found, try again later",
|
||||
"noResults": "No availabilities found for selected dates"
|
||||
"noResults": "No availabilities found for selected dates",
|
||||
"serviceNotFound": "Service not found",
|
||||
"bookTimeLoading": "Selecting time...",
|
||||
"noProducts": "No products found",
|
||||
"timeSlotUnavailable": "Service availability has changed, please select a new time"
|
||||
}
|
||||
@@ -7,7 +7,9 @@
|
||||
"item": "Item",
|
||||
"quantity": "Quantity",
|
||||
"price": "Price",
|
||||
"total": "Total"
|
||||
"total": "Total",
|
||||
"time": "Time",
|
||||
"location": "Location"
|
||||
},
|
||||
"checkout": {
|
||||
"goToCheckout": "Go to checkout",
|
||||
@@ -82,5 +84,9 @@
|
||||
"title": "Location for analysis",
|
||||
"description": "If you are unable to go to the lab to collect the sample, you can go to any other suitable collection point.",
|
||||
"locationSelect": "Select location"
|
||||
},
|
||||
"editServiceItem": {
|
||||
"title": "Edit booking",
|
||||
"description": "Edit booking details"
|
||||
}
|
||||
}
|
||||
@@ -13,5 +13,8 @@
|
||||
"showAllLocations": "Näita kõiki asutusi",
|
||||
"bookTimeSuccess": "Aeg valitud",
|
||||
"bookTimeError": "Aega ei õnnestunud valida",
|
||||
"bookTimeLoading": "Aega valitakse..."
|
||||
"bookTimeLoading": "Aega valitakse...",
|
||||
"serviceNotFound": "Teenust ei leitud",
|
||||
"noProducts": "Tooteid ei leitud",
|
||||
"timeSlotUnavailable": "Teenuse saadavus muutus, palun vali uus aeg"
|
||||
}
|
||||
@@ -7,7 +7,9 @@
|
||||
"item": "Toode",
|
||||
"quantity": "Kogus",
|
||||
"price": "Hind",
|
||||
"total": "Summa"
|
||||
"total": "Summa",
|
||||
"time": "Aeg",
|
||||
"location": "Asukoht"
|
||||
},
|
||||
"checkout": {
|
||||
"goToCheckout": "Vormista ost",
|
||||
@@ -84,5 +86,9 @@
|
||||
"title": "Asukoht analüüside andmiseks",
|
||||
"description": "Kui Teil ei ole võimalik valitud asukohta minna analüüse andma, siis võite minna Teile sobivasse verevõtupunkti.",
|
||||
"locationSelect": "Vali asukoht"
|
||||
},
|
||||
"editServiceItem": {
|
||||
"title": "Muuda broneeringut",
|
||||
"description": "Muuda broneeringu andmeid"
|
||||
}
|
||||
}
|
||||
@@ -148,5 +148,6 @@
|
||||
"yes": "Jah",
|
||||
"no": "Ei",
|
||||
"preferNotToAnswer": "Eelistan mitte vastata",
|
||||
"book": "Broneeri"
|
||||
"book": "Broneeri",
|
||||
"change": "Muuda"
|
||||
}
|
||||
@@ -6,5 +6,9 @@
|
||||
"description": "Ознакомьтесь с персональными пакетами анализов и закажите"
|
||||
},
|
||||
"noCategories": "Список услуг не найден, попробуйте позже",
|
||||
"noResults": "Для выбранных дат доступных вариантов не найдено"
|
||||
"noResults": "Для выбранных дат доступных вариантов не найдено",
|
||||
"bookTimeLoading": "Выбор времени...",
|
||||
"serviceNotFound": "Услуга не найдена",
|
||||
"noProducts": "Товары не найдены",
|
||||
"timeSlotUnavailable": "Доступность услуги изменилась, пожалуйста, выберите другое время"
|
||||
}
|
||||
@@ -7,7 +7,9 @@
|
||||
"item": "Товар",
|
||||
"quantity": "Количество",
|
||||
"price": "Цена",
|
||||
"total": "Сумма"
|
||||
"total": "Сумма",
|
||||
"time": "Время",
|
||||
"location": "Местоположение"
|
||||
},
|
||||
"checkout": {
|
||||
"goToCheckout": "Оформить заказ",
|
||||
@@ -82,5 +84,9 @@
|
||||
"title": "Местоположение для сдачи анализов",
|
||||
"description": "Если у вас нет возможности прийти в выбранное место для сдачи анализов, вы можете посетить любой удобный для вас пункт забора крови.",
|
||||
"locationSelect": "Выберите местоположение"
|
||||
},
|
||||
"editServiceItem": {
|
||||
"title": "Изменить бронирование",
|
||||
"description": "Изменить данные бронирования"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user