From 07c9beee14d43e9a4846b0c9036fd3092d36e888 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:13:51 +0300 Subject: [PATCH] New translations setting.php (Japanese) --- .../resources/lang/ja/setting.php | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/ja/setting.php diff --git a/addons/default/visiosoft/location-module/resources/lang/ja/setting.php b/addons/default/visiosoft/location-module/resources/lang/ja/setting.php new file mode 100644 index 000000000..9ead33f17 --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/ja/setting.php @@ -0,0 +1,43 @@ + [ + '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' => 'デフォルトの緯度', + ], +];