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

83 lines
4.5 KiB
PHP

<?php
return [
"taxes_add_exception" => "Voeg uitzondering toe",
"taxes_cascade" => "Cascade",
"taxes_cascade_sequence" => "Cascade Sequentie",
"taxes_city" => "Stad",
"taxes_code" => "Code",
"taxes_confirm_delete" => "Bent u zeker dat u deze code wil verwijderen? Dit kan niet ongedaan gemaakt worden",
"taxes_confirm_restore" => "Weet u zeker dat u geselecteerde belastingcode(s) wilt terugzetten?",
"taxes_default_tax_category" => "Standaard BTW Categorie",
"taxes_default_tax_rate" => "Standaard BTW-tarief",
"taxes_error_adding_updating" => "BTW-code toevoegen of bijwerken mislukt",
"taxes_group_seq" => "Groep Seq",
"taxes_jurisdiction_name" => "Rechtsgebied Naam",
"taxes_name" => "Naam",
"taxes_new" => "Nieuwe BTW",
"taxes_no_taxes" => "",
"taxes_no_taxes_to_display" => "Geen BTW-code beschikbaar om weer te geven",
"taxes_reporting_authority" => "Rapportage-Instantie",
"taxes_round_half_down" => "Half Omlaag",
"taxes_round_half_even" => "De Helft Zelfs",
"taxes_round_half_odd" => "Half Oneven",
"taxes_round_half_up" => "Half Omhoog",
"taxes_rounding_code" => "Afronding Code",
"taxes_sales_tax" => "Verkoopbelasting",
"taxes_sales_tax_by_invoice" => "Verkoopbelasting per factuur",
"taxes_sequence" => "Seq.",
"taxes_state" => "Staat",
"taxes_successful_deleted" => "Je hebt succesvol verwijderd",
"taxes_tax_categories" => "BTW Categorieën",
"taxes_tax_categories_configuration" => "BTW Categorieën Configuratie",
"taxes_tax_categories_saved_successfully" => "BTW-Categorie wijzigingen opgeslagen",
"taxes_tax_categories_saved_unsuccessfully" => "BTW-Categorie wijzigingen niet opgeslagen",
"taxes_tax_category" => "BTW-Categorie",
"taxes_tax_category_code" => "BTW-Categorie Code",
"taxes_tax_category_duplicate" => "Dubbele BTW-categorie",
"taxes_tax_category_invalid_chars" => "Ongeldige tekens in de naam van de BTW-categorie",
"taxes_tax_category_name" => "BTW-Categorie Naam",
"taxes_tax_category_new" => "Nieuwe BTW-Categorie",
"taxes_tax_category_required" => "BTW-Categorie is verplicht",
"taxes_tax_code" => "BTW Code",
"taxes_tax_code_cannot_be_deleted" => "BTW-Code verwijderen mislukt",
"taxes_tax_code_duplicate" => "Dubbele BTW-Code",
"taxes_tax_code_invalid_chars" => "Ongeldige tekens in BTW-Code",
"taxes_tax_code_name" => "BTW-Code Naam",
"taxes_tax_code_required" => "BTW-Code is een verplicht veld",
"taxes_tax_code_successful_deleted" => "Je hebt met succes de BTW-Code verwijderd",
"taxes_tax_code_successful_updated" => "U heeft succesvol bijgewerkt",
"taxes_tax_code_successful_updating" => "Je hebt met succes de BTW-Code bijgewerkt",
"taxes_tax_code_successfully_added" => "Je hebt succesvol toegevoegd",
"taxes_tax_code_type" => "BTW Code Type",
"taxes_tax_codes" => "BTW Codes",
"taxes_tax_codes_configuration" => "BTW-Codes Configuratie",
"taxes_tax_codes_saved_successfully" => "BTW-Code wijzigingen opgeslagen",
"taxes_tax_codes_saved_unsuccessfully" => "BTW-Code wijzigingen niet opgeslagen",
"taxes_tax_excluded" => "Exclusief BTW",
"taxes_tax_group" => "BTW Groep",
"taxes_tax_group_not_unique" => "BTW-Groep %1 is niet uniek",
"taxes_tax_group_sequence" => "BTW-Groep Volgorde",
"taxes_tax_included" => "BTW Inbegrepen",
"taxes_tax_jurisdiction" => "BTW Bevoegdheid",
"taxes_tax_jurisdiction_duplicate" => "Dubbele BTW Bevoegdheid",
"taxes_tax_jurisdiction_invalid_chars" => "Ongeldige tekens in de naam van het bevoegd gerecht",
"taxes_tax_jurisdiction_required" => "BTW bevoegdheid is vereist",
"taxes_tax_jurisdictions" => "BTW-Rechtsgebieden",
"taxes_tax_jurisdictions_configuration" => "BTW-Rechtsgebied Configuratie",
"taxes_tax_jurisdictions_saved_successfully" => "BTW-Rechtsgebied wijzigingen opgeslagen",
"taxes_tax_jurisdictions_saved_unsuccessfully" => "BTW-Rechtsgebied wijzigingen niet opgeslagen",
"taxes_tax_rate" => "BTW-Tarief",
"taxes_tax_rate_configuration" => "BTW-Tarief Configuratie",
"taxes_tax_rate_error_adding_updating" => "BTW-Tarief toevoegen of bijwerken mislukt",
"taxes_tax_rate_numeric" => "BTW-tarief moet een getal zijn",
"taxes_tax_rate_required" => "BTW-Tarief is een verplicht veld",
"taxes_tax_rate_successful_updated" => "Je hebt met succes bijgewerkt",
"taxes_tax_rate_successfully_added" => "Je hebt succesvol toegevoegd",
"taxes_tax_rates" => "BTW-Tarieven",
"taxes_tax_rates_configuration" => "BTW-Tarieven Configuratie",
"taxes_tax_rounding" => "BTW-Afronding",
"taxes_tax_type" => "BTW Type",
"taxes_update" => "BTW-Tarief Bijwerken",
"taxes_vat_tax" => "BTW Belasting",
];