mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
47 lines
968 B
PHP
47 lines
968 B
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',
|
|
'options' => [
|
|
'title' => 'Options',
|
|
],
|
|
];
|