mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
New translations permission.php (Chinese Simplified)
This commit is contained in:
parent
c3f6f0734d
commit
a02e8ce8f8
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'profile' => [
|
'profile' => [
|
||||||
'name' => '輪廓',
|
'name' => '轮廓',
|
||||||
'option' => [
|
'option' => [
|
||||||
'read' => '可以閱讀個人資料嗎?',
|
'read' => '可以阅读个人资料吗?',
|
||||||
'write' => '可以創建/編輯個人資料嗎?',
|
'write' => '可以创建/编辑个人资料吗?',
|
||||||
'delete' => '可以刪除個人資料嗎?',
|
'delete' => '可以删除个人资料吗?',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'adress' => [
|
'adress' => [
|
||||||
'name' => '地址',
|
'name' => '地址',
|
||||||
'option' => [
|
'option' => [
|
||||||
'read' => '可以看地址嗎?',
|
'read' => '可以看地址吗?',
|
||||||
'write' => '可以創建/編輯地址嗎?',
|
'write' => '可以创建/编辑地址吗?',
|
||||||
'delete' => '可以刪除地址嗎?',
|
'delete' => '可以删除地址吗?',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user