From 4c27693470797ca1a94484dcf91bbc80b9a8ff22 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 9 Nov 2017 12:14:42 +0200 Subject: [PATCH] translates forms --- common/messages/ru/core.php | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/common/messages/ru/core.php b/common/messages/ru/core.php index ba20373..1a6e58f 100644 --- a/common/messages/ru/core.php +++ b/common/messages/ru/core.php @@ -55,4 +55,8 @@ return [ 'Visited At' => 'Последнее посещение', 'page_id' => 'ID страницы', 'Create {item}' => 'Создать {item}', + 'name' => 'Имя', + 'email' => 'Email', + 'phone' => 'Номер телефона', + 'message' => 'Сообщение', ]; \ No newline at end of file -- libgit2 0.21.4