mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
44 lines
851 B
PHP
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í',
|
|
];
|