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

23 lines
1.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 [
'field_type' => [
'instructions' => [
"checkboxes" => "複数選択(複数選択可能)",
"decimal" => "数値金額を入力できます。価格、Kg、...",
"integer" => "数値",
"radio" => "ラジオ選択エリア1つのオプションを選択できます。",
"range" => "数値領域(範囲はフィルタリングに入力できます。)",
"select" => "選択領域1つのオプションを選択できます。",
"selectdropdown" => "ドロップダウン選択領域1つのオプションを選択できます。",
"selecttop" => "選択領域:リストにタブとして表示されます。",
"selectrange" => "最小および最大範囲オプションを選択します。",
"selectimage" => "[画像付きのオプション]を選択します。",
"text" => "テキストフィールド",
],
],
'choose_type' => 'カスタムフィールドタイプを選択する',
'select_type_error' => '続行するには、カスタムフィールドタイプを選択してください。',
'value_cf_not_exist' => "値のカスタムフィールドは存在しません!",
];