From 3a03100b913cc0591982ff04dc741886b1578015 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 24 Apr 2020 02:15:43 +0300 Subject: [PATCH] New translations field.php (Azerbaijani) --- .../resources/lang/az/field.php | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/az/field.php diff --git a/addons/default/visiosoft/location-module/resources/lang/az/field.php b/addons/default/visiosoft/location-module/resources/lang/az/field.php new file mode 100644 index 000000000..0d5635dfa --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/az/field.php @@ -0,0 +1,37 @@ + [ + 'name' => 'Başlıq' + ], + 'slug' => [ + 'name' => 'Slug' + ], + 'city' => [ + 'name' => 'Şəhər' + ], + 'country' => [ + 'name' => 'Ölkə' + ], + 'district' => [ + 'name' => 'Rayon' + ], + 'order' => [ + 'name' => 'Sırala Sırala' + ], + 'neighborhood' => [ + 'name' => 'Qonşuluq' + ], + 'village' => [ + 'name' => 'Kənd' + ], + 'description' => [ + 'name' => 'Təsvir' + ], + 'pick_option' => [ + 'name' => 'Bir seçim seçin', + ], + 'address' => [ + 'name' => 'Ünvan', + ], +];