mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
65 lines
1.4 KiB
PHP
65 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'title' => '広告',
|
|
],
|
|
'categories' => [
|
|
'title' => 'カテゴリー',
|
|
],
|
|
'countries' => [
|
|
'title' => '国々',
|
|
],
|
|
'cities' => [
|
|
'title' => '都市',
|
|
],
|
|
'districts' => [
|
|
'title' => '地区',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => '近所',
|
|
],
|
|
'village' => [
|
|
'title' => '村',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'カスタムフィールド',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'カスタムフィールド広告',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Cf値',
|
|
],
|
|
'fields' => [
|
|
'title' => 'カスタムフィールド'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => '資産クリア'
|
|
],
|
|
'general' => '一般的な',
|
|
'ads' => '広告',
|
|
'user' => 'ユーザー',
|
|
'filter' => 'フィルタ',
|
|
'create_ad' => '広告を作成する',
|
|
'options' => [
|
|
'title' => 'オプション',
|
|
],
|
|
'ads_image' => '広告画像',
|
|
'product_options' => [
|
|
'title' => 'オプション',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'オプション値',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => '構成',
|
|
],
|
|
'translations' => '翻訳',
|
|
'status' => [
|
|
'title' => '状態',
|
|
],
|
|
'ads_detail' => '広告の詳細',
|
|
|
|
];
|