New translations permission.php (Azerbaijani)

This commit is contained in:
Fatih Alp 2020-04-24 02:16:18 +03:00
parent 1a7a41f6a3
commit b4e225b7e8

View File

@ -0,0 +1,20 @@
<?php
return [
'profile' => [
'name' => 'Profil',
'option' => [
'read' => 'Profil oxuya bilərsiniz?',
'write' => 'Profil yarada / redaktə edə bilərsiniz?',
'delete' => 'Profil silə bilərsiniz?',
],
],
'adress' => [
'name' => 'Ünvan',
'option' => [
'read' => 'Adres oxuya bilərsinizmi?',
'write' => 'Ünvanı yarada / düzəldə bilərsiniz?',
'delete' => 'Ünvanı silə bilərsiniz?',
],
],
];