New translations setting.php (Japanese)

This commit is contained in:
Fatih Alp 2020-05-12 19:13:51 +03:00
parent 8db9458e1f
commit 07c9beee14

View File

@ -0,0 +1,43 @@
<?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' => 'デフォルトの緯度',
],
];