mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Romanian) * New translations setting.php (Turkish) * New translations message.php (Swedish)
57 lines
1.4 KiB
PHP
57 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'name' => 'ホームページの場所フィールド',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'リストページの場所フィールド',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => '詳細ページの場所フィールド',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => '検索場所ボタンを表示',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'デフォルトの国',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => '広告ページの場所を作成',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'デフォルトの都市',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'デフォルトの地区',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'デフォルトのネイバーフッド',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'GoogleマップAPIキー',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'デフォルトの長い',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'デフォルトの緯度',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => '場所フィルターを非表示',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => '電話登録フィールドのデフォルトの国'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'ソート列',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'ソートタイプ',
|
|
],
|
|
];
|