enable i18n
support for russian-only
This commit is contained in:
18
src/locales/ru/translation.json
Normal file
18
src/locales/ru/translation.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"actions": {
|
||||
"create": "Создать",
|
||||
"show": "Просмотр",
|
||||
"edit": "Редактировать",
|
||||
"delete": "Удалить",
|
||||
"save": "Сохранить"
|
||||
},
|
||||
"buttons": {
|
||||
"edit": "Редактировать",
|
||||
"refresh": "Обновить",
|
||||
"delete": "Удалить",
|
||||
"save": "Сохранить",
|
||||
"submit": "Отправить",
|
||||
"create": "Создать",
|
||||
"logout": "Выход"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user