mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -05:00
32 lines
2.3 KiB
PHP
32 lines
2.3 KiB
PHP
<?php
|
|
|
|
$lang["attributes_attribute_value_invalid_chars"] = "Giá trị thuộc tính không thể chứa ':' hay '|'";
|
|
$lang["attributes_confirm_delete"] = "Bạn có chắc chắn muốn xóa (các) thuộc tính đã chọn không?";
|
|
$lang["attributes_confirm_restore"] = "Bạn có chắc chắn muốn khôi phục (các) thuộc tính đã chọn không?";
|
|
$lang["attributes_definition_cannot_be_deleted"] = "Không thể xóa (các) thuộc tính được chọn";
|
|
$lang["attributes_definition_error_adding_updating"] = "Thuộc tính %1 không thể thêm hoặc cập nhật. Vui lòng kiểm tra nhật ký lỗi.";
|
|
$lang["attributes_definition_flags"] = "Hiển thị thuộc tính";
|
|
$lang["attributes_definition_group"] = "Nhóm";
|
|
$lang["attributes_definition_id"] = "Mã số";
|
|
$lang["attributes_definition_name"] = "Thêm thuộc tính";
|
|
$lang["attributes_definition_name_required"] = "Tên thuộc tính là trường bắt buộc";
|
|
$lang["attributes_definition_one_or_multiple"] = "thuộc tính";
|
|
$lang["attributes_definition_successful_adding"] = "Bạn vừa mới thêm mục tin thành công";
|
|
$lang["attributes_definition_successful_deleted"] = "Bạn đã xóa thành công";
|
|
$lang["attributes_definition_successful_updating"] = "Bạn đã cập nhật thành công thuộc tính";
|
|
$lang["attributes_definition_type"] = "Loại thuộc tính";
|
|
$lang["attributes_definition_type_required"] = "Loại thuộc tính là trường bắt buộc";
|
|
$lang["attributes_definition_unit"] = "Đơn vị đo lường";
|
|
$lang["attributes_definition_values"] = "Giá trị thuộc tính";
|
|
$lang["attributes_new"] = "Thêm thuộc tính mới";
|
|
$lang["attributes_no_attributes_to_display"] = "Không có mặt hàng nào để hiển thị";
|
|
$lang["attributes_receipt_visibility"] = "Biên lai";
|
|
$lang["attributes_show_in_items"] = "Hiển thị trong các mặt hàng";
|
|
$lang["attributes_show_in_items_visibility"] = "Hàng hóa";
|
|
$lang["attributes_show_in_receipt"] = "Hiển thị trong biên lai";
|
|
$lang["attributes_show_in_receivings"] = "Hiển thị trong nhập hàng";
|
|
$lang["attributes_show_in_receivings_visibility"] = "Nhập hàng";
|
|
$lang["attributes_show_in_sales"] = "Hiển thị trong bán hàng";
|
|
$lang["attributes_show_in_sales_visibility"] = "Bán hàng";
|
|
$lang["attributes_update"] = "Cập nhật thuộc tính";
|