mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
New translations permission.php (Azerbaijani)
This commit is contained in:
parent
1a7a41f6a3
commit
b4e225b7e8
@ -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?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user