mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations setting.php (Japanese)
This commit is contained in:
parent
cf7e7681b6
commit
424beaf417
@ -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)',
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user