mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations permission.php (Chinese Traditional)
This commit is contained in:
parent
481648d61e
commit
24f088e52a
@ -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