recurring.php 5.59 KB
<?php
/**
 * @package    Русский язык для OpenCart 3.x
 * @file       admin/language/ru-ru/mail/sale/recurring.php
 * @author     Hkr32
 * @copyright  © OCN, (https://opencart.name)
 * @license    https://opensource.org/licenses/GPL-3.0
 * @link       https://forum.opencart.name
 */

// Heading
$_['heading_title']                        = 'Регулярные заказы';

// Text
$_['text_success']                         = 'Успешно: Вы изменили регулярные профили!';
$_['text_list']                            = 'Список переодических заказов';
$_['text_filter']                          = 'Фильтр';
$_['text_recurring_detail']                = 'Регулярные детали';
$_['text_order_detail']                    = 'Детали заказа';
$_['text_product_detail']                  = 'Детали товара';
$_['text_transaction']                     = 'Транзакции';
$_['text_order_recurring_id']              = 'Номер регулярного заказа';
$_['text_reference']                       = 'Ссылка на платеж';
$_['text_recurring_name']                  = 'Регулярный профиль';
$_['text_recurring_description']           = 'Описание';
$_['text_recurring_status']                = 'Регулярный статус';
$_['text_payment_method']                  = 'Метод оплаты';
$_['text_order_id']                        = 'Номер заказа';
$_['text_customer']                        = 'Клиент';
$_['text_email']                           = 'Эл. почта';
$_['text_date_added']                      = 'Дата добавления';
$_['text_order_status']                    = 'Статус заказа';
$_['text_type']                            = 'Тип';
$_['text_action']                          = 'Действие';
$_['text_product']                         = 'Товар';
$_['text_quantity']                        = 'Количество';
$_['text_amount']                          = 'Сумма';
$_['text_cancel_payment']                  = 'Отмена оплаты';
$_['text_status_1']                        = 'Активный';
$_['text_status_2']                        = 'Неактивный';
$_['text_status_3']                        = 'Отменен';
$_['text_status_4']                        = 'Приостановленный';
$_['text_status_5']                        = 'Истекший';
$_['text_status_6']                        = 'Ожидающий';

$_['text_transactions']                    = 'Транзакции';
$_['text_cancel_confirm']                  = 'Аннулирование профиля не может быть отменено! вы уверены, что хотите сделать это?';
$_['text_transaction_date_added']          = 'Дата добавления';
$_['text_transaction_payment']             = 'Оплата';
$_['text_transaction_outstanding_payment'] = 'Неуплаченный платеж';
$_['text_transaction_skipped']             = 'Платеж пропущен';
$_['text_transaction_failed']              = 'Платеж не прошел';
$_['text_transaction_cancelled']           = 'Отменен';
$_['text_transaction_suspended']           = 'Зависший';
$_['text_transaction_suspended_failed']    = 'Приостановленный из-за неудавшегося платежа';
$_['text_transaction_outstanding_failed']  = 'Не удалось оплатить';
$_['text_transaction_expired']             = 'Истекший';
$_['text_cancelled']                       = 'Регулярный платеж был отменен';

// Column
$_['column_order_recurring_id']             = 'Регулярный номер';
$_['column_order_id']                       = 'Номер заказа';
$_['column_reference']                      = 'Ссылка на платеж';
$_['column_customer']                       = 'Клиент';
$_['column_date_added']                     = 'Дата добавления';
$_['column_status']                         = 'Статус';
$_['column_amount']                         = 'Сумма';
$_['column_type']                           = 'Тип';
$_['column_action']                         = 'Действие';

// Entry
$_['entry_order_recurring_id']             = 'Регулярный номер';
$_['entry_order_id']                       = 'Номер заказа';
$_['entry_reference']                      = 'Payment Reference';
$_['entry_customer']                       = 'Клиент';
$_['entry_date_added']                     = 'Дата добавления';
$_['entry_status']                         = 'Статус';
$_['entry_type']                           = 'Тип';
$_['entry_action']                         = 'Действие';
$_['entry_email']                          = 'Эл. почта';
$_['entry_description']                    = 'Описание регулярного профиля';
$_['entry_product']                        = 'Товар';
$_['entry_quantity']                       = 'Количество';
$_['entry_amount']                         = 'Сумма';
$_['entry_recurring']                      = 'Регулярный профиль';
$_['entry_payment_method']                 = 'Метод оплаты';
$_['entry_cancel_payment']                 = 'Отмена оплаты';

// Error
$_['error_not_cancelled']                  = 'Ошибка: %s';
$_['error_not_found']                      = 'Не удалось отменить регулярный профиль';