snipe_it/resources/lang/th-TH/admin/components/message.php
snipe 54b664d679 Updated strings, added Oromo
Signed-off-by: snipe <snipe@snipe.net>
2025-02-24 14:50:23 +00:00

38 lines
2.2 KiB
PHP

<?php
return array(
'does_not_exist' => 'คอมโพเนนต์ไม่มีอยู่',
'create' => array(
'error' => 'ไม่ได้สร้างคอมโพเนนต์โปรดลองอีกครั้ง',
'success' => 'สร้างคอมโพเนนต์เรียบร้อยแล้ว'
),
'update' => array(
'error' => 'คอมโพเนนต์ไม่ได้รับการอัปเดตโปรดลองอีกครั้ง',
'success' => 'คอมโพเนนต์สำเร็จแล้ว'
),
'delete' => array(
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบคอมโพเนนต์นี้',
'error' => 'เกิดปัญหาในการลบคอมโพเนนต์ กรุณาลองอีกครั้ง.',
'success' => 'คอมโพเนนต์ถูกลบเรียบร้อยแล้ว',
'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
'error' => 'ตรวจสอบคอมโพเนนต์แล้วโปรดลองอีกครั้ง',
'success' => 'ตรวจสอบคอมโพเนนต์เรียบร้อยแล้ว',
'user_does_not_exist' => 'ผู้ใช้รายนั้นไม่ถูกต้อง กรุณาลองอีกครั้ง.',
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
),
'checkin' => array(
'error' => 'คอมโพเนนต์ไม่ได้รับการตรวจสอบโปรดลองอีกครั้ง',
'success' => 'ตรวจสอบคอมโพเนนต์เรียบร้อยแล้ว',
'user_does_not_exist' => 'ผู้ใช้รายนั้นไม่ถูกต้อง กรุณาลองอีกครั้ง.'
)
);