openclassify/addons/default/visiosoft/location-module/resources/lang/vi/field.php
Fatih Alp 11485c8efe
New Crowdin updates (#950)
* New translations field.php (Romanian)
* New translations field.php (Albanian)
* New translations field.php (Bulgarian)
* New translations field.php (Serbian (Latin))
* New translations field.php (Hindi)
* New translations field.php (Azerbaijani)
* New translations field.php (Bengali)
* New translations field.php (Persian)
* New translations field.php (Vietnamese)
* New translations field.php (Urdu (Pakistan))
* New translations field.php (Ukrainian)
* New translations field.php (Turkish)
* New translations field.php (Swedish)
* New translations field.php (Russian)
* New translations field.php (French)
2021-02-18 15:39:39 +03:00

44 lines
851 B
PHP

<?php
return [
'name' => [
'name' => 'Tiêu đề'
],
'slug' => [
'name' => 'Sên'
],
'city' => [
'name' => 'Thành phố'
],
'country' => [
'name' => 'Quốc gia'
],
'district' => [
'name' => 'Huyện'
],
'order' => [
'name' => 'Thứ tự sắp xếp'
],
'neighborhood' => [
'name' => 'Khu vực lân cận'
],
'village' => [
'name' => 'Làng'
],
'description' => [
'name' => 'Sự miêu tả'
],
'pick_option' => [
'name' => 'Chọn một tùy chọn',
],
'address' => [
'name' => 'Địa chỉ',
],
'selected' => 'Đã chọn',
'choose_an_option' => 'Chọn một sự lựa chọn...',
'abv' => [
'name' => 'Viết tắt',
],
'location' => 'Vị trí',
];