mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-14 20:37:55 -05:00
29 lines
2.5 KiB
PHP
29 lines
2.5 KiB
PHP
<?php
|
|
|
|
$lang["attributes_attribute_value_invalid_chars"] = "ค่าแอตทริบิวต์ไม่สามารถมี ':' หรือ '|'";
|
|
$lang["attributes_confirm_delete"] = "คุณแน่ใจหรือไม่ว่าต้องการลบแอตทริบิวต์ที่เลือก ?";
|
|
$lang["attributes_definition_cannot_be_deleted"] = "ไม่สามารถลบแอตทริบิวต์ที่เลือก";
|
|
$lang["attributes_definition_flags"] = "แอตทริบิวต์การมองเห็น";
|
|
$lang["attributes_definition_group"] = "กลุ่ม";
|
|
$lang["attributes_definition_id"] = "ไอดี";
|
|
$lang["attributes_definition_name"] = "เพิ่มแอตทริบิวต์";
|
|
$lang["attributes_definition_name_required"] = "ชื่อแอตทริบิวต์เป็นฟิลด์บังคับ";
|
|
$lang["attributes_definition_one_or_multiple"] = "แอตทริบิวต์";
|
|
$lang["attributes_definition_successful_adding"] = "คุณเพิ่มรายการสำเร็จแล้ว";
|
|
$lang["attributes_definition_successful_deleted"] = "คุณลบสำเร็จแล้ว";
|
|
$lang["attributes_definition_successful_updating"] = "คุณอัปเดตแอตทริบิวต์สำเร็จแล้ว";
|
|
$lang["attributes_definition_type"] = "ประเภทแอตทริบิวต์";
|
|
$lang["attributes_definition_type_required"] = "ประเภทแอตทริบิวต์เป็นฟิลด์บังคับ";
|
|
$lang["attributes_definition_values"] = "ค่าแอตทริบิวต์";
|
|
$lang["attributes_new"] = "แอตทริบิวต์ใหม่";
|
|
$lang["attributes_no_attributes_to_display"] = "ไม่มีรายการที่จะแสดง";
|
|
$lang["attributes_receipt_visibility"] = "ใบเสร็จ";
|
|
$lang["attributes_show_in_items"] = "แสดงในรายการ";
|
|
$lang["attributes_show_in_items_visibility"] = "รายการ";
|
|
$lang["attributes_show_in_receipt"] = "แสดงในใบเสร็จ";
|
|
$lang["attributes_show_in_receivings"] = "แสดงใน receivings";
|
|
$lang["attributes_show_in_receivings_visibility"] = "Receivings";
|
|
$lang["attributes_show_in_sales"] = "แสดงในการขาย";
|
|
$lang["attributes_show_in_sales_visibility"] = "การขาย";
|
|
$lang["attributes_update"] = "ปรับปรุงแอตทริบิวต์";
|