Helper methods refactoring

This commit is contained in:
Peter Papp
2021-05-11 07:27:26 +02:00
parent ca255a7416
commit 9857a30d2c
10 changed files with 258 additions and 273 deletions

View File

@@ -234,41 +234,41 @@ return [
'in.total_invoices' => 'Total Invoices',
'in.n-abbreviation' => 'n.',
'in.doc.taxable_doc' => 'taxable document',
'in.doc.advance_doc' => 'zálohový doklad',
'in.doc.taxable_doc' => 'Taxable Document',
'in.doc.advance_doc' => 'Advance Document',
'in.doc.number' => 'Číslo',
'in.doc.variable_symbol' => 'Variabilný symbol',
'in.doc.number' => 'Number',
'in.doc.variable_symbol' => 'Variable symbol',
'in.doc.customer' => 'Customer',
'in.doc.supplier' => 'Supplier',
'in.doc.date_of_issue' => 'Dátum vystavenia',
'in.doc.date_of_delivery' => 'Dátum dodania',
'in.doc.due_date' => 'Dátum splatnosti',
'in.doc.date_of_issue' => 'Date of issue',
'in.doc.date_of_delivery' => 'Date of delivery',
'in.doc.due_date' => 'Due date',
'in.doc.headquarters' => 'Headquarters',
'in.doc.sum_to_pay' => 'Suma na úhradu',
'in.doc.bank_account_number' => 'Číslo účtu',
'in.doc.sum_to_pay' => 'Total to pay',
'in.doc.bank_account_number' => 'Bank Number',
'in.doc.item.name' => 'Názov produktu',
'in.doc.item.amount' => 'Množstvo',
'in.doc.item.price_per_unit' => 'J. Cena',
'in.doc.item.total' => 'Celkom',
'in.doc.item.vat_rate' => 'Sadzba DPH',
'in.doc.item.vat' => 'DPH',
'in.doc.item.total_with_vat' => 'Celkom s DPH',
'in.doc.item.name' => 'Item',
'in.doc.item.amount' => 'Amount',
'in.doc.item.price_per_unit' => 'Unit Price',
'in.doc.item.total' => 'Total',
'in.doc.item.vat_rate' => 'Vat Rate',
'in.doc.item.vat' => 'Vat',
'in.doc.item.total_with_vat' => 'Total with Vat',
'in.doc.discount' => 'Zlava za doklad',
'in.doc.vat_base' => 'Základ DPH',
'in.doc.discount' => 'Discount',
'in.doc.vat_base' => 'VAT Base',
'in.doc.thanks' => 'Ďakujeme, že ste sa rozhodli pre naše služby.',
'in.doc.not_vat_payer' => 'Nie sme platci DPH',
'in.doc.thanks' => 'Thank you for choosing our services.',
'in.doc.not_vat_payer' => "We aren't VAT payers.",
'in.doc.creator' => 'Faktúru vystavil',
'in.doc.creator' => 'Issuer',
'in.doc.created_by_app' => 'Vygenerované aplikáciou <a href=":url">:app_name</a>',
'in.doc.created_by_app' => 'Generated by <a href=":url">:app_name</a>',
'in.notify.subject' => 'You have new invoice from company :company',
'in.notify.message' => ':company send you invoice. You can find it in attachment of this email.',