ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/th-TH/admin/groups/message.php
Normal file
22
SNIPE-IT/resources/lang/th-TH/admin/groups/message.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => 'มีกลุ่มอยู่แล้ว',
|
||||
'group_not_found' => 'Group ID :id does not exist.',
|
||||
'group_name_required' => 'ต้องกำหนดชื่อฟิลด์',
|
||||
|
||||
'success' => array(
|
||||
'create' => 'สร้างกลุ่มเรียบร้อยแล้ว',
|
||||
'update' => 'ปรับปรุงกลุ่มเรียบร้อยแล้ว',
|
||||
'delete' => 'ลบกลุ่มเรียบร้อยแล้ว',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจที่จะลบกลุ่มนี้?',
|
||||
'create' => 'มีปัญหาระหว่างการสร้างกลุ่ม กรุณาลองใหม่อีกครั้ง',
|
||||
'update' => 'มีปัญหาระหว่างปรับปรุงกลุ่ม กรุณาลองใหม่อีกครั้ง.',
|
||||
'delete' => 'มีปัญหาระหว่างการลบกลุ่ม กรุณาลองใหม่อีกครั้ง.',
|
||||
),
|
||||
|
||||
);
|
9
SNIPE-IT/resources/lang/th-TH/admin/groups/table.php
Normal file
9
SNIPE-IT/resources/lang/th-TH/admin/groups/table.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'ไอดี',
|
||||
'name' => 'ชื่อ',
|
||||
'users' => '# ของผู้ใช้งาน',
|
||||
|
||||
);
|
16
SNIPE-IT/resources/lang/th-TH/admin/groups/titles.php
Normal file
16
SNIPE-IT/resources/lang/th-TH/admin/groups/titles.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_groups_title' => 'About Groups',
|
||||
'about_groups' => 'กลุ่มใช้ในการให้สิทธิ์ผู้ใช้ทั่วไป',
|
||||
'group_management' => 'การจัดการกลุ่ม',
|
||||
'create' => 'สร้างกลุ่มใหม่',
|
||||
'update' => 'แก้ไขกลุ่ม',
|
||||
'group_name' => 'ชื่อกลุ่ม',
|
||||
'group_admin' => 'กลุ่มผู้ดูแล',
|
||||
'allow' => 'อนุญาต',
|
||||
'deny' => 'ไม่อนุญาต',
|
||||
'permission' => 'Permission',
|
||||
'grant' => 'Grant',
|
||||
'no_permissions' => 'This group has no permissions.'
|
||||
];
|
Reference in New Issue
Block a user