mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations permission.php (Japanese)
This commit is contained in:
parent
f03fff8c0b
commit
fa148584b2
@ -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