openclassify/addons/default/visiosoft/advs-module/resources/lang/ja/permission.php
Fatih Alp 35c593d5b1
L10n master32 (#916)
* New translations permission.php (Swedish)

* New translations section.php (Swedish)

* New translations setting.php (Swedish)

* New translations stream.php (Swedish)
2021-01-18 14:46:00 +03:00

109 lines
4.3 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 [
'advs' => [
'name' => '広告',
'option' => [
'read' => '広告を読むことができますか?',
'write' => '広告を作成/編集できますか?',
'delete' => '広告を削除できますか?',
],
],
'categories' => [
'name' => 'カテゴリー',
'option' => [
'read' => 'カテゴリを読むことができますか?',
'write' => 'カテゴリを作成/編集できますか?',
'delete' => 'カテゴリを削除できますか?',
],
],
'village' => [
'name' => '村',
'option' => [
'read' => '村が読める?',
'write' => '村を作成/編集できますか?',
'delete' => '村を削除できますか?',
],
],
'custom_fields' => [
'name' => 'カスタムフィールド',
'option' => [
'read' => 'カスタムフィールドを読み取ることができますか?',
'write' => 'カスタムフィールドを作成/編集できますか?',
'delete' => 'カスタムフィールドを削除できますか?',
],
],
'custom_field_advs' => [
'name' => 'カスタムフィールド広告',
'option' => [
'read' => 'カスタムフィールド広告を読み取ることができますか?',
'write' => 'カスタムフィールド広告を作成/編集できますか?',
'delete' => 'カスタムフィールド広告を削除できますか?',
],
],
'cf_values' => [
'name' => 'Cf値',
'option' => [
'read' => 'cf値を読み取ることができますか',
'write' => 'cf値を作成/編集できますか?',
'delete' => 'cf値を削除できますか',
],
],
'options' => [
'name' => 'オプション',
'option' => [
'read' => 'オプションを読むことができますか?',
'write' => 'オプションを作成/編集できますか?',
'delete' => 'オプションを削除できますか?',
],
],
'productoptions' => [
'name' => '製品オプション',
'option' => [
'read' => 'productoptionsを読むことができますか',
'write' => '製品オプションを作成/編集できますか?',
'delete' => 'productoptionsを削除できますか',
],
],
'productoptions_value' => [
'name' => 'Productoptionsの値',
'option' => [
'read' => 'productoptionsの値を読み取ることができますか',
'write' => 'productoptions値を作成/編集できますか?',
'delete' => 'productoptions値を削除できますか',
],
],
'options_configuration' => [
'name' => 'オプション構成',
'option' => [
'read' => 'オプション設定を読み取ることができますか?',
'write' => 'オプション構成を作成/編集できますか?',
'delete' => 'オプション設定を削除できますか?',
],
],
'option_configuration' => [
'name' => 'オプション構成',
'option' => [
'read' => 'オプション設定を読み取ることができますか?',
'write' => 'オプション構成を作成/編集できますか?',
'delete' => 'オプション設定を削除できますか?',
],
],
'option_configuration' => [
'name' => 'オプション構成',
'option' => [
'read' => 'オプション設定を読み取ることができますか?',
'write' => 'オプション構成を作成/編集できますか?',
'delete' => 'オプション設定を削除できますか?',
],
],
'status' => [
'name' => '状態',
'option' => [
'read' => 'ステータスを読み取ることができますか?',
'write' => 'ステータスを作成/編集できますか?',
'delete' => 'ステータスを削除できますか?',
],
],
];