mirror of
https://github.com/crater-invoice/crater.git
synced 2025-11-02 05:23:19 -05:00
update translations from crowdin
This commit is contained in:
@ -86,7 +86,8 @@
|
||||
"retry": "Retr",
|
||||
"choose_note": "Kies notitie",
|
||||
"no_note_found": "Geen notitie gevonden",
|
||||
"insert_note": "Notitie invoegen"
|
||||
"insert_note": "Notitie invoegen",
|
||||
"copied_pdf_url_clipboard": "Copied PDF url to clipboard!"
|
||||
},
|
||||
"dashboard": {
|
||||
"select_year": "Selecteer jaar",
|
||||
@ -257,7 +258,7 @@
|
||||
"mark_as_sent": "Markeren als verzonden",
|
||||
"send_estimate": "Verzend offerte",
|
||||
"resend_estimate": "Offerte opnieuw verzenden",
|
||||
"record_payment": "Bestaling registreren",
|
||||
"record_payment": "Betaling registreren",
|
||||
"add_estimate": "Offerte toevoegen",
|
||||
"save_estimate": "Bewaar offerte",
|
||||
"confirm_conversion": "Deze offerte wordt gebruikt om een nieuwe factuur te maken.",
|
||||
@ -354,7 +355,7 @@
|
||||
"invoice_mark_as_sent": "Deze factuur wordt gemarkeerd als verzonden",
|
||||
"confirm_send": "Deze factuur wordt via e-mail naar de klant gestuurd",
|
||||
"invoice_date": "Factuur datum",
|
||||
"record_payment": "Bestaling registreren",
|
||||
"record_payment": "Betaling registreren",
|
||||
"add_new_invoice": "Nieuwe factuur toevoegen",
|
||||
"update_expense": "Onkosten bijwerken",
|
||||
"edit_invoice": "Factuur bewerken",
|
||||
@ -750,10 +751,13 @@
|
||||
"title": "Facturen",
|
||||
"notes": "Opmerkingen",
|
||||
"invoice_prefix": "Factuurvoorvoegsel",
|
||||
"invoice_number_length": "Invoice number length",
|
||||
"default_invoice_email_body": "Standaard factuur email text",
|
||||
"invoice_settings": "Factuurinstellingen",
|
||||
"autogenerate_invoice_number": "Factuurnummer automatisch genereren",
|
||||
"invoice_setting_description": "Schakel dit uit als u niet automatisch factuurnummers wilt genereren telkens wanneer u een nieuwe factuur maakt.",
|
||||
"invoice_email_attachment": "Send invoices as attachments",
|
||||
"invoice_email_attachment_setting_description": "Enable this if you want to send invoices as email attachment. Please note that 'View Invoice' button in emails will not be displayed anymore when enabled.",
|
||||
"enter_invoice_prefix": "Voer het factuurvoorvoegsel in",
|
||||
"terms_and_conditions": "Voorwaarden",
|
||||
"company_address_format": "Bedrijfsadres format",
|
||||
@ -764,10 +768,13 @@
|
||||
"estimates": {
|
||||
"title": "Offertes",
|
||||
"estimate_prefix": "Voorvoegsel schatten",
|
||||
"estimate_number_length": "Estimate number length",
|
||||
"default_estimate_email_body": "Standaard offerte email text",
|
||||
"estimate_settings": "Instellingen schatten",
|
||||
"autogenerate_estimate_number": "Automatisch geschat nummer genereren",
|
||||
"estimate_setting_description": "Schakel dit uit als u niet automatisch offertesaantallen wilt genereren telkens wanneer u een nieuwe offerte maakt.",
|
||||
"estimate_email_attachment": "Send estimates as attachments",
|
||||
"estimate_email_attachment_setting_description": "Enable this if you want to send the estimates as an email attachment. Please note that 'View Estimate' button in emails will not be displayed anymore when enabled.",
|
||||
"enter_estimate_prefix": "Voer het prefixnummer in",
|
||||
"estimate_setting_updated": "Instelling Offerte succesvol bijgewerkt",
|
||||
"company_address_format": "Bedrijfsadres format",
|
||||
@ -776,12 +783,15 @@
|
||||
},
|
||||
"payments": {
|
||||
"title": "Betalingen",
|
||||
"description": "Modes of transaction for payments",
|
||||
"description": "Manieren om te betalen",
|
||||
"payment_prefix": "Betalingsvoorvoegsel",
|
||||
"default_payment_email_body": "Default Payment Email Body",
|
||||
"payment_number_length": "Payment number lenght",
|
||||
"default_payment_email_body": "Standaard format betalingsmail",
|
||||
"payment_settings": "Betalingsinstellingen",
|
||||
"autogenerate_payment_number": "Betalingsnummer automatisch genereren",
|
||||
"payment_setting_description": "Schakel dit uit als u niet elke keer dat u een nieuwe betaling aanmaakt, automatisch betalingsnummers wilt genereren.",
|
||||
"payment_email_attachment": "Send payments as attachments",
|
||||
"payment_email_attachment_setting_description": "Enable this if you want to send the payment receipts as an email attachment. Please note that 'View Payment' button in emails will not be displayed anymore when enabled.",
|
||||
"enter_payment_prefix": "Voer het betalingsvoorvoegsel in",
|
||||
"payment_setting_updated": "Betalingsinstelling geüpdatet",
|
||||
"payment_modes": "Betaalmethodes",
|
||||
@ -921,6 +931,7 @@
|
||||
"download_zip_file": "Download ZIP-bestand",
|
||||
"unzipping_package": "Pakket uitpakken",
|
||||
"copying_files": "Bestanden kopiëren",
|
||||
"deleting_files": "Deleting Unused files",
|
||||
"running_migrations": "Migraties uitvoeren",
|
||||
"finishing_update": "Afwerking Update",
|
||||
"update_failed": "Update mislukt",
|
||||
@ -959,7 +970,7 @@
|
||||
"disk_type": "Type",
|
||||
"disk_name": "Naam van de schijf",
|
||||
"new_disk": "Nieuwe schijf toevoegen",
|
||||
"filesystem_driver": "Filesystem Driver",
|
||||
"filesystem_driver": "Bestandssysteem locatie",
|
||||
"local_driver": "lokaal besturingsprogramma",
|
||||
"local_root": "local Root",
|
||||
"public_driver": "Publiek besturingsprogramma",
|
||||
@ -990,6 +1001,7 @@
|
||||
"default_driver": "Standaard stuurprogramma",
|
||||
"is_default": "IS STANDAARD",
|
||||
"set_default_disk": "Standaardschijf instellen",
|
||||
"set_default_disk_confirm": "This disk will be set as default and all the new PDFs will be saved on this disk",
|
||||
"success_set_default_disk": "Standaardschijf ingesteld",
|
||||
"save_pdf_to_disk": "PDF's opslaan op schijf",
|
||||
"disk_setting_description": " Schakel dit in als je een kopie van elke factuur, raming en betalingsbewijs automatisch op je standaard schijf wilt opslaan. Het inschakelen van deze optie zal de laadtijd verminderen wanneer de PDF's worden bekeken.",
|
||||
@ -1139,7 +1151,8 @@
|
||||
"address_maxlength": "Adres mag niet groter zijn dan 255 tekens.",
|
||||
"ref_number_maxlength": "Ref-nummer mag niet groter zijn dan 255 tekens.",
|
||||
"prefix_maxlength": "Het voorvoegsel mag niet meer dan 5 tekens bevatten.",
|
||||
"something_went_wrong": "Er is iets fout gegaan"
|
||||
"something_went_wrong": "Er is iets fout gegaan",
|
||||
"number_length_minvalue": "Number lenght should be greater than 0"
|
||||
},
|
||||
"pdf_estimate_label": "Offerte",
|
||||
"pdf_estimate_number": "Offerte nummer",
|
||||
|
||||
Reference in New Issue
Block a user