From ca2f57dadd0e4b42c0cb13969e42d2c015de02e7 Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:23:59 +0200 Subject: [PATCH] New translations en.json (Portuguese) [ci skip] --- lang/pt.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/lang/pt.json b/lang/pt.json index 02de471c..8c270cba 100644 --- a/lang/pt.json +++ b/lang/pt.json @@ -472,6 +472,28 @@ "confirm_clone": "Esta fatura será clonada em uma nova fatura", "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": "Titulo do Item", "description": "Descrição", @@ -1199,6 +1221,13 @@ "disable_on_invoice_sent": "Desativar após fatura enviada", "retrospective_edits_description": " Com base nas leis do seu país ou preferência, você pode restringir usuários de editar faturas finalizadas." }, + "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": "Orçamentos", "estimate_number_format": "Formato do Número do Orçamento", @@ -1800,6 +1829,18 @@ "estimate_number_used": "O número do orçamento já está em uso.", "invoice_number_used": "O número da fatura já está em uso.", "payment_attached": "Esta fatura já possui um pagamento vinculado. Exclua os pagamentos vinculados primeiro para prosseguir com a remoção.", + "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": "O número do pagamento já está em uso.", "name_already_taken": "O nome já está em uso.", "receipt_does_not_exist": "O recibo não existe.", @@ -1828,6 +1869,15 @@ "pdf_invoice_number": "Número da fatura", "pdf_invoice_date": "Data da Fatura", "pdf_invoice_due_date": "Data de Vencimento", + "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": "Observações", "pdf_items_label": "Itens", "pdf_quantity_label": "Quantidade", @@ -1865,6 +1915,7 @@ "pdf_tax_label": "Imposto", "pdf_tax_id": "ID do Imposto", "pdf_vat_id": "VAT-ID", + "pdf_amount_credited": "Amount Credited", "pdf_amount_paid": "Valor Pago", "pdf_amount_due": "Valor Devido", "mail_thanks": "Obrigado",