mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations permission.php (Urdu (Pakistan))
This commit is contained in:
parent
1a76f01044
commit
ef2ad4caa0
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'profile' => [
|
||||
'name' => 'پروفائل',
|
||||
'option' => [
|
||||
'read' => 'کیا پروفائل پڑھ سکتے ہیں؟',
|
||||
'write' => 'کیا پروفائل تشکیل / ترمیم کرسکتے ہیں؟',
|
||||
'delete' => 'پروفائل کو حذف کرسکتے ہیں؟',
|
||||
],
|
||||
],
|
||||
'adress' => [
|
||||
'name' => 'ایڈریس',
|
||||
'option' => [
|
||||
'read' => 'ایڈریس پڑھ سکتے ہیں؟',
|
||||
'write' => 'ایڈریس تشکیل / ترمیم کرسکتے ہیں؟',
|
||||
'delete' => 'ایڈریس کو حذف کرسکتے ہیں؟',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user