added translations

This commit is contained in:
O K
2025-12-14 20:53:54 +02:00
parent f90c8d5f81
commit f4c4ceaec7
5 changed files with 20 additions and 10 deletions

View File

@@ -175,14 +175,14 @@ class Hutko extends \Opencart\System\Engine\Controller
$data['text_hutko_refund_title'] = $this->language->get('text_hutko_refund_title');
$data['button_hutko_refund'] = $this->language->get('button_hutko_refund');
$data['button_hutko_status_check'] = $this->language->get('button_hutko_status_check');
$data['button_create_link'] = 'Create New Payment Link';
$data['button_create_link'] = $this->language->get('button_create_link');
$data['text_confirm_refund'] = $this->language->get('text_confirm_refund');
$data['text_loading'] = $this->language->get('text_loading');
$data['text_no_transactions'] = 'No Hutko transactions recorded.';
$data['text_no_transactions'] = $this->language->get('text_no_transactions');
$data['entry_refund_amount'] = $this->language->get('entry_refund_amount');
$data['entry_refund_comment'] = $this->language->get('entry_refund_comment');
$data['text_create_link_info'] = 'Create a new payment link using current order totals.';
$data['text_create_link_info'] = $this->language->get('text_create_link_info');
return $this->load->view('extension/hutko/payment/hutko_order_info_panel', $data);
}

View File

@@ -112,3 +112,10 @@ $_['text_confirm_refund'] = 'Are you sure you want to refund this transaction vi
$_['text_loading'] = 'Loading...';
$_['error_order_not_found'] = 'Error: Order not found.';
$_['text_create_link_info'] = 'Create a new payment link using current order totals.';
$_['text_no_transactions'] = 'No Hutko transactions recorded.';
$_['button_create_link'] = 'Create New Payment Link';

View File

@@ -101,4 +101,8 @@ $_['text_payment_expired'] = 'Срок платежа истек в Hutko.';
$_['text_payment_processing'] = 'Платеж обрабатывается в Hutko.';
$_['text_confirm_refund'] = 'Вы уверены, что хотите возместить оплату через Hutko? Это действие нельзя отменить.';
$_['text_loading'] = 'Загрузка...';
$_['error_order_not_found'] = 'Ошибка: заказ не найден.';
$_['error_order_not_found'] = 'Ошибка: заказ не найден.';
$_['text_create_link_info'] = 'Создать платеж используя текущий заказ';
$_['text_no_transactions'] = 'Не найдены транзакции Hutko.';
$_['button_create_link'] = 'Создать платежную ссылку';

View File

@@ -102,4 +102,8 @@ $_['text_payment_expired'] = 'Термін платежу минув у Hutko.';
$_['text_payment_processing'] = 'Платіж обробляється в Hutko.';
$_['text_confirm_refund'] = 'Ви впевнені, що хочете відшкодувати оплату через Hutko? Цю дію не можна скасувати.';
$_['text_loading'] = 'Завантаження...';
$_['error_order_not_found'] = 'Помилка: замовлення не знайдено.';
$_['error_order_not_found'] = 'Помилка: замовлення не знайдено.';
$_['text_create_link_info'] = 'Створити платіжне посилання використовуючи поточне замовлення.';
$_['text_no_transactions'] = 'Не знайдено транзакцій Hutko.';
$_['button_create_link'] = 'Створити платіжне посилання';