From 7f1d95e8548cd4774c06995dc2eef43eac5d9067 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:13:15 +0300 Subject: [PATCH] New translations section.php (Japanese) --- .../advs-module/resources/lang/ja/section.php | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 addons/default/visiosoft/advs-module/resources/lang/ja/section.php diff --git a/addons/default/visiosoft/advs-module/resources/lang/ja/section.php b/addons/default/visiosoft/advs-module/resources/lang/ja/section.php new file mode 100644 index 000000000..a6709f6f0 --- /dev/null +++ b/addons/default/visiosoft/advs-module/resources/lang/ja/section.php @@ -0,0 +1,43 @@ + [ + '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' => 'ユーザー', +];