mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
49 lines
1.5 KiB
PHP
49 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'new_adv' => '新分类',
|
|
'new_classified' => '新分类',
|
|
'new_category' => '新类别',
|
|
'new_country' => '新国家',
|
|
'new_city' => '新城市',
|
|
'new_district' => '新区',
|
|
'new_neighborhood' => '新邻居',
|
|
'new_village' => '新村',
|
|
'edit' => "编辑",
|
|
'approve' => "批准",
|
|
'decline' => '下降',
|
|
'extend' => '延伸',
|
|
'extend_all' => '全部延伸',
|
|
'convert_currency' => '转换货币',
|
|
'categories' => '分类目录',
|
|
'sub_category' => '子类别',
|
|
'add_sub_category' => '添加子类别',
|
|
'sub_cities' => '子城市',
|
|
'add_sub_cities' => '添加子城市',
|
|
'add_sub_districts' => '添加分区',
|
|
'add_sub_neighborhoods' => '添加子社区',
|
|
'add_sub_village' => '添加子村',
|
|
'sub_districts' => '分区',
|
|
'sub_neighborhoods' => '子社区',
|
|
'sub_village' => '子村',
|
|
'general_settings' => '常规设置',
|
|
'save_category' => '保存类别',
|
|
'change_owner' => '变更拥有者',
|
|
'update_category' => [
|
|
'name' => '更新类别'
|
|
],
|
|
'new_option' => '新选择',
|
|
'export' => '出口',
|
|
'new_productoption' => '新产品选择',
|
|
'new_productoptions_value' => '新产品期权价值',
|
|
'new_options_configuration' => '新选件配置',
|
|
'new_option_configuration' => '新选件配置',
|
|
'create_configurations' => '创建配置',
|
|
'replicate' => '复制',
|
|
'fast_create' => '快速创建',
|
|
'publish' => '发布',
|
|
'import' => '进口',
|
|
'new_status' => '新状态',
|
|
'fast_edit' => '快速编辑',
|
|
];
|