From 3bdeb3be5bbfc02e309704ce741906ec81187a2a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:22 +0300 Subject: [PATCH] New translations permission.php (Korean) --- .../resources/lang/ko/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ko/permission.php b/addons/default/visiosoft/profile-module/resources/lang/ko/permission.php index fcd9ced0e..3d1e31fdb 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ko/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ko/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => '주소를 삭제할 수 있습니까?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ];