Files
opensourcepos/app/Language/ta/Expenses.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

52 lines
4.2 KiB
PHP

<?php
return [
"add_item" => "செலவை சேர்க்கவும்",
"amount" => "தொகை",
"amount_number" => "தொகை ஒரு எண்ணாக இருக்க வேண்டும்",
"amount_required" => "செலவுத் தொகை தேவை",
"by_category" => "வகை",
"cannot_be_deleted" => "செலவு(களு)க்கான வகையை நீக்க முடியவில்லை",
"cash" => "பணம்",
"cash_filter" => "பணம்",
"categories_name" => "வகை",
"category_required" => "வகை என்பது தேவையான புலம்",
"check" => "சரிபார்",
"check_filter" => "சரிபார்",
"confirm_delete" => "தேர்ந்தெடுக்கப்பட்ட செலவு(களை) நீக்க விரும்புகிறீர்களா?",
"confirm_restore" => "தேர்ந்தெடுக்கப்பட்ட செலவு(களை) மீட்டெடுக்க விரும்புகிறீர்களா?",
"credit" => "கடன் அட்டை",
"credit_filter" => "கடன் அட்டை",
"date" => "தேதி",
"date_number" => "தேதி ஒரு எண்ணாக இருக்க வேண்டும்",
"date_required" => "தேதி என்பது ஒரு தேவையான புலம்",
"debit" => "பற்று அட்டை",
"debit_filter" => "பற்று அட்டை",
"description" => "விளக்கம்",
"due" => "கொடுக்க வேண்டிய",
"due_filter" => "கொடுக்க வேண்டிய",
"employee" => "உருவாக்கியவர்",
"error_adding_updating" => "செலவைச் சேர்ப்பதில் / புதுப்பிப்பதில் பிழை",
"expense_id" => "அடையாளம்",
"expenses_employee" => "பணியாளர்",
"info" => "செலவு தகவல்",
"ip_address" => "",
"is_deleted" => "நீக்கப்பட்டது",
"name_required" => "செலவுக்கான பெயர் தேவை",
"new" => "புதிய செலவு",
"new_supplier" => "",
"no_expenses_to_display" => "காண்பிக்க செலவுகள் எதுவும் இல்லை",
"none_selected" => "நீங்கள் எந்த செலவையும் தேர்ந்தெடுக்கவில்லை",
"one_or_multiple" => "செலவு(கள்)",
"payment" => "கட்டண வகை",
"start_typing_supplier_name" => "வழங்குபவரின் பெயரைத் தட்டச்சு செய்யத் தொடங்குங்கள் ...",
"successful_adding" => "செலவு வெற்றிகரமாக சேர்க்கிறது",
"successful_deleted" => "செலவு வெற்றிகரமாக நீக்கப்பட்டது",
"successful_updating" => "செலவு வெற்றிகரமாக புதுப்பிக்கப்படுகிறது",
"supplier_name" => "வழங்குபவர்",
"supplier_tax_code" => "வரி குறியீடு",
"tax_amount" => "வரி",
"tax_amount_number" => "",
"update" => "செலவுகள் புதுப்பிப்பு",
];