snipe-it/resources/lang/th/admin/models/general.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

19 lines
1.9 KiB
PHP

<?php
return [
'about_models_title' => 'เกี่ยวกับโมเดลสินทรัพย์',
'about_models_text' => 'โมเดลสินทรัพย์คือวิธีการจัดกลุ่มเนื้อหาที่เหมือนกัน "MBP 2013", "IPhone 6s" ฯลฯ',
'deleted' => 'โมเดลนี้ถูกลบแล้ว <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.',
'bulk_delete' => 'การลบรายการเป็นกลุ่ม',
'bulk_delete_help' => 'ใช้ช่องทำเครื่องหมายด้านล่างเพื่อยืนยันการลบโมเดลเนื้อหาที่เลือก โมเดลสินทรัพย์ที่มีเนื้อหาเกี่ยวข้องกับเนื้อหาเหล่านั้นไม่สามารถลบออกได้จนกว่าสินทรัพย์จะเชื่อมโยงกับโมเดลอื่น',
'bulk_delete_warn' => 'คุณกำลังจะลบ: asset_count',
'restore' => 'กู้คืนโมเดล',
'requestable' => 'ผู้ใช้สามารถขอรับโมเดลนี้ได้',
'show_mac_address' => 'แสดง MAC address ในสินทรัพย์ของโมเดลนี้',
'view_deleted' => 'ดูที่ถูกลบ',
'view_models' => 'ดูโมเดล',
'fieldset' => 'fieldset',
'no_custom_field' => 'ไม่มีฟิลด์ที่กำหนดเอง',
'add_default_values' => 'เพิ่มค่าเริ่มต้น',
];