snipe-it/resources/lang/th/admin/settings/message.php

23 lines
1.2 KiB
PHP

<?php
return array(
'update' => array(
'error' => 'เกิด error ระหว่างการอัพเดตข้อมูล ',
'success' => 'อัพเดตการตั้งค่าเรียบร้อยแล้ว'
),
'backup' => array(
'delete_confirm' => 'คุณแน่ใจที่จะลบข้อมูลสำรองนี้? การดำเนินการนี้จะไม่สามารถกู้คืนได้ ',
'file_deleted' => 'ลบข้อมูลสำรองเรียบร้อยแล้ว ',
'generated' => 'ไฟล์ข้อมูลสำรองถูกสร้างเรียบร้อยแล้ว',
'file_not_found' => 'ไม่พบไฟล์ข้อมูลสำรองบนเซิฟเวอร์',
),
'purge' => array(
'error' => 'An error has occurred while purging. ',
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
'success' => 'Deleted records successfully purged.'
),
);