This commit is contained in:
alsaze
2025-11-26 16:14:00 +03:00
commit 70d6285ebf
23 changed files with 16776 additions and 0 deletions

5
i18n/locales/en.json Normal file
View File

@@ -0,0 +1,5 @@
{
"colors": {
"black": "black"
}
}

20
i18n/locales/ru.json Normal file
View File

@@ -0,0 +1,20 @@
{
"colors": {
"black": "черный",
"beige": "бежевый",
"grey": "серый",
"grey-black": "серо-черный"
},
"materials": {
"cotton": "хлопок",
"cotton-polyester": "хлопок-полиэстер"
},
"checkoutSteps": {
"delivery": "Выберите адрес получения заказа",
"mobileDelivery": "доставка",
"contacts": "Введите данные получателя",
"mobileContacts": "контакты",
"summary": "Подтвердите заказ",
"mobileSummary": "заказ"
}
}