mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
38 lines
753 B
PHP
38 lines
753 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => '前売',
|
|
],
|
|
'categories' => [
|
|
'name' => 'カテゴリー',
|
|
],
|
|
'village' => [
|
|
'name' => '村',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'カスタムフィールド',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'カスタムフィールド広告',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Cf値',
|
|
],
|
|
'options' => [
|
|
'name' => 'オプション',
|
|
],
|
|
'product_options' => [
|
|
'name' => '製品オプション',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'オプション値',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => '構成',
|
|
],
|
|
'status' => [
|
|
'name' => '状態',
|
|
],
|
|
];
|