New translations permission.php (Japanese)

This commit is contained in:
Fatih Alp 2020-05-12 19:12:58 +03:00
parent 7fa4a722bc
commit 7ac8dcbd17

View File

@ -0,0 +1,20 @@
<?php
return [
'category' => [
'name' => 'カテゴリー',
'option' => [
'read' => 'カテゴリを読むことができますか?',
'write' => 'カテゴリを作成/編集できますか?',
'delete' => 'カテゴリを削除できますか?',
],
],
'placeholderforsearch' => [
'name' => '検索用のプレースホルダー',
'option' => [
'read' => '検索用のプレースホルダーを読むことができますか?',
'write' => '検索用のプレースホルダーを作成/編集できますか?',
'delete' => '検索用のプレースホルダーを削除できますか?',
],
],
];