mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations setting.php (Vietnamese)
This commit is contained in:
parent
7858ee35b3
commit
481648d61e
@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'home_page_location' => [
|
||||
'name' => 'Trang chủ Vị trí trường',
|
||||
],
|
||||
'list_page_location' => [
|
||||
'name' => 'Danh sách trang Vị trí trường',
|
||||
],
|
||||
'detail_page_location' => [
|
||||
'name' => 'Chi tiết trang Vị trí trường',
|
||||
],
|
||||
'show_search_location_btn' => [
|
||||
'name' => 'Hiển thị nút vị trí tìm kiếm',
|
||||
],
|
||||
'default_country' => [
|
||||
'name' => 'Quốc gia mặc định',
|
||||
],
|
||||
'create_ad_page_location' => [
|
||||
'name' => 'Tạo vị trí trang quảng cáo',
|
||||
],
|
||||
'default_city' => [
|
||||
'name' => 'Thành phố mặc định',
|
||||
],
|
||||
'default_district' => [
|
||||
'name' => 'Quận mặc định',
|
||||
],
|
||||
'default_neighborhood' => [
|
||||
'name' => 'Vùng lân cận mặc định',
|
||||
],
|
||||
|
||||
'google_map_key' => [
|
||||
'name' => 'Khóa Api của Google Maps',
|
||||
],
|
||||
|
||||
'map_coordinates_long' => [
|
||||
'name' => 'Mặc định dài',
|
||||
],
|
||||
|
||||
'map_coordinates_lat' => [
|
||||
'name' => 'Lat mặc định',
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user