openclassify/addons/default/visiosoft/customfields-module/resources/lang/ja/permission.php
Mostafa Moradi 4eac3243b8 4.0-mostafa
2024-08-18 17:45:09 +03:00

37 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'custom_fields' => [
'name' => 'カスタムフィールド',
'option' => [
'read' => 'カスタムフィールドを読み取ることはできますか?',
'write' => 'カスタムフィールドを作成/編集できますか?',
'delete' => 'カスタムフィールドを削除できますか?',
],
],
'custom_field_advs' => [
'name' => 'カスタムフィールドアドバンス',
'option' => [
'read' => 'カスタムフィールドの詳細を読み取ることができますか?',
'write' => 'カスタムフィールドadvsを作成/編集できますか?',
'delete' => 'カスタムフィールドadvsを削除できますか',
],
],
'cfvalue' => [
'name' => 'Cfvalue',
'option' => [
'read' => 'cfvalueを読み取ることができますか',
'write' => 'cfvalueを作成/編集できますか?',
'delete' => 'cfvalueを削除できますか',
],
],
'parent' => [
'name' => '親',
'option' => [
'read' => '親を読むことができますか?',
'write' => '親を作成/編集できますか?',
'delete' => '親を削除できますか?',
],
],
];