Files
snipe-it/app/lang/th/admin/users/message.php
T
2015-07-27 10:18:40 -07:00

50 lines
3.6 KiB
PHP
Executable File

<?php
return array(
'accepted' => 'You have successfully accepted this asset.',
'declined' => 'You have successfully declined this asset.',
'user_exists' => 'มีผู้ใช้งานนี้แล้ว',
'user_not_found' => 'ไม่มีชื่อผู้ใช้งานนี้',
'user_login_required' => 'ต้องการชื่อผู้ใช้งาน',
'user_password_required' => 'ต้องการรหัสผ่าน',
'insufficient_permissions' => 'สิทธิ์การใช้งานไม่เพียงพอ',
'user_deleted_warning' => 'ผู้ใช้งานนี้ถูกลบแล้ว คุณจำเป็นต้องกู้คืนผู้ใช้งานก่อนแก้ไข',
'success' => array(
'create' => 'สร้างผู้ใช้งานเสร็จสมบูรณ์แล้ว',
'update' => 'แก้ไขผู้ใช้งานเสร็จสมบูรณ์แล้ว',
'delete' => 'ลบผู้ใช้งานเสร็จสมบูรณ์แล้ว',
'ban' => 'แบนผู้ใช้งานเสร็จสมบูรณ์แล้ว',
'unban' => 'ยกเลิกการแบนผู้ใช้งานเสร็จสมบูรณ์แล้ว',
'suspend' => 'ระงับผู้ใช้งานเสร็จสมบูรณ์แล้ว',
'unsuspend' => 'ยกเลิกระงับผู้ใช้งานเสร็จสมบูรณ์แล้ว',
'restored' => 'กู้คืนผู้ใช้งานเสร็จสมบูรณ์แล้ว',
'import' => 'นำเข้าผู้ใช้งานเสร็จสมบูรณ์แล้ว',
),
'error' => array(
'create' => 'มีปัญหาระหว่างการสร้างผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
'update' => 'มีปัญหาระหว่างปรับปรุงข้อมูลผู้ใช้ กรุณาลองใหม่อีกครั้ง',
'delete' => 'มีปัญหาระหว่างลบผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
'unsuspend' => 'มีปัญหาระหว่างการยกเลิกการระงับผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
'import' => 'มีปัญหาระหว่างการนำเข้าผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
'asset_already_accepted' => 'ทรัพย์สินนี้ได้รับการยอมรับแล้ว',
'accept_or_decline' => 'You must either accept or decline this asset.',
),
'deletefile' => array(
'error' => 'File not deleted. Please try again.',
'success' => 'File successfully deleted.',
),
'upload' => array(
'error' => 'File(s) not uploaded. Please try again.',
'success' => 'File(s) successfully uploaded.',
'nofiles' => 'You did not select any files for upload',
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
);