mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-18 14:27:54 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
84 lines
5.9 KiB
PHP
84 lines
5.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_exception" => "Uitzondering toevoegen",
|
|
"cascade" => "Trapsgewijs",
|
|
"cascade_sequence" => "Trapsgewijze volgorde",
|
|
"city" => "Stad",
|
|
"code" => "Code",
|
|
"confirm_delete" => "Weet u zeker dat u deze belastingcode verwijderen? Deze actie kan niet ongedaan worden gemaakt",
|
|
"confirm_restore" => "Weet u zeker dat u de geselecteerde belastingcode(s) wilt herstellen?",
|
|
"default_tax_category" => "Standaard belastingcategorie",
|
|
"default_tax_rate" => "Standaard belastingtarief",
|
|
"error_adding_updating" => "Belastingcode toevoegen of bijwerken mislukt",
|
|
"group_seq" => "Groep volg",
|
|
"jurisdiction_name" => "Jurisdictie naam",
|
|
"name" => "Naam",
|
|
"new" => "Nieuwe belasting",
|
|
"no_taxes" => "",
|
|
"no_taxes_to_display" => "Geen belastingcode beschikbaar om te weergeven",
|
|
"reporting_authority" => "Rapportage instantie",
|
|
"round_half_down" => "Halveren naar beneden",
|
|
"round_half_even" => "Halveren even",
|
|
"round_half_odd" => "Halveren oneven",
|
|
"round_half_up" => "Halveren naar boven",
|
|
"rounding_code" => "Afronden code",
|
|
"sales_tax" => "BTW",
|
|
"sales_tax_by_invoice" => "BTW op factuur",
|
|
"sequence" => "Volg.",
|
|
"state" => "Provincie",
|
|
"successful_deleted" => "U heeft verwijderd",
|
|
"tax_categories" => "Belastingcategorieën",
|
|
"tax_categories_configuration" => "Belastingcategorieën configuratie",
|
|
"tax_categories_saved_successfully" => "Belastingcategorieën wijzigingen opgeslagen",
|
|
"tax_categories_saved_unsuccessfully" => "Belastingcategorieën wijzigingen niet opgeslagen",
|
|
"tax_category" => "Belastingcategorie",
|
|
"tax_category_code" => "Belastingcategorie code",
|
|
"tax_category_duplicate" => "Dubbele belastingcategorie",
|
|
"tax_category_invalid_chars" => "Ongeldige karakters in belastingcategorie naam",
|
|
"tax_category_name" => "Belastingcategorie naam",
|
|
"tax_category_new" => "Nieuwe belastingcategorie",
|
|
"tax_category_required" => "Belastingcategorie is Vereist",
|
|
"tax_code" => "Belastingcode",
|
|
"tax_code_cannot_be_deleted" => "Belastingcode verwijderen mislukt",
|
|
"tax_code_duplicate" => "Dubbele belastingcode",
|
|
"tax_code_invalid_chars" => "Ongeldige karakters in belastingcode",
|
|
"tax_code_name" => "Belastingcode naam",
|
|
"tax_code_required" => "Belastingcode is een vereist veld",
|
|
"tax_code_successful_deleted" => "Belastingcode verwijderd",
|
|
"tax_code_successful_updated" => "Bijgewerkt",
|
|
"tax_code_successful_updating" => "Belastingcode bijgewerkt",
|
|
"tax_code_successfully_added" => "Toegevoegd",
|
|
"tax_code_type" => "Belastingcode soort",
|
|
"tax_codes" => "Belastingcodes",
|
|
"tax_codes_configuration" => "Belastingcodes configuratie",
|
|
"tax_codes_saved_successfully" => "Belastingcode wijzigingen opgeslagen",
|
|
"tax_codes_saved_unsuccessfully" => "Belastingcode wijzigingen niet opgeslagen",
|
|
"tax_excluded" => "Exclusief belasting",
|
|
"tax_group" => "Belastinggroep",
|
|
"tax_group_not_unique" => "Belastinggroep {0} is niet uniek",
|
|
"tax_group_sequence" => "Belastinggroep volgorde",
|
|
"tax_included" => "Inclusief belasting",
|
|
"tax_jurisdiction" => "Belastingjurisdictie",
|
|
"tax_jurisdiction_duplicate" => "Dubbele belastingjurisdictie",
|
|
"tax_jurisdiction_invalid_chars" => "Ongeldige karakters in jurisdictie naam",
|
|
"tax_jurisdiction_required" => "Belastingjurisdictie is vereist",
|
|
"tax_jurisdictions" => "Belastingjurisdicties",
|
|
"tax_jurisdictions_configuration" => "Belastingjurisdicties configuratie",
|
|
"tax_jurisdictions_saved_successfully" => "Belastingjurisdictie wijzigingen opgeslagen",
|
|
"tax_jurisdictions_saved_unsuccessfully" => "Belastingjurisdictie wijzigingen niet opgeslagen",
|
|
"tax_rate" => "Belastingtarief",
|
|
"tax_rate_configuration" => "Belastingtarief configuratie",
|
|
"tax_rate_error_adding_updating" => "Belastingtarief toevoegen of bijwerken mislukt",
|
|
"tax_rate_numeric" => "Belastingtarief moet een getal zijn",
|
|
"tax_rate_required" => "Belastingtarief is een vereist veld",
|
|
"tax_rate_successful_updated" => "Bijgewerkt",
|
|
"tax_rate_successfully_added" => "Toegevoegd",
|
|
"tax_rates" => "Belastingtarieven",
|
|
"tax_rates_configuration" => "Belastingtarieven configuratie",
|
|
"tax_rounding" => "Belastingafronding",
|
|
"tax_type" => "Belastingsoort",
|
|
"update" => "Belastingtarief bijwerken",
|
|
"vat_tax" => "BTW",
|
|
];
|