@@ -70,7 +70,7 @@ JS;
= Html::submitButton(
- 'Login',
+ 'Войти',
[
'class' => 'btn btn-default',
'name' => 'login-button',
diff --git a/backend/views/sitemap/index.php b/backend/views/sitemap/index.php
index 55a565f..67bfe8b 100755
--- a/backend/views/sitemap/index.php
+++ b/backend/views/sitemap/index.php
@@ -7,7 +7,7 @@
/**
* @var View $this
*/
- $this->title = \Yii::t('core', 'Sitemap');
+ $this->title = \Yii::t('core', 'Карта сайта');
$this->params[ 'breadcrumbs' ][] = $this->title;
/**
* @var Sitemap $sitemap
diff --git a/common/config/main.php b/common/config/main.php
index 9a735ed..be23ba7 100755
--- a/common/config/main.php
+++ b/common/config/main.php
@@ -38,11 +38,11 @@
],
'blog' => [
'class' => 'yii\i18n\PhpMessageSource',
- 'basePath' => '@artbox/weblog/messages',
+ 'basePath' => '@common/messages',
],
'artbox-comment' => [
'class' => 'yii\i18n\PhpMessageSource',
- 'basePath' => '@artbox/webcomment/messages',
+ 'basePath' => '@common/messages',
],
],
],
diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php
index eaded99..69bbb62 100755
--- a/common/messages/ru/app.php
+++ b/common/messages/ru/app.php
@@ -1,14 +1,21 @@
'Главная',
- 'Submit' => 'Применить',
- 'Save' => 'Сохранить',
- 'Company name' => 'Название компании',
- 'Profile' => 'Профиль',
- 'Host' => 'Сервер',
- 'User' => 'Логин',
- 'Pass' => 'Пароль',
- 'Create Page' => 'Создать страницу',
- 'Add' => 'Добавить',
- 'Blog Articles' => 'Список статей',
+ 'Home' => 'Главная',
+ 'Submit' => 'Применить',
+ 'Save' => 'Сохранить',
+ 'Company name' => 'Название компании',
+ 'Profile' => 'Профиль',
+ 'Host' => 'Сервер',
+ 'User' => 'Логин',
+ 'Pass' => 'Пароль',
+ 'Create Page' => 'Создать страницу',
+ 'Add' => 'Добавить',
+ 'Blog Articles' => 'Список статей',
+ 'Anonymous' => 'Аноним',
+ 'Create {modelClass}: ' => 'Создать {modelClass}: ',
+ 'Update {modelClass}: ' => 'Обновить {modelClass}: ',
+ 'Delete' => 'Удалить',
+ 'Are you sure you want to delete this item?' => 'Вы уверены, что хотите удалить этот объект?',
+ 'Settings' => 'Настройки',
+ 'Submit comment' => 'Отправить комментарий',
];
\ No newline at end of file
diff --git a/common/messages/ru/artbox-comment.php b/common/messages/ru/artbox-comment.php
new file mode 100644
index 0000000..0a4bbf7
--- /dev/null
+++ b/common/messages/ru/artbox-comment.php
@@ -0,0 +1,4 @@
+ 'Гость',
+];
\ No newline at end of file
diff --git a/common/messages/ru/blog.php b/common/messages/ru/blog.php
new file mode 100644
index 0000000..06871dc
--- /dev/null
+++ b/common/messages/ru/blog.php
@@ -0,0 +1,14 @@
+ 'Теги',
+ 'Create Blog Article' => 'Создать статью',
+ 'Blog Articles' => 'Список статей',
+ 'create_item' => 'Создать',
+ 'Categories' => 'Категории',
+ 'Not active' => 'Не активна',
+ 'Active' => 'Активна',
+ 'Update Blog Article: ' => 'Обновить статью: ',
+ 'Update' => 'Обновить',
+ 'Delete' => 'Удалить',
+ 'Create' => 'Создать',
+];
\ No newline at end of file
diff --git a/common/messages/ru/core.php b/common/messages/ru/core.php
index 3c6c145..fc4cfad 100644
--- a/common/messages/ru/core.php
+++ b/common/messages/ru/core.php
@@ -46,4 +46,13 @@ return [
'Tag Manager code' => 'Код Tag Manager',
'Sitemap' => 'Карта сайта',
'Blog Articles' => 'Список статей',
+ 'Anonymous' => 'Аноним',
+ 'User ID' => 'ID пользователя',
+ 'Image' => 'Изображение',
+ 'Email' => 'Email',
+ 'Created At' => 'Создано',
+ 'Updated At' => 'Обновлено',
+ 'Visited At' => 'Последнее посещение',
+ 'page_id' => 'fsdfd',
+ 'Create {item}' => 'Создать {item}',
];
\ No newline at end of file
diff --git a/frontend/views/persone/index.php b/frontend/views/persone/index.php
index a7013b6..79d4371 100644
--- a/frontend/views/persone/index.php
+++ b/frontend/views/persone/index.php
@@ -15,7 +15,7 @@
-
+
@@ -44,4 +44,12 @@
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/frontend/views/persone/view.php b/frontend/views/persone/view.php
index a949940..8fcf9ed 100644
--- a/frontend/views/persone/view.php
+++ b/frontend/views/persone/view.php
@@ -11,7 +11,7 @@
$this->params[ 'breadcrumbs' ][] = [
'url' => [ 'persone/index' ],
- 'label' => \Yii::t('app', 'песонал'),
+ 'label' => \Yii::t('app', 'персонал'),
];
$this->params[ 'breadcrumbs' ][] = $model->lang->title;
@@ -20,7 +20,7 @@
-
+
@@ -69,4 +69,12 @@
-
\ No newline at end of file
+
+
+
\ No newline at end of file
--
libgit2 0.21.4