mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
New translations stream.php (Japanese)
This commit is contained in:
parent
32a6f7f5cd
commit
9bbb20b0be
@ -0,0 +1,22 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'advs' => [
|
||||||
|
'name' => '前売',
|
||||||
|
],
|
||||||
|
'categories' => [
|
||||||
|
'name' => 'カテゴリー',
|
||||||
|
],
|
||||||
|
'village' => [
|
||||||
|
'name' => '村',
|
||||||
|
],
|
||||||
|
'custom_fields' => [
|
||||||
|
'name' => 'カスタムフィールド',
|
||||||
|
],
|
||||||
|
'custom_field_advs' => [
|
||||||
|
'name' => 'カスタムフィールド広告',
|
||||||
|
],
|
||||||
|
'cf_values' => [
|
||||||
|
'name' => 'Cf値',
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user