mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
23 lines
1.2 KiB
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.'
|
|
),
|
|
|
|
);
|