fix(ai): use LangServe message format (type instead of role)
All checks were successful
Build Docker Image / build (push) Successful in 4m3s
All checks were successful
Build Docker Image / build (push) Successful in 4m3s
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
"actions": {
|
||||
"add": "Добавить адрес",
|
||||
"delete": "Удалить",
|
||||
"deleting": "Удаление...",
|
||||
"confirm_delete": "Удалить этот адрес?"
|
||||
},
|
||||
"form": {
|
||||
"title": "Новый адрес",
|
||||
"title_edit": "Редактирование адреса",
|
||||
"mapLabel": "Выберите точку на карте",
|
||||
"name": {
|
||||
"label": "Название",
|
||||
@@ -28,7 +30,9 @@
|
||||
"placeholder": "37.6173"
|
||||
},
|
||||
"save": "Сохранить",
|
||||
"saving": "Сохранение..."
|
||||
"saving": "Сохранение...",
|
||||
"update": "Обновить",
|
||||
"updating": "Обновление..."
|
||||
},
|
||||
"states": {
|
||||
"loading": "Загружаем адреса..."
|
||||
@@ -41,6 +45,10 @@
|
||||
"description": "У вас пока нет сохранённых адресов",
|
||||
"cta": "Добавить первый адрес"
|
||||
},
|
||||
"error": {
|
||||
"not_found": "Адрес не найден",
|
||||
"back_to_list": "Назад к адресам"
|
||||
},
|
||||
"status": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user