openclassify/addons/default/visiosoft/advs-module/resources/lang/vi/section.php
Fatih Alp 30889a89f4
New Crowdin updates (#793)
* New translations field.php (German)

* New translations field.php (Greek)

* New translations field.php (Turkish)

* New translations field.php (Swedish)

* New translations field.php (Turkish)

* New translations field.php (Ukrainian)

* New translations field.php (Albanian)
2020-11-16 17:48:33 +03:00

59 lines
1.3 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',
],
];