New translations permission.php (Japanese)

This commit is contained in:
Fatih Alp 2020-09-23 18:47:44 +03:00
parent 0340dd8440
commit a4f5ea7e7b

View File

@ -50,11 +50,11 @@ return [
], ],
], ],
'options' => [ 'options' => [
'name' => 'Options', 'name' => 'オプション',
'option' => [ 'option' => [
'read' => 'Can read options?', 'read' => 'オプションを読むことができますか?',
'write' => 'Can create/edit options?', 'write' => 'オプションを作成/編集できますか?',
'delete' => 'Can delete options?', 'delete' => 'オプションを削除できますか?',
], ],
], ],
]; ];