openclassify/addons/default/visiosoft/base-theme/resources/lang/ja/setting.php
2020-05-12 19:13:04 +03:00

37 lines
910 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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',
],
];