mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-27 16:14:39 -06:00
New translations permission.php (Japanese)
This commit is contained in:
parent
7fa4a722bc
commit
7ac8dcbd17
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'category' => [
|
||||
'name' => 'カテゴリー',
|
||||
'option' => [
|
||||
'read' => 'カテゴリを読むことができますか?',
|
||||
'write' => 'カテゴリを作成/編集できますか?',
|
||||
'delete' => 'カテゴリを削除できますか?',
|
||||
],
|
||||
],
|
||||
'placeholderforsearch' => [
|
||||
'name' => '検索用のプレースホルダー',
|
||||
'option' => [
|
||||
'read' => '検索用のプレースホルダーを読むことができますか?',
|
||||
'write' => '検索用のプレースホルダーを作成/編集できますか?',
|
||||
'delete' => '検索用のプレースホルダーを削除できますか?',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user