mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-03 06:57: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.8 KiB
PHP
84 lines
5.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_exception" => "Voeg uitzondering toe",
|
|
"cascade" => "Cascade",
|
|
"cascade_sequence" => "Cascade Sequentie",
|
|
"city" => "Stad",
|
|
"code" => "Code",
|
|
"confirm_delete" => "Bent u zeker dat u deze code wil verwijderen? Dit kan niet ongedaan gemaakt worden",
|
|
"confirm_restore" => "Weet u zeker dat u geselecteerde belastingcode(s) wilt terugzetten?",
|
|
"default_tax_category" => "Standaard BTW Categorie",
|
|
"default_tax_rate" => "Standaard BTW-tarief",
|
|
"error_adding_updating" => "BTW-code toevoegen of bijwerken mislukt",
|
|
"group_seq" => "Groep Seq",
|
|
"jurisdiction_name" => "Rechtsgebied Naam",
|
|
"name" => "Naam",
|
|
"new" => "Nieuwe BTW",
|
|
"no_taxes" => "",
|
|
"no_taxes_to_display" => "Geen BTW-code beschikbaar om weer te geven",
|
|
"reporting_authority" => "Rapportage-Instantie",
|
|
"round_half_down" => "Half Omlaag",
|
|
"round_half_even" => "De Helft Zelfs",
|
|
"round_half_odd" => "Half Oneven",
|
|
"round_half_up" => "Half Omhoog",
|
|
"rounding_code" => "Afronding Code",
|
|
"sales_tax" => "Verkoopbelasting",
|
|
"sales_tax_by_invoice" => "Verkoopbelasting per factuur",
|
|
"sequence" => "Seq.",
|
|
"state" => "Staat",
|
|
"successful_deleted" => "Je hebt succesvol verwijderd",
|
|
"tax_categories" => "BTW Categorieën",
|
|
"tax_categories_configuration" => "BTW Categorieën Configuratie",
|
|
"tax_categories_saved_successfully" => "BTW-Categorie wijzigingen opgeslagen",
|
|
"tax_categories_saved_unsuccessfully" => "BTW-Categorie wijzigingen niet opgeslagen",
|
|
"tax_category" => "BTW-Categorie",
|
|
"tax_category_code" => "BTW-Categorie Code",
|
|
"tax_category_duplicate" => "Dubbele BTW-categorie",
|
|
"tax_category_invalid_chars" => "Ongeldige tekens in de naam van de BTW-categorie",
|
|
"tax_category_name" => "BTW-Categorie Naam",
|
|
"tax_category_new" => "Nieuwe BTW-Categorie",
|
|
"tax_category_required" => "BTW-Categorie is verplicht",
|
|
"tax_code" => "BTW Code",
|
|
"tax_code_cannot_be_deleted" => "BTW-Code verwijderen mislukt",
|
|
"tax_code_duplicate" => "Dubbele BTW-Code",
|
|
"tax_code_invalid_chars" => "Ongeldige tekens in BTW-Code",
|
|
"tax_code_name" => "BTW-Code Naam",
|
|
"tax_code_required" => "BTW-Code is een verplicht veld",
|
|
"tax_code_successful_deleted" => "Je hebt met succes de BTW-Code verwijderd",
|
|
"tax_code_successful_updated" => "U heeft succesvol bijgewerkt",
|
|
"tax_code_successful_updating" => "Je hebt met succes de BTW-Code bijgewerkt",
|
|
"tax_code_successfully_added" => "Je hebt succesvol toegevoegd",
|
|
"tax_code_type" => "BTW Code Type",
|
|
"tax_codes" => "BTW Codes",
|
|
"tax_codes_configuration" => "BTW-Codes Configuratie",
|
|
"tax_codes_saved_successfully" => "BTW-Code wijzigingen opgeslagen",
|
|
"tax_codes_saved_unsuccessfully" => "BTW-Code wijzigingen niet opgeslagen",
|
|
"tax_excluded" => "Exclusief BTW",
|
|
"tax_group" => "BTW Groep",
|
|
"tax_group_not_unique" => "BTW-Groep {0} is niet uniek",
|
|
"tax_group_sequence" => "BTW-Groep Volgorde",
|
|
"tax_included" => "BTW Inbegrepen",
|
|
"tax_jurisdiction" => "BTW Bevoegdheid",
|
|
"tax_jurisdiction_duplicate" => "Dubbele BTW Bevoegdheid",
|
|
"tax_jurisdiction_invalid_chars" => "Ongeldige tekens in de naam van het bevoegd gerecht",
|
|
"tax_jurisdiction_required" => "BTW bevoegdheid is vereist",
|
|
"tax_jurisdictions" => "BTW-Rechtsgebieden",
|
|
"tax_jurisdictions_configuration" => "BTW-Rechtsgebied Configuratie",
|
|
"tax_jurisdictions_saved_successfully" => "BTW-Rechtsgebied wijzigingen opgeslagen",
|
|
"tax_jurisdictions_saved_unsuccessfully" => "BTW-Rechtsgebied wijzigingen niet opgeslagen",
|
|
"tax_rate" => "BTW-Tarief",
|
|
"tax_rate_configuration" => "BTW-Tarief Configuratie",
|
|
"tax_rate_error_adding_updating" => "BTW-Tarief toevoegen of bijwerken mislukt",
|
|
"tax_rate_numeric" => "BTW-tarief moet een getal zijn",
|
|
"tax_rate_required" => "BTW-Tarief is een verplicht veld",
|
|
"tax_rate_successful_updated" => "Je hebt met succes bijgewerkt",
|
|
"tax_rate_successfully_added" => "Je hebt succesvol toegevoegd",
|
|
"tax_rates" => "BTW-Tarieven",
|
|
"tax_rates_configuration" => "BTW-Tarieven Configuratie",
|
|
"tax_rounding" => "BTW-Afronding",
|
|
"tax_type" => "BTW Type",
|
|
"update" => "BTW-Tarief Bijwerken",
|
|
"vat_tax" => "BTW Belasting",
|
|
];
|