openclassify/addons/default/visiosoft/location-module/resources/lang/ja/setting.php
Fatih Alp c0237af5a1
New Crowdin updates (#783)
* New translations setting.php (Romanian)

* New translations setting.php (Turkish)

* New translations message.php (Swedish)
2020-11-06 20:23:55 +03:00

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' => 'ソートタイプ',
],
];