snipe-it/resources/lang/th/admin/custom_fields/general.php

48 lines
4.2 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2017-10-17 18:52:20 -07:00
'custom_fields' => 'ฟิลด์ที่กำหนดเอง',
'manage' => 'Manage',
2017-10-17 18:52:20 -07:00
'field' => 'สนาม',
'about_fieldsets_title' => 'เกี่ยวกับ Fieldsets',
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
2017-10-17 18:52:20 -07:00
'encrypt_field' => 'เข้ารหัสค่าของฟิลด์นี้ในฐานข้อมูล',
'encrypt_field_help' => 'คำเตือน: การเข้ารหัสฟิลด์ทำให้ไม่สามารถค้นหาได้',
'encrypted' => 'เข้ารหัส',
'fieldset' => 'fieldset',
'qty_fields' => 'เขตข้อมูลจำนวนมาก',
2016-03-25 01:18:05 -07:00
'fieldsets' => 'Fieldsets',
2017-10-17 18:52:20 -07:00
'fieldset_name' => 'ชื่อฟิลด์',
'field_name' => 'ชื่อฟิลด์',
'field_values' => 'ค่าฟิลด์',
'field_values_help' => 'เพิ่มตัวเลือกที่เลือกได้หนึ่งตัวต่อบรรทัด บรรทัดว่างที่ไม่ใช่บรรทัดแรกจะถูกละเลย',
'field_element' => 'องค์ประกอบแบบฟอร์ม',
'field_element_short' => 'ธาตุ',
'field_format' => 'รูป',
'field_custom_format' => 'รูปแบบที่กำหนดเอง',
2018-01-20 04:53:04 -08:00
'field_custom_format_help' => 'ฟิลด์นี้อนุญาตให้คุณใช้นิพจน์ทั่วไปสำหรับการตรวจสอบความถูกต้อง ควรเริ่มต้นด้วย "regex:" - ตัวอย่างเช่นเพื่อตรวจสอบว่าค่าฟิลด์ที่กำหนดเองมี IMEI ที่ถูกต้อง (ตัวเลขตัวเลข 15 ตัว) คุณจะใช้ <code>regex: / ^ [0-9]{15} $ / </code>',
2017-10-17 18:52:20 -07:00
'required' => 'จำเป็นต้องใช้',
'req' => 'req',
'used_by_models' => 'ใช้ตามโมเดล',
'order' => 'ใบสั่ง',
'create_fieldset' => 'Fieldset ใหม่',
'create_fieldset_title' => 'Create a new fieldset',
2017-10-17 18:52:20 -07:00
'create_field' => 'ฟิลด์ที่กำหนดเองใหม่',
'create_field_title' => 'Create a new custom field',
2017-10-17 18:52:20 -07:00
'value_encrypted' => 'ค่าของฟิลด์นี้ถูกเข้ารหัสในฐานข้อมูล เฉพาะผู้ดูแลระบบเท่านั้นที่สามารถดูค่าที่ถอดรหัสได้',
2018-09-28 11:54:52 -07:00
'show_in_email' => 'ใส่ค่าของฟิลด์นี้ลงในอีเมลเช็คเอาต์ที่ส่งถึงผู้ใช้หรือไม่? ฟิลด์ที่เข้ารหัสไม่สามารถรวมอยู่ในอีเมลได้',
'help_text' => 'Help Text',
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
'about_custom_fields_title' => 'About Custom Fields',
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
'add_field_to_fieldset' => 'Add Field to Fieldset',
'make_optional' => 'Required - click to make optional',
'make_required' => 'Optional - click to make required',
'reorder' => 'Reorder',
'db_field' => 'DB Field',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
];