From 9b5711906ac054c39425f41848166d110a624dc8 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 20 Nov 2017 09:58:46 +0200 Subject: [PATCH] translates 1.5 --- common/messages/ua/app.php | 10 ++++++++++ frontend/views/page/view.php | 2 +- frontend/views/persone/index.php | 4 ++-- frontend/views/persone/view.php | 2 +- frontend/views/site/about.php | 2 +- frontend/views/site/appment.php | 12 ++++++------ frontend/views/site/comments.php | 2 +- frontend/views/site/contact.php | 10 +++++----- frontend/views/site/error.php | 8 ++++---- frontend/views/site/index.php | 4 ++-- frontend/views/site/price.php | 6 +++--- 11 files changed, 36 insertions(+), 26 deletions(-) diff --git a/common/messages/ua/app.php b/common/messages/ua/app.php index ab4f10f..343e1c4 100644 --- a/common/messages/ua/app.php +++ b/common/messages/ua/app.php @@ -66,4 +66,14 @@ 'Офис {office}' => 'Офіс {office}', 'На страницу контактов' => 'На сторінку контактів', 'Создание сайтов' => 'Створення сайтів', + "Записаться на приём" => 'Записатися на прийом', + 'Ждем Вас в нашей клинике!' => 'Чекаємо на Вас у нашій клініці!', + 'Стоматология' => 'Стоматологія', + 'Косметология' => 'Косметологія', + 'ОШИБКА 404' => 'ПОМИЛКА 404', + 'Похоже, мы не можем найти нужную вам страницу.' => 'Схоже, що ми не можемо знайти потрібну вам сторінку.', + 'Попробуйте ещё раз' => 'Спробуйте ще раз', + 'На главную' => 'На головну', + 'Адрес' => 'Адреса', + "Оставить отзыв" => 'Залишити відгук', ]; \ No newline at end of file diff --git a/frontend/views/page/view.php b/frontend/views/page/view.php index 7a6bc28..5d406ac 100755 --- a/frontend/views/page/view.php +++ b/frontend/views/page/view.php @@ -130,7 +130,7 @@ _________________________________________________________ -->
\ No newline at end of file diff --git a/frontend/views/persone/index.php b/frontend/views/persone/index.php index 1d51b61..1e001f9 100644 --- a/frontend/views/persone/index.php +++ b/frontend/views/persone/index.php @@ -21,7 +21,7 @@
-

Персонал

+

@@ -62,7 +62,7 @@
\ No newline at end of file diff --git a/frontend/views/persone/view.php b/frontend/views/persone/view.php index c299e72..374ea62 100644 --- a/frontend/views/persone/view.php +++ b/frontend/views/persone/view.php @@ -67,7 +67,7 @@
\ No newline at end of file diff --git a/frontend/views/site/about.php b/frontend/views/site/about.php index c741d83..251b18f 100755 --- a/frontend/views/site/about.php +++ b/frontend/views/site/about.php @@ -32,7 +32,7 @@
diff --git a/frontend/views/site/appment.php b/frontend/views/site/appment.php index d9a2381..9571c27 100755 --- a/frontend/views/site/appment.php +++ b/frontend/views/site/appment.php @@ -25,21 +25,21 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
- +

- +

- +

@@ -49,20 +49,20 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
- +

- +

- +

diff --git a/frontend/views/site/comments.php b/frontend/views/site/comments.php index 78aa72e..c3fdc4a 100755 --- a/frontend/views/site/comments.php +++ b/frontend/views/site/comments.php @@ -21,7 +21,7 @@ 'display_name' => 'name', 'entityIdAttribute' => 'id', 'reply' => true, - 'layout' => "{list} {reply_form}

Оставить отзыв

{form}", + 'layout' => "{list} {reply_form}

".\Yii::t('app', 'Оставить отзыв')."

{form}", 'delete' => false, 'more' => [ 'show_' => true, diff --git a/frontend/views/site/contact.php b/frontend/views/site/contact.php index 0b7c840..b3dae73 100755 --- a/frontend/views/site/contact.php +++ b/frontend/views/site/contact.php @@ -63,7 +63,7 @@ JS;
-

Адрес

+

street )) { @@ -151,7 +151,7 @@ JS;

-

Связаться с нами

+

@@ -170,7 +170,7 @@ JS;
field($contact, 'name') ->textInput() - ->label('Имя'); ?> + ->label(\Yii::t('app', 'Имя')); ?>
@@ -190,12 +190,12 @@ JS; 'rows' => 3, ] ) - ->label('Сообщение'); ?> + ->label(\Yii::t('app', 'Сообщение')); ?>
Отправить', + ' '.\Yii::t('app', 'Сообщение'), [ 'class' => 'btn btn-template-main', ] diff --git a/frontend/views/site/error.php b/frontend/views/site/error.php index f5cc84e..c488ac3 100755 --- a/frontend/views/site/error.php +++ b/frontend/views/site/error.php @@ -19,11 +19,11 @@ $this->title = $name;

-

ОШИБКА 404

-

Похоже, мы не можем найти нужную вам страницу.

-

Попробуйте ещё раз

+

+

+

-

На главную +

diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 182d98f..c328873 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -204,10 +204,10 @@ _________________________________________________________ -->
-

Ждем Вас в нашей клинике!

+

\ No newline at end of file diff --git a/frontend/views/site/price.php b/frontend/views/site/price.php index c35dabd..adde728 100755 --- a/frontend/views/site/price.php +++ b/frontend/views/site/price.php @@ -27,9 +27,9 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
@@ -67,7 +67,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title; \ No newline at end of file -- libgit2 0.21.4