mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations section.php (Japanese)
This commit is contained in:
parent
861d94d681
commit
7f1d95e854
@ -0,0 +1,43 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'advs' => [
|
||||||
|
'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' => 'ユーザー',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user