Files
opensourcepos/app/Language/ta/Taxes.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* 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
2025-05-02 19:37:06 +02:00

84 lines
7.0 KiB
PHP

<?php
return [
"add_exception" => "விதிவிலக்கு சேர்க்கவும்",
"cascade" => "(பல்நிலை) தொடர்பெருக்கி",
"cascade_sequence" => "(பல்நிலை) தொடர்பெருக்கி வரிசை",
"city" => "நகரம்",
"code" => "குறியீடு",
"confirm_delete" => "இந்த வரிக் குறியீட்டை நீக்க விரும்புகிறீர்களா? இந்த செயலை திரும்ப பெற முடியாது",
"confirm_restore" => "தேர்ந்தெடுக்கப்பட்ட வரிக் குறியீட்டை (களை) மீட்டெடுக்க விரும்புகிறீர்களா?",
"default_tax_category" => "இயல்புநிலை வரி வகை",
"default_tax_rate" => "இயல்புநிலை வரி விகிதம்",
"error_adding_updating" => "வரிக் குறியீடு சேர்க்க அல்லது புதுப்பித்தல் தோல்வியுற்றது",
"group_seq" => "குழு வரிசை",
"jurisdiction_name" => "அதிகார வரம்பு பெயர்",
"name" => "பெயர்",
"new" => "புதிய வரி",
"no_taxes" => "",
"no_taxes_to_display" => "காண்பிக்க வரிக் குறியீடு இல்லை",
"reporting_authority" => "அறிக்கை ஆணையம்",
"round_half_down" => "பாதி வரை குறைத்து தோரயமாக்கு",
"round_half_even" => "பாதியை இரட்டைப்படை நோக்கி தோரயமாக்கு",
"round_half_odd" => "பாதியை ஒற்றை படை நோக்கி தோராயமாக்கு",
"round_half_up" => "பாதி முதல் முழுமையாக்கு",
"rounding_code" => "தோராயமாக்கல் குறியீடு",
"sales_tax" => "விற்பனை வரி",
"sales_tax_by_invoice" => "விலைப்பட்டியல் மூலம் விற்பனை வரி",
"sequence" => "வரிசை.",
"state" => "மாநிலம்",
"successful_deleted" => "நீங்கள் வெற்றிகரமாக நீக்கிவிட்டீர்கள்",
"tax_categories" => "வரி வகைகள்",
"tax_categories_configuration" => "Tax Categories Configuration",
"tax_categories_saved_successfully" => "Tax Categories changes saved",
"tax_categories_saved_unsuccessfully" => "Tax Categories changes not saved",
"tax_category" => "Tax Category",
"tax_category_code" => "Tax Category Code",
"tax_category_duplicate" => "Duplicate tax category",
"tax_category_invalid_chars" => "Invalid characters in tax category name",
"tax_category_name" => "Tax Category Name",
"tax_category_new" => "New Tax Category",
"tax_category_required" => "Tax category is required",
"tax_code" => "Tax Code",
"tax_code_cannot_be_deleted" => "Tax Code delete failed",
"tax_code_duplicate" => "Duplicate tax code",
"tax_code_invalid_chars" => "Invalid characters in tax code",
"tax_code_name" => "Tax Code Name",
"tax_code_required" => "Tax Code is a required field",
"tax_code_successful_deleted" => "You have successfully deleted Tax Code",
"tax_code_successful_updated" => "You have successfully updated",
"tax_code_successful_updating" => "You have successfully updated Tax Code",
"tax_code_successfully_added" => "You have successfully added",
"tax_code_type" => "Tax Code Type",
"tax_codes" => "Tax Codes",
"tax_codes_configuration" => "Tax Codes Configuration",
"tax_codes_saved_successfully" => "Tax Code changes saved",
"tax_codes_saved_unsuccessfully" => "Tax Code changes not saved",
"tax_excluded" => "Tax excluded",
"tax_group" => "Tax Group",
"tax_group_not_unique" => "Tax Group {0} is not unique",
"tax_group_sequence" => "Tax Group Sequence",
"tax_included" => "Tax included",
"tax_jurisdiction" => "Tax Jurisdiction",
"tax_jurisdiction_duplicate" => "Duplicate tax jurisdiction",
"tax_jurisdiction_invalid_chars" => "Invalid characters in jurisdiction name",
"tax_jurisdiction_required" => "Tax jurisdiction is required",
"tax_jurisdictions" => "Tax Jurisdictions",
"tax_jurisdictions_configuration" => "Tax Jurisdictions Configuration",
"tax_jurisdictions_saved_successfully" => "Tax Jurisdiction changes saved",
"tax_jurisdictions_saved_unsuccessfully" => "Tax Jurisdiction changes not saved",
"tax_rate" => "Tax Rate",
"tax_rate_configuration" => "Tax Rate Configuration",
"tax_rate_error_adding_updating" => "Tax Rate add or update failed",
"tax_rate_numeric" => "Tax Rate must be a number",
"tax_rate_required" => "Tax Rate is a required field",
"tax_rate_successful_updated" => "You have successfully updated",
"tax_rate_successfully_added" => "You have successfully added",
"tax_rates" => "Tax Rates",
"tax_rates_configuration" => "Tax Rates Configuration",
"tax_rounding" => "Tax Rounding",
"tax_type" => "Tax Type",
"update" => "Update Tax Rate",
"vat_tax" => "VAT Tax",
];