Files
opensourcepos/app/Language/nl/Taxes.php
2023-04-27 21:53:31 -04:00

83 lines
4.6 KiB
PHP

<?php
return [
'taxes_add_exception' => 'Uitzondering toevoegen',
'taxes_cascade' => 'Trapsgewijs',
'taxes_cascade_sequence' => 'Trapsgewijze volgorde',
'taxes_city' => 'Stad',
'taxes_code' => 'Code',
'taxes_confirm_delete' => 'Weet u zeker dat u deze belastingcode verwijderen? Deze actie kan niet ongedaan worden gemaakt',
'taxes_confirm_restore' => 'Weet u zeker dat u de geselecteerde belastingcode(s) wilt herstellen?',
'taxes_default_tax_category' => 'Standaard belastingcategorie',
'taxes_default_tax_rate' => 'Standaard belastingtarief',
'taxes_error_adding_updating' => 'Belastingcode toevoegen of bijwerken mislukt',
'taxes_group_seq' => 'Groep volg',
'taxes_jurisdiction_name' => 'Jurisdictie naam',
'taxes_name' => 'Naam',
'taxes_new' => 'Nieuwe belasting',
'taxes_no_taxes' => '',
'taxes_no_taxes_to_display' => 'Geen belastingcode beschikbaar om te weergeven',
'taxes_reporting_authority' => 'Rapportage instantie',
'taxes_round_half_down' => 'Halveren naar beneden',
'taxes_round_half_even' => 'Halveren even',
'taxes_round_half_odd' => 'Halveren oneven',
'taxes_round_half_up' => 'Halveren naar boven',
'taxes_rounding_code' => 'Afronden code',
'taxes_sales_tax' => 'BTW',
'taxes_sales_tax_by_invoice' => 'BTW op factuur',
'taxes_sequence' => 'Volg.',
'taxes_state' => 'Provincie',
'taxes_successful_deleted' => 'U heeft verwijderd',
'taxes_tax_categories' => 'Belastingcategorieën',
'taxes_tax_categories_configuration' => 'Belastingcategorieën configuratie',
'taxes_tax_categories_saved_successfully' => 'Belastingcategorieën wijzigingen opgeslagen',
'taxes_tax_categories_saved_unsuccessfully' => 'Belastingcategorieën wijzigingen niet opgeslagen',
'taxes_tax_category' => 'Belastingcategorie',
'taxes_tax_category_code' => 'Belastingcategorie code',
'taxes_tax_category_duplicate' => 'Dubbele belastingcategorie',
'taxes_tax_category_invalid_chars' => 'Ongeldige karakters in belastingcategorie naam',
'taxes_tax_category_name' => 'Belastingcategorie naam',
'taxes_tax_category_new' => 'Nieuwe belastingcategorie',
'taxes_tax_category_required' => 'Belastingcategorie is vereist',
'taxes_tax_code' => 'Belastingcode',
'taxes_tax_code_cannot_be_deleted' => 'Belastingcode verwijderen mislukt',
'taxes_tax_code_duplicate' => 'Dubbele belastingcode',
'taxes_tax_code_invalid_chars' => 'Ongeldige karakters in belastingcode',
'taxes_tax_code_name' => 'Belastingcode naam',
'taxes_tax_code_required' => 'Belastingcode is een vereist veld',
'taxes_tax_code_successful_deleted' => 'Belastingcode verwijderd',
'taxes_tax_code_successful_updated' => 'Bijgewerkt',
'taxes_tax_code_successful_updating' => 'Belastingcode bijgewerkt',
'taxes_tax_code_successfully_added' => 'Toegevoegd',
'taxes_tax_code_type' => 'Belastingcode soort',
'taxes_tax_codes' => 'Belastingcodes',
'taxes_tax_codes_configuration' => 'Belastingcodes configuratie',
'taxes_tax_codes_saved_successfully' => 'Belastingcode wijzigingen opgeslagen',
'taxes_tax_codes_saved_unsuccessfully' => 'Belastingcode wijzigingen niet opgeslagen',
'taxes_tax_excluded' => 'Exclusief belasting',
'taxes_tax_group' => 'Belastinggroep',
'taxes_tax_group_not_unique' => 'Belastinggroep %1 is niet uniek',
'taxes_tax_group_sequence' => 'Belastinggroep volgorde',
'taxes_tax_included' => 'Inclusief belasting',
'taxes_tax_jurisdiction' => 'Belastingjurisdictie',
'taxes_tax_jurisdiction_duplicate' => 'Dubbele belastingjurisdictie',
'taxes_tax_jurisdiction_invalid_chars' => 'Ongeldige karakters in jurisdictie naam',
'taxes_tax_jurisdiction_required' => 'Belastingjurisdictie is vereist',
'taxes_tax_jurisdictions' => 'Belastingjurisdicties',
'taxes_tax_jurisdictions_configuration' => 'Belastingjurisdicties configuratie',
'taxes_tax_jurisdictions_saved_successfully' => 'Belastingjurisdictie wijzigingen opgeslagen',
'taxes_tax_jurisdictions_saved_unsuccessfully' => 'Belastingjurisdictie wijzigingen niet opgeslagen',
'taxes_tax_rate' => 'Belastingtarief',
'taxes_tax_rate_configuration' => 'Belastingtarief configuratie',
'taxes_tax_rate_error_adding_updating' => 'Belastingtarief toevoegen of bijwerken mislukt',
'taxes_tax_rate_numeric' => 'Belastingtarief moet een getal zijn',
'taxes_tax_rate_required' => 'Belastingtarief is een vereist veld',
'taxes_tax_rate_successful_updated' => 'Bijgewerkt',
'taxes_tax_rate_successfully_added' => 'Toegevoegd',
'taxes_tax_rates' => 'Belastingtarieven',
'taxes_tax_rates_configuration' => 'Belastingtarieven configuratie',
'taxes_tax_rounding' => 'Belastingafronding',
'taxes_tax_type' => 'Belastingsoort',
'taxes_update' => 'Belastingtarief bijwerken',
'taxes_vat_tax' => 'BTW',
];