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)
65 lines
1.4 KiB
PHP
65 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'title' => 'Quảng cáo',
|
|
],
|
|
'categories' => [
|
|
'title' => 'Thể loại',
|
|
],
|
|
'countries' => [
|
|
'title' => 'Quốc gia',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Các thành phố',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Quận',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Vùng lân cận',
|
|
],
|
|
'village' => [
|
|
'title' => 'Làng',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Trường tùy chỉnh',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Quảng cáo trường tùy chỉnh',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Giá trị Cf',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Trường tùy chỉnh'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Tài sản rõ ràng'
|
|
],
|
|
'general' => 'Chung',
|
|
'ads' => 'Quảng cáo',
|
|
'user' => 'Người dùng',
|
|
'filter' => 'Bộ lọc',
|
|
'create_ad' => 'Tạo quảng cáo',
|
|
'options' => [
|
|
'title' => 'Tùy chọn',
|
|
],
|
|
'ads_image' => 'Hình ảnh Quảng cáo',
|
|
'product_options' => [
|
|
'title' => 'Tùy chọn',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Giá trị tùy chọn',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Cấu hình',
|
|
],
|
|
'translations' => 'Bản dịch',
|
|
'status' => [
|
|
'title' => 'Trạng thái',
|
|
],
|
|
'ads_detail' => 'Chi tiết Quảng cáo',
|
|
|
|
];
|