history.php
1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
return [
/*
|--------------------------------------------------------------------------
| History Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain strings associated to the
| system adding lines to the history table.
|
*/
'backend' => [
'none' => 'ไม่มีประวัติล่าสุด',
'none_for_type' => 'ไม่มีประวัติประเภทนี้',
'none_for_entity' => 'ไม่มีประวัติสำหรับ :entity นี้',
'recent_history' => 'ประวัติล่าสุด',
'roles' => [
'created' => 'ได้สร้างบทบาท',
'deleted' => 'ได้ลบบทบาท',
'updated' => 'ได้แก้ไขบทบาท',
],
'users' => [
'changed_password' => 'ได้เปลี่ยนรหัสผ่านของผู้ใช้',
'confirmed' => 'confirmed user',
'created' => 'ได้สร้างผู้ใช้',
'deactivated' => 'ได้พักการใช้งานของผู้ใช้',
'deleted' => 'ได้ลบผู้ใช้',
'deleted_social' => 'deleted social account',
'permanently_deleted' => 'ได้ลบผู้ใช้อย่างถาวร',
'updated' => 'ได้แก้ไขผู้ใช้',
'unconfirmed' => 'un-confirmed user',
'reactivated' => 'ได้เปิดการใช้งานของผู้ใช้',
'restored' => 'ได้กู้คืนผู้ใช้',
],
],
];