Commit 4c27693470797ca1a94484dcf91bbc80b9a8ff22
1 parent
0fa9932e
translates forms
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
common/messages/ru/core.php
... | ... | @@ -55,4 +55,8 @@ return [ |
55 | 55 | 'Visited At' => 'Последнее посещение', |
56 | 56 | 'page_id' => 'ID страницы', |
57 | 57 | 'Create {item}' => 'Создать {item}', |
58 | + 'name' => 'Имя', | |
59 | + 'email' => 'Email', | |
60 | + 'phone' => 'Номер телефона', | |
61 | + 'message' => 'Сообщение', | |
58 | 62 | ]; |
59 | 63 | \ No newline at end of file | ... | ... |