mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
New translations section.php (Vietnamese)
This commit is contained in:
parent
163b8bec46
commit
be4349aea7
@ -0,0 +1,43 @@
|
|||||||
|
<?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',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user