mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-13 00:36:04 -06:00
New translations permission.php (Russian)
This commit is contained in:
parent
8e959f4a64
commit
a322bbdfc3
@ -1,24 +1,20 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
"profile" => [
|
'profile' => [
|
||||||
"name" =>"Профиль",
|
'name' => 'Profile',
|
||||||
"option" => [
|
'option' => [
|
||||||
"read" =>"Может читать профиль? ",
|
'read' => 'Can read profile?',
|
||||||
"write" =>"Можно создать / отредактировать профиль? ",
|
'write' => 'Can create/edit profile?',
|
||||||
"delete" =>"Можете удалить профиль?"
|
'delete' => 'Can delete profile?',
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
"adress" => [
|
'adress' => [
|
||||||
"name" =>"Адрес",
|
'name' => 'Adress',
|
||||||
"option" => [
|
'option' => [
|
||||||
"read" =>"Можете прочитать адрес? ",
|
'read' => 'Can read adress?',
|
||||||
"write" =>"Можно создать / изменить адрес? ",
|
'write' => 'Can create/edit adress?',
|
||||||
"delete" =>"Можете удалить адрес?",
|
'delete' => 'Can delete adress?',
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue
Block a user