diff --git a/addons/default/visiosoft/location-module/resources/lang/ja/button.php b/addons/default/visiosoft/location-module/resources/lang/ja/button.php new file mode 100644 index 000000000..ad4261ac1 --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/ja/button.php @@ -0,0 +1,17 @@ + '新しい国', + 'new_city' => '新しい街', + 'new_district' => '新区', + 'new_neighborhood' => '新しい近所', + 'new_village' => '新しい村', + 'sub_cities' => 'サブシティ', + 'add_sub_cities' => 'サブ都市を追加', + 'add_sub_districts' => 'サブ地区を追加', + 'add_sub_neighborhoods' => 'サブネイバーフッドを追加', + 'add_sub_village' => 'サブビレッジを追加', + 'sub_districts' => 'サブ地区', + 'sub_neighborhoods' => 'サブネイバーフッド', + 'sub_village' => 'サブビレッジ', +];