New translations setting.php (Japanese)

This commit is contained in:
Fatih Alp 2020-05-12 19:13:04 +03:00
parent cf7e7681b6
commit 424beaf417

View File

@ -0,0 +1,37 @@
<?php
return [
'navigation_title' => [
'name' => 'ナビゲーションタイトル',
],
'navigation_action' => [
'name' => 'ナビゲーションアクション',
],
'country_fields' => [
'name' => '国フィールド',
],
'date_fields' => [
'name' => '日付フィールド',
],
'price_fields' => [
'name' => '価格フィールド',
],
'breadcrumbs' => [
'name' => 'ブレッドクラム',
],
'ad_details' => [
'name' => '広告の詳細',
],
'ad_details_tab' => [
'name' => '[広告の詳細]タブ',
],
'latest_and_view_all_btn' => [
'name' => '最新およびすべてのBtnを表示',
],
'register_page_instruction_logo' => [
'name' => '登録ページの指示ロゴ',
],
'style' => [
'name' => 'スタイルCSS',
],
];