first commit

This commit is contained in:
O K
2026-05-20 17:32:11 +03:00
commit c92aee86a2
33 changed files with 11584 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "Fiscal Order Block",
"hutko": {
"fiscal_receipts_title": "Hutko Fiscal Receipts",
"fiscal_receipts": "Fiscal Receipts",
"refresh": "Refresh",
"loading": "Loading...",
"no_receipts": "No fiscal receipts found for this order.",
"view_receipt": "View Receipt",
"download_xml": "Download XML",
"tax_service": "Tax Service",
"provider": "Provider",
"pdf": "PDF",
"waiting_for_fiscalisation": "Receipt {{id}} — waiting for fiscalisation",
"no_order_selected": "No order selected.",
"failed_to_load_receipts": "Failed to load fiscal receipts: ",
"currency": "UAH",
"customer_actions": "Customer actions"
}
}

View File

@@ -0,0 +1,20 @@
{
"name": "Блок фіскальних чеків",
"hutko": {
"fiscal_receipts_title": "Фіскальні чеки Hutko",
"fiscal_receipts": "Фіскальні чеки",
"refresh": "Оновити",
"loading": "Завантаження...",
"no_receipts": "Для цього замовлення не знайдено фіскальних чеків.",
"view_receipt": "Переглянути чек",
"download_xml": "Завантажити XML",
"tax_service": "Податкова служба",
"provider": "Провайдер",
"pdf": "PDF",
"waiting_for_fiscalisation": "Чек {{id}} — очікує фіскалізації",
"no_order_selected": "Замовлення не вибрано.",
"failed_to_load_receipts": "Не вдалося завантажити фіскальні чеки: ",
"currency": "грн",
"customer_actions": "Дії клієнта"
}
}