mirror of
https://github.com/snipe/snipe-it.git
synced 2026-08-18 11:15:42 +00:00
16 lines
588 B
PHP
16 lines
588 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => 'การกระทำ',
|
|
'action' => 'การกระทำ',
|
|
'by' => 'โดย',
|
|
'item' => 'รายการ',
|
|
'no_matching_records' => 'ไม่พบรายการที่ตรงกัน',
|
|
'load_error_title' => 'Could not load results',
|
|
'load_error_body' => 'The server returned an error. Please try again in a moment. If this keeps happening, check the application log.',
|
|
'load_error_http_status' => 'HTTP status',
|
|
'load_error_session_expired' => 'Your session has expired. Reloading the page.',
|
|
|
|
];
|