New translations field.php (Vietnamese)

This commit is contained in:
Fatih Alp 2020-09-24 12:38:50 +03:00
parent e970efbad6
commit 26dcb34061

View File

@ -20,7 +20,7 @@ return [
'name' => 'Giá bán' 'name' => 'Giá bán'
], ],
'standard_price' => [ 'standard_price' => [
'name' => 'Standard Price' 'name' => 'Giá chuẩn'
], ],
'date' => [ 'date' => [
'name' => 'Ngày' 'name' => 'Ngày'
@ -266,8 +266,8 @@ return [
"no_location" => "Không có địa điểm được chọn.", "no_location" => "Không có địa điểm được chọn.",
"continue" => 'Tiếp tục', "continue" => 'Tiếp tục',
"gallery" => 'Bộ sưu tập', "gallery" => 'Bộ sưu tập',
"ads" => 'Ads', "ads" => 'Quảng cáo',
"were_found" => 'were found.', "were_found" => 'đã được tìm thấy.',
// Pending screen // Pending screen
'pending_message_1' => 'Quảng cáo đang trong quá trình phê duyệt', 'pending_message_1' => 'Quảng cáo đang trong quá trình phê duyệt',
@ -295,5 +295,5 @@ return [
'select_category_step_by_step' => 'Chọn danh mục từng bước', 'select_category_step_by_step' => 'Chọn danh mục từng bước',
// New create page // New create page
'options' => 'Options', 'options' => 'Tùy chọn',
]; ];