enable i18n support for russian-only

This commit is contained in:
maxim
2025-02-19 14:17:48 +03:00
parent 5d3c6fe7f9
commit 774c01d9b7
5 changed files with 101 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"actions": {
"create": "Создать",
"show": "Просмотр",
"edit": "Редактировать",
"delete": "Удалить",
"save": "Сохранить"
},
"buttons": {
"edit": "Редактировать",
"refresh": "Обновить",
"delete": "Удалить",
"save": "Сохранить",
"submit": "Отправить",
"create": "Создать",
"logout": "Выход"
}
}