From ecc94a15f9e45982114053e0ca215a08164d6d16 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:25:27 +0300 Subject: [PATCH] New translations field.php (Vietnamese) --- .../resources/lang/vi/field.php | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/vi/field.php diff --git a/addons/default/visiosoft/location-module/resources/lang/vi/field.php b/addons/default/visiosoft/location-module/resources/lang/vi/field.php new file mode 100644 index 000000000..1e1731cad --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/vi/field.php @@ -0,0 +1,38 @@ + [ + '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' +];