diff --git a/addons/default/visiosoft/profile-module/resources/lang/ur/permission.php b/addons/default/visiosoft/profile-module/resources/lang/ur/permission.php new file mode 100644 index 000000000..9071aab84 --- /dev/null +++ b/addons/default/visiosoft/profile-module/resources/lang/ur/permission.php @@ -0,0 +1,20 @@ + [ + 'name' => 'پروفائل', + 'option' => [ + 'read' => 'کیا پروفائل پڑھ سکتے ہیں؟', + 'write' => 'کیا پروفائل تشکیل / ترمیم کرسکتے ہیں؟', + 'delete' => 'پروفائل کو حذف کرسکتے ہیں؟', + ], + ], + 'adress' => [ + 'name' => 'ایڈریس', + 'option' => [ + 'read' => 'ایڈریس پڑھ سکتے ہیں؟', + 'write' => 'ایڈریس تشکیل / ترمیم کرسکتے ہیں؟', + 'delete' => 'ایڈریس کو حذف کرسکتے ہیں؟', + ], + ], +];