diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index d8fb5ed..23ba83c 100755 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -1,10 +1,21 @@ 'Вход для пользователей', - 'Login' => 'Войти', - 'Not registered yet?' => 'Не зарегистрированы?', - 'Register now!' => 'Зарегистрироваться', - 'Отправить' => ' Отправить', - 'Read more' => 'Читать далее', - 'Continue reading' => 'Продолжить чтение', + 'Customer login' => 'Вход для пользователей', + 'Login' => 'Войти', + 'Not registered yet?' => 'Не зарегистрированы?', + 'Register now!' => 'Зарегистрироваться', + 'Отправить' => ' Отправить', + 'Read more' => 'Читать далее', + 'Continue reading' => 'Продолжить чтение', + 'User section' => 'Раздел пользователя', + 'Product' => 'Товар', + 'Quantity' => 'Количество', + 'Unit price' => 'Цена за единицу', + 'Discount' => 'Скидка', + 'Total' => 'Всего', + 'Back to payment method' => 'Вернуться к спообу оплаты', + 'Please choose delivery method.' => 'Пожалуйста, выберите способ доставки.', + 'Please choose payment method.' => 'Пожалуйста, выберите способ оплаты.', + 'Home' => 'Главная', + 'Toggle navigation' => 'Переключатель навигации', ]; \ No newline at end of file diff --git a/frontend/views/account/_menu.php b/frontend/views/account/_menu.php index 58c3206..7618957 100644 --- a/frontend/views/account/_menu.php +++ b/frontend/views/account/_menu.php @@ -12,7 +12,7 @@
Order #= $order->id ?> was placed on = date(
+ Заказ №= $order->id ?> был перемещён на = date(
'd.m.Y',
$order->created_at
) ?>label)) {
- ?> and is currently
+ ?> и в данный момент
= $order->label->lang->title ?>. If you have any questions, please feel free to
+ Если у вас есть вопросы, пожалуйста,
contact us, our customer service center is working for you 24/7.
Product | -Quantity | -Unit price | -Total | +Товар | +Количество | +Цена за единицу | +Всего | ||
---|---|---|---|---|---|---|---|---|---|
Total | +Всего | = $total ?> |