New translations field.php (Vietnamese)

This commit is contained in:
Fatih Alp 2020-05-12 19:25:27 +03:00
parent 96f8cada19
commit ecc94a15f9

View File

@ -0,0 +1,38 @@
<?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'
];