From 312a9a84236545eeeeea89c14a518148cc7798d3 Mon Sep 17 00:00:00 2001 From: diver90 Date: Mon, 9 Dec 2019 14:39:51 +0200 Subject: [PATCH] add new translates for email strings --- common/messages/ru/app.php | 4 ++++ common/messages/ua/app.php | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index b518a37..16c9d76 100755 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -40,14 +40,18 @@ return [ 'pagenotfound' => 'Страница не найдена', 'id' => 'ID', 'name' => 'Имя', + 'Name: ' => 'Ваше имя', 'phone' => 'Телефон', + 'Phone: ' => 'Ваш контактный телефон', 'created_at' => 'Создано', 'ip' => 'IP', 'url' => 'URL', 'status' => 'Статус', 'message' => 'Сообщение', + 'Message: ' => 'Содержание вопроса', 'legal_name' => 'Название организации', 'email' => 'Email', + 'Email: ' => 'Ваш email', 'writeus' => 'Напишите нам', 'errorsorry' => 'Извините, данной страницы не существует', 'pages' => 'Страницы', diff --git a/common/messages/ua/app.php b/common/messages/ua/app.php index bf2dfa3..2d0cdf2 100755 --- a/common/messages/ua/app.php +++ b/common/messages/ua/app.php @@ -56,14 +56,18 @@ return [ 'pagenotfound' => 'Сторінку не знайдено', 'id' => 'ID', 'name' => 'Ім\'я', + 'Name: ' => 'Ваше ім\'я', 'legal_name' => 'Назва організації', 'phone' => 'Телефон', + 'Phone: ' => 'Ваш контактний телефон', 'created_at' => 'Створено', 'ip' => 'IP', 'url' => 'URL', 'status' => 'Статус', 'message' => 'Повідомлення', + 'Message: ' => 'Зміст питання', 'email' => 'Email', + 'Email: ' => 'Ваш email', 'writeus' => 'Напишіть нам', 'errorsorry' => 'Вибачте, даної сторінки не існує', 'pages' => 'Сторінки', -- libgit2 0.21.4