New translations permission.php (Korean)

This commit is contained in:
Fatih Alp 2020-06-09 12:53:35 +03:00
parent 3ac5952831
commit 1a9759f76e

View File

@ -49,4 +49,12 @@ return [
'delete' => 'CF 값을 삭제할 수 있습니까?',
],
],
'options' => [
'name' => 'Options',
'option' => [
'read' => 'Can read options?',
'write' => 'Can create/edit options?',
'delete' => 'Can delete options?',
],
],
];