{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1764538817" } }
<?php // 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'] = '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'] = 'Способ оплаты'; $_['entry_customer'] = 'Клиент'; $_['entry_date_added'] = 'Дата создания'; $_['entry_status'] = 'Статус'; $_['entry_type'] = 'Тип'; $_['entry_action'] = 'Действие'; $_['entry_email'] = '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'] = 'Нельзя отключить профиль';