mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-05 14:51:07 +00:00
New translations en.json (Czech)
[ci skip]
This commit is contained in:
@@ -472,6 +472,28 @@
|
||||
"confirm_clone": "Tato faktura bude naklonována do nové faktury",
|
||||
"convert_to_estimate": "Convert to Estimate",
|
||||
"confirm_convert_to_estimate": "This invoice will be converted into a new Estimate",
|
||||
"create_credit_note": "Create Credit Note",
|
||||
"credit_note_created": "Credit note created successfully",
|
||||
"credit_note": "Credit Note",
|
||||
"credit_note_items": "Lines to credit",
|
||||
"credit_note_quantity_to_credit": "Credit qty",
|
||||
"credit_note_original_quantity": "Invoiced",
|
||||
"credit_note_already_credited": "Credited",
|
||||
"credit_note_remaining_quantity": "Remaining",
|
||||
"credit_note_amount": "Amount",
|
||||
"credit_note_credited_subtotal": "Credited subtotal",
|
||||
"credit_note_reason": "Reason",
|
||||
"credit_note_reason_placeholder": "Optional: why this invoice is being credited",
|
||||
"credit_note_proportional_note": "Discounts and taxes are credited in proportion to the lines and quantities selected above.",
|
||||
"credit_note_select_at_least_one_item": "Select at least one line to credit.",
|
||||
"credit_note_quantity_exceeds_remaining": "Quantity is more than the remaining quantity of this line.",
|
||||
"credit_note_fully_credited_line": "Fully credited",
|
||||
"credited_amount": "Credited amount",
|
||||
"partially_credited": "Partially credited",
|
||||
"partially_credited_via_credit_notes": "Partially credited via credit note",
|
||||
"original_invoice": "Original invoice",
|
||||
"cancelled": "Cancelled",
|
||||
"cancelled_via_credit_note": "Cancelled via credit note",
|
||||
"item": {
|
||||
"title": "Název položky",
|
||||
"description": "Popis",
|
||||
@@ -1199,6 +1221,13 @@
|
||||
"disable_on_invoice_sent": "Vypnout po odeslání faktury",
|
||||
"retrospective_edits_description": " Na základě zákonů vaší země nebo vašich preferencí můžete uživatelům bránit v úpravě dokončených faktur."
|
||||
},
|
||||
"credit_notes": {
|
||||
"title": "Credit Notes",
|
||||
"credit_note_number_format": "Credit Note Number Format",
|
||||
"credit_note_number_format_description": "Customize how your credit note number gets generated automatically when you create a new credit note. Credit notes are numbered independently of invoices.",
|
||||
"preview_credit_note_number": "Preview Credit Note Number",
|
||||
"credit_note_settings_updated": "Credit Note Settings updated successfully"
|
||||
},
|
||||
"estimates": {
|
||||
"title": "Odhady",
|
||||
"estimate_number_format": "Formát čísla odhadu",
|
||||
@@ -1800,6 +1829,18 @@
|
||||
"estimate_number_used": "Číslo odhadu již bylo použito.",
|
||||
"invoice_number_used": "Číslo faktury již bylo použito.",
|
||||
"payment_attached": "Na této faktuře je již přiložena platba. Abyste mohli pokračovat v odstranění, odstraňtě nejdříve přiložené platby.",
|
||||
"credit_note_attached": "This invoice has been reversed by a credit note. Select the credit note as well to delete both documents together.",
|
||||
"credit_note_cannot_be_created_from_credit_note": "A credit note cannot be created from another credit note.",
|
||||
"draft_invoice_cannot_be_credited": "A draft invoice cannot be credited. Edit or delete the draft instead.",
|
||||
"invoice_already_fully_credited": "This invoice has nothing left to credit.",
|
||||
"credit_quantity_exceeds_remaining": "One of the quantities is more than what is left to credit on that line.",
|
||||
"credit_amount_exceeds_invoice_balance": "The credit is more than the invoice's outstanding balance.",
|
||||
"credit_note_must_credit_something": "Select at least one line with a quantity to credit.",
|
||||
"credit_item_not_on_invoice": "One of the selected lines does not belong to this invoice.",
|
||||
"credit_quantity_invalid": "Enter a valid quantity greater than zero for every selected line.",
|
||||
"credit_note_cannot_be_cloned": "A credit note cannot be cloned.",
|
||||
"credit_note_cannot_be_converted_to_estimate": "A credit note cannot be converted to an estimate.",
|
||||
"payment_amount_exceeds_invoice_due_amount": "The payment is more than the invoice's outstanding balance.",
|
||||
"payment_number_used": "Číslo platby již bylo použito.",
|
||||
"name_already_taken": "Název již byl použit.",
|
||||
"receipt_does_not_exist": "Doklad neexistuje.",
|
||||
@@ -1828,6 +1869,15 @@
|
||||
"pdf_invoice_number": "Číslo faktury",
|
||||
"pdf_invoice_date": "Datum fakturace",
|
||||
"pdf_invoice_due_date": "Datum splatnosti",
|
||||
"pdf_credit_note_label": "Credit Note",
|
||||
"pdf_credit_note_number": "Credit Note Number",
|
||||
"pdf_credit_note_date": "Credit Note Date",
|
||||
"pdf_credit_note_reference": "With reference to invoice :number dated :date",
|
||||
"pdf_credit_note_reason": "Reason: :reason",
|
||||
"pdf_cancelled_label": "Cancelled",
|
||||
"pdf_cancelled_via_credit_note": "Cancelled via credit note :number",
|
||||
"pdf_partially_credited_label": "Partially Credited",
|
||||
"pdf_partially_credited_via_credit_notes": "Credited :amount via credit note :numbers",
|
||||
"pdf_notes": "Poznámky",
|
||||
"pdf_items_label": "Položky",
|
||||
"pdf_quantity_label": "Množství",
|
||||
@@ -1865,6 +1915,7 @@
|
||||
"pdf_tax_label": "Daň",
|
||||
"pdf_tax_id": "DIČ",
|
||||
"pdf_vat_id": "DIČ",
|
||||
"pdf_amount_credited": "Amount Credited",
|
||||
"pdf_amount_paid": "Uhrazená částka",
|
||||
"pdf_amount_due": "Splatná částka",
|
||||
"mail_thanks": "Díky",
|
||||
|
||||
Reference in New Issue
Block a user