mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-26 18:28:11 -05:00
80 lines
4.0 KiB
PHP
80 lines
4.0 KiB
PHP
<?php
|
|
|
|
$lang["taxes_add_exception"] = "Thêm ngoại lệ";
|
|
$lang["taxes_cascade"] = "";
|
|
$lang["taxes_cascade_sequence"] = "";
|
|
$lang["taxes_city"] = "";
|
|
$lang["taxes_code"] = "";
|
|
$lang["taxes_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.";
|
|
$lang["taxes_confirm_restore"] = "Bạn có thực sự muốn hoàn lại Mã thuế đã chọn không?";
|
|
$lang["taxes_default_tax_category"] = "Thể loại mã thuế mặc định";
|
|
$lang["taxes_default_tax_rate"] = "";
|
|
$lang["taxes_error_adding_updating"] = "Gặp lỗi khi thêm hay cập nhật Mã thuế.";
|
|
$lang["taxes_group_seq"] = "";
|
|
$lang["taxes_jurisdiction_name"] = "";
|
|
$lang["taxes_name"] = "";
|
|
$lang["taxes_new"] = "Mã thuế mới";
|
|
$lang["taxes_no_taxes_to_display"] = "Không sẵn có Mã thuế nào để mà hiển thị.";
|
|
$lang["taxes_reporting_authority"] = "";
|
|
$lang["taxes_round_half_down"] = "0,5 làm tròn xuống";
|
|
$lang["taxes_round_half_even"] = "0,5 làm tròn lên";
|
|
$lang["taxes_round_half_odd"] = "0,5 làm tròn xuống";
|
|
$lang["taxes_round_half_up"] = "0,5 làm tròn lên";
|
|
$lang["taxes_rounding_code"] = "Mã làm tròn";
|
|
$lang["taxes_sales_tax"] = "Thuế bán hàng";
|
|
$lang["taxes_sales_tax_by_invoice"] = "Thuế bán hàng theo Hóa đơn";
|
|
$lang["taxes_sequence"] = "";
|
|
$lang["taxes_state"] = "";
|
|
$lang["taxes_successful_deleted"] = "Bạn đã xóa thành công";
|
|
$lang["taxes_tax_categories"] = "";
|
|
$lang["taxes_tax_categories_configuration"] = "";
|
|
$lang["taxes_tax_categories_saved_successfully"] = "";
|
|
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
|
|
$lang["taxes_tax_category"] = "Thể loại thuế";
|
|
$lang["taxes_tax_category_code"] = "";
|
|
$lang["taxes_tax_category_duplicate"] = "";
|
|
$lang["taxes_tax_category_invalid_chars"] = "";
|
|
$lang["taxes_tax_category_name"] = "";
|
|
$lang["taxes_tax_category_new"] = "";
|
|
$lang["taxes_tax_category_required"] = "";
|
|
$lang["taxes_tax_code"] = "Mã thuế";
|
|
$lang["taxes_tax_code_cannot_be_deleted"] = "Gặp lỗi khi xóa Mã thuế.";
|
|
$lang["taxes_tax_code_duplicate"] = "";
|
|
$lang["taxes_tax_code_invalid_chars"] = "";
|
|
$lang["taxes_tax_code_name"] = "Tên Mã thuế";
|
|
$lang["taxes_tax_code_required"] = "Trường Mã thuế là bắt buộc.";
|
|
$lang["taxes_tax_code_successful_deleted"] = "Bạn đã xóa thành công Mã thuế";
|
|
$lang["taxes_tax_code_successful_updated"] = "Bạn đã cập nhật thành công";
|
|
$lang["taxes_tax_code_successful_updating"] = "Bạn đã cập nhật Mã thuế thành công";
|
|
$lang["taxes_tax_code_successfully_added"] = "Bạn đã thêm thành công";
|
|
$lang["taxes_tax_code_type"] = "Kiểu Mã thuế";
|
|
$lang["taxes_tax_codes"] = "";
|
|
$lang["taxes_tax_codes_configuration"] = "";
|
|
$lang["taxes_tax_codes_saved_successfully"] = "";
|
|
$lang["taxes_tax_codes_saved_unsuccessfully"] = "";
|
|
$lang["taxes_tax_excluded"] = "";
|
|
$lang["taxes_tax_group"] = "";
|
|
$lang["taxes_tax_group_sequence"] = "";
|
|
$lang["taxes_tax_included"] = "";
|
|
$lang["taxes_tax_jurisdiction"] = "";
|
|
$lang["taxes_tax_jurisdiction_duplicate"] = "";
|
|
$lang["taxes_tax_jurisdiction_invalid_chars"] = "";
|
|
$lang["taxes_tax_jurisdiction_required"] = "";
|
|
$lang["taxes_tax_jurisdictions"] = "";
|
|
$lang["taxes_tax_jurisdictions_configuration"] = "";
|
|
$lang["taxes_tax_jurisdictions_saved_successfully"] = "";
|
|
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "";
|
|
$lang["taxes_tax_rate"] = "Tỷ suất thuế";
|
|
$lang["taxes_tax_rate_configuration"] = "";
|
|
$lang["taxes_tax_rate_error_adding_updating"] = "";
|
|
$lang["taxes_tax_rate_numeric"] = "Tỷ suất thuế phải là dạng số.";
|
|
$lang["taxes_tax_rate_required"] = "Trường Tỷ suất thuế là bắt buộc.";
|
|
$lang["taxes_tax_rate_successful_updated"] = "";
|
|
$lang["taxes_tax_rate_successfully_added"] = "";
|
|
$lang["taxes_tax_rates"] = "";
|
|
$lang["taxes_tax_rates_configuration"] = "";
|
|
$lang["taxes_tax_rounding"] = "";
|
|
$lang["taxes_tax_type"] = "";
|
|
$lang["taxes_update"] = "Cập nhật Thuế thể loại bán hàng";
|
|
$lang["taxes_vat_tax"] = "Thuế VAT";
|