mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-03 05:41:07 +00:00
New translations en.json (German)
[ci skip]
This commit is contained in:
+52
-2
@@ -39,6 +39,9 @@
|
||||
"update": "Aktualisieren",
|
||||
"deselect": "Abwählen",
|
||||
"download": "Herunterladen",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading…",
|
||||
"date": "Date",
|
||||
"from_date": "Von Datum",
|
||||
"to_date": "Bis Datum",
|
||||
"from": "Von",
|
||||
@@ -276,7 +279,33 @@
|
||||
"updated_message": "Kunde erfolgreich aktualisiert",
|
||||
"address_updated_message": "Adressinformationen erfolgreich aktualisiert",
|
||||
"deleted_message": "Kunden erfolgreich gelöscht | Kunden erfolgreich gelöscht",
|
||||
"edit_currency_not_allowed": "Währung kann nicht geändert werden, wenn Transaktionen erstellt wurden."
|
||||
"edit_currency_not_allowed": "Währung kann nicht geändert werden, wenn Transaktionen erstellt wurden.",
|
||||
"statement_type": "Statement Type",
|
||||
"from_date": "From Date",
|
||||
"to_date": "To Date",
|
||||
"as_of": "As Of",
|
||||
"download_statement": "Download Statement",
|
||||
"send_statement": "Send Statement",
|
||||
"invoice_due": "Invoice Due",
|
||||
"available_credit": "Available Credit",
|
||||
"net_account_balance": "Net Account Balance",
|
||||
"credit": "Credit",
|
||||
"account_activity": "Account Activity",
|
||||
"outstanding_items": "Outstanding Items",
|
||||
"opening_balance": "Opening Balance",
|
||||
"activity": "Activity",
|
||||
"debit": "Debit",
|
||||
"balance": "Balance",
|
||||
"original_amount": "Original Amount",
|
||||
"applied": "Applied",
|
||||
"remaining": "Remaining",
|
||||
"no_statement_activity": "No account activity in this period.",
|
||||
"no_outstanding_invoices": "No outstanding invoices.",
|
||||
"apply_credit": "Apply Credit",
|
||||
"apply_credit_description": "Choose the available payment credit and invoices to settle. Amounts are only applied when you confirm.",
|
||||
"statement_sent": "Statement sent successfully",
|
||||
"credit_applied": "Customer credit applied successfully",
|
||||
"statement_email_body": "Please find your account statement attached."
|
||||
},
|
||||
"items": {
|
||||
"title": "Artikel",
|
||||
@@ -346,6 +375,7 @@
|
||||
"send_estimate": "Angebot senden",
|
||||
"resend_estimate": "Angebot erneut senden",
|
||||
"record_payment": "Zahlung erfassen",
|
||||
"allocated_payments": "Allocated Payments",
|
||||
"add_estimate": "Angebote hinzufügen",
|
||||
"save_estimate": "Angebot speichern",
|
||||
"cloned_successfully": "Angebot erfolgreich kopiert",
|
||||
@@ -692,7 +722,17 @@
|
||||
"updated_message": "Zahlung erfolgreich aktualisiert",
|
||||
"deleted_message": "Zahlung erfolgreich gelöscht | Zahlungen erfolgreich gelöscht",
|
||||
"invalid_amount_message": "Zahlungsbetrag ist ungültig",
|
||||
"amount_due": "Fälliger Betrag"
|
||||
"amount_due": "Fälliger Betrag",
|
||||
"allocations": "Invoice Allocations",
|
||||
"allocations_description": "Apply this payment to one or more open invoices. Any amount left over remains customer credit.",
|
||||
"allocate_oldest_first": "Allocate Oldest First",
|
||||
"add_allocation": "Add Allocation",
|
||||
"select_customer_to_allocate": "Select a customer before allocating this payment.",
|
||||
"no_allocations": "No invoices selected. This payment will remain available as customer credit.",
|
||||
"allocated": "Allocated",
|
||||
"unapplied_credit": "Unapplied Credit",
|
||||
"remove_allocation": "Remove allocation",
|
||||
"allocation_exceeds_amount": "Invoice allocations cannot exceed the payment amount."
|
||||
},
|
||||
"expenses": {
|
||||
"title": "Ausgaben",
|
||||
@@ -1856,6 +1896,16 @@
|
||||
"credit_note_cannot_be_converted_to_estimate": "Eine Stornorechnung kann nicht in ein Angebot umgewandelt werden.",
|
||||
"invoice_must_be_settled_before_completion": "Record a payment or create a credit note before completing this invoice.",
|
||||
"payment_amount_exceeds_invoice_due_amount": "Der Zahlungsbetrag übersteigt den offenen Betrag der Rechnung.",
|
||||
"payment_allocation_required": "Add at least one invoice allocation.",
|
||||
"payment_allocation_invalid": "Enter a valid invoice and amount for every allocation.",
|
||||
"payment_allocation_duplicate_invoice": "Each invoice can only appear once in a payment.",
|
||||
"payment_allocation_exceeds_payment_amount": "Invoice allocations cannot exceed the payment amount.",
|
||||
"payment_allocation_payment_not_found": "One of the selected payments is no longer available.",
|
||||
"payment_allocation_invoice_not_found": "One of the selected invoices is no longer available.",
|
||||
"payment_allocation_invoice_mismatch": "Payments can only be applied to invoices for the same customer and currency.",
|
||||
"payment_allocation_invoice_not_payable": "Payments can only be applied to sent, unpaid invoices.",
|
||||
"payment_allocation_exceeds_invoice_balance": "An allocation is more than the invoice's outstanding balance.",
|
||||
"payment_customer_change_requires_unallocated_credit": "Remove all invoice allocations before changing this payment's customer.",
|
||||
"payment_number_used": "Die Zahlungsnummer ist bereits vergeben.",
|
||||
"name_already_taken": "Der Name ist bereits vergeben.",
|
||||
"receipt_does_not_exist": "Beleg existiert nicht.",
|
||||
|
||||
Reference in New Issue
Block a user