New translations permission.php (Chinese Simplified)

This commit is contained in:
Fatih Alp 2020-05-12 19:26:01 +03:00
parent 991440147c
commit 28b8ba3f51

View File

@ -2,19 +2,19 @@
return [ return [
'category' => [ 'category' => [
'name' => '類別', 'name' => '类别',
'option' => [ 'option' => [
'read' => '可以閱讀類別嗎', 'read' => '可以阅读类别吗',
'write' => '可以創建/編輯類別嗎', 'write' => '可以创建/编辑类别吗',
'delete' => '可以刪除類別嗎', 'delete' => '可以删除类别吗',
], ],
], ],
'placeholderforsearch' => [ 'placeholderforsearch' => [
'name' => '搜索位符', 'name' => '搜索位符',
'option' => [ 'option' => [
'read' => '可以閱讀佔位符以進行搜索嗎', 'read' => '可以阅读占位符以进行搜索吗',
'write' => '可以創建/編輯佔位符以進行搜索嗎', 'write' => '可以创建/编辑占位符以进行搜索吗',
'delete' => '可以刪除佔位符進行搜索嗎', 'delete' => '可以删除占位符进行搜索吗',
], ],
], ],
]; ];