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