add missing i18n schema for page

This commit is contained in:
2025-09-10 07:10:06 +03:00
parent 4f99e32009
commit 0c764f82e5
4 changed files with 13 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ export const defaultI18nNamespaces = [
'booking',
'order-analysis-package',
'order-analysis',
'order-health-analysis',
'cart',
'orders',
'analysis-results',

View File

@@ -0,0 +1,4 @@
{
"title": "Order health analysis",
"description": "Select a suitable date and book your appointment time."
}

View File

@@ -0,0 +1,4 @@
{
"title": "Telli terviseuuring",
"description": "Vali kalendrist sobiv kuupäev ja broneeri endale vastuvõtuaeg."
}

View File

@@ -0,0 +1,4 @@
{
"title": "Заказать анализ здоровья",
"description": "Выберите подходящую дату и забронируйте время для вашего приёма."
}