mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 22:07:33 -05:00
73 lines
1.9 KiB
PHP
73 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'カスタムフィールドタイトル'
|
|
],
|
|
'parent_category' => [
|
|
'name' => 'カテゴリー'
|
|
],
|
|
'custom_field' => [
|
|
'name' => 'カスタムフィールドタイトル',
|
|
],
|
|
'custom_field_value' => [
|
|
'name' => 'カスタムフィールド値'
|
|
],
|
|
'custom_field_image' => [
|
|
'name' => 'カスタムフィールド画像'
|
|
],
|
|
'category' => [
|
|
'name' => 'カテゴリー',
|
|
],
|
|
'description' => [
|
|
'name' => '説明',
|
|
],
|
|
'type' => [
|
|
'name' => 'カスタムフィールドタイプ',
|
|
],
|
|
'category_name' => [
|
|
'name' => '種別名',
|
|
],
|
|
'selecttopall' => 'すべて',
|
|
'seenList' => [
|
|
'name' => '見たリストビュー'
|
|
],
|
|
'slug' => [
|
|
'name' => 'ナメクジ'
|
|
],
|
|
'all_categories' => [
|
|
'name' => 'すべてのカテゴリ'
|
|
],
|
|
'features' => [
|
|
'name' => '特徴'
|
|
],
|
|
'select' => [
|
|
'name' => 'オプションを選択'
|
|
],
|
|
'required' => [
|
|
'name' => '必須'
|
|
],
|
|
'all' => 'すべて',
|
|
|
|
"checkboxes_type" => "チェックボックスフィールド",
|
|
"decimal_type" => "10進フィールド",
|
|
"integer_type" => "整数フィールド",
|
|
"radio_type" => "ラジオフィールド",
|
|
"range_type" => "範囲フィールド",
|
|
"select_type" => "フィールドを選択",
|
|
"selectdropdown_type" => "ドロップダウンフィールドを選択します",
|
|
"selecttop_type" => "トップフィールドを選択",
|
|
"selectrange_type" => "範囲フィールドの選択",
|
|
"selectimage_type" => "画像フィールドを選択",
|
|
"text_type" => "テキストフィールド",
|
|
|
|
// Listing Page
|
|
'from' => 'から',
|
|
'to' => 'に',
|
|
'and_above' => '以上',
|
|
'and_below' => '以下',
|
|
'min' => '最小',
|
|
'max' => 'マックス',
|
|
'show_list' => 'リストを表示',
|
|
];
|