Files
opensourcepos/app/Language/vi/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
5.1 KiB
PHP

<?php
return [
"add_exception" => "Thêm ngoại lệ",
"cascade" => "",
"cascade_sequence" => "",
"city" => "Thành phố",
"code" => "",
"confirm_delete" => "Bạn có thực sự muốn xóa Mã thuế này không? Hành động này không thể hoàn lại được",
"confirm_restore" => "Bạn có thực sự muốn hoàn lại Mã thuế đã chọn không?",
"default_tax_category" => "Thể loại mã thuế mặc định",
"default_tax_rate" => "Thuế suất mặc định",
"error_adding_updating" => "Gặp lỗi khi thêm hay cập nhật Mã thuế",
"group_seq" => "",
"jurisdiction_name" => "Tên quyền",
"name" => "Tên",
"new" => "Mã thuế mới",
"no_taxes" => "",
"no_taxes_to_display" => "Không sẵn có Mã thuế nào để mà hiển thị",
"reporting_authority" => "",
"round_half_down" => "0,5 làm tròn xuống",
"round_half_even" => "0,5 làm tròn lên",
"round_half_odd" => "0,5 làm tròn xuống",
"round_half_up" => "0,5 làm tròn lên",
"rounding_code" => "Mã làm tròn",
"sales_tax" => "Thuế bán hàng",
"sales_tax_by_invoice" => "Thuế bán hàng theo Hóa đơn",
"sequence" => "",
"state" => "Tỉnh",
"successful_deleted" => "Bạn đã xóa thành công",
"tax_categories" => "Thể loại thuế",
"tax_categories_configuration" => "Cấu hình thể loại thuế",
"tax_categories_saved_successfully" => "",
"tax_categories_saved_unsuccessfully" => "",
"tax_category" => "Thể loại thuế",
"tax_category_code" => "",
"tax_category_duplicate" => "",
"tax_category_invalid_chars" => "",
"tax_category_name" => "",
"tax_category_new" => "",
"tax_category_required" => "",
"tax_code" => "Mã thuế",
"tax_code_cannot_be_deleted" => "Gặp lỗi khi xóa Mã thuế.",
"tax_code_duplicate" => "",
"tax_code_invalid_chars" => "",
"tax_code_name" => "Tên Mã thuế",
"tax_code_required" => "Trường Mã thuế là bắt buộc.",
"tax_code_successful_deleted" => "Bạn đã xóa thành công Mã thuế",
"tax_code_successful_updated" => "Bạn đã cập nhật thành công",
"tax_code_successful_updating" => "Bạn đã cập nhật Mã thuế thành công",
"tax_code_successfully_added" => "Bạn đã thêm thành công",
"tax_code_type" => "Kiểu Mã thuế",
"tax_codes" => "",
"tax_codes_configuration" => "",
"tax_codes_saved_successfully" => "",
"tax_codes_saved_unsuccessfully" => "",
"tax_excluded" => "",
"tax_group" => "",
"tax_group_not_unique" => "",
"tax_group_sequence" => "",
"tax_included" => "",
"tax_jurisdiction" => "",
"tax_jurisdiction_duplicate" => "",
"tax_jurisdiction_invalid_chars" => "",
"tax_jurisdiction_required" => "",
"tax_jurisdictions" => "",
"tax_jurisdictions_configuration" => "",
"tax_jurisdictions_saved_successfully" => "",
"tax_jurisdictions_saved_unsuccessfully" => "",
"tax_rate" => "Tỷ suất thuế",
"tax_rate_configuration" => "",
"tax_rate_error_adding_updating" => "",
"tax_rate_numeric" => "Tỷ suất thuế phải là dạng số.",
"tax_rate_required" => "Trường Tỷ suất thuế là bắt buộc.",
"tax_rate_successful_updated" => "",
"tax_rate_successfully_added" => "",
"tax_rates" => "",
"tax_rates_configuration" => "",
"tax_rounding" => "",
"tax_type" => "",
"update" => "Cập nhật Thuế thể loại bán hàng",
"vat_tax" => "Thuế VAT",
];