Files
opensourcepos/application/language/vi/taxes_lang.php
Trần Ngọc Quân c33a3b3720 Translated using Weblate (Vietnamese)
Currently translated at 100.0% (30 of 30 strings)

Translation: opensourcepos/taxes
Translate-URL: http://*/projects/ospos/taxes/vi/
2018-02-18 17:16:54 +00:00

33 lines
2.1 KiB
PHP

<?php
$lang["taxes_add_exception"] = "Thêm ngoại lệ";
$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_error_adding_updating"] = "Gặp lỗi khi thêm hay cập nhật Mã thuế.";
$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_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_successful_deleted"] = "Bạn đã xóa thành công";
$lang["taxes_tax_category"] = "Thể loại thuế";
$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_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_rate"] = "Tỷ suất thuế";
$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_update"] = "Cập nhật Thuế thể loại bán hàng";
$lang["taxes_vat_tax"] = "Thuế VAT";