From fb6bd28576fb55e35b3d11fa661a8dd97a4a8d56 Mon Sep 17 00:00:00 2001 From: muammertop Date: Thu, 15 Apr 2021 15:29:47 +0300 Subject: [PATCH 01/80] fixed profile img --- .../profile-module/src/Profile/User/UserFormHandler.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/src/Profile/User/UserFormHandler.php b/addons/default/visiosoft/profile-module/src/Profile/User/UserFormHandler.php index bc9aa375f..fa585ce5c 100644 --- a/addons/default/visiosoft/profile-module/src/Profile/User/UserFormHandler.php +++ b/addons/default/visiosoft/profile-module/src/Profile/User/UserFormHandler.php @@ -19,6 +19,12 @@ class UserFormHandler $data = $builder->getPostData(); + if ($builder->getPostValue('file') != null) { + $data['file_id'] = $builder->getPostValue('file'); + } elseif (empty($builder->getPostValue('file'))) { + $data['file_id'] = null; + } + $user = $userModel->find(\auth()->id()); if ($user->email != $data['email']) { $user->notify(new UserUpdateEmailMail()); From c0f21f78f47bc672df2af6403aaf600c0d5515ba Mon Sep 17 00:00:00 2001 From: muammertop Date: Thu, 15 Apr 2021 15:33:20 +0300 Subject: [PATCH 02/80] fixed profile img --- .../profile-module/src/Profile/User/UserFormHandler.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/addons/default/visiosoft/profile-module/src/Profile/User/UserFormHandler.php b/addons/default/visiosoft/profile-module/src/Profile/User/UserFormHandler.php index fa585ce5c..3c0003ea5 100644 --- a/addons/default/visiosoft/profile-module/src/Profile/User/UserFormHandler.php +++ b/addons/default/visiosoft/profile-module/src/Profile/User/UserFormHandler.php @@ -19,11 +19,7 @@ class UserFormHandler $data = $builder->getPostData(); - if ($builder->getPostValue('file') != null) { - $data['file_id'] = $builder->getPostValue('file'); - } elseif (empty($builder->getPostValue('file'))) { - $data['file_id'] = null; - } + $data['file_id'] = $builder->getPostValue('file'); $user = $userModel->find(\auth()->id()); if ($user->email != $data['email']) { From 676c3e2bfd14da2ee2db3c1cf7d882dfe98827ab Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 15 Apr 2021 16:47:18 +0300 Subject: [PATCH 03/80] New Crowdin updates (#1025) * New translations field.php (Italian) * New translations field.php (Hebrew) * New translations field.php (Arabic) * New translations message.php (Spanish) * New translations field.php (Spanish) * New translations field.php (German) --- .../advs-module/resources/lang/af/field.php | 8 +++++++ .../advs-module/resources/lang/ar/field.php | 8 +++++++ .../advs-module/resources/lang/az/field.php | 8 +++++++ .../advs-module/resources/lang/bg/field.php | 8 +++++++ .../advs-module/resources/lang/bn/field.php | 8 +++++++ .../advs-module/resources/lang/ca/field.php | 8 +++++++ .../advs-module/resources/lang/cs/field.php | 8 +++++++ .../advs-module/resources/lang/da/field.php | 8 +++++++ .../advs-module/resources/lang/de/field.php | 8 +++++++ .../advs-module/resources/lang/el/field.php | 8 +++++++ .../advs-module/resources/lang/es/field.php | 8 +++++++ .../advs-module/resources/lang/fa/field.php | 8 +++++++ .../advs-module/resources/lang/fi/field.php | 8 +++++++ .../advs-module/resources/lang/fr/field.php | 8 +++++++ .../advs-module/resources/lang/he/field.php | 8 +++++++ .../advs-module/resources/lang/hi/field.php | 8 +++++++ .../advs-module/resources/lang/hu/field.php | 8 +++++++ .../advs-module/resources/lang/id/field.php | 8 +++++++ .../advs-module/resources/lang/it/field.php | 8 +++++++ .../advs-module/resources/lang/ja/field.php | 8 +++++++ .../advs-module/resources/lang/ko/field.php | 8 +++++++ .../advs-module/resources/lang/ku/field.php | 8 +++++++ .../advs-module/resources/lang/nl/field.php | 8 +++++++ .../advs-module/resources/lang/no/field.php | 8 +++++++ .../advs-module/resources/lang/pl/field.php | 8 +++++++ .../advs-module/resources/lang/pt/field.php | 8 +++++++ .../advs-module/resources/lang/ro/field.php | 8 +++++++ .../advs-module/resources/lang/ru/field.php | 8 +++++++ .../advs-module/resources/lang/sq/field.php | 8 +++++++ .../advs-module/resources/lang/sr/addon.php | 2 +- .../advs-module/resources/lang/sr/field.php | 22 +++++++++++++------ .../advs-module/resources/lang/sv/field.php | 8 +++++++ .../advs-module/resources/lang/tr/field.php | 8 +++++++ .../advs-module/resources/lang/tr/message.php | 2 +- .../advs-module/resources/lang/uk/field.php | 8 +++++++ .../advs-module/resources/lang/ur/field.php | 8 +++++++ .../advs-module/resources/lang/vi/field.php | 8 +++++++ .../advs-module/resources/lang/zh/field.php | 8 +++++++ .../base-theme/resources/lang/af/message.php | 1 + .../base-theme/resources/lang/ar/message.php | 1 + .../base-theme/resources/lang/az/message.php | 1 + .../base-theme/resources/lang/bg/message.php | 1 + .../base-theme/resources/lang/bn/message.php | 1 + .../base-theme/resources/lang/ca/message.php | 1 + .../base-theme/resources/lang/cs/message.php | 1 + .../base-theme/resources/lang/da/message.php | 1 + .../base-theme/resources/lang/de/message.php | 1 + .../base-theme/resources/lang/el/message.php | 1 + .../base-theme/resources/lang/es/message.php | 1 + .../base-theme/resources/lang/fa/message.php | 1 + .../base-theme/resources/lang/fi/message.php | 1 + .../base-theme/resources/lang/fr/message.php | 1 + .../base-theme/resources/lang/he/message.php | 1 + .../base-theme/resources/lang/hi/message.php | 1 + .../base-theme/resources/lang/hu/message.php | 1 + .../base-theme/resources/lang/id/message.php | 1 + .../base-theme/resources/lang/it/message.php | 1 + .../base-theme/resources/lang/ja/message.php | 1 + .../base-theme/resources/lang/ko/message.php | 1 + .../base-theme/resources/lang/ku/message.php | 1 + .../base-theme/resources/lang/nl/message.php | 1 + .../base-theme/resources/lang/no/message.php | 1 + .../base-theme/resources/lang/pl/message.php | 1 + .../base-theme/resources/lang/pt/message.php | 1 + .../base-theme/resources/lang/ro/message.php | 1 + .../base-theme/resources/lang/ru/message.php | 1 + .../base-theme/resources/lang/sq/message.php | 1 + .../base-theme/resources/lang/sr/message.php | 1 + .../base-theme/resources/lang/sv/message.php | 1 + .../base-theme/resources/lang/tr/message.php | 2 +- .../base-theme/resources/lang/uk/message.php | 1 + .../base-theme/resources/lang/ur/message.php | 1 + .../base-theme/resources/lang/vi/message.php | 1 + .../base-theme/resources/lang/zh/message.php | 1 + .../cats-module/resources/lang/af/view.php | 2 ++ .../cats-module/resources/lang/ar/view.php | 2 ++ .../cats-module/resources/lang/az/view.php | 2 ++ .../cats-module/resources/lang/bg/view.php | 2 ++ .../cats-module/resources/lang/bn/view.php | 2 ++ .../cats-module/resources/lang/ca/view.php | 2 ++ .../cats-module/resources/lang/cs/view.php | 2 ++ .../cats-module/resources/lang/da/view.php | 2 ++ .../cats-module/resources/lang/de/view.php | 2 ++ .../cats-module/resources/lang/el/view.php | 2 ++ .../cats-module/resources/lang/es/view.php | 2 ++ .../cats-module/resources/lang/fa/view.php | 2 ++ .../cats-module/resources/lang/fi/view.php | 2 ++ .../cats-module/resources/lang/fr/view.php | 2 ++ .../cats-module/resources/lang/he/view.php | 2 ++ .../cats-module/resources/lang/hi/view.php | 2 ++ .../cats-module/resources/lang/hu/view.php | 2 ++ .../cats-module/resources/lang/id/view.php | 2 ++ .../cats-module/resources/lang/it/view.php | 2 ++ .../cats-module/resources/lang/ja/view.php | 2 ++ .../cats-module/resources/lang/ko/view.php | 2 ++ .../cats-module/resources/lang/ku/view.php | 2 ++ .../cats-module/resources/lang/nl/view.php | 2 ++ .../cats-module/resources/lang/no/view.php | 2 ++ .../cats-module/resources/lang/pl/view.php | 2 ++ .../cats-module/resources/lang/pt/view.php | 2 ++ .../cats-module/resources/lang/ro/view.php | 2 ++ .../cats-module/resources/lang/ru/view.php | 2 ++ .../cats-module/resources/lang/sq/view.php | 2 ++ .../cats-module/resources/lang/sr/view.php | 2 ++ .../cats-module/resources/lang/sv/view.php | 2 ++ .../cats-module/resources/lang/tr/view.php | 2 ++ .../cats-module/resources/lang/uk/view.php | 2 ++ .../cats-module/resources/lang/ur/view.php | 2 ++ .../cats-module/resources/lang/vi/view.php | 2 ++ .../cats-module/resources/lang/zh/view.php | 2 ++ .../resources/lang/af/addon.php | 7 ++++++ .../resources/lang/af/input.php | 5 +++++ .../resources/lang/ar/addon.php | 7 ++++++ .../resources/lang/ar/input.php | 5 +++++ .../resources/lang/az/addon.php | 7 ++++++ .../resources/lang/az/input.php | 5 +++++ .../resources/lang/bg/addon.php | 7 ++++++ .../resources/lang/bg/input.php | 5 +++++ .../resources/lang/bn/addon.php | 7 ++++++ .../resources/lang/bn/input.php | 5 +++++ .../resources/lang/ca/addon.php | 7 ++++++ .../resources/lang/ca/input.php | 5 +++++ .../resources/lang/cs/addon.php | 7 ++++++ .../resources/lang/cs/input.php | 5 +++++ .../resources/lang/da/addon.php | 7 ++++++ .../resources/lang/da/input.php | 5 +++++ .../resources/lang/de/addon.php | 7 ++++++ .../resources/lang/de/input.php | 5 +++++ .../resources/lang/el/addon.php | 7 ++++++ .../resources/lang/el/input.php | 5 +++++ .../resources/lang/es/addon.php | 7 ++++++ .../resources/lang/es/input.php | 5 +++++ .../resources/lang/fa/addon.php | 7 ++++++ .../resources/lang/fa/input.php | 5 +++++ .../resources/lang/fi/addon.php | 7 ++++++ .../resources/lang/fi/input.php | 5 +++++ .../resources/lang/fr/addon.php | 7 ++++++ .../resources/lang/fr/input.php | 5 +++++ .../resources/lang/he/addon.php | 7 ++++++ .../resources/lang/he/input.php | 5 +++++ .../resources/lang/hi/addon.php | 7 ++++++ .../resources/lang/hi/input.php | 5 +++++ .../resources/lang/hu/addon.php | 7 ++++++ .../resources/lang/hu/input.php | 5 +++++ .../resources/lang/id/addon.php | 7 ++++++ .../resources/lang/id/input.php | 5 +++++ .../resources/lang/it/addon.php | 7 ++++++ .../resources/lang/it/input.php | 5 +++++ .../resources/lang/ja/addon.php | 7 ++++++ .../resources/lang/ja/input.php | 5 +++++ .../resources/lang/ko/addon.php | 7 ++++++ .../resources/lang/ko/input.php | 5 +++++ .../resources/lang/ku/addon.php | 7 ++++++ .../resources/lang/ku/input.php | 5 +++++ .../resources/lang/nl/addon.php | 7 ++++++ .../resources/lang/nl/input.php | 5 +++++ .../resources/lang/no/addon.php | 7 ++++++ .../resources/lang/no/input.php | 5 +++++ .../resources/lang/pl/addon.php | 7 ++++++ .../resources/lang/pl/input.php | 5 +++++ .../resources/lang/pt/addon.php | 7 ++++++ .../resources/lang/pt/input.php | 5 +++++ .../resources/lang/ro/addon.php | 7 ++++++ .../resources/lang/ro/input.php | 5 +++++ .../resources/lang/ru/addon.php | 7 ++++++ .../resources/lang/ru/input.php | 5 +++++ .../resources/lang/sq/addon.php | 7 ++++++ .../resources/lang/sq/input.php | 5 +++++ .../resources/lang/sr/addon.php | 7 ++++++ .../resources/lang/sr/input.php | 5 +++++ .../resources/lang/sv/addon.php | 7 ++++++ .../resources/lang/sv/input.php | 5 +++++ .../resources/lang/tr/addon.php | 7 ++++++ .../resources/lang/tr/input.php | 5 +++++ .../resources/lang/uk/addon.php | 7 ++++++ .../resources/lang/uk/input.php | 5 +++++ .../resources/lang/ur/addon.php | 7 ++++++ .../resources/lang/ur/input.php | 5 +++++ .../resources/lang/vi/addon.php | 7 ++++++ .../resources/lang/vi/input.php | 5 +++++ .../resources/lang/zh/addon.php | 7 ++++++ .../resources/lang/zh/input.php | 5 +++++ .../resources/lang/af/message.php | 1 + .../resources/lang/ar/message.php | 1 + .../resources/lang/az/message.php | 1 + .../resources/lang/bg/message.php | 1 + .../resources/lang/bn/message.php | 1 + .../resources/lang/ca/message.php | 1 + .../resources/lang/cs/message.php | 1 + .../resources/lang/da/message.php | 1 + .../resources/lang/de/message.php | 1 + .../resources/lang/el/message.php | 1 + .../resources/lang/es/message.php | 1 + .../resources/lang/fa/message.php | 1 + .../resources/lang/fi/message.php | 1 + .../resources/lang/fr/message.php | 1 + .../resources/lang/he/message.php | 1 + .../resources/lang/hi/message.php | 1 + .../resources/lang/hu/message.php | 1 + .../resources/lang/id/message.php | 1 + .../resources/lang/it/message.php | 1 + .../resources/lang/ja/message.php | 1 + .../resources/lang/ko/message.php | 1 + .../resources/lang/ku/message.php | 1 + .../resources/lang/nl/message.php | 1 + .../resources/lang/no/message.php | 1 + .../resources/lang/pl/message.php | 1 + .../resources/lang/pt/message.php | 1 + .../resources/lang/ro/message.php | 1 + .../resources/lang/ru/message.php | 1 + .../resources/lang/sq/message.php | 1 + .../resources/lang/sr/message.php | 1 + .../resources/lang/sv/message.php | 1 + .../resources/lang/tr/message.php | 1 + .../resources/lang/uk/message.php | 1 + .../resources/lang/ur/message.php | 1 + .../resources/lang/vi/message.php | 1 + .../resources/lang/zh/message.php | 1 + .../resources/lang/af/button.php | 2 ++ .../resources/lang/ar/button.php | 2 ++ .../resources/lang/az/button.php | 2 ++ .../resources/lang/bg/button.php | 2 ++ .../resources/lang/bn/button.php | 2 ++ .../resources/lang/ca/button.php | 2 ++ .../resources/lang/cs/button.php | 2 ++ .../resources/lang/da/button.php | 2 ++ .../resources/lang/de/button.php | 2 ++ .../resources/lang/el/button.php | 2 ++ .../resources/lang/es/button.php | 2 ++ .../resources/lang/fa/button.php | 2 ++ .../resources/lang/fi/button.php | 2 ++ .../resources/lang/fr/button.php | 2 ++ .../resources/lang/he/button.php | 2 ++ .../resources/lang/hi/button.php | 2 ++ .../resources/lang/hu/button.php | 2 ++ .../resources/lang/id/button.php | 2 ++ .../resources/lang/it/button.php | 2 ++ .../resources/lang/ja/button.php | 2 ++ .../resources/lang/ko/button.php | 2 ++ .../resources/lang/ku/button.php | 2 ++ .../resources/lang/nl/button.php | 2 ++ .../resources/lang/no/button.php | 2 ++ .../resources/lang/pl/button.php | 2 ++ .../resources/lang/pt/button.php | 2 ++ .../resources/lang/ro/button.php | 2 ++ .../resources/lang/ru/button.php | 2 ++ .../resources/lang/sq/button.php | 2 ++ .../resources/lang/sr/button.php | 2 ++ .../resources/lang/sv/button.php | 2 ++ .../resources/lang/uk/button.php | 2 ++ .../resources/lang/ur/button.php | 2 ++ .../resources/lang/vi/button.php | 2 ++ .../resources/lang/zh/button.php | 2 ++ .../resources/lang/af/field.php | 2 ++ .../resources/lang/ar/field.php | 2 ++ .../resources/lang/az/field.php | 2 ++ .../resources/lang/bg/field.php | 2 ++ .../resources/lang/bn/field.php | 2 ++ .../resources/lang/ca/field.php | 2 ++ .../resources/lang/cs/field.php | 2 ++ .../resources/lang/da/field.php | 2 ++ .../resources/lang/de/field.php | 2 ++ .../resources/lang/el/field.php | 2 ++ .../resources/lang/es/field.php | 2 ++ .../resources/lang/fa/field.php | 2 ++ .../resources/lang/fi/field.php | 2 ++ .../resources/lang/fr/field.php | 2 ++ .../resources/lang/he/field.php | 2 ++ .../resources/lang/hi/field.php | 2 ++ .../resources/lang/hu/field.php | 2 ++ .../resources/lang/id/field.php | 2 ++ .../resources/lang/it/field.php | 10 +++++---- .../resources/lang/ja/field.php | 2 ++ .../resources/lang/ko/field.php | 2 ++ .../resources/lang/ku/field.php | 2 ++ .../resources/lang/nl/field.php | 4 +++- .../resources/lang/no/field.php | 2 ++ .../resources/lang/pl/field.php | 2 ++ .../resources/lang/pt/field.php | 2 ++ .../resources/lang/ro/field.php | 2 ++ .../resources/lang/ru/field.php | 2 ++ .../resources/lang/sq/field.php | 2 ++ .../resources/lang/sr/field.php | 12 +++++----- .../resources/lang/sv/field.php | 2 ++ .../resources/lang/tr/field.php | 2 ++ .../resources/lang/uk/field.php | 2 ++ .../resources/lang/ur/field.php | 2 ++ .../resources/lang/vi/field.php | 2 ++ .../resources/lang/zh/field.php | 2 ++ 289 files changed, 1025 insertions(+), 20 deletions(-) create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/af/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/af/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ar/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ar/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/az/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/az/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/bg/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/bg/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/bn/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/bn/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ca/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ca/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/cs/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/cs/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/da/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/da/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/de/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/de/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/el/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/el/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/es/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/es/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/fa/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/fa/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/fi/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/fi/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/fr/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/fr/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/he/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/he/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/hi/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/hi/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/hu/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/hu/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/id/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/id/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/it/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/it/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ja/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ja/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ko/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ko/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ku/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ku/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/nl/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/nl/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/no/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/no/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/pl/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/pl/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/pt/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/pt/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ro/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ro/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ru/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ru/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/sq/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/sq/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/sr/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/sr/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/sv/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/sv/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/tr/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/tr/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/uk/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/uk/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ur/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/ur/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/vi/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/vi/input.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/zh/addon.php create mode 100644 addons/default/visiosoft/input_file-field_type/resources/lang/zh/input.php diff --git a/addons/default/visiosoft/advs-module/resources/lang/af/field.php b/addons/default/visiosoft/advs-module/resources/lang/af/field.php index ecc472b21..6e956f292 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/af/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/af/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Gewilde advertensies", 'trending_ads' => 'Trendind-advertensies', 'search_ad_result_prefix' => 'aan', + 'search_ad_result_text' => ': tel advertensies in u : naam soektog', 'search_ads_result_message' => [ 'name' => ': tel advertensies gevind vir: naam soek', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Eienaar', 'default_owner_instruction' => 'Die eienaar is die huidige gebruiker as geen gebruiker gekies word nie', + // Listing page + 'ad_title' => 'Advertensietitel', + 'listing_date' => 'Lysdatum', + 'view' => 'Beskou', + 'ads_with_map' => 'Advertensies Met Kaart', + 'advanced_sorting' => 'Gevorderde sortering', + 'free' => 'Vry', 'ad_date' => 'Advertensiedatum', 'photo_video' => 'Foto, video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/ar/field.php b/addons/default/visiosoft/advs-module/resources/lang/ar/field.php index b34d30c18..25ef6f14a 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ar/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ar/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "إعلانات مميزة", 'trending_ads' => 'إعلانات Trendind', 'search_ad_result_prefix' => 'على', + 'search_ad_result_text' => ': عدد تم العثور على إعلانات في : اسم بحث', 'search_ads_result_message' => [ 'name' => ': عدد الإعلانات التي تم العثور عليها لـ:search name', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'صاحب', 'default_owner_instruction' => 'سيتحول المالك إلى المستخدم الحالي افتراضيًا إذا لم يتم تحديد أي مستخدم', + // Listing page + 'ad_title' => 'عنوان الاعلان', + 'listing_date' => 'تاريخ الإدراج', + 'view' => 'منظر', + 'ads_with_map' => 'الإعلانات مع الخريطة', + 'advanced_sorting' => 'الفرز المتقدم', + 'free' => 'مجانا', 'ad_date' => 'تاريخ الإعلان', 'photo_video' => 'صور وفيديو', diff --git a/addons/default/visiosoft/advs-module/resources/lang/az/field.php b/addons/default/visiosoft/advs-module/resources/lang/az/field.php index af35cc161..548dc4c50 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/az/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/az/field.php @@ -212,6 +212,7 @@ return [ 'featured_ads' => "Xüsusi elanlar", 'trending_ads' => 'Populyar elanlar', 'search_ad_result_prefix' => 'kateqoriyasında', + 'search_ad_result_text' => ': say : ad elan tapıldı', 'search_ads_result_message' => [ 'name' => ':name axtarışınızda :count ədəd elan tapılmışdır.', ], @@ -337,6 +338,13 @@ return [ 'owner' => 'Sahib', 'default_owner_instruction' => 'Heç bir istifadəçi seçilmədiyi təqdirdə sahib cari istifadəçiyə borcludur', + // Listing page + 'ad_title' => 'Reklam adı', + 'listing_date' => 'Siyahı tarixi', + 'view' => 'Bax', + 'ads_with_map' => 'Xəritə ilə elanlar', + 'advanced_sorting' => 'Qabaqcıl çeşidləmə', + 'free' => 'Pulsuz', 'ad_date' => 'Elan Tarixi', 'photo_video' => 'Foto, Video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/bg/field.php b/addons/default/visiosoft/advs-module/resources/lang/bg/field.php index ec398ba5b..6c7b5a75a 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/bg/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/bg/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Представени реклами", 'trending_ads' => 'Trendind Ads', 'search_ad_result_prefix' => 'На', + 'search_ad_result_text' => ': пребройте реклами бяха намерени при вашето търсене : name', 'search_ads_result_message' => [ 'name' => ': брой реклами намерени за: търсене на име', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Собственик', 'default_owner_instruction' => 'Собственикът ще използва по подразбиране текущия потребител, ако не е избран потребител', + // Listing page + 'ad_title' => 'Заглавие на рекламата', + 'listing_date' => 'Дата на обявата', + 'view' => 'Изглед', + 'ads_with_map' => 'Реклами с карта', + 'advanced_sorting' => 'Разширено сортиране', + 'free' => 'Безплатно', 'ad_date' => 'Дата на рекламата', 'photo_video' => 'Снимка, видео', diff --git a/addons/default/visiosoft/advs-module/resources/lang/bn/field.php b/addons/default/visiosoft/advs-module/resources/lang/bn/field.php index b1a5aa0a2..4b3f15985 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/bn/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/bn/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "বৈশিষ্ট্যযুক্ত বিজ্ঞাপন", 'trending_ads' => 'ট্রেন্ডইন্ড বিজ্ঞাপন', 'search_ad_result_prefix' => 'চালু', + 'search_ad_result_text' => ': গণনা আপনার নাম: অনুসন্ধানে পাওয়া গেছে', 'search_ads_result_message' => [ 'name' => ': নাম অনুসন্ধানের জন্য পাওয়া বিজ্ঞাপন গণনা করুন', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'মালিক', 'default_owner_instruction' => 'কোনও ব্যবহারকারী নির্বাচিত না হলে মালিক বর্তমান ব্যবহারকারীর কাছে ডিফল্ট হবে', + // Listing page + 'ad_title' => 'বিজ্ঞাপনের শিরোনাম', + 'listing_date' => 'তালিকার তারিখ', + 'view' => 'দেখুন', + 'ads_with_map' => 'মানচিত্র সহ বিজ্ঞাপন', + 'advanced_sorting' => 'উন্নত বাছাই', + 'free' => 'ফ্রি', 'ad_date' => 'বিজ্ঞাপন তারিখ', 'photo_video' => 'ছবি, ভিডিও', diff --git a/addons/default/visiosoft/advs-module/resources/lang/ca/field.php b/addons/default/visiosoft/advs-module/resources/lang/ca/field.php index 9872439b6..a0f4c6f64 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ca/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ca/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Anuncis destacats", 'trending_ads' => 'Anuncis Trendind', 'search_ad_result_prefix' => 'encès', + 'search_ad_result_text' => ': count s\'han trobat anuncis a la vostra cerca : name', 'search_ads_result_message' => [ 'name' => ': compta els anuncis trobats per a: cerca de noms', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Propietari', 'default_owner_instruction' => 'El propietari passarà per defecte a l\'usuari actual si no se selecciona cap usuari', + // Listing page + 'ad_title' => 'Títol de l\'anunci', + 'listing_date' => 'Data de publicació', + 'view' => 'Veure', + 'ads_with_map' => 'Anuncis amb mapa', + 'advanced_sorting' => 'Ordenació avançada', + 'free' => 'Gratuït', 'ad_date' => 'Data de l\'anunci', 'photo_video' => 'Foto, vídeo', diff --git a/addons/default/visiosoft/advs-module/resources/lang/cs/field.php b/addons/default/visiosoft/advs-module/resources/lang/cs/field.php index 2c7484b4c..fd9c8b033 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/cs/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/cs/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Doporučené reklamy", 'trending_ads' => 'Trendové reklamy', 'search_ad_result_prefix' => 'na', + 'search_ad_result_text' => ': při : name bylo nalezeno', 'search_ads_result_message' => [ 'name' => ': počet nalezených reklam pro: vyhledávání jmen', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Majitel', 'default_owner_instruction' => 'Vlastník bude výchozí pro aktuálního uživatele, pokud není vybrán žádný uživatel', + // Listing page + 'ad_title' => 'Název reklamy', + 'listing_date' => 'Datum zápisu', + 'view' => 'Pohled', + 'ads_with_map' => 'Reklamy s mapou', + 'advanced_sorting' => 'Pokročilé třídění', + 'free' => 'Volný, uvolnit', 'ad_date' => 'Datum inzerátu', 'photo_video' => 'Foto, video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/da/field.php b/addons/default/visiosoft/advs-module/resources/lang/da/field.php index 0d63db32d..82b803477 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/da/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/da/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Fremhævede annoncer", 'trending_ads' => 'Trendind-annoncer', 'search_ad_result_prefix' => 'på', + 'search_ad_result_text' => ': tæl annoncer blev fundet i din søgning : navn', 'search_ads_result_message' => [ 'name' => ': tæl annoncer fundet for: navnesøgning', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Ejer', 'default_owner_instruction' => 'Ejeren vil som standard være den nuværende bruger, hvis ingen bruger er valgt', + // Listing page + 'ad_title' => 'Annoncetitel', + 'listing_date' => 'Noteringsdato', + 'view' => 'Udsigt', + 'ads_with_map' => 'Annoncer med kort', + 'advanced_sorting' => 'Avanceret sortering', + 'free' => 'Gratis', 'ad_date' => 'Annoncedato', 'photo_video' => 'Foto, video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/de/field.php b/addons/default/visiosoft/advs-module/resources/lang/de/field.php index 56a7ad8f3..6ad1e0197 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/de/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/de/field.php @@ -212,6 +212,7 @@ return [ 'featured_ads' => "Empfohlene Anzeigen", 'trending_ads' => 'Trendind Ads', 'search_ad_result_prefix' => 'auf', + 'search_ad_result_text' => ': Anzahl Anzeigen wurden in Ihrer : Name Suche gefunden', 'search_ads_result_message' => [ 'name' => ': Anzahl gefundener Anzeigen für:Namenssuche', ], @@ -337,6 +338,13 @@ return [ 'owner' => 'Inhaber', 'default_owner_instruction' => 'Der Eigentümer verwendet standardmäßig den aktuellen Benutzer, wenn kein Benutzer ausgewählt ist', + // Listing page + 'ad_title' => 'Anzeigentitel', + 'listing_date' => 'Listing Date', + 'view' => 'Aussicht', + 'ads_with_map' => 'Anzeigen mit Karte', + 'advanced_sorting' => 'Erweiterte Sortierung', + 'free' => 'Frei', 'ad_date' => 'Anzeigedatum', 'photo_video' => 'Foto, Video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/el/field.php b/addons/default/visiosoft/advs-module/resources/lang/el/field.php index 04d2c1782..718b21098 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/el/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/el/field.php @@ -212,6 +212,7 @@ return [ 'featured_ads' => "Προτεινόμενες διαφημίσεις", 'trending_ads' => 'Αλλαγή διαφημίσεων', 'search_ad_result_prefix' => 'επί', + 'search_ad_result_text' => ': μετρήθηκαν διαφημίσεις στην αναζήτησή σας : όνομα', 'search_ads_result_message' => [ 'name' => ': βρέθηκαν οι αγγελίες που βρέθηκαν για:αναζήτηση ονόματος', ], @@ -337,6 +338,13 @@ return [ 'owner' => 'Ιδιοκτήτης', 'default_owner_instruction' => 'Ο κάτοχος θα προεπιλογή στον τρέχοντα χρήστη εάν δεν έχει επιλεγεί κανένας χρήστης', + // Listing page + 'ad_title' => 'Τίτλος διαφήμισης', + 'listing_date' => 'Ημερομηνία καταχώρησης', + 'view' => 'Θέα', + 'ads_with_map' => 'Διαφημίσεις με χάρτη', + 'advanced_sorting' => 'Προηγμένη ταξινόμηση', + 'free' => 'Ελεύθερος', 'ad_date' => 'Ημερομηνία διαφήμισης', 'photo_video' => 'Φωτογραφία, βίντεο', diff --git a/addons/default/visiosoft/advs-module/resources/lang/es/field.php b/addons/default/visiosoft/advs-module/resources/lang/es/field.php index ed770e48d..dc9624faa 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/es/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/es/field.php @@ -212,6 +212,7 @@ return [ 'featured_ads' => "Anuncios destacados", 'trending_ads' => 'Anuncios de tendencias', 'search_ad_result_prefix' => 'en', + 'search_ad_result_text' => ': se encontraron anuncios de en su búsqueda de : nombre', 'search_ads_result_message' => [ 'name' => ': cuenta de anuncios encontrados para:búsqueda de nombre', ], @@ -337,6 +338,13 @@ return [ 'owner' => 'Propietario', 'default_owner_instruction' => 'El propietario utilizará de forma predeterminada el usuario actual si no se selecciona ningún usuario', + // Listing page + 'ad_title' => 'Título del anuncio', + 'listing_date' => 'Fecha de listado', + 'view' => 'Vista', + 'ads_with_map' => 'Anuncios con mapa', + 'advanced_sorting' => 'Clasificación avanzada', + 'free' => 'Gratis', 'ad_date' => 'Fecha de anuncio', 'photo_video' => 'Foto, video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/fa/field.php b/addons/default/visiosoft/advs-module/resources/lang/fa/field.php index 475776f1b..625a29805 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/fa/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/fa/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "اعلانات برجسته", 'trending_ads' => 'اعلانات مدروز', 'search_ad_result_prefix' => 'بر', + 'search_ad_result_text' => ': شمارش تبلیغ در : نام پیدا شد', 'search_ads_result_message' => [ 'name' => ':تعداد اعلانات یافت شده برای:جستجوی نام', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'مالک', 'default_owner_instruction' => 'اگر هیچ کاربری انتخاب نشود ، مالک به عنوان کاربر پیش فرض عمل می کند', + // Listing page + 'ad_title' => 'عنوان آگهی', + 'listing_date' => 'تاریخ لیست', + 'view' => 'چشم انداز', + 'ads_with_map' => 'تبلیغات با نقشه', + 'advanced_sorting' => 'مرتب سازی پیشرفته', + 'free' => 'رایگان', 'ad_date' => 'تاریخ آگهی', 'photo_video' => 'عکس ، فیلم', diff --git a/addons/default/visiosoft/advs-module/resources/lang/fi/field.php b/addons/default/visiosoft/advs-module/resources/lang/fi/field.php index 1b185eb5d..c2a6aec72 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/fi/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/fi/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Suositellut mainokset", 'trending_ads' => 'Trendind-mainokset', 'search_ad_result_prefix' => 'päällä', + 'search_ad_result_text' => ': count ilmoitusta löytyi : name -hakustasi', 'search_ads_result_message' => [ 'name' => ': laskea ilmoituksia haulle: nimihaku', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Omistaja', 'default_owner_instruction' => 'Omistaja määrittää oletusasetukset nykyiselle käyttäjälle, jos ketään ei ole valittu', + // Listing page + 'ad_title' => 'Mainoksen otsikko', + 'listing_date' => 'Listauspäivä', + 'view' => 'Näytä', + 'ads_with_map' => 'Mainokset kartalla', + 'advanced_sorting' => 'Edistynyt lajittelu', + 'free' => 'Vapaa', 'ad_date' => 'Ilmoituksen päivämäärä', 'photo_video' => 'Valokuva, video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/fr/field.php b/addons/default/visiosoft/advs-module/resources/lang/fr/field.php index e9b68ff5a..7f6296194 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/fr/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/fr/field.php @@ -212,6 +212,7 @@ return [ 'featured_ads' => "Annonces en vedette", 'trending_ads' => 'Annonces Trendind', 'search_ad_result_prefix' => 'sur', + 'search_ad_result_text' => ': comptez annonces trouvées dans votre recherche : nom', 'search_ads_result_message' => [ 'name' => ': compte annonces trouvées pour:recherche par nom', ], @@ -337,6 +338,13 @@ return [ 'owner' => 'Propriétaire', 'default_owner_instruction' => 'Le propriétaire utilisera par défaut l\'utilisateur actuel si aucun utilisateur n\'est sélectionné', + // Listing page + 'ad_title' => 'Ajouter un titre', + 'listing_date' => 'Date d\'inscription', + 'view' => 'Vue', + 'ads_with_map' => 'Annonces avec carte', + 'advanced_sorting' => 'Tri avancé', + 'free' => 'Gratuit', 'ad_date' => 'Date de l\'annonce', 'photo_video' => 'Photo, vidéo', diff --git a/addons/default/visiosoft/advs-module/resources/lang/he/field.php b/addons/default/visiosoft/advs-module/resources/lang/he/field.php index e26f1e5f7..e239afa4e 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/he/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/he/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "מודעות ממומנות", 'trending_ads' => 'מודעות טרנדינד', 'search_ad_result_prefix' => 'עַל', + 'search_ad_result_text' => ': נמצאו מודעות בחיפוש : שם', 'search_ads_result_message' => [ 'name' => ': ספירת מודעות שנמצאו עבור: חיפוש שמות', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'בעלים', 'default_owner_instruction' => 'הבעלים יוגדר כברירת מחדל למשתמש הנוכחי אם לא ייבחר משתמש', + // Listing page + 'ad_title' => 'כותרת המודעה', + 'listing_date' => 'תאריך רישום', + 'view' => 'נוף', + 'ads_with_map' => 'מודעות עם מפה', + 'advanced_sorting' => 'מיון מתקדם', + 'free' => 'חינם', 'ad_date' => 'תאריך מודעה', 'photo_video' => 'צילום, וידאו', diff --git a/addons/default/visiosoft/advs-module/resources/lang/hi/field.php b/addons/default/visiosoft/advs-module/resources/lang/hi/field.php index 99e8e9280..a8f714a10 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/hi/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/hi/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "सुविधाजनक विज्ञापन", 'trending_ads' => 'ट्रेंडइंड विज्ञापन', 'search_ad_result_prefix' => 'पर', + 'search_ad_result_text' => ': गिनती : नाम खोज में पाए गए थे', 'search_ads_result_message' => [ 'name' => ': नाम खोज के लिए पाए गए विज्ञापनों की गणना करें', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'मालिक', 'default_owner_instruction' => 'यदि कोई उपयोगकर्ता चयनित नहीं है, तो स्वामी वर्तमान उपयोगकर्ता को डिफ़ॉल्ट करेगा', + // Listing page + 'ad_title' => 'विज्ञापन शीर्षक', + 'listing_date' => 'लिस्टिंग की तारीख', + 'view' => 'राय', + 'ads_with_map' => 'मानचित्र के साथ विज्ञापन', + 'advanced_sorting' => 'उन्नत छँटाई', + 'free' => 'नि: शुल्क', 'ad_date' => 'विज्ञापन तिथि', 'photo_video' => 'फोटो, वीडियो', diff --git a/addons/default/visiosoft/advs-module/resources/lang/hu/field.php b/addons/default/visiosoft/advs-module/resources/lang/hu/field.php index a67a169ca..7933390b4 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/hu/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/hu/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Kiemelt hirdetések", 'trending_ads' => 'Trendind hirdetések', 'search_ad_result_prefix' => 'tovább', + 'search_ad_result_text' => ': : név keresés hirdetés található', 'search_ads_result_message' => [ 'name' => ': megtalált hirdetések a következőre: név keresés', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Tulajdonos', 'default_owner_instruction' => 'A tulajdonos alapértelmezés szerint az aktuális felhasználót állítja be, ha nincs kiválasztva felhasználó', + // Listing page + 'ad_title' => 'Hirdetés címe', + 'listing_date' => 'Felsorolási dátum', + 'view' => 'Kilátás', + 'ads_with_map' => 'Hirdetések térképpel', + 'advanced_sorting' => 'Haladó rendezés', + 'free' => 'Ingyenes', 'ad_date' => 'Hirdetés dátuma', 'photo_video' => 'Fotó, Videó', diff --git a/addons/default/visiosoft/advs-module/resources/lang/id/field.php b/addons/default/visiosoft/advs-module/resources/lang/id/field.php index 995db07af..210d1eefa 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/id/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/id/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Iklan Unggulan", 'trending_ads' => 'Iklan Tren', 'search_ad_result_prefix' => 'di', + 'search_ad_result_text' => ': ditemukan dalam pencarian : nama', 'search_ads_result_message' => [ 'name' => ': count iklan yang ditemukan untuk pencarian :name', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Pemilik', 'default_owner_instruction' => 'Pemilik akan menggunakan pengguna saat ini secara bawaan/default jika tidak ada pengguna yang dipilih', + // Listing page + 'ad_title' => 'Judul Iklan', + 'listing_date' => 'Tanggal Pencatatan', + 'view' => 'Melihat', + 'ads_with_map' => 'Iklan Dengan Peta', + 'advanced_sorting' => 'Penyortiran Lanjutan', + 'free' => 'Gratis', 'ad_date' => 'Tanggal Iklan', 'photo_video' => 'Foto, Video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/it/field.php b/addons/default/visiosoft/advs-module/resources/lang/it/field.php index ced335886..1a22fdd7e 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/it/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/it/field.php @@ -212,6 +212,7 @@ return [ 'featured_ads' => "Annunci in primo piano", 'trending_ads' => 'Annunci Trendind', 'search_ad_result_prefix' => 'sopra', + 'search_ad_result_text' => ': count annunci trovati nella tua ricerca : name', 'search_ads_result_message' => [ 'name' => ': conta gli annunci trovati per:ricerca nome', ], @@ -337,6 +338,13 @@ return [ 'owner' => 'Proprietario', 'default_owner_instruction' => 'Se non è selezionato alcun utente, per impostazione predefinita il proprietario sarà l\'utente corrente', + // Listing page + 'ad_title' => 'Titolo dell\'annuncio', + 'listing_date' => 'Data di quotazione', + 'view' => 'Visualizza', + 'ads_with_map' => 'Annunci con mappa', + 'advanced_sorting' => 'Ordinamento avanzato', + 'free' => 'Gratuito', 'ad_date' => 'Data dell\'annuncio', 'photo_video' => 'Foto, video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/ja/field.php b/addons/default/visiosoft/advs-module/resources/lang/ja/field.php index b3f93fbb6..3db21d847 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ja/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ja/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "注目の広告", 'trending_ads' => 'Trendind Ads', 'search_ad_result_prefix' => 'オン', + 'search_ad_result_text' => ':カウント :名前 検索で見つかりました', 'search_ads_result_message' => [ 'name' => ':name検索で見つかった:count個の広告', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'オーナー', 'default_owner_instruction' => 'ユーザーが選択されていない場合、所有者はデフォルトで現在のユーザーになります', + // Listing page + 'ad_title' => '広告タイトル', + 'listing_date' => '上場日', + 'view' => '見る', + 'ads_with_map' => '地図付きの広告', + 'advanced_sorting' => '高度な並べ替え', + 'free' => '自由', 'ad_date' => '広告日', 'photo_video' => '写真、ビデオ', diff --git a/addons/default/visiosoft/advs-module/resources/lang/ko/field.php b/addons/default/visiosoft/advs-module/resources/lang/ko/field.php index 7e2bcd93b..2a56ef20e 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ko/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ko/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "특집 광고", 'trending_ads' => '트렌드 인 광고', 'search_ad_result_prefix' => '의 위에', + 'search_ad_result_text' => ': : name 검색 광고가 발견되었습니다.', 'search_ads_result_message' => [ 'name' => ': 이름 검색에 대해 찾은 개수 광고', ], @@ -336,6 +337,13 @@ return [ 'owner' => '소유자', 'default_owner_instruction' => '사용자가 선택되지 않은 경우 소유자는 기본적으로 현재 사용자로 설정됩니다.', + // Listing page + 'ad_title' => '광고 제목', + 'listing_date' => '상장 날짜', + 'view' => '전망', + 'ads_with_map' => '지도가있는 광고', + 'advanced_sorting' => '고급 정렬', + 'free' => '비어 있는', 'ad_date' => '광고 날짜', 'photo_video' => '사진, 비디오', diff --git a/addons/default/visiosoft/advs-module/resources/lang/ku/field.php b/addons/default/visiosoft/advs-module/resources/lang/ku/field.php index ec22e4031..91ba65f58 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ku/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ku/field.php @@ -269,6 +269,7 @@ return [ 'trending_ads' => 'Trendind Ads ', 'search_ad_result_prefix' => 'لەسەر', + 'search_ad_result_text' => ': hejmartin reklam di lêgerîna : nav', 'search_ads_result_message' => [ 'name' => 'ڕێکلامەکان دەژمێرن دۆزراونەتەوەبۆ :گەڕانی ناو:', ], @@ -432,6 +433,13 @@ return [ 'owner' => 'Xwedî', 'default_owner_instruction' => 'Ger bikarhêner neyê bijartin dê xwedêgiravî ji bikarhênerê heyî re veqetîne', + // Listing page + 'ad_title' => 'Sernavê reklamê', + 'listing_date' => 'Dîroka Navnîşanê', + 'view' => 'Dîtinî', + 'ads_with_map' => 'Reklamên Bi Nexşe', + 'advanced_sorting' => 'Rêzkirina Pêşkeftî', + 'free' => 'بەلاش', 'ad_date' => 'بەرواری ڕیکلام ', diff --git a/addons/default/visiosoft/advs-module/resources/lang/nl/field.php b/addons/default/visiosoft/advs-module/resources/lang/nl/field.php index 6e7c6e19c..5be63d1a1 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/nl/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/nl/field.php @@ -212,6 +212,7 @@ return [ 'featured_ads' => "Aanbevolen advertenties", 'trending_ads' => 'Trendind-advertenties', 'search_ad_result_prefix' => 'Aan', + 'search_ad_result_text' => ': count advertenties zijn gevonden in uw : name zoekopdracht', 'search_ads_result_message' => [ 'name' => ': tel advertenties gevonden voor:zoeken op naam', ], @@ -337,6 +338,13 @@ return [ 'owner' => 'Eigenaar', 'default_owner_instruction' => 'De eigenaar wordt standaard de huidige gebruiker als er geen gebruiker is geselecteerd', + // Listing page + 'ad_title' => 'Voeg titel toe', + 'listing_date' => 'Noteringsdatum', + 'view' => 'Visie', + 'ads_with_map' => 'Advertenties met kaart', + 'advanced_sorting' => 'Geavanceerd sorteren', + 'free' => 'Vrij', 'ad_date' => 'Advertentiedatum', 'photo_video' => 'Foto, video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/no/field.php b/addons/default/visiosoft/advs-module/resources/lang/no/field.php index 392f81d0d..006f4396e 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/no/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/no/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Utvalgte annonser", 'trending_ads' => 'Trendind-annonser', 'search_ad_result_prefix' => 'på', + 'search_ad_result_text' => ': tell annonser ble funnet i : navn søket ditt', 'search_ads_result_message' => [ 'name' => ': tell annonser funnet for: navnesøk', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Eieren', 'default_owner_instruction' => 'Eieren vil som standard være den nåværende brukeren hvis ingen bruker er valgt', + // Listing page + 'ad_title' => 'Annonsetittel', + 'listing_date' => 'Oppføringsdato', + 'view' => 'Utsikt', + 'ads_with_map' => 'Annonser med kart', + 'advanced_sorting' => 'Avansert sortering', + 'free' => 'Gratis', 'ad_date' => 'Annonsedato', 'photo_video' => 'Foto, video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/pl/field.php b/addons/default/visiosoft/advs-module/resources/lang/pl/field.php index 233b90a73..51350d765 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/pl/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/pl/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Polecane reklamy", 'trending_ads' => 'Trendind Ads', 'search_ad_result_prefix' => 'na', + 'search_ad_result_text' => ': policzyć reklamy zostały znalezione w : nazwa poszukiwaniu', 'search_ads_result_message' => [ 'name' => ': liczba znalezionych reklam dla: wyszukiwania nazw', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Właściciel', 'default_owner_instruction' => 'Właścicielem będzie domyślnie bieżący użytkownik, jeśli żaden użytkownik nie zostanie wybrany', + // Listing page + 'ad_title' => 'Tytuł ogłoszenia', + 'listing_date' => 'Data notowania', + 'view' => 'Widok', + 'ads_with_map' => 'Reklamy z mapą', + 'advanced_sorting' => 'Zaawansowane sortowanie', + 'free' => 'Wolny', 'ad_date' => 'Data ogłoszenia', 'photo_video' => 'Zdjęcie, wideo', diff --git a/addons/default/visiosoft/advs-module/resources/lang/pt/field.php b/addons/default/visiosoft/advs-module/resources/lang/pt/field.php index f2c87167f..b92b9dbab 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/pt/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/pt/field.php @@ -212,6 +212,7 @@ return [ 'featured_ads' => "Anúncios em destaque", 'trending_ads' => 'Anúncios Trendind', 'search_ad_result_prefix' => 'em', + 'search_ad_result_text' => ': contagem de anúncios foram encontrados em sua pesquisa : nome', 'search_ads_result_message' => [ 'name' => ': contagem de anúncios encontrados para:pesquisa de nome', ], @@ -337,6 +338,13 @@ return [ 'owner' => 'Proprietário', 'default_owner_instruction' => 'O proprietário assumirá como padrão o usuário atual se nenhum usuário for selecionado', + // Listing page + 'ad_title' => 'Título do anúncio', + 'listing_date' => 'Data de Listagem', + 'view' => 'Visualizar', + 'ads_with_map' => 'Anúncios com mapa', + 'advanced_sorting' => 'Classificação Avançada', + 'free' => 'Livre', 'ad_date' => 'Data do Anúncio', 'photo_video' => 'Foto, Vídeo', diff --git a/addons/default/visiosoft/advs-module/resources/lang/ro/field.php b/addons/default/visiosoft/advs-module/resources/lang/ro/field.php index cc354c752..bbf07121b 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ro/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ro/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Anunțuri recomandate", 'trending_ads' => 'Trendind Ads', 'search_ad_result_prefix' => 'pe', + 'search_ad_result_text' => ': count anunțuri au fost găsite în căutarea : name', 'search_ads_result_message' => [ 'name' => ': numără anunțuri găsite pentru: căutare nume', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Proprietar', 'default_owner_instruction' => 'Proprietarul va folosi implicit utilizatorul curent dacă nu este selectat niciun utilizator', + // Listing page + 'ad_title' => 'Adaugă titlu', + 'listing_date' => 'Data listării', + 'view' => 'Vedere', + 'ads_with_map' => 'Anunțuri cu hartă', + 'advanced_sorting' => 'Sortare avansată', + 'free' => 'Gratuit', 'ad_date' => 'Data publicității', 'photo_video' => 'Foto, Video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/ru/field.php b/addons/default/visiosoft/advs-module/resources/lang/ru/field.php index 78a223dfd..42036d3cb 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ru/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ru/field.php @@ -212,6 +212,7 @@ return [ 'featured_ads' => "Избранные объявления", 'trending_ads' => 'Trendind Ads', 'search_ad_result_prefix' => 'на', + 'search_ad_result_text' => ': count объявлений было найдено в вашем поиске : name', 'search_ads_result_message' => [ 'name' => ': количество объявлений найдено для:поиск по названию', ], @@ -337,6 +338,13 @@ return [ 'owner' => 'Владелец', 'default_owner_instruction' => 'Если пользователь не выбран, владельцем по умолчанию будет текущий пользователь', + // Listing page + 'ad_title' => 'Заголовок объявления', + 'listing_date' => 'Дата листинга', + 'view' => 'Вид', + 'ads_with_map' => 'Объявления с картой', + 'advanced_sorting' => 'Расширенная сортировка', + 'free' => 'Бесплатно', 'ad_date' => 'Дата объявления', 'photo_video' => 'Фото, видео', diff --git a/addons/default/visiosoft/advs-module/resources/lang/sq/field.php b/addons/default/visiosoft/advs-module/resources/lang/sq/field.php index e1710affb..d39ff28ec 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/sq/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/sq/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Njoftimet e preferuara", 'trending_ads' => 'Njoftimet në trend', 'search_ad_result_prefix' => 'në', + 'search_ad_result_text' => ': numëroni reklamë u gjetën në kërkimin : name', 'search_ads_result_message' => [ 'name' => ':Numëroni njoftime të gjetura për: kërkim të emrit', ], @@ -337,6 +338,13 @@ return [ 'owner' => 'Pronar', 'default_owner_instruction' => 'Pronari do të zgjedhë përdoruesin aktual nëse nuk zgjidhet asnjë përdorues', + // Listing page + 'ad_title' => 'Titulli i reklamës', + 'listing_date' => 'Data e listimit', + 'view' => 'Pamje', + 'ads_with_map' => 'Reklama me hartë', + 'advanced_sorting' => 'Renditja e avancuar', + 'free' => 'Falas', 'ad_date' => 'Data e shpalljes', 'photo_video' => 'Foto, Video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/sr/addon.php b/addons/default/visiosoft/advs-module/resources/lang/sr/addon.php index 169c21b77..22889ca00 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/sr/addon.php +++ b/addons/default/visiosoft/advs-module/resources/lang/sr/addon.php @@ -1,7 +1,7 @@ 'Рекламе', + 'title' => 'Огласи', 'name' => 'Модул за огласе', 'description' => 'Модул за огласе', ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/sr/field.php b/addons/default/visiosoft/advs-module/resources/lang/sr/field.php index 429899011..0d59fdaf9 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/sr/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/sr/field.php @@ -35,7 +35,7 @@ return [ 'name' => 'Мапа' ], 'stock' => [ - 'name' => 'акција' + 'name' => 'Залихе' ], 'advs_desc' => [ 'name' => 'Опис' @@ -152,8 +152,8 @@ return [ 'all_categories' => 'Све категорије', 'location' => 'Локација', 'send_message' => 'Пошаљи поруку', - 'phone_gsm' => 'Гсм телефон', - 'phone_office' => 'Канцеларијски телефон', + 'phone_gsm' => 'Мобилни телефон', + 'phone_office' => 'Службени телефон', 'add_to_favorites' => "Додај у фаворите", 'send' => 'Пошаљите', 'search_name' => 'Име претраживања', @@ -209,10 +209,11 @@ return [ ], 'corporate_info' => 'Информације о предузећу', 'featured_ads' => "Истакнути огласи", - 'trending_ads' => 'Трендинд Адс', + 'trending_ads' => 'Огласи у тренду', 'search_ad_result_prefix' => 'на', + 'search_ad_result_text' => ':count огласа је пронађено у вашој :name претрази', 'search_ads_result_message' => [ - 'name' => ': цоунт огласи пронађени за: сеарцх наме', + 'name' => ':count огласа пронађено за претрагу :name', ], 'total' => 'Укупно', 'quantity' => 'Количина', @@ -227,13 +228,13 @@ return [ 'price' => 'Цена', 'publish_at' => 'Датум огласа', 'location_city' => 'Град', - 'location_country' => 'Цоунтри', + 'location_country' => 'Држава', ], 'show_list_view' => [ 'name' => 'Листа', ], 'show_table_view' => [ - 'name' => 'Сто', + 'name' => 'Табела', ], 'showcase' => [ 'name' => 'Витрина', @@ -336,6 +337,13 @@ return [ 'owner' => 'Власник', 'default_owner_instruction' => 'Власник ће подразумевано подесити тренутног корисника ако није изабран ниједан корисник', + // Listing page + 'ad_title' => 'Наслов огласа', + 'listing_date' => 'Датум уврштавања', + 'view' => 'Поглед', + 'ads_with_map' => 'Огласи са мапом', + 'advanced_sorting' => 'Напредно сортирање', + 'free' => 'бесплатно', 'ad_date' => 'Датум огласа', 'photo_video' => 'Пхото, Видео', diff --git a/addons/default/visiosoft/advs-module/resources/lang/sv/field.php b/addons/default/visiosoft/advs-module/resources/lang/sv/field.php index 4aef7ce43..3fb749ba5 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/sv/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/sv/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Utvalda annonser", 'trending_ads' => 'Trendind-annonser', 'search_ad_result_prefix' => 'på', + 'search_ad_result_text' => ': räkna annonser hittades i din sökning : namn', 'search_ads_result_message' => [ 'name' => ': räkna annonser som hittades för: namnsökning', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Ägare', 'default_owner_instruction' => 'Ägaren kommer som standard att använda den nuvarande användaren om ingen användare har valts', + // Listing page + 'ad_title' => 'Lägg till titel', + 'listing_date' => 'Noteringsdatum', + 'view' => 'Se', + 'ads_with_map' => 'Annonser med karta', + 'advanced_sorting' => 'Avancerad sortering', + 'free' => 'Fri', 'ad_date' => 'Annonsdatum', 'photo_video' => 'Foto, video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/tr/field.php b/addons/default/visiosoft/advs-module/resources/lang/tr/field.php index 4e0568b7b..72195a0f9 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/tr/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/tr/field.php @@ -212,6 +212,7 @@ return [ 'featured_ads' => "Öne Çıkan İlanlar", 'trending_ads' => 'Popüler İlanlar', 'search_ad_result_prefix' => 'Aramanızda', + 'search_ad_result_text' => ' :name aramanızda :count adet ilan bulundu', 'search_ads_result_message' => [ 'name' => ':name aramanızda :count adet ilan bulunmuştur. ', @@ -338,6 +339,13 @@ return [ 'owner' => 'Sahip', 'default_owner_instruction' => 'Hiçbir kullanıcı seçilmezse, sahip varsayılan olarak mevcut kullanıcıyı kullanır', + // Listing page + 'ad_title' => 'Reklam Başlığı', + 'listing_date' => 'İlan Tarihi', + 'view' => 'Görünüm', + 'ads_with_map' => 'Haritalı İlanlar', + 'advanced_sorting' => 'Gelişmiş Sıralama', + 'free' => 'Bedava', 'ad_date' => 'İlan Tarihi', 'photo_video' => 'Fotoğraf, Video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/tr/message.php b/addons/default/visiosoft/advs-module/resources/lang/tr/message.php index c7e18331e..5f6db9514 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/tr/message.php +++ b/addons/default/visiosoft/advs-module/resources/lang/tr/message.php @@ -30,6 +30,6 @@ return [ 'approve_status_change' => "İlanın Durumu Etkin Olarak Ayarlandı!", 'passive_status_change' => "İlanınızın Durumu Pasif Olarak Ayarlandı!", 'sold_status_change' => "İlanın Durumu Satıldı Olarak Ayarlanmıştır!", - 'status_change' => "İlanın durumu Ayarland :status!", + 'status_change' => "İlanın durumu Ayarland :status !", 'disabled_detailed_options_for_admin_role' => "Ayrıntılı ürün seçenekleri devre dışı bırakıldı.", ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/uk/field.php b/addons/default/visiosoft/advs-module/resources/lang/uk/field.php index fce7353cb..78ded5248 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/uk/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/uk/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Рекомендовані реклами", 'trending_ads' => 'Модні оголошення', 'search_ad_result_prefix' => 'на', + 'search_ad_result_text' => ': підрахувати оголошення було знайдено у вашому пошуку : name', 'search_ads_result_message' => [ 'name' => ': кількість оголошень, знайдених для: пошук по імені', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Власник', 'default_owner_instruction' => 'Власник встановить за замовчуванням поточного користувача, якщо не вибрано жодного користувача', + // Listing page + 'ad_title' => 'Заголовок оголошення', + 'listing_date' => 'Дата лістингу', + 'view' => 'Переглянути', + 'ads_with_map' => 'Оголошення з картою', + 'advanced_sorting' => 'Розширене сортування', + 'free' => 'Безкоштовно', 'ad_date' => 'Дата оголошення', 'photo_video' => 'Фото, Відео', diff --git a/addons/default/visiosoft/advs-module/resources/lang/ur/field.php b/addons/default/visiosoft/advs-module/resources/lang/ur/field.php index 0f5877bd1..e58e7c7a5 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ur/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ur/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "نمایاں اشتہارات", 'trending_ads' => 'رجحانات کے اشتہارات', 'search_ad_result_prefix' => 'پر', + 'search_ad_result_text' => ': گنتی اشتہارات آپ کے : نام تلاش میں پائے گئے', 'search_ads_result_message' => [ 'name' => ': کے لئے ملنے والے اشتہارات گنیں: نام کی تلاش', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'مالک', 'default_owner_instruction' => 'اگر کوئی صارف منتخب نہیں ہوتا ہے تو مالک موجودہ صارف سے ڈیفالٹ ہوجائے گا', + // Listing page + 'ad_title' => 'اشتہار کا عنوان', + 'listing_date' => 'تاریخ سازی کی تاریخ', + 'view' => 'دیکھیں', + 'ads_with_map' => 'نقشہ والے اشتہارات', + 'advanced_sorting' => 'اعلی درجے کی ترتیب', + 'free' => 'مفت', 'ad_date' => 'اشتہاری تاریخ', 'photo_video' => 'تصویر ، ویڈیو', diff --git a/addons/default/visiosoft/advs-module/resources/lang/vi/field.php b/addons/default/visiosoft/advs-module/resources/lang/vi/field.php index 87a6f4dd0..2c1046ff4 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/vi/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/vi/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "Các bảng quảng cáo", 'trending_ads' => 'Quảng cáo Trendind', 'search_ad_result_prefix' => 'trên', + 'search_ad_result_text' => ': đếm quảng cáo được tìm thấy trong tìm kiếm : tên', 'search_ads_result_message' => [ 'name' => ': đếm quảng cáo được tìm thấy cho: tìm kiếm tên', ], @@ -336,6 +337,13 @@ return [ 'owner' => 'Chủ nhân', 'default_owner_instruction' => 'Chủ sở hữu sẽ mặc định là người dùng hiện tại nếu không có người dùng nào được chọn', + // Listing page + 'ad_title' => 'Tiêu đề quảng cáo', + 'listing_date' => 'Ngày niêm yết', + 'view' => 'Lượt xem', + 'ads_with_map' => 'Quảng cáo có Bản đồ', + 'advanced_sorting' => 'Sắp xếp nâng cao', + 'free' => 'Miễn phí', 'ad_date' => 'Ngày quảng cáo', 'photo_video' => 'Ảnh, Video', diff --git a/addons/default/visiosoft/advs-module/resources/lang/zh/field.php b/addons/default/visiosoft/advs-module/resources/lang/zh/field.php index 1a60a70f8..158c46b9f 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/zh/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/zh/field.php @@ -211,6 +211,7 @@ return [ 'featured_ads' => "精选广告", 'trending_ads' => 'Trendind广告', 'search_ad_result_prefix' => '在', + 'search_ad_result_text' => ':在您的 :名称 搜索', 'search_ads_result_message' => [ 'name' => ':count个针对:name搜索找到的广告', ], @@ -336,6 +337,13 @@ return [ 'owner' => '所有者', 'default_owner_instruction' => '如果未选择任何用户,所有者将默认为当前用户', + // Listing page + 'ad_title' => '广告标题', + 'listing_date' => '上市日期', + 'view' => '看法', + 'ads_with_map' => '带有地图的广告', + 'advanced_sorting' => '高级排序', + 'free' => '自由', 'ad_date' => '广告日期', 'photo_video' => '照片,视频', diff --git a/addons/default/visiosoft/base-theme/resources/lang/af/message.php b/addons/default/visiosoft/base-theme/resources/lang/af/message.php index d27917666..36dbcdb9b 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/af/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/af/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS gestuur na u geregistreerde foon. Kyk asb.', 'found_phone' => 'Die telefoonnommer wat in die stelsel geregistreer is, is nie gevind nie.', + 'error_mail' => 'U transaksie is suksesvol voltooi, maar die kennisgewing-e-pos kon nie gestuur word nie.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/ar/message.php b/addons/default/visiosoft/base-theme/resources/lang/ar/message.php index a313cc703..799994b3d 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ar/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ar/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'تم إرسال الرسائل القصيرة إلى هاتفك المسجل. يرجى المراجعة.', 'found_phone' => 'لم يتم العثور على رقم الهاتف المسجل في النظام.', + 'error_mail' => 'تم إتمام معاملتك بنجاح ، ولكن تعذر إرسال البريد الإلكتروني الخاص بالإشعار.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/az/message.php b/addons/default/visiosoft/base-theme/resources/lang/az/message.php index fbb66eccd..797d1f5aa 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/az/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/az/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'Qeydli telefonunuza SMS göndərildi. Xahiş edirəm yoxlayın.', 'found_phone' => 'Sistemdə qeydiyyata alınan telefon nömrəsi tapılmadı.', + 'error_mail' => 'Əməliyyatınız uğurla başa çatdı, ancaq bildiriş e-poçtu göndərilə bilmədi.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/bg/message.php b/addons/default/visiosoft/base-theme/resources/lang/bg/message.php index 0e690a40d..674891823 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/bg/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/bg/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS, изпратен на вашия регистриран телефон. Моля те, провери.', 'found_phone' => 'Телефонният номер, регистриран в системата, не е намерен.', + 'error_mail' => 'Вашата транзакция е завършена успешно, но имейл за уведомяване не може да бъде изпратен.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/bn/message.php b/addons/default/visiosoft/base-theme/resources/lang/bn/message.php index 43a1a7001..2a487b5bd 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/bn/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/bn/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'আপনার নিবন্ধিত ফোনে এসএমএস পাঠানো হয়েছে। দয়া করে চেক করুন।', 'found_phone' => 'সিস্টেমে নিবন্ধিত ফোন নম্বরটি পাওয়া যায়নি।', + 'error_mail' => 'আপনার লেনদেন সফলভাবে সম্পন্ন হয়েছে, তবে বিজ্ঞপ্তি ইমেল প্রেরণ করা যায়নি।', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/ca/message.php b/addons/default/visiosoft/base-theme/resources/lang/ca/message.php index fbb6bb357..1051b0f15 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ca/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ca/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS enviat al vostre telèfon registrat. Si us plau, comproveu.', 'found_phone' => 'No s\'ha trobat el número de telèfon registrat al sistema.', + 'error_mail' => 'La vostra transacció s\'ha completat correctament, però no s\'ha pogut enviar el correu electrònic de notificació.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/cs/message.php b/addons/default/visiosoft/base-theme/resources/lang/cs/message.php index 0e2659f0c..a587c7262 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/cs/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/cs/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS zaslané na váš registrovaný telefon. Prosím zkontrolujte.', 'found_phone' => 'Telefonní číslo registrované v systému nebylo nalezeno.', + 'error_mail' => 'Vaše transakce byla úspěšně dokončena, ale e-mail s oznámením nelze odeslat.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/da/message.php b/addons/default/visiosoft/base-theme/resources/lang/da/message.php index 05834d178..f392399e4 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/da/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/da/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS sendt til din registrerede telefon. Kontroller venligst.', 'found_phone' => 'Telefonnummeret, der er registreret i systemet, blev ikke fundet.', + 'error_mail' => 'Din transaktion blev gennemført, men e-mail-meddelelsen kunne ikke sendes.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/de/message.php b/addons/default/visiosoft/base-theme/resources/lang/de/message.php index 6b69203d9..a42783eb2 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/de/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/de/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS an Ihr registriertes Telefon gesendet. Bitte prüfe.', 'found_phone' => 'Die im System registrierte Telefonnummer wurde nicht gefunden.', + 'error_mail' => 'Ihre Transaktion wurde erfolgreich abgeschlossen, aber die Benachrichtigungs-E-Mail konnte nicht gesendet werden.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/el/message.php b/addons/default/visiosoft/base-theme/resources/lang/el/message.php index cef819ba6..f0b2c1e70 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/el/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/el/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'Αποστολή SMS στο εγγεγραμμένο τηλέφωνό σας. Παρακαλώ ελέγξτε.', 'found_phone' => 'Ο αριθμός τηλεφώνου που είναι εγγεγραμμένος στο σύστημα δεν βρέθηκε.', + 'error_mail' => 'Η συναλλαγή σας ολοκληρώθηκε με επιτυχία, αλλά δεν ήταν δυνατή η αποστολή του email ειδοποίησης.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/es/message.php b/addons/default/visiosoft/base-theme/resources/lang/es/message.php index 7adcda534..8e00eb14c 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/es/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/es/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS enviados a su teléfono registrado. Por favor, compruebe.', 'found_phone' => 'No se encontró el número de teléfono registrado en el sistema.', + 'error_mail' => 'Su transacción se completó correctamente, pero no se pudo enviar el correo electrónico de notificación.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/fa/message.php b/addons/default/visiosoft/base-theme/resources/lang/fa/message.php index af2f4f106..3851bc6e8 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/fa/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/fa/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'پیامک ارسال شده به تلفن ثبت شده خود. لطفا بررسی کنید.', 'found_phone' => 'شماره تلفن ثبت شده در سیستم یافت نشد.', + 'error_mail' => 'تراکنش شما با موفقیت انجام شد ، اما ایمیل اعلان ارسال نشد.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/fi/message.php b/addons/default/visiosoft/base-theme/resources/lang/fi/message.php index 6e851e7db..baa48e782 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/fi/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/fi/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'Tekstiviesti lähetetty rekisteröityyn puhelimeesi. Tarkista.', 'found_phone' => 'Järjestelmään rekisteröityä puhelinnumeroa ei löytynyt.', + 'error_mail' => 'Tapahtumasi suoritettiin onnistuneesti, mutta ilmoitussähköpostia ei voitu lähettää.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/fr/message.php b/addons/default/visiosoft/base-theme/resources/lang/fr/message.php index 7d19ed0de..36a9725bd 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/fr/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/fr/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS envoyé à votre téléphone enregistré. Vérifiez s\'il vous plaît.', 'found_phone' => 'Le numéro de téléphone enregistré dans le système est introuvable.', + 'error_mail' => 'Votre transaction a été effectuée avec succès, mais l\'e-mail de notification n\'a pas pu être envoyé.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/he/message.php b/addons/default/visiosoft/base-theme/resources/lang/he/message.php index 0b1e68bb8..212761802 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/he/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/he/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS נשלח לטלפון הרשום שלך. בבקשה תבדוק.', 'found_phone' => 'מספר הטלפון שנרשם במערכת לא נמצא.', + 'error_mail' => 'העסקה שלך הושלמה בהצלחה, אך לא ניתן היה לשלוח את הודעת הדואר האלקטרוני.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/hi/message.php b/addons/default/visiosoft/base-theme/resources/lang/hi/message.php index b7e700173..0cf47089a 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/hi/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/hi/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'आपके पंजीकृत फोन पर एसएमएस भेजा गया। कृपया जांचें।', 'found_phone' => 'सिस्टम में पंजीकृत फोन नंबर नहीं मिला।', + 'error_mail' => 'आपका लेनदेन सफलतापूर्वक पूरा हो गया, लेकिन अधिसूचना ई-मेल नहीं भेजी जा सकी।', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/hu/message.php b/addons/default/visiosoft/base-theme/resources/lang/hu/message.php index ece1ad9fc..a5cd5dfd7 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/hu/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/hu/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS-t küldünk a regisztrált telefonjára. Kérem ellenőrizze.', 'found_phone' => 'A rendszerben regisztrált telefonszám nem található.', + 'error_mail' => 'A tranzakció sikeresen befejeződött, de az értesítő e-mailt nem sikerült elküldeni.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/id/message.php b/addons/default/visiosoft/base-theme/resources/lang/id/message.php index ab7ffd2e6..bc9a0173e 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/id/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/id/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS dikirim ke ponsel Anda yang terdaftar. Silakan periksa.', 'found_phone' => 'Nomor telepon yang terdaftar di sistem tidak ditemukan.', + 'error_mail' => 'Transaksi Anda berhasil diselesaikan, tetapi email pemberitahuan tidak dapat dikirim.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/it/message.php b/addons/default/visiosoft/base-theme/resources/lang/it/message.php index f833e7ad0..86ff9d8f2 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/it/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/it/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS inviati al tuo telefono registrato. Si prega di controllare.', 'found_phone' => 'Il numero di telefono registrato nel sistema non è stato trovato.', + 'error_mail' => 'La transazione è stata completata con successo, ma non è stato possibile inviare l\'e-mail di notifica.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/ja/message.php b/addons/default/visiosoft/base-theme/resources/lang/ja/message.php index ac6bcb233..1b1e4e476 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ja/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ja/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => '登録した電話にSMSが送信されました。チェックしてください。', 'found_phone' => 'システムに登録されている電話番号が見つかりませんでした。', + 'error_mail' => 'トランザクションは正常に完了しましたが、通知メールを送信できませんでした。', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/ko/message.php b/addons/default/visiosoft/base-theme/resources/lang/ko/message.php index 8cf73bd1b..fe9196b5f 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ko/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ko/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => '등록 된 전화로 SMS를 보냈습니다. 확인해주십시오.', 'found_phone' => '시스템에 등록 된 전화 번호를 찾을 수 없습니다.', + 'error_mail' => '거래가 성공적으로 완료되었지만 알림 이메일을 보낼 수 없습니다.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/ku/message.php b/addons/default/visiosoft/base-theme/resources/lang/ku/message.php index 23e0885ff..d49b86b4e 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ku/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ku/message.php @@ -5,4 +5,5 @@ return [ ', 'found_phone' => 'ئەو ژمارەی مۆبایلەی لە سیستمەکەدا تۆمارکراوە نەدۆزراوەتەوە ', + 'error_mail' => 'Danûstendina we bi serfirazî qediya, lê e-nameya agahdariyê nehate şandin.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/nl/message.php b/addons/default/visiosoft/base-theme/resources/lang/nl/message.php index 2e9910d2f..b168cae3f 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/nl/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/nl/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'Sms verzonden naar uw geregistreerde telefoon. Gelieve dit na te kijken.', 'found_phone' => 'Het telefoonnummer dat in het systeem is geregistreerd, is niet gevonden.', + 'error_mail' => 'Uw transactie is met succes voltooid, maar de notificatie-e-mail kon niet worden verzonden.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/no/message.php b/addons/default/visiosoft/base-theme/resources/lang/no/message.php index 44f83789d..02fde4f31 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/no/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/no/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS sendt til din registrerte telefon. Vennligst sjekk.', 'found_phone' => 'Telefonnummeret som er registrert i systemet ble ikke funnet.', + 'error_mail' => 'Transaksjonen ble fullført, men e-postmeldingen kunne ikke sendes.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/pl/message.php b/addons/default/visiosoft/base-theme/resources/lang/pl/message.php index 3458fe273..5ae9fcccb 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/pl/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/pl/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS wysłany na zarejestrowany telefon. Proszę sprawdzić.', 'found_phone' => 'Numer telefonu zarejestrowany w systemie nie został znaleziony.', + 'error_mail' => 'Twoja transakcja została zakończona pomyślnie, ale nie można wysłać e-maila z powiadomieniem.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/pt/message.php b/addons/default/visiosoft/base-theme/resources/lang/pt/message.php index 6eb451a7d..339059a51 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/pt/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/pt/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS enviado para o seu telefone registrado. Por favor, verifique.', 'found_phone' => 'O número de telefone registrado no sistema não foi encontrado.', + 'error_mail' => 'Sua transação foi concluída com sucesso, mas não foi possível enviar o e-mail de notificação.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/ro/message.php b/addons/default/visiosoft/base-theme/resources/lang/ro/message.php index c2f34b1cf..12c7d67d6 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ro/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ro/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS trimis la telefonul dvs. înregistrat. Te rog verifica.', 'found_phone' => 'Numărul de telefon înregistrat în sistem nu a fost găsit.', + 'error_mail' => 'Tranzacția dvs. a fost finalizată cu succes, dar e-mailul de notificare nu a putut fi trimis.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/ru/message.php b/addons/default/visiosoft/base-theme/resources/lang/ru/message.php index bb9705d2a..34761d5cc 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ru/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ru/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'СМС отправлено на ваш зарегистрированный телефон. Пожалуйста, проверьте.', 'found_phone' => 'Телефонный номер, зарегистрированный в системе, не найден.', + 'error_mail' => 'Ваша транзакция была успешно завершена, но электронное письмо с уведомлением не может быть отправлено.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/sq/message.php b/addons/default/visiosoft/base-theme/resources/lang/sq/message.php index 6683b91ad..aa5c5d993 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/sq/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/sq/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS dërguar në telefonin tuaj të regjistruar. Te lutem kontrollo.', 'found_phone' => 'Numri i telefonit të regjistruar në sistem nuk u gjet.', + 'error_mail' => 'Transaksioni juaj u përfundua me sukses, por e-maili i njoftimit nuk mund të dërgohej.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/sr/message.php b/addons/default/visiosoft/base-theme/resources/lang/sr/message.php index b5b5457b0..8df68ae8f 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/sr/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/sr/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'СМС послан на ваш регистровани телефон. Молим те провери.', 'found_phone' => 'Телефонски број регистрован у систему није пронађен.', + 'error_mail' => 'Ваша трансакција је успешно завршена, али е-пошта са обавештењем није могла бити послата.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/sv/message.php b/addons/default/visiosoft/base-theme/resources/lang/sv/message.php index 8034e213c..063b1ceef 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/sv/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/sv/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS skickas till din registrerade telefon. Vänligen kontrollera.', 'found_phone' => 'Telefonnumret som registrerades i systemet hittades inte.', + 'error_mail' => 'Din transaktion slutfördes, men e-postmeddelandet kunde inte skickas.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/tr/message.php b/addons/default/visiosoft/base-theme/resources/lang/tr/message.php index 5dc404af4..3edbc487b 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/tr/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/tr/message.php @@ -3,5 +3,5 @@ return [ 'send_forgot_sms' => 'Kayıtlı telefonunuza SMS gönderildi. Lütfen kontrol edin.', 'found_phone' => 'Sistemde kayıtlı olan telefon numarası bulunamadı.', - 'error_mail' => 'İşleminiz başarıyla gerçekleştirildi.Ancak bilgilendirme maili gönderilemedi.', + 'error_mail' => 'İşleminiz başarıyla tamamlandı ancak bildirim e-postası gönderilemedi.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/uk/message.php b/addons/default/visiosoft/base-theme/resources/lang/uk/message.php index ef3f3fc31..daacc9a49 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/uk/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/uk/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS, надісланий на ваш зареєстрований телефон. Будь ласка, перевірте.', 'found_phone' => 'Номер телефону, зареєстрований у системі, не знайдено.', + 'error_mail' => 'Ваша транзакція була успішно виконана, але електронний лист із повідомленням не вдалося надіслати.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/ur/message.php b/addons/default/visiosoft/base-theme/resources/lang/ur/message.php index 54b51b2ac..925c6ba2d 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ur/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ur/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'آپ کے رجسٹرڈ فون پر SMS بھیجا گیا۔ براہ مہربانی دیکھ لیجے.', 'found_phone' => 'سسٹم میں درج فون نمبر نہیں ملا۔', + 'error_mail' => 'آپ کا لین دین کامیابی کے ساتھ مکمل ہوا ، لیکن نوٹیفکیشن ای میل نہیں بھیجا جاسکا۔', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/vi/message.php b/addons/default/visiosoft/base-theme/resources/lang/vi/message.php index 36b94c316..66755fd89 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/vi/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/vi/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => 'SMS được gửi đến điện thoại đã đăng ký của bạn. Hãy kiểm tra.', 'found_phone' => 'Số điện thoại đã đăng ký trong hệ thống không được tìm thấy.', + 'error_mail' => 'Giao dịch của bạn đã hoàn tất thành công, nhưng không thể gửi e-mail thông báo.', ]; diff --git a/addons/default/visiosoft/base-theme/resources/lang/zh/message.php b/addons/default/visiosoft/base-theme/resources/lang/zh/message.php index 83379d786..8fc1bfade 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/zh/message.php +++ b/addons/default/visiosoft/base-theme/resources/lang/zh/message.php @@ -3,4 +3,5 @@ return [ 'send_forgot_sms' => '短信已发送到您的注册电话。请检查。', 'found_phone' => '找不到系统中注册的电话号码。', + 'error_mail' => '您的交易已成功完成,但是无法发送通知电子邮件。', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/af/view.php b/addons/default/visiosoft/cats-module/resources/lang/af/view.php index f46981a51..8c1839316 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/af/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/af/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Skoon subkategorieë', + 'ad_count_calculate' => 'Advertensietelling Bereken', + 'cat_level_calculate' => 'Kategorievlak Bereken', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/ar/view.php b/addons/default/visiosoft/cats-module/resources/lang/ar/view.php index 47b7ae75b..f715691c2 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ar/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ar/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'تنظيف الفئات الفرعية', + 'ad_count_calculate' => 'Ad Count Calculate', + 'cat_level_calculate' => 'مستوى الفئة حساب', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/az/view.php b/addons/default/visiosoft/cats-module/resources/lang/az/view.php index 599b437f5..13687f6f5 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/az/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/az/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Təmiz Alt kateqoriyalar', + 'ad_count_calculate' => 'Reklam sayını hesablayın', + 'cat_level_calculate' => 'Kateqoriya Səviyyə Hesablayın', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/bg/view.php b/addons/default/visiosoft/cats-module/resources/lang/bg/view.php index b5fa987e8..00fc5d231 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/bg/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/bg/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Изчистване на подкатегории', + 'ad_count_calculate' => 'Изчислете броя на рекламите', + 'cat_level_calculate' => 'Изчисляване на ниво категория', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/bn/view.php b/addons/default/visiosoft/cats-module/resources/lang/bn/view.php index 880798bc0..e52b44788 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/bn/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/bn/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'উপশ্রেণী পরিষ্কার করুন', + 'ad_count_calculate' => 'বিজ্ঞাপন গণনা গণনা', + 'cat_level_calculate' => 'বিভাগ স্তর গণনা', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/ca/view.php b/addons/default/visiosoft/cats-module/resources/lang/ca/view.php index 3936481a3..42e43d1c1 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ca/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ca/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Subcategories netes', + 'ad_count_calculate' => 'Calcula el recompte d’anuncis', + 'cat_level_calculate' => 'Calcula el nivell de categoria', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/cs/view.php b/addons/default/visiosoft/cats-module/resources/lang/cs/view.php index f94c2fae3..4948c7429 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/cs/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/cs/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Vyčistěte podkategorie', + 'ad_count_calculate' => 'Vypočítat počet reklam', + 'cat_level_calculate' => 'Výpočet úrovně kategorie', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/da/view.php b/addons/default/visiosoft/cats-module/resources/lang/da/view.php index 065ea58ba..6b9787921 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/da/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/da/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Rene underkategorier', + 'ad_count_calculate' => 'Beregning af annoncetal', + 'cat_level_calculate' => 'Kategoriniveau Beregn', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/de/view.php b/addons/default/visiosoft/cats-module/resources/lang/de/view.php index b25be0ce2..7c2aadba3 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/de/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/de/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Unterkategorien bereinigen', + 'ad_count_calculate' => 'Anzeigenanzahl berechnen', + 'cat_level_calculate' => 'Kategorieebene berechnen', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/el/view.php b/addons/default/visiosoft/cats-module/resources/lang/el/view.php index efbbdef21..d75714be2 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/el/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/el/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Καθαρά υποκατηγορίες', + 'ad_count_calculate' => 'Υπολογισμός αριθμού διαφημίσεων', + 'cat_level_calculate' => 'Υπολογισμός επιπέδου κατηγορίας', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/es/view.php b/addons/default/visiosoft/cats-module/resources/lang/es/view.php index 9d8742fc0..f3bddf4e9 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/es/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/es/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Subcategorías limpias', + 'ad_count_calculate' => 'Calcular el recuento de anuncios', + 'cat_level_calculate' => 'Nivel de categoría Calcular', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/fa/view.php b/addons/default/visiosoft/cats-module/resources/lang/fa/view.php index 4e5a23c7d..158de4c8b 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/fa/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/fa/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'زیرشاخه ها را تمیز کنید', + 'ad_count_calculate' => 'تعداد آگهی محاسبه کنید', + 'cat_level_calculate' => 'سطح گروه را محاسبه کنید', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/fi/view.php b/addons/default/visiosoft/cats-module/resources/lang/fi/view.php index 3536738a7..ab0f8d19e 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/fi/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/fi/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Puhdista alaluokat', + 'ad_count_calculate' => 'Laske mainosten määrä', + 'cat_level_calculate' => 'Luokkataso Laske', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/fr/view.php b/addons/default/visiosoft/cats-module/resources/lang/fr/view.php index 1d6673316..57906d30a 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/fr/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/fr/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Nettoyer les sous-catégories', + 'ad_count_calculate' => 'Calculer le nombre d\'annonces', + 'cat_level_calculate' => 'Niveau de catégorie Calculer', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/he/view.php b/addons/default/visiosoft/cats-module/resources/lang/he/view.php index 79c320157..6e3bc44f8 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/he/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/he/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'נקה קטגוריות משנה', + 'ad_count_calculate' => 'ספירת מודעות לחשב', + 'cat_level_calculate' => 'חישוב רמת קטגוריה', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/hi/view.php b/addons/default/visiosoft/cats-module/resources/lang/hi/view.php index 1f37e8815..2fd4fe60f 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/hi/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/hi/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'स्वच्छ उपश्रेणियाँ', + 'ad_count_calculate' => 'विज्ञापन की गणना', + 'cat_level_calculate' => 'श्रेणी स्तर की गणना', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/hu/view.php b/addons/default/visiosoft/cats-module/resources/lang/hu/view.php index 9a43f1d43..1c9e4b3da 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/hu/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/hu/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Tiszta alkategóriák', + 'ad_count_calculate' => 'Ad Count kiszámítása', + 'cat_level_calculate' => 'Kategória szint kiszámítása', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/id/view.php b/addons/default/visiosoft/cats-module/resources/lang/id/view.php index 4d35ec52d..24d17b059 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/id/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/id/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Bersihkan Subkategori', + 'ad_count_calculate' => 'Hitung Jumlah Iklan', + 'cat_level_calculate' => 'Hitung Tingkat Kategori', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/it/view.php b/addons/default/visiosoft/cats-module/resources/lang/it/view.php index d16f49e0a..19251826d 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/it/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/it/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Sottocategorie pulite', + 'ad_count_calculate' => 'Calcolo del conteggio degli annunci', + 'cat_level_calculate' => 'Livello di categoria Calcola', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/ja/view.php b/addons/default/visiosoft/cats-module/resources/lang/ja/view.php index ee22bd7f3..3dd00b450 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ja/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ja/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'クリーンサブカテゴリ', + 'ad_count_calculate' => '広告数の計算', + 'cat_level_calculate' => 'カテゴリレベル計算', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/ko/view.php b/addons/default/visiosoft/cats-module/resources/lang/ko/view.php index bc1bb8581..17d48a095 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ko/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ko/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => '클린 서브 카테고리', + 'ad_count_calculate' => '광고 수 계산', + 'cat_level_calculate' => '범주 수준 계산', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/ku/view.php b/addons/default/visiosoft/cats-module/resources/lang/ku/view.php index 2210fb698..361c4fb5b 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ku/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ku/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Kategoriyên Paqij', + 'ad_count_calculate' => 'Ad Count Hesab bikin', + 'cat_level_calculate' => 'Asta Kategorî Hesab bikin', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/nl/view.php b/addons/default/visiosoft/cats-module/resources/lang/nl/view.php index 005506480..6cb28b45a 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/nl/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/nl/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Schone subcategorieën', + 'ad_count_calculate' => 'Advertentietelling berekenen', + 'cat_level_calculate' => 'Berekenen op categorieniveau', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/no/view.php b/addons/default/visiosoft/cats-module/resources/lang/no/view.php index 065ea58ba..61b3fc680 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/no/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/no/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Rene underkategorier', + 'ad_count_calculate' => 'Antall annonser beregnes', + 'cat_level_calculate' => 'Kategorinivå Beregn', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/pl/view.php b/addons/default/visiosoft/cats-module/resources/lang/pl/view.php index 7450e4e1f..28d73fc70 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/pl/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/pl/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Wyczyść podkategorie', + 'ad_count_calculate' => 'Oblicz liczbę reklam', + 'cat_level_calculate' => 'Oblicz poziom kategorii', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/pt/view.php b/addons/default/visiosoft/cats-module/resources/lang/pt/view.php index 4ae787042..d2f97dead 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/pt/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/pt/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Subcategorias limpas', + 'ad_count_calculate' => 'Calcule a contagem de anúncios', + 'cat_level_calculate' => 'Calcular nível de categoria', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/ro/view.php b/addons/default/visiosoft/cats-module/resources/lang/ro/view.php index 2540d3e61..e30366fac 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ro/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ro/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Curat Subcategorii', + 'ad_count_calculate' => 'Calculați numărul de anunțuri', + 'cat_level_calculate' => 'Calculează nivelul categoriei', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/ru/view.php b/addons/default/visiosoft/cats-module/resources/lang/ru/view.php index 393b65642..010a9f2b6 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ru/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ru/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Чистые подкатегории', + 'ad_count_calculate' => 'Подсчитать количество объявлений', + 'cat_level_calculate' => 'Категория Уровень Рассчитать', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/sq/view.php b/addons/default/visiosoft/cats-module/resources/lang/sq/view.php index b16427b28..24dd8ac9b 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/sq/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/sq/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Nënkategoritë e pastra', + 'ad_count_calculate' => 'Llogarit numrin e reklamave', + 'cat_level_calculate' => 'Niveli i kategorisë Llogaritni', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/sr/view.php b/addons/default/visiosoft/cats-module/resources/lang/sr/view.php index 105967c53..0544817c2 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/sr/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/sr/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Чисте поткатегорије', + 'ad_count_calculate' => 'Израчунавање броја огласа', + 'cat_level_calculate' => 'Израчунајте ниво категорије', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/sv/view.php b/addons/default/visiosoft/cats-module/resources/lang/sv/view.php index ac6e31cab..59c89ca4b 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/sv/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/sv/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Rengör underkategorier', + 'ad_count_calculate' => 'Beräkna annonsantal', + 'cat_level_calculate' => 'Kategorinivå Beräkna', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/tr/view.php b/addons/default/visiosoft/cats-module/resources/lang/tr/view.php index 7c8864e0b..51f3d13dc 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/tr/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/tr/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Alt Kategorileri Temizle', + 'ad_count_calculate' => 'Reklam Sayısını Hesapla', + 'cat_level_calculate' => 'Kategori Seviye Hesapla', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/uk/view.php b/addons/default/visiosoft/cats-module/resources/lang/uk/view.php index f07387b36..aa69e0eb1 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/uk/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/uk/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Чисті підкатегорії', + 'ad_count_calculate' => 'Розрахунок кількості оголошень', + 'cat_level_calculate' => 'Розрахувати рівень категорії', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/ur/view.php b/addons/default/visiosoft/cats-module/resources/lang/ur/view.php index 39069c6b0..969886c0b 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ur/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ur/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'صاف زمرہ جات', + 'ad_count_calculate' => 'اشتھاراتی حساب کتاب', + 'cat_level_calculate' => 'زمرہ کی سطح کا حساب کتاب', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/vi/view.php b/addons/default/visiosoft/cats-module/resources/lang/vi/view.php index 4282458ec..88b85eee9 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/vi/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/vi/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => 'Danh mục con sạch', + 'ad_count_calculate' => 'Tính toán số lượng quảng cáo', + 'cat_level_calculate' => 'Tính cấp độ danh mục', ]; diff --git a/addons/default/visiosoft/cats-module/resources/lang/zh/view.php b/addons/default/visiosoft/cats-module/resources/lang/zh/view.php index e5ea5c52d..d2b1d5a7c 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/zh/view.php +++ b/addons/default/visiosoft/cats-module/resources/lang/zh/view.php @@ -2,4 +2,6 @@ return [ 'clean_subcategories' => '干净的子类别', + 'ad_count_calculate' => '广告计数计算', + 'cat_level_calculate' => '类别级别计算', ]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/af/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/af/addon.php new file mode 100644 index 000000000..2085ff058 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/af/addon.php @@ -0,0 +1,7 @@ + 'Invoerlêer', + 'name' => 'Invoerlêer Veldtipe', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/af/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/af/input.php new file mode 100644 index 000000000..f0db8a5a2 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/af/input.php @@ -0,0 +1,5 @@ + 'Kies lêer', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ar/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ar/addon.php new file mode 100644 index 000000000..1ac51a26c --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ar/addon.php @@ -0,0 +1,7 @@ + 'ملف الإدخال', + 'name' => 'نوع حقل ملف الإدخال', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ar/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ar/input.php new file mode 100644 index 000000000..bcc445eac --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ar/input.php @@ -0,0 +1,5 @@ + 'اختر ملف', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/az/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/az/addon.php new file mode 100644 index 000000000..225db34e5 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/az/addon.php @@ -0,0 +1,7 @@ + 'Fayl daxil edin', + 'name' => 'Fayl sahəsi növü daxil edin', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/az/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/az/input.php new file mode 100644 index 000000000..397ea37b6 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/az/input.php @@ -0,0 +1,5 @@ + 'Faylı seçin', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/bg/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/bg/addon.php new file mode 100644 index 000000000..6092656fd --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/bg/addon.php @@ -0,0 +1,7 @@ + 'Входен файл', + 'name' => 'Тип поле на входния файл', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/bg/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/bg/input.php new file mode 100644 index 000000000..e4446c31b --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/bg/input.php @@ -0,0 +1,5 @@ + 'Изберете файл', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/bn/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/bn/addon.php new file mode 100644 index 000000000..a0922d3cf --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/bn/addon.php @@ -0,0 +1,7 @@ + 'ইনপুট ফাইল', + 'name' => 'ইনপুট ফাইলের ক্ষেত্রের প্রকার', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/bn/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/bn/input.php new file mode 100644 index 000000000..9253193bc --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/bn/input.php @@ -0,0 +1,5 @@ + 'ফাইল পছন্দ কর', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ca/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ca/addon.php new file mode 100644 index 000000000..332bf6dc3 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ca/addon.php @@ -0,0 +1,7 @@ + 'Fitxer d’entrada', + 'name' => 'Tipus de camp d\'arxiu d\'entrada', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ca/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ca/input.php new file mode 100644 index 000000000..ba6a28074 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ca/input.php @@ -0,0 +1,5 @@ + 'Trieu l\'arxiu', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/cs/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/cs/addon.php new file mode 100644 index 000000000..6e1c67909 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/cs/addon.php @@ -0,0 +1,7 @@ + 'Vložte soubor', + 'name' => 'Typ pole vstupního souboru', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/cs/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/cs/input.php new file mode 100644 index 000000000..e5bd8fb1c --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/cs/input.php @@ -0,0 +1,5 @@ + 'Vyberte soubor', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/da/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/da/addon.php new file mode 100644 index 000000000..00aa2b84b --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/da/addon.php @@ -0,0 +1,7 @@ + 'Indtastningsfil', + 'name' => 'Indtastningsfelt felttype', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/da/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/da/input.php new file mode 100644 index 000000000..72175228d --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/da/input.php @@ -0,0 +1,5 @@ + 'Vælg fil', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/de/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/de/addon.php new file mode 100644 index 000000000..3f4c05053 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/de/addon.php @@ -0,0 +1,7 @@ + 'Eingabedatei', + 'name' => 'Eingabedateifeldtyp', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/de/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/de/input.php new file mode 100644 index 000000000..d20d76f73 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/de/input.php @@ -0,0 +1,5 @@ + 'Datei wählen', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/el/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/el/addon.php new file mode 100644 index 000000000..81f17e3c5 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/el/addon.php @@ -0,0 +1,7 @@ + 'Αρχείο εισαγωγής', + 'name' => 'Τύπος πεδίου αρχείου εισαγωγής', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/el/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/el/input.php new file mode 100644 index 000000000..77d17b316 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/el/input.php @@ -0,0 +1,5 @@ + 'Επιλέξτε το αρχείο', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/es/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/es/addon.php new file mode 100644 index 000000000..0ff12bdc8 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/es/addon.php @@ -0,0 +1,7 @@ + 'Fichero de entrada', + 'name' => 'Tipo de campo de archivo de entrada', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/es/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/es/input.php new file mode 100644 index 000000000..94d353ea3 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/es/input.php @@ -0,0 +1,5 @@ + 'Elija el archivo', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/fa/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/fa/addon.php new file mode 100644 index 000000000..deaa4452d --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/fa/addon.php @@ -0,0 +1,7 @@ + 'فایل ورودی', + 'name' => 'نوع فیلد پرونده ورودی', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/fa/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/fa/input.php new file mode 100644 index 000000000..d0d9c2efc --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/fa/input.php @@ -0,0 +1,5 @@ + 'انتخاب فایل', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/fi/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/fi/addon.php new file mode 100644 index 000000000..42adbc1e2 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/fi/addon.php @@ -0,0 +1,7 @@ + 'Syötetiedosto', + 'name' => 'Syötetiedoston kenttätyyppi', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/fi/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/fi/input.php new file mode 100644 index 000000000..e14da0244 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/fi/input.php @@ -0,0 +1,5 @@ + 'Valitse tiedosto', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/fr/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/fr/addon.php new file mode 100644 index 000000000..02b4c57e6 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/fr/addon.php @@ -0,0 +1,7 @@ + 'Fichier d\'entrée', + 'name' => 'Type de champ de fichier d\'entrée', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/fr/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/fr/input.php new file mode 100644 index 000000000..bbe6db7a3 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/fr/input.php @@ -0,0 +1,5 @@ + 'Choisir le fichier', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/he/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/he/addon.php new file mode 100644 index 000000000..08e40ed30 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/he/addon.php @@ -0,0 +1,7 @@ + 'קובץ קלט', + 'name' => 'סוג שדה של קובץ קלט', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/he/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/he/input.php new file mode 100644 index 000000000..86ff5b50c --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/he/input.php @@ -0,0 +1,5 @@ + 'בחר קובץ', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/hi/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/hi/addon.php new file mode 100644 index 000000000..5a6a09391 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/hi/addon.php @@ -0,0 +1,7 @@ + 'इनपुट फ़ाइल', + 'name' => 'इनपुट फ़ाइल फ़ील्ड प्रकार', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/hi/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/hi/input.php new file mode 100644 index 000000000..022c59817 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/hi/input.php @@ -0,0 +1,5 @@ + 'फ़ाइल का चयन', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/hu/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/hu/addon.php new file mode 100644 index 000000000..a26943d62 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/hu/addon.php @@ -0,0 +1,7 @@ + 'Bemeneti fájl', + 'name' => 'Bemeneti fájl mező típusa', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/hu/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/hu/input.php new file mode 100644 index 000000000..49743fdc2 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/hu/input.php @@ -0,0 +1,5 @@ + 'Válassz fájlt', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/id/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/id/addon.php new file mode 100644 index 000000000..644ceb630 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/id/addon.php @@ -0,0 +1,7 @@ + 'File masukan', + 'name' => 'Jenis Kolom Input File', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/id/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/id/input.php new file mode 100644 index 000000000..41b2da2c3 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/id/input.php @@ -0,0 +1,5 @@ + 'Pilih File', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/it/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/it/addon.php new file mode 100644 index 000000000..0d0cf7a64 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/it/addon.php @@ -0,0 +1,7 @@ + 'File di input', + 'name' => 'Tipo di campo file di input', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/it/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/it/input.php new file mode 100644 index 000000000..283ea93da --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/it/input.php @@ -0,0 +1,5 @@ + 'Scegli il file', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ja/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ja/addon.php new file mode 100644 index 000000000..b3e056828 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ja/addon.php @@ -0,0 +1,7 @@ + '入力ファイル', + 'name' => '入力ファイルのフィールドタイプ', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ja/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ja/input.php new file mode 100644 index 000000000..59ba200c4 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ja/input.php @@ -0,0 +1,5 @@ + 'ファイルを選ぶ', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ko/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ko/addon.php new file mode 100644 index 000000000..1ab37bcda --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ko/addon.php @@ -0,0 +1,7 @@ + '입력 파일', + 'name' => '입력 파일 필드 유형', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ko/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ko/input.php new file mode 100644 index 000000000..93410a35b --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ko/input.php @@ -0,0 +1,5 @@ + '파일을 선택', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ku/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ku/addon.php new file mode 100644 index 000000000..4b3ec2028 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ku/addon.php @@ -0,0 +1,7 @@ + 'Pelê Input', + 'name' => 'Tîpa Qada Pelê ya Têkilî', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ku/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ku/input.php new file mode 100644 index 000000000..fc26acb92 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ku/input.php @@ -0,0 +1,5 @@ + 'Pelê hilbijêrin', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/nl/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/nl/addon.php new file mode 100644 index 000000000..ff793c577 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/nl/addon.php @@ -0,0 +1,7 @@ + 'Invoer bestand', + 'name' => 'Invoerbestand Veldtype', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/nl/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/nl/input.php new file mode 100644 index 000000000..6fbf3a499 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/nl/input.php @@ -0,0 +1,5 @@ + 'Kies bestand', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/no/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/no/addon.php new file mode 100644 index 000000000..f1be636d5 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/no/addon.php @@ -0,0 +1,7 @@ + 'Inndatafil', + 'name' => 'Inndatafeltfelt', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/no/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/no/input.php new file mode 100644 index 000000000..9c876ed09 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/no/input.php @@ -0,0 +1,5 @@ + 'Velg Fil', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/pl/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/pl/addon.php new file mode 100644 index 000000000..b2b6ec022 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/pl/addon.php @@ -0,0 +1,7 @@ + 'Plik wejściowy', + 'name' => 'Typ pola pliku wejściowego', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/pl/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/pl/input.php new file mode 100644 index 000000000..16fa094eb --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/pl/input.php @@ -0,0 +1,5 @@ + 'Wybierz plik', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/pt/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/pt/addon.php new file mode 100644 index 000000000..27971dab2 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/pt/addon.php @@ -0,0 +1,7 @@ + 'Arquivo de entrada', + 'name' => 'Tipo de campo de arquivo de entrada', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/pt/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/pt/input.php new file mode 100644 index 000000000..3d61de4e9 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/pt/input.php @@ -0,0 +1,5 @@ + 'Escolher arquivo', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ro/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ro/addon.php new file mode 100644 index 000000000..9dde7be37 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ro/addon.php @@ -0,0 +1,7 @@ + 'Fișier de intrare', + 'name' => 'Tipul de câmp de intrare a fișierului', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ro/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ro/input.php new file mode 100644 index 000000000..dbd836058 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ro/input.php @@ -0,0 +1,5 @@ + 'Alege fișierul', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ru/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ru/addon.php new file mode 100644 index 000000000..fd059ed52 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ru/addon.php @@ -0,0 +1,7 @@ + 'Входной файл', + 'name' => 'Тип поля входного файла', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ru/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ru/input.php new file mode 100644 index 000000000..6011f4e2f --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ru/input.php @@ -0,0 +1,5 @@ + 'Выбрать файл', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/sq/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/sq/addon.php new file mode 100644 index 000000000..38d37e7fa --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/sq/addon.php @@ -0,0 +1,7 @@ + 'Skedari i hyrjes', + 'name' => 'Lloji i fushës së skedarit të hyrjes', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/sq/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/sq/input.php new file mode 100644 index 000000000..9f9123aa0 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/sq/input.php @@ -0,0 +1,5 @@ + 'Zgjidhni Skedarin', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/sr/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/sr/addon.php new file mode 100644 index 000000000..65d31bffd --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/sr/addon.php @@ -0,0 +1,7 @@ + 'Улазни документ', + 'name' => 'Тип поља улазне датотеке', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/sr/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/sr/input.php new file mode 100644 index 000000000..99f1acbe8 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/sr/input.php @@ -0,0 +1,5 @@ + 'Одаберите датотеку', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/sv/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/sv/addon.php new file mode 100644 index 000000000..22c1a1c1e --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/sv/addon.php @@ -0,0 +1,7 @@ + 'Indatafil', + 'name' => 'Filtyp för inmatningsfil', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/sv/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/sv/input.php new file mode 100644 index 000000000..97cdaf0a3 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/sv/input.php @@ -0,0 +1,5 @@ + 'Välj FIL', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/tr/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/tr/addon.php new file mode 100644 index 000000000..4c8f972e6 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/tr/addon.php @@ -0,0 +1,7 @@ + 'Giriş dosyası', + 'name' => 'Giriş Dosyası Alan Türü', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/tr/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/tr/input.php new file mode 100644 index 000000000..6b842c191 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/tr/input.php @@ -0,0 +1,5 @@ + 'Dosya seçin', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/uk/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/uk/addon.php new file mode 100644 index 000000000..5c7886aed --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/uk/addon.php @@ -0,0 +1,7 @@ + 'Вхідний файл', + 'name' => 'Тип поля вхідного файлу', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/uk/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/uk/input.php new file mode 100644 index 000000000..3db4ee865 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/uk/input.php @@ -0,0 +1,5 @@ + 'Виберіть файл', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ur/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ur/addon.php new file mode 100644 index 000000000..8c1dfb6b7 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ur/addon.php @@ -0,0 +1,7 @@ + 'ان پٹ فائل', + 'name' => 'ان پٹ فائل فیلڈ کی قسم', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/ur/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/ur/input.php new file mode 100644 index 000000000..0d0a67312 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/ur/input.php @@ -0,0 +1,5 @@ + 'فائل منتخب کریں', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/vi/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/vi/addon.php new file mode 100644 index 000000000..da766ba7d --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/vi/addon.php @@ -0,0 +1,7 @@ + 'Tệp đầu vào', + 'name' => 'Loại trường tệp đầu vào', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/vi/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/vi/input.php new file mode 100644 index 000000000..8da37e951 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/vi/input.php @@ -0,0 +1,5 @@ + 'Chọn tập tin', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/zh/addon.php b/addons/default/visiosoft/input_file-field_type/resources/lang/zh/addon.php new file mode 100644 index 000000000..861ab0373 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/zh/addon.php @@ -0,0 +1,7 @@ + '输入文件', + 'name' => '输入文件字段类型', + 'description' => '' +]; diff --git a/addons/default/visiosoft/input_file-field_type/resources/lang/zh/input.php b/addons/default/visiosoft/input_file-field_type/resources/lang/zh/input.php new file mode 100644 index 000000000..cdb142a29 --- /dev/null +++ b/addons/default/visiosoft/input_file-field_type/resources/lang/zh/input.php @@ -0,0 +1,5 @@ + '选择文件', +]; \ No newline at end of file diff --git a/addons/default/visiosoft/location-module/resources/lang/af/message.php b/addons/default/visiosoft/location-module/resources/lang/af/message.php index 10d238486..832ed939c 100644 --- a/addons/default/visiosoft/location-module/resources/lang/af/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/af/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Tik hier om te soek', 'null_msg' => 'Nie gevind nie', + 'choose_country' => 'Kies \'n land', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/ar/message.php b/addons/default/visiosoft/location-module/resources/lang/ar/message.php index 1fd8b30f7..7e54f9b67 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ar/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/ar/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'اكتب هنا للبحث', 'null_msg' => 'لم يتم العثور على', + 'choose_country' => 'اختر دولة', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/az/message.php b/addons/default/visiosoft/location-module/resources/lang/az/message.php index 54b5ee9aa..2ae752f9e 100644 --- a/addons/default/visiosoft/location-module/resources/lang/az/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/az/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Axtarış üçün buraya yazın', 'null_msg' => 'Tapılmadı', + 'choose_country' => 'Ölkə seçin', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/bg/message.php b/addons/default/visiosoft/location-module/resources/lang/bg/message.php index 800697827..9268dfff3 100644 --- a/addons/default/visiosoft/location-module/resources/lang/bg/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/bg/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Въведете тук, за да търсите', 'null_msg' => 'Не е намерен', + 'choose_country' => 'Изберете държава', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/bn/message.php b/addons/default/visiosoft/location-module/resources/lang/bn/message.php index feaa698ca..515319278 100644 --- a/addons/default/visiosoft/location-module/resources/lang/bn/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/bn/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'অনুসন্ধান করতে এখানে টাইপ করুন', 'null_msg' => 'খুঁজে পাওয়া যায়নি', + 'choose_country' => 'একটা দেশ নির্বাচন করুন', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/ca/message.php b/addons/default/visiosoft/location-module/resources/lang/ca/message.php index 9c75d9906..bf85bb81c 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ca/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/ca/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Escriviu aquí per cercar', 'null_msg' => 'No trobat', + 'choose_country' => 'Trieu un país', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/cs/message.php b/addons/default/visiosoft/location-module/resources/lang/cs/message.php index ca9680cb8..9eab5d7d3 100644 --- a/addons/default/visiosoft/location-module/resources/lang/cs/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/cs/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Sem zadejte vyhledávání', 'null_msg' => 'Nenalezeno', + 'choose_country' => 'Vyber zemi', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/da/message.php b/addons/default/visiosoft/location-module/resources/lang/da/message.php index ee65d8e42..2e2333720 100644 --- a/addons/default/visiosoft/location-module/resources/lang/da/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/da/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Skriv her for at søge', 'null_msg' => 'Ikke fundet', + 'choose_country' => 'Vælg et land', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/de/message.php b/addons/default/visiosoft/location-module/resources/lang/de/message.php index 6f1c5f72a..fa8f346cf 100644 --- a/addons/default/visiosoft/location-module/resources/lang/de/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/de/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Schreibe hier um zu suchen', 'null_msg' => 'Nicht gefunden', + 'choose_country' => 'Wähle ein Land', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/el/message.php b/addons/default/visiosoft/location-module/resources/lang/el/message.php index cd5c039c1..c14d47e3f 100644 --- a/addons/default/visiosoft/location-module/resources/lang/el/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/el/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Πληκτρολογήστε εδώ για αναζήτηση', 'null_msg' => 'Δεν βρέθηκε', + 'choose_country' => 'Διάλεξε μία χώρα', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/es/message.php b/addons/default/visiosoft/location-module/resources/lang/es/message.php index 9bf52cd6b..b4185ff5f 100644 --- a/addons/default/visiosoft/location-module/resources/lang/es/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/es/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Escriba aquí para buscar', 'null_msg' => 'Extraviado', + 'choose_country' => 'Elige un pais', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/fa/message.php b/addons/default/visiosoft/location-module/resources/lang/fa/message.php index 2aa53426c..51a97cf2f 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fa/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/fa/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'برای جستجو اینجا را تایپ کنید', 'null_msg' => 'پیدا نشد', + 'choose_country' => 'یک کشور را انتخاب کنید', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/fi/message.php b/addons/default/visiosoft/location-module/resources/lang/fi/message.php index 9f1352ff8..267cd2015 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fi/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/fi/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Kirjoita tähän etsiäksesi', 'null_msg' => 'Ei löydetty', + 'choose_country' => 'Valitse maa', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/fr/message.php b/addons/default/visiosoft/location-module/resources/lang/fr/message.php index 3e26fd802..17877410c 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fr/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/fr/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Tapez ici pour rechercher', 'null_msg' => 'Pas trouvé', + 'choose_country' => 'Choisissez un pays', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/he/message.php b/addons/default/visiosoft/location-module/resources/lang/he/message.php index 663886e89..82eac61c9 100644 --- a/addons/default/visiosoft/location-module/resources/lang/he/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/he/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'הקלד כאן כדי לחפש', 'null_msg' => 'לא נמצא', + 'choose_country' => 'בחר ארץ', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/hi/message.php b/addons/default/visiosoft/location-module/resources/lang/hi/message.php index 9a221a115..b6b8bf243 100644 --- a/addons/default/visiosoft/location-module/resources/lang/hi/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/hi/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'खोजने के लिए यहां टाइप करें', 'null_msg' => 'नहीं मिला', + 'choose_country' => 'एक देश चुनें', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/hu/message.php b/addons/default/visiosoft/location-module/resources/lang/hu/message.php index 87087b90b..feb23e809 100644 --- a/addons/default/visiosoft/location-module/resources/lang/hu/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/hu/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Írja be ide a keresést', 'null_msg' => 'Nem található', + 'choose_country' => 'Válassz egy országot', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/id/message.php b/addons/default/visiosoft/location-module/resources/lang/id/message.php index 38124e4d1..0047d09bd 100644 --- a/addons/default/visiosoft/location-module/resources/lang/id/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/id/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Ketik di sini untuk mencari', 'null_msg' => 'Tidak ditemukan', + 'choose_country' => 'Pilih satu negara', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/it/message.php b/addons/default/visiosoft/location-module/resources/lang/it/message.php index 7f2edaaec..1d2a02061 100644 --- a/addons/default/visiosoft/location-module/resources/lang/it/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/it/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Digita qui per cercare', 'null_msg' => 'Non trovato', + 'choose_country' => 'Scegli un paese', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/ja/message.php b/addons/default/visiosoft/location-module/resources/lang/ja/message.php index 8322d0060..805f69f04 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ja/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/ja/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => '検索するにはここに入力してください', 'null_msg' => '見つかりません', + 'choose_country' => '国を選択します', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/ko/message.php b/addons/default/visiosoft/location-module/resources/lang/ko/message.php index 853a7f09e..689163407 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ko/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/ko/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => '검색하려면 여기를 입력하십시오', 'null_msg' => '찾을 수 없음', + 'choose_country' => '국가를 선택하십시오', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/ku/message.php b/addons/default/visiosoft/location-module/resources/lang/ku/message.php index bb3b0e790..041fdabbe 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ku/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/ku/message.php @@ -5,4 +5,5 @@ return [ ', 'null_msg' => 'نەدۆزراوەتەوە ', + 'choose_country' => 'Welatek hilbijêrin', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/nl/message.php b/addons/default/visiosoft/location-module/resources/lang/nl/message.php index a9522618d..dd70f48e9 100644 --- a/addons/default/visiosoft/location-module/resources/lang/nl/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/nl/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Typ hier om te zoeken', 'null_msg' => 'Niet gevonden', + 'choose_country' => 'Kies een land', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/no/message.php b/addons/default/visiosoft/location-module/resources/lang/no/message.php index bc6dcec24..5e458f885 100644 --- a/addons/default/visiosoft/location-module/resources/lang/no/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/no/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Skriv her for å søke', 'null_msg' => 'Ikke funnet', + 'choose_country' => 'Velg et land', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/pl/message.php b/addons/default/visiosoft/location-module/resources/lang/pl/message.php index d027ccc00..05d67a681 100644 --- a/addons/default/visiosoft/location-module/resources/lang/pl/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/pl/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Wpisz tutaj, aby wyszukać', 'null_msg' => 'Nie znaleziono', + 'choose_country' => 'Wybierz kraj', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/pt/message.php b/addons/default/visiosoft/location-module/resources/lang/pt/message.php index 265528580..e890e0b2b 100644 --- a/addons/default/visiosoft/location-module/resources/lang/pt/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/pt/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Digite aqui para pesquisar', 'null_msg' => 'Não encontrado', + 'choose_country' => 'Escolha um país', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/ro/message.php b/addons/default/visiosoft/location-module/resources/lang/ro/message.php index b513258bf..cf278bc03 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ro/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/ro/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Tastați aici pentru a căuta', 'null_msg' => 'Nu a fost gasit', + 'choose_country' => 'Alege o tara', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/ru/message.php b/addons/default/visiosoft/location-module/resources/lang/ru/message.php index 2a89b323d..79322115b 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ru/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/ru/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Введите здесь для поиска', 'null_msg' => 'не обнаружена', + 'choose_country' => 'Выберите страну', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/sq/message.php b/addons/default/visiosoft/location-module/resources/lang/sq/message.php index 8c09553c4..be75fab65 100644 --- a/addons/default/visiosoft/location-module/resources/lang/sq/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/sq/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Shkruaj këtu për të kërkuar', 'null_msg' => 'Nuk u gjet', + 'choose_country' => 'Zgjidhni një vend', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/sr/message.php b/addons/default/visiosoft/location-module/resources/lang/sr/message.php index 2716286c3..9c355d8ac 100644 --- a/addons/default/visiosoft/location-module/resources/lang/sr/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/sr/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Откуцајте овде за претрагу', 'null_msg' => 'Није пронађен', + 'choose_country' => 'Изаберите државу', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/sv/message.php b/addons/default/visiosoft/location-module/resources/lang/sv/message.php index d4f27c696..257ccfdb6 100644 --- a/addons/default/visiosoft/location-module/resources/lang/sv/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/sv/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Skriv här för att söka', 'null_msg' => 'Hittades inte', + 'choose_country' => 'Välj ett land', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/tr/message.php b/addons/default/visiosoft/location-module/resources/lang/tr/message.php index 2e30659db..f34e634e4 100644 --- a/addons/default/visiosoft/location-module/resources/lang/tr/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/tr/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Ara', 'null_msg' => 'Bulunamadı', + 'choose_country' => 'Bir ülke seç', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/uk/message.php b/addons/default/visiosoft/location-module/resources/lang/uk/message.php index 02ddfed76..4eb6c8653 100644 --- a/addons/default/visiosoft/location-module/resources/lang/uk/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/uk/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Введіть тут для пошуку', 'null_msg' => 'Не знайдено', + 'choose_country' => 'Виберіть країну', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/ur/message.php b/addons/default/visiosoft/location-module/resources/lang/ur/message.php index 3918e86a9..47a937a8d 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ur/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/ur/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'تلاش کرنے کے لئے یہاں ٹائپ کریں', 'null_msg' => 'نہیں ملا', + 'choose_country' => 'ایک ملک کا انتخاب کریں', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/vi/message.php b/addons/default/visiosoft/location-module/resources/lang/vi/message.php index 8c98796b9..17f27304e 100644 --- a/addons/default/visiosoft/location-module/resources/lang/vi/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/vi/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => 'Gõ vào đây để tìm kiếm', 'null_msg' => 'Không tìm thấy', + 'choose_country' => 'Chọn một quốc gia', ]; diff --git a/addons/default/visiosoft/location-module/resources/lang/zh/message.php b/addons/default/visiosoft/location-module/resources/lang/zh/message.php index 14b67fa53..7ce5cdeb7 100644 --- a/addons/default/visiosoft/location-module/resources/lang/zh/message.php +++ b/addons/default/visiosoft/location-module/resources/lang/zh/message.php @@ -3,4 +3,5 @@ return [ 'placeholder' => '在此处输入内容进行搜索', 'null_msg' => '未找到', + 'choose_country' => '选择一个国家', ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/af/button.php b/addons/default/visiosoft/media-field_type/resources/lang/af/button.php index 6b185191a..0eb5d4a16 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/af/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/af/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Hoof', + 'rotate' => 'Draai', + 'delete' => 'Vee uit' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/ar/button.php b/addons/default/visiosoft/media-field_type/resources/lang/ar/button.php index 7c68e8cab..85422b27e 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/ar/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/ar/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'الأساسية', + 'rotate' => 'استدارة', + 'delete' => 'حذف' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/az/button.php b/addons/default/visiosoft/media-field_type/resources/lang/az/button.php index 0ff326e7b..8f9c0c270 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/az/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/az/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Əsas', + 'rotate' => 'Döndürün', + 'delete' => 'Sil' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/bg/button.php b/addons/default/visiosoft/media-field_type/resources/lang/bg/button.php index 87bb5f896..1a2990d21 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/bg/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/bg/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Основна', + 'rotate' => 'Завъртете', + 'delete' => 'Изтрий' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/bn/button.php b/addons/default/visiosoft/media-field_type/resources/lang/bn/button.php index de1d215e8..9ab225a1a 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/bn/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/bn/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'প্রধান', + 'rotate' => 'ঘুরান', + 'delete' => 'মুছে ফেলা' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/ca/button.php b/addons/default/visiosoft/media-field_type/resources/lang/ca/button.php index eb0c13fbc..fe6607bf1 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/ca/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/ca/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Principal', + 'rotate' => 'Gira', + 'delete' => 'Suprimeix' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/cs/button.php b/addons/default/visiosoft/media-field_type/resources/lang/cs/button.php index 948dc10c1..4c8ad473d 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/cs/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/cs/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Hlavní', + 'rotate' => 'Točit se', + 'delete' => 'Vymazat' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/da/button.php b/addons/default/visiosoft/media-field_type/resources/lang/da/button.php index 2826cc382..d478350d3 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/da/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/da/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Vigtigste', + 'rotate' => 'Rotere', + 'delete' => 'Slet' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/de/button.php b/addons/default/visiosoft/media-field_type/resources/lang/de/button.php index 5410f83cd..673882d95 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/de/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/de/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Main', + 'rotate' => 'Drehen', + 'delete' => 'Löschen' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/el/button.php b/addons/default/visiosoft/media-field_type/resources/lang/el/button.php index 1678aa78b..70f88fed3 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/el/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/el/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Κύριος', + 'rotate' => 'Γυρίζω', + 'delete' => 'Διαγράφω' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/es/button.php b/addons/default/visiosoft/media-field_type/resources/lang/es/button.php index eb0c13fbc..c09ef35e5 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/es/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/es/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Principal', + 'rotate' => 'Girar', + 'delete' => 'Borrar' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/fa/button.php b/addons/default/visiosoft/media-field_type/resources/lang/fa/button.php index 2ddf8a3bf..a3cc81079 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/fa/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/fa/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'اصلی', + 'rotate' => 'چرخش', + 'delete' => 'حذف' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/fi/button.php b/addons/default/visiosoft/media-field_type/resources/lang/fi/button.php index 5410f83cd..f3fa9c8ef 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/fi/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/fi/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Main', + 'rotate' => 'Kiertää', + 'delete' => 'Poistaa' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/fr/button.php b/addons/default/visiosoft/media-field_type/resources/lang/fr/button.php index 61870a60e..8c8c81071 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/fr/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/fr/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Principale', + 'rotate' => 'Tourner', + 'delete' => 'Effacer' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/he/button.php b/addons/default/visiosoft/media-field_type/resources/lang/he/button.php index 9ee1f343b..6f9a11fb4 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/he/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/he/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'עיקרי', + 'rotate' => 'להתחלף', + 'delete' => 'לִמְחוֹק' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/hi/button.php b/addons/default/visiosoft/media-field_type/resources/lang/hi/button.php index 00c199948..f600d9260 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/hi/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/hi/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'मुख्य', + 'rotate' => 'घुमाएँ', + 'delete' => 'हटाएं' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/hu/button.php b/addons/default/visiosoft/media-field_type/resources/lang/hu/button.php index 4195b5d8c..751adbe9e 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/hu/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/hu/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Fő', + 'rotate' => 'Forog', + 'delete' => 'Töröl' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/id/button.php b/addons/default/visiosoft/media-field_type/resources/lang/id/button.php index 9803c1112..4ae567398 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/id/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/id/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Utama', + 'rotate' => 'Memutar', + 'delete' => 'Menghapus' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/it/button.php b/addons/default/visiosoft/media-field_type/resources/lang/it/button.php index 61870a60e..bf2012c57 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/it/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/it/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Principale', + 'rotate' => 'Ruotare', + 'delete' => 'Elimina' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/ja/button.php b/addons/default/visiosoft/media-field_type/resources/lang/ja/button.php index ba54223e9..ed6f9fae0 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/ja/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/ja/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'メイン', + 'rotate' => '回転する', + 'delete' => '削除' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/ko/button.php b/addons/default/visiosoft/media-field_type/resources/lang/ko/button.php index 1afaa5f97..52412c33b 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/ko/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/ko/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => '본관', + 'rotate' => '회전', + 'delete' => '지우다' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/ku/button.php b/addons/default/visiosoft/media-field_type/resources/lang/ku/button.php index 8f9612c63..79003b53a 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/ku/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/ku/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'سەرەکی', + 'rotate' => 'Yîvirrîn', + 'delete' => 'Jêbirin' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/nl/button.php b/addons/default/visiosoft/media-field_type/resources/lang/nl/button.php index 3081912e0..65e3f2293 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/nl/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/nl/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Hoofd', + 'rotate' => 'Draaien', + 'delete' => 'Verwijderen' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/no/button.php b/addons/default/visiosoft/media-field_type/resources/lang/no/button.php index 3b5e148bf..23e14a4b3 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/no/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/no/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Hoved', + 'rotate' => 'Rotere', + 'delete' => 'Slett' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/pl/button.php b/addons/default/visiosoft/media-field_type/resources/lang/pl/button.php index b729a78ec..667f42f80 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/pl/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/pl/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Główny', + 'rotate' => 'Obracać się', + 'delete' => 'Kasować' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/pt/button.php b/addons/default/visiosoft/media-field_type/resources/lang/pt/button.php index 111aa82f9..4eec20587 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/pt/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/pt/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'a Principal', + 'rotate' => 'Girar', + 'delete' => 'Excluir' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/ro/button.php b/addons/default/visiosoft/media-field_type/resources/lang/ro/button.php index eb0c13fbc..021964157 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/ro/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/ro/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Principal', + 'rotate' => 'Roti', + 'delete' => 'Șterge' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/ru/button.php b/addons/default/visiosoft/media-field_type/resources/lang/ru/button.php index 14ced4dfe..abe09be69 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/ru/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/ru/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Основной', + 'rotate' => 'Повернуть', + 'delete' => 'Удалить' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/sq/button.php b/addons/default/visiosoft/media-field_type/resources/lang/sq/button.php index 305e2df1a..5fd57db62 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/sq/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/sq/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Kryesor', + 'rotate' => 'Rrotullohen', + 'delete' => 'Fshije' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/sr/button.php b/addons/default/visiosoft/media-field_type/resources/lang/sr/button.php index 6fe08b8dd..2f3bbc018 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/sr/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/sr/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Главни', + 'rotate' => 'Ротирај', + 'delete' => 'Избриши' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/sv/button.php b/addons/default/visiosoft/media-field_type/resources/lang/sv/button.php index 076ba0853..2f12247d6 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/sv/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/sv/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Huvudsaklig', + 'rotate' => 'Rotera', + 'delete' => 'Radera' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/uk/button.php b/addons/default/visiosoft/media-field_type/resources/lang/uk/button.php index 87bb5f896..996619463 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/uk/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/uk/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Основна', + 'rotate' => 'Обертати', + 'delete' => 'Видалити' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/ur/button.php b/addons/default/visiosoft/media-field_type/resources/lang/ur/button.php index 8cef44d50..bdee6bb8a 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/ur/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/ur/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'مرکزی', + 'rotate' => 'گھمائیں', + 'delete' => 'حذف کریں' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/vi/button.php b/addons/default/visiosoft/media-field_type/resources/lang/vi/button.php index 67a1c0320..0c7725098 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/vi/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/vi/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => 'Chủ yếu', + 'rotate' => 'Quay', + 'delete' => 'Xóa bỏ' ]; diff --git a/addons/default/visiosoft/media-field_type/resources/lang/zh/button.php b/addons/default/visiosoft/media-field_type/resources/lang/zh/button.php index e95d20afd..565b5ab88 100644 --- a/addons/default/visiosoft/media-field_type/resources/lang/zh/button.php +++ b/addons/default/visiosoft/media-field_type/resources/lang/zh/button.php @@ -2,4 +2,6 @@ return [ 'showOn' => '主要', + 'rotate' => '旋转', + 'delete' => '删除' ]; diff --git a/addons/default/visiosoft/profile-module/resources/lang/af/field.php b/addons/default/visiosoft/profile-module/resources/lang/af/field.php index 418c1a49e..4455a5af8 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/af/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/af/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Verander wagwoord', 'choose_an_option' => 'Kies \'n opsie ...', 'change_status' => 'Verander status', + 'profile_settings' => 'Profielinstellings', + 'profile_detail' => 'Profielbesonderhede', // Register page 'accept_terms_label' => 'Ek aanvaar die bepalings.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/field.php b/addons/default/visiosoft/profile-module/resources/lang/ar/field.php index fedc73978..99304b59a 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/field.php @@ -468,6 +468,8 @@ return [ 'change_password' => 'غير كلمة السر', 'choose_an_option' => 'إختر خيار...', 'change_status' => 'تغيير الوضع', + 'profile_settings' => 'إعدادات الملف الشخصي', + 'profile_detail' => 'تفاصيل الملف الشخصي', // Register page 'accept_terms_label' => 'أوافق على شروط.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/az/field.php b/addons/default/visiosoft/profile-module/resources/lang/az/field.php index 6cd512adb..0528298b2 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/az/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/az/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Parolu dəyişdirin', 'choose_an_option' => 'Bir seçim seçin ...', 'change_status' => 'Vəziyyəti dəyişdirin', + 'profile_settings' => 'Profil parametrləri', + 'profile_detail' => 'Profil ətraflı', // Register page 'accept_terms_label' => 'Şərtləri qəbul edirəm.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/bg/field.php b/addons/default/visiosoft/profile-module/resources/lang/bg/field.php index 443f5112f..339ba04fd 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/bg/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/bg/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Промяна на паролата', 'choose_an_option' => 'Избери опция...', 'change_status' => 'Промяна на състоянието', + 'profile_settings' => 'Настройки на профила', + 'profile_detail' => 'Подробности за профила', // Register page 'accept_terms_label' => 'Приемам условията.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/bn/field.php b/addons/default/visiosoft/profile-module/resources/lang/bn/field.php index 909f41afb..0fced9180 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/bn/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/bn/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'পাসওয়ার্ড পরিবর্তন করুন', 'choose_an_option' => 'একটি বিকল্প নির্বাচন করুন...', 'change_status' => 'স্ট্যাটাস বদলাও', + 'profile_settings' => 'প্রোফাইল সেটিংস', + 'profile_detail' => 'প্রোফাইল বিশদ', // Register page 'accept_terms_label' => 'আমি শর্তাদি গ্রহণ করি।', diff --git a/addons/default/visiosoft/profile-module/resources/lang/ca/field.php b/addons/default/visiosoft/profile-module/resources/lang/ca/field.php index 8fa4bf519..c7651be33 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ca/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ca/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Canvia la contrasenya', 'choose_an_option' => 'Trieu una opció ...', 'change_status' => 'Canvia l\'estat', + 'profile_settings' => 'Configuració del perfil', + 'profile_detail' => 'Detall del perfil', // Register page 'accept_terms_label' => 'Accepto les condicions.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/cs/field.php b/addons/default/visiosoft/profile-module/resources/lang/cs/field.php index 748f0fc28..1c46b1ac2 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/cs/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/cs/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Změnit heslo', 'choose_an_option' => 'Vyberte možnost...', 'change_status' => 'Změnit stav', + 'profile_settings' => 'Nastavení profilu', + 'profile_detail' => 'Detail profilu', // Register page 'accept_terms_label' => 'Souhlasím s podmínkami.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/da/field.php b/addons/default/visiosoft/profile-module/resources/lang/da/field.php index d09c25c4e..3422797f3 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/da/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/da/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Skift kodeord', 'choose_an_option' => 'Vælg en mulighed ...', 'change_status' => 'Skift status', + 'profile_settings' => 'Profilindstillinger', + 'profile_detail' => 'Profildetalje', // Register page 'accept_terms_label' => 'Jeg accepterer vilkårene.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/de/field.php b/addons/default/visiosoft/profile-module/resources/lang/de/field.php index ca733db82..180e9b8fe 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/de/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/de/field.php @@ -474,6 +474,8 @@ return [ 'change_password' => 'Ändere das Passwort', 'choose_an_option' => 'Wähle eine Option...', 'change_status' => 'Status ändern', + 'profile_settings' => 'Profileinstellungen', + 'profile_detail' => 'Profildetail', // Register page 'accept_terms_label' => 'Ich akzeptiere die Bedingungen.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/el/field.php b/addons/default/visiosoft/profile-module/resources/lang/el/field.php index 803c0c728..9f713e314 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/el/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/el/field.php @@ -471,6 +471,8 @@ return [ 'change_password' => 'Άλλαξε κωδικό', 'choose_an_option' => 'Διάλεξε μια επιλογή...', 'change_status' => 'Αλλαγή κατάστασης', + 'profile_settings' => 'Ρυθμίσεις προφίλ', + 'profile_detail' => 'Λεπτομέρεια προφίλ', // Register page 'accept_terms_label' => 'Αποδέχομαι τους όρους.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/es/field.php b/addons/default/visiosoft/profile-module/resources/lang/es/field.php index 8a9f499d3..e2324ce7c 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/es/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/es/field.php @@ -471,6 +471,8 @@ return [ 'change_password' => 'Cambia la contraseña', 'choose_an_option' => 'Escoge una opción...', 'change_status' => 'Cambiar Estado', + 'profile_settings' => 'Configuración de perfil', + 'profile_detail' => 'Detalle de perfil', // Register page 'accept_terms_label' => 'Acepto los términos.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/fa/field.php b/addons/default/visiosoft/profile-module/resources/lang/fa/field.php index bb55341e8..b95055218 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fa/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fa/field.php @@ -468,6 +468,8 @@ return [ 'change_password' => 'تغییر رمز عبور', 'choose_an_option' => 'گزینه ای را انتخاب کنید ...', 'change_status' => 'تغییروضعیت، تغییر حالت', + 'profile_settings' => 'تنظیمات نمایه', + 'profile_detail' => 'مشخصات مشخصات', // Register page 'accept_terms_label' => 'من شرایط را قبول می کنم', diff --git a/addons/default/visiosoft/profile-module/resources/lang/fi/field.php b/addons/default/visiosoft/profile-module/resources/lang/fi/field.php index 333e1e8cd..bad64e969 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fi/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fi/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Vaihda salasana', 'choose_an_option' => 'Valitse vaihtoehto...', 'change_status' => 'Vaihda tilaa', + 'profile_settings' => 'Profiilin asetukset', + 'profile_detail' => 'Profiilin yksityiskohdat', // Register page 'accept_terms_label' => 'Hyväksyn ehdot.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/fr/field.php b/addons/default/visiosoft/profile-module/resources/lang/fr/field.php index 15780ffc1..e2dbf9a6e 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fr/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fr/field.php @@ -471,6 +471,8 @@ return [ 'change_password' => 'Changer le mot de passe', 'choose_an_option' => 'Choisis une option...', 'change_status' => 'Changer de statut', + 'profile_settings' => 'Paramètres de profil', + 'profile_detail' => 'Détail du profil', // Register page 'accept_terms_label' => 'J\'accepte les conditions.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/he/field.php b/addons/default/visiosoft/profile-module/resources/lang/he/field.php index 9a338d4ff..a8c9eaab7 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/he/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/he/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'שנה סיסמא', 'choose_an_option' => 'בחר אפשרות...', 'change_status' => 'לשנות סטטוס', + 'profile_settings' => 'הגדרות פרופיל', + 'profile_detail' => 'פרטי הפרופיל', // Register page 'accept_terms_label' => 'אני מקבל את התנאים.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/hi/field.php b/addons/default/visiosoft/profile-module/resources/lang/hi/field.php index 9afc33dab..f34ceecc0 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/hi/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/hi/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'पासवर्ड बदलें', 'choose_an_option' => 'एक विकल्प चुनें...', 'change_status' => 'अवस्था बदलो', + 'profile_settings' => 'पार्श्वचित्र समायोजन', + 'profile_detail' => 'प्रोफाइल का विवरण', // Register page 'accept_terms_label' => 'मैं शर्तें मंज़ूर करता हूँ।', diff --git a/addons/default/visiosoft/profile-module/resources/lang/hu/field.php b/addons/default/visiosoft/profile-module/resources/lang/hu/field.php index ec348cde4..14b099f3f 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/hu/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/hu/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Jelszó módosítása', 'choose_an_option' => 'Válassz egy lehetőséget...', 'change_status' => 'Állapotváltozás', + 'profile_settings' => 'Profilbeállítások', + 'profile_detail' => 'Profil részlete', // Register page 'accept_terms_label' => 'Elfogadom a feltételeket.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/id/field.php b/addons/default/visiosoft/profile-module/resources/lang/id/field.php index 44938bee2..254e4043a 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/id/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/id/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Ganti kata sandi', 'choose_an_option' => 'Pilih salah satu opsi ...', 'change_status' => 'Merubah status', + 'profile_settings' => 'Pengaturan Profil', + 'profile_detail' => 'Detail Profil', // Register page 'accept_terms_label' => 'Saya menerima persyaratannya.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/field.php b/addons/default/visiosoft/profile-module/resources/lang/it/field.php index 6b866f57e..6bbf4ffd6 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/field.php @@ -50,7 +50,7 @@ return [ 'name' => 'Numero di telefono di terra' ], 'office_phone' => [ - 'name' => 'Numero di telefono dell\'ufficio' + 'name' => 'Numero di telefono dell\\'ufficio' ], 'register_type' => [ 'name' => 'Tipo di registro' @@ -158,7 +158,7 @@ return [ 'name' => 'In attesa di approvazione' ], 'menu_delete_account' => [ - 'name' => 'Chiudere l\'account' + 'name' => 'Chiudere l\\'account' ], 'menu_my_ads' => [ 'name' => 'I miei annunci' @@ -170,7 +170,7 @@ return [ 'name' => 'Ciao' ], 'menu_last_msg' => [ - 'name' => 'Hai effettuato l\'ultimo accesso alle' + 'name' => 'Hai effettuato l\\'ultimo accesso alle' ], 'menu_packages' => [ 'name' => 'I miei pacchetti' @@ -270,7 +270,7 @@ return [ 'name' => 'Totale', ], 'order_date' => [ - 'name' => 'Data dell\'ordine', + 'name' => 'Data dell\\'ordine', ], 'order_no' => [ 'name' => 'ID ordine', @@ -471,6 +471,8 @@ return [ 'change_password' => 'Cambia la password', 'choose_an_option' => 'Scegliere un\'opzione...', 'change_status' => 'Cambiare stato', + 'profile_settings' => 'Impostazioni del profilo', + 'profile_detail' => 'Dettaglio profilo', // Register page 'accept_terms_label' => 'Accetto i termini.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/ja/field.php b/addons/default/visiosoft/profile-module/resources/lang/ja/field.php index a8ce0e96c..9d69f53be 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ja/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ja/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'パスワードを変更する', 'choose_an_option' => 'オプションを選択...', 'change_status' => 'ステータスを変更する', + 'profile_settings' => 'プロファイル設定', + 'profile_detail' => 'プロファイルの詳細', // Register page 'accept_terms_label' => '利用規約に同意します。', diff --git a/addons/default/visiosoft/profile-module/resources/lang/ko/field.php b/addons/default/visiosoft/profile-module/resources/lang/ko/field.php index 04e672c8a..b7944b569 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ko/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ko/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => '비밀번호 변경', 'choose_an_option' => '옵션을 선택하세요...', 'change_status' => '상태 변경', + 'profile_settings' => '프로필 설정', + 'profile_detail' => '프로필 세부 정보', // Register page 'accept_terms_label' => '약관에 동의합니다.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/ku/field.php b/addons/default/visiosoft/profile-module/resources/lang/ku/field.php index 690752d67..bed52a913 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ku/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ku/field.php @@ -533,6 +533,8 @@ return [ 'choose_an_option' => 'بژاردەیەک هەڵبژێرە ', 'change_status' => 'Guhertina Rewşê', + 'profile_settings' => 'Mîhengên Profîlê', + 'profile_detail' => 'Profile Detail', // Register page 'accept_terms_label' => 'من مەرجەکان قبوڵ دەکەم diff --git a/addons/default/visiosoft/profile-module/resources/lang/nl/field.php b/addons/default/visiosoft/profile-module/resources/lang/nl/field.php index 482fb5cb2..c99219b3d 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/nl/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/nl/field.php @@ -2,7 +2,7 @@ return [ 'file' => [ - 'name' => 'foto\'s' + 'name' => 'foto\\'s' ], 'first_name' => [ 'name' => 'Voornaam' @@ -471,6 +471,8 @@ return [ 'change_password' => 'Wachtwoord wijzigen', 'choose_an_option' => 'Kies een optie...', 'change_status' => 'Verander status', + 'profile_settings' => 'Profielinstellingen', + 'profile_detail' => 'Profiel Detail', // Register page 'accept_terms_label' => 'Ik ga akkoord met de voorwaarden.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/no/field.php b/addons/default/visiosoft/profile-module/resources/lang/no/field.php index 884f8f8dc..6aa290245 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/no/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/no/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Bytt passord', 'choose_an_option' => 'Velg et alternativ...', 'change_status' => 'Endre status', + 'profile_settings' => 'Profilinnstillinger', + 'profile_detail' => 'Profildetaljer', // Register page 'accept_terms_label' => 'Jeg godtar vilkårene.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/pl/field.php b/addons/default/visiosoft/profile-module/resources/lang/pl/field.php index 1c5470d69..ed0ac9248 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pl/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pl/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Zmień hasło', 'choose_an_option' => 'Wybierz opcję...', 'change_status' => 'Zmień status', + 'profile_settings' => 'Ustawienia profilu', + 'profile_detail' => 'Szczegóły profilu', // Register page 'accept_terms_label' => 'Akceptuję warunki.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/pt/field.php b/addons/default/visiosoft/profile-module/resources/lang/pt/field.php index 68f582f4c..80683e101 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pt/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pt/field.php @@ -471,6 +471,8 @@ return [ 'change_password' => 'Mudar senha', 'choose_an_option' => 'Escolha uma opção...', 'change_status' => 'Alterar status', + 'profile_settings' => 'Configurações de perfil', + 'profile_detail' => 'Detalhe do Perfil', // Register page 'accept_terms_label' => 'Eu aceito os termos.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/ro/field.php b/addons/default/visiosoft/profile-module/resources/lang/ro/field.php index 076efca90..57d91e925 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ro/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ro/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Schimbați parola', 'choose_an_option' => 'Alege o opțiune...', 'change_status' => 'Schimba starea', + 'profile_settings' => 'Setarile profilului', + 'profile_detail' => 'Detaliu profil', // Register page 'accept_terms_label' => 'Accept termenii.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/field.php b/addons/default/visiosoft/profile-module/resources/lang/ru/field.php index 31ed7154e..c89ed026d 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/field.php @@ -470,6 +470,8 @@ return [ 'change_password' => 'Сменить пароль', 'choose_an_option' => 'Выберите опцию...', 'change_status' => 'Изменить статус', + 'profile_settings' => 'Настройки профиля', + 'profile_detail' => 'Детали профиля', // Register page 'accept_terms_label' => 'Я принимаю условия.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/sq/field.php b/addons/default/visiosoft/profile-module/resources/lang/sq/field.php index 2266f9deb..1ca9dd240 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sq/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sq/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Ndrysho fjalekalimin', 'choose_an_option' => 'Zgjidhni një opsion ...', 'change_status' => 'Ndrysho statusin', + 'profile_settings' => 'Cilësimet e profilit', + 'profile_detail' => 'Detaji i profilit', // Register page 'accept_terms_label' => 'Unë i pranoj kushtet.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/sr/field.php b/addons/default/visiosoft/profile-module/resources/lang/sr/field.php index 7899d298d..eecf397a4 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sr/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sr/field.php @@ -44,13 +44,13 @@ return [ 'name' => 'Село' ], 'gsm_phone' => [ - 'name' => 'ГСМ телефон' + 'name' => 'Мобилни телефон' ], 'land_phone' => [ - 'name' => 'Земаљски телефон' + 'name' => 'Фиксни телефон' ], 'office_phone' => [ - 'name' => 'Канцеларијски телефон' + 'name' => 'Службени телефон' ], 'register_type' => [ 'name' => 'Тип регистра' @@ -95,10 +95,10 @@ return [ 'name' => 'Поштански број' ], 'adress_gsm_phone' => [ - 'name' => 'Гсм телефон' + 'name' => 'Мобилни телефон' ], 'adress_land_phone' => [ - 'name' => 'Земаљски телефон' + 'name' => 'Фиксни телефон' ], 'adress_country' => [ 'name' => 'Цоунтри' @@ -469,6 +469,8 @@ return [ 'change_password' => 'Промени лозинку', 'choose_an_option' => 'Изабери опцију...', 'change_status' => 'Промени статус', + 'profile_settings' => 'Подешавања профила', + 'profile_detail' => 'Детаљи профила', // Register page 'accept_terms_label' => 'Прихватам услове.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/sv/field.php b/addons/default/visiosoft/profile-module/resources/lang/sv/field.php index f34136250..7501fef7e 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sv/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sv/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Ändra lösenord', 'choose_an_option' => 'Välj ett alternativ...', 'change_status' => 'Byta status', + 'profile_settings' => 'Profilinställningar', + 'profile_detail' => 'Profildetalj', // Register page 'accept_terms_label' => 'Jag accepterar villkoren.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/tr/field.php b/addons/default/visiosoft/profile-module/resources/lang/tr/field.php index 11582c687..2e759afdc 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/tr/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/tr/field.php @@ -468,6 +468,8 @@ return [ 'change_password' => 'Şifre değiştir', 'choose_an_option' => 'Seçim yapınız...', 'change_status' => 'Durum değiştirmek', + 'profile_settings' => 'Profil ayarları', + 'profile_detail' => 'Profil Detayı', // Register page 'accept_terms_label' => 'Koşulları kabul ediyorum.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/uk/field.php b/addons/default/visiosoft/profile-module/resources/lang/uk/field.php index 14273393e..5e696a85c 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/uk/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/uk/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Змінити пароль', 'choose_an_option' => 'Виберіть варіант ...', 'change_status' => 'Змінити статус', + 'profile_settings' => 'Налаштування профілю', + 'profile_detail' => 'Деталь профілю', // Register page 'accept_terms_label' => 'Я приймаю умови.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/ur/field.php b/addons/default/visiosoft/profile-module/resources/lang/ur/field.php index 75dcaf148..b1eb7f5d5 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ur/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ur/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'پاس ورڈ تبدیل کریں', 'choose_an_option' => 'ایک آپشن منتخب کریں ...', 'change_status' => 'حالت تبدیل کریں', + 'profile_settings' => 'پروفائل کی ترتیبات', + 'profile_detail' => 'پروفائل تفصیل', // Register page 'accept_terms_label' => 'میں شرائط کو قبول کرتا ہوں۔', diff --git a/addons/default/visiosoft/profile-module/resources/lang/vi/field.php b/addons/default/visiosoft/profile-module/resources/lang/vi/field.php index b20cdebac..a92152811 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/vi/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/vi/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Đổi mật khẩu', 'choose_an_option' => 'Chọn một sự lựa chọn...', 'change_status' => 'Thay đổi trạng thái', + 'profile_settings' => 'Cài đặt cấu hình', + 'profile_detail' => 'Chi tiết hồ sơ', // Register page 'accept_terms_label' => 'Tôi chấp nhận các điều khoản.', diff --git a/addons/default/visiosoft/profile-module/resources/lang/zh/field.php b/addons/default/visiosoft/profile-module/resources/lang/zh/field.php index 6a433fb0b..690a89a95 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/zh/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/zh/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => '更改密码', 'choose_an_option' => '选择一个选项...', 'change_status' => '变更状态', + 'profile_settings' => '个人资料设置', + 'profile_detail' => '个人资料详细信息', // Register page 'accept_terms_label' => '我接受这些条款。', From eb2ed8fb65041c16b601b106fde9c3bab1aee2ab Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 15 Apr 2021 23:30:43 +0300 Subject: [PATCH 04/80] New translations field.php (Turkish) --- .../default/visiosoft/advs-module/resources/lang/tr/field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/tr/field.php b/addons/default/visiosoft/advs-module/resources/lang/tr/field.php index 72195a0f9..1e75b985a 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/tr/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/tr/field.php @@ -340,7 +340,7 @@ return [ 'default_owner_instruction' => 'Hiçbir kullanıcı seçilmezse, sahip varsayılan olarak mevcut kullanıcıyı kullanır', // Listing page - 'ad_title' => 'Reklam Başlığı', + 'ad_title' => 'Başlık', 'listing_date' => 'İlan Tarihi', 'view' => 'Görünüm', 'ads_with_map' => 'Haritalı İlanlar', From 4a02d5ea46f7ec40d8c6a204781ad764f4f2ce72 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 15 Apr 2021 23:36:41 +0300 Subject: [PATCH 05/80] Duplicate route removed --- .../visiosoft/advs-module/src/AdvsModuleServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/src/AdvsModuleServiceProvider.php b/addons/default/visiosoft/advs-module/src/AdvsModuleServiceProvider.php index 13d724a0f..937d1e0da 100644 --- a/addons/default/visiosoft/advs-module/src/AdvsModuleServiceProvider.php +++ b/addons/default/visiosoft/advs-module/src/AdvsModuleServiceProvider.php @@ -191,7 +191,7 @@ class AdvsModuleServiceProvider extends AddonServiceProvider 'uses' => 'Visiosoft\AdvsModule\Http\Controller\AjaxController@getMyAds' ], 'ajax/get-advs-by-category/{categoryID}' => [ - 'as' => 'ajax::getAds', + 'as' => 'ajax::getAdvsByCat', 'uses' => 'Visiosoft\AdvsModule\Http\Controller\AjaxController@getAdvsByCat' ], 'class/ajax' => 'Visiosoft\AdvsModule\Http\Controller\AjaxController@locations', From 0aa8443c53b895df96971bb036c7cf6719d7c5e5 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 16 Apr 2021 00:43:46 +0300 Subject: [PATCH 06/80] Seeder fixed --- database/{seeds => seeder}/.gitkeep | 0 database/{seeds => seeder}/DatabaseSeeder.php | 3 ++- database/{seeds => seeder}/GridSeeder.php | 0 database/{seeds => seeder}/settings.sql | 0 database/{seeds => seeder}/widgetSeeder.php | 0 5 files changed, 2 insertions(+), 1 deletion(-) rename database/{seeds => seeder}/.gitkeep (100%) rename database/{seeds => seeder}/DatabaseSeeder.php (99%) rename database/{seeds => seeder}/GridSeeder.php (100%) rename database/{seeds => seeder}/settings.sql (100%) rename database/{seeds => seeder}/widgetSeeder.php (100%) diff --git a/database/seeds/.gitkeep b/database/seeder/.gitkeep similarity index 100% rename from database/seeds/.gitkeep rename to database/seeder/.gitkeep diff --git a/database/seeds/DatabaseSeeder.php b/database/seeder/DatabaseSeeder.php similarity index 99% rename from database/seeds/DatabaseSeeder.php rename to database/seeder/DatabaseSeeder.php index 7ca7321fa..d5ff637c0 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeder/DatabaseSeeder.php @@ -1,4 +1,5 @@ open(storage_path('images.zip'), ZipArchive::CREATE); $zip->extractTo(storage_path('streams/default/files-module/local/images/')); $zip->open(storage_path('cats.zip'), ZipArchive::CREATE); diff --git a/database/seeds/GridSeeder.php b/database/seeder/GridSeeder.php similarity index 100% rename from database/seeds/GridSeeder.php rename to database/seeder/GridSeeder.php diff --git a/database/seeds/settings.sql b/database/seeder/settings.sql similarity index 100% rename from database/seeds/settings.sql rename to database/seeder/settings.sql diff --git a/database/seeds/widgetSeeder.php b/database/seeder/widgetSeeder.php similarity index 100% rename from database/seeds/widgetSeeder.php rename to database/seeder/widgetSeeder.php From b4d676b42b7d5ce2a5fa99eea8fdf989f1563da4 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 16 Apr 2021 00:44:47 +0300 Subject: [PATCH 07/80] Seeder fixed --- composer.json | 4 +++- database/seeder/DatabaseSeeder.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 269cc7c31..bd82a1ba6 100644 --- a/composer.json +++ b/composer.json @@ -111,7 +111,9 @@ "database" ], "psr-4": { - "App\\": "app/" + "App\\": "app/", + "Database\\Factories\\": "database/factories/", + "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { diff --git a/database/seeder/DatabaseSeeder.php b/database/seeder/DatabaseSeeder.php index d5ff637c0..72d058d6c 100644 --- a/database/seeder/DatabaseSeeder.php +++ b/database/seeder/DatabaseSeeder.php @@ -127,7 +127,7 @@ class DatabaseSeeder extends Seeder Model::reguard(); - $zip = new \ZipArchive(); + $zip = new ZipArchive(); $zip->open(storage_path('images.zip'), ZipArchive::CREATE); $zip->extractTo(storage_path('streams/default/files-module/local/images/')); $zip->open(storage_path('cats.zip'), ZipArchive::CREATE); From 008720db5e955ce4182f1bef5c10e0a2b9440846 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Fri, 16 Apr 2021 06:02:21 +0300 Subject: [PATCH 08/80] fixed seeder --- database/seeder/DatabaseSeeder.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/database/seeder/DatabaseSeeder.php b/database/seeder/DatabaseSeeder.php index 72d058d6c..cdb4e5da1 100644 --- a/database/seeder/DatabaseSeeder.php +++ b/database/seeder/DatabaseSeeder.php @@ -6,10 +6,8 @@ use Anomaly\FilesModule\Folder\Contract\FolderRepositoryInterface; use Anomaly\NavigationModule\Link\LinkModel; use Anomaly\NavigationModule\Menu\Contract\MenuRepositoryInterface; use Anomaly\Streams\Platform\Entry\EntryRepository; -use Anomaly\Streams\Platform\Model\Users\UsersUsersEntryModel; use Anomaly\UrlLinkTypeExtension\UrlLinkTypeModel; use Anomaly\UsersModule\Role\Contract\RoleRepositoryInterface; -use Anomaly\UsersModule\User\Contract\UserInterface; use Anomaly\UsersModule\User\Contract\UserRepositoryInterface; use Anomaly\UsersModule\User\UserActivator; use Illuminate\Database\Seeder; @@ -17,6 +15,8 @@ use Anomaly\DashboardModule\Widget\Contract\WidgetRepositoryInterface; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Facades\Artisan; use Illuminate\Support\Facades\DB; +use widgetSeeder; +use ZipArchive; class DatabaseSeeder extends Seeder { @@ -127,7 +127,7 @@ class DatabaseSeeder extends Seeder Model::reguard(); - $zip = new ZipArchive(); + $zip = new \ZipArchive(); $zip->open(storage_path('images.zip'), ZipArchive::CREATE); $zip->extractTo(storage_path('streams/default/files-module/local/images/')); $zip->open(storage_path('cats.zip'), ZipArchive::CREATE); From 7d0409f9ad7eb96f5d2da07ab2d77cd477de0dc7 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Fri, 16 Apr 2021 07:11:51 +0300 Subject: [PATCH 09/80] fixed default icons --- database/seeder/DatabaseSeeder.php | 279 +++++++++++++++-------------- 1 file changed, 143 insertions(+), 136 deletions(-) diff --git a/database/seeder/DatabaseSeeder.php b/database/seeder/DatabaseSeeder.php index cdb4e5da1..ad34c8502 100644 --- a/database/seeder/DatabaseSeeder.php +++ b/database/seeder/DatabaseSeeder.php @@ -10,6 +10,7 @@ use Anomaly\UrlLinkTypeExtension\UrlLinkTypeModel; use Anomaly\UsersModule\Role\Contract\RoleRepositoryInterface; use Anomaly\UsersModule\User\Contract\UserRepositoryInterface; use Anomaly\UsersModule\User\UserActivator; +use Illuminate\Console\Command; use Illuminate\Database\Seeder; use Anomaly\DashboardModule\Widget\Contract\WidgetRepositoryInterface; use Illuminate\Database\Eloquent\Model; @@ -20,144 +21,150 @@ use ZipArchive; class DatabaseSeeder extends Seeder { - protected $widgets; - protected $menus; - protected $users; - protected $roles; - protected $activator; - protected $disks; - protected $folders; + protected $widgets; + protected $menus; + protected $users; + protected $roles; + protected $activator; + protected $disks; + protected $folders; + protected $command; - public function __construct( - WidgetRepositoryInterface $widgets, - MenuRepositoryInterface $menus, - UserRepositoryInterface $users, - DiskRepositoryInterface $disks, - FolderRepositoryInterface $folders, - RoleRepositoryInterface $roles, - UserActivator $activator - ) - { - $this->widgets = $widgets; - $this->menus = $menus; - $this->users = $users; - $this->roles = $roles; - $this->activator = $activator; - $this->disks = $disks; - $this->folders = $folders; - } + public function __construct( + WidgetRepositoryInterface $widgets, + MenuRepositoryInterface $menus, + UserRepositoryInterface $users, + DiskRepositoryInterface $disks, + FolderRepositoryInterface $folders, + RoleRepositoryInterface $roles, + UserActivator $activator, + Command $command + ) + { + $this->widgets = $widgets; + $this->menus = $menus; + $this->users = $users; + $this->roles = $roles; + $this->activator = $activator; + $this->disks = $disks; + $this->folders = $folders; + $this->command = $command; + } - public function run() - { + public function run() + { - $admin = $this->roles->findBySlug('admin'); + $admin = $this->roles->findBySlug('admin'); - $this->users->unguard(); - $this->users->newQuery()->where('email', "info@openclassify.com")->forceDelete(); - $visiosoft_administrator = $this->users->create( - [ - 'first_name' => 'Dev', - 'last_name' => 'Openclassify', - 'display_name' => 'openclassify', - 'email' => "info@openclassify.com", - 'username' => "openclassify", - 'password' => "openclassify", - ] - ); + $this->users->unguard(); + $this->users->newQuery()->where('email', "info@openclassify.com")->forceDelete(); + $visiosoft_administrator = $this->users->create( + [ + 'first_name' => 'Dev', + 'last_name' => 'Openclassify', + 'display_name' => 'openclassify', + 'email' => "info@openclassify.com", + 'username' => "openclassify", + 'password' => "openclassify", + ] + ); - $visiosoft_administrator->roles()->sync([$admin->getId()]); + $visiosoft_administrator->roles()->sync([$admin->getId()]); - $this->activator->force($visiosoft_administrator); + $this->activator->force($visiosoft_administrator); - //Footer Link - LinkModel::query()->forceDelete(); - $repository = new EntryRepository(); - $repository->setModel(new UrlLinkTypeModel()); - $menu = $this->menus->findBySlug('footer'); + //Footer Link + LinkModel::query()->forceDelete(); + $repository = new EntryRepository(); + $repository->setModel(new UrlLinkTypeModel()); + $menu = $this->menus->findBySlug('footer'); - $openclassify = $repository->create( - [ - 'en' => [ - 'title' => 'OpenClassify.com', - ], - 'url' => 'https://openclassify.com/', - ] - ); - $visiosoft = $repository->create( - [ - 'en' => [ - 'title' => 'Visiosoft Inc.', - ], - 'url' => 'https://visiosoft.com.tr/', - ] - ); + $openclassify = $repository->create( + [ + 'en' => [ + 'title' => 'OpenClassify.com', + ], + 'url' => 'https://openclassify.com/', + ] + ); + $visiosoft = $repository->create( + [ + 'en' => [ + 'title' => 'Visiosoft Inc.', + ], + 'url' => 'https://visiosoft.com.tr/', + ] + ); - LinkModel::query()->create( - [ - 'menu' => $menu, - 'target' => '_blank', - 'entry' => $openclassify, - 'type' => 'anomaly.extension.url_link_type', - ] - ); - LinkModel::query()->create( - [ - 'menu' => $menu, - 'target' => '_blank', - 'entry' => $visiosoft, - 'type' => 'anomaly.extension.url_link_type', - ] - ); + LinkModel::query()->create( + [ + 'menu' => $menu, + 'target' => '_blank', + 'entry' => $openclassify, + 'type' => 'anomaly.extension.url_link_type', + ] + ); + LinkModel::query()->create( + [ + 'menu' => $menu, + 'target' => '_blank', + 'entry' => $visiosoft, + 'type' => 'anomaly.extension.url_link_type', + ] + ); - $repository = "https://raw.githubusercontent.com/openclassify/Openclassify-Demo-Data/upgrade3.8/"; - file_put_contents(storage_path('advs.sql'), fopen($repository . "advs.sql", 'r')); - file_put_contents(storage_path('settings.sql'), fopen($repository . "settings.sql", 'r')); - file_put_contents(storage_path('categories.sql'), fopen($repository . "categories.sql", 'r')); - file_put_contents(storage_path('images.zip'), fopen($repository . "images.zip", "r")); - file_put_contents(storage_path('cats.zip'), fopen($repository . "cats.zip", "r")); + $repository = "https://raw.githubusercontent.com/openclassify/Openclassify-Demo-Data/master/"; + file_put_contents(storage_path('advs.sql'), fopen($repository . "advs.sql", 'r')); + file_put_contents(storage_path('settings.sql'), fopen($repository . "settings.sql", 'r')); + file_put_contents(storage_path('categories.sql'), fopen($repository . "categories.sql", 'r')); + file_put_contents(storage_path('images.zip'), fopen($repository . "images.zip", "r")); + file_put_contents(storage_path('cats.zip'), fopen($repository . "cats.zip", "r")); - Model::unguard(); - DB::unprepared(file_get_contents(storage_path('advs.sql'))); - DB::unprepared(file_get_contents(storage_path('categories.sql'))); - DB::unprepared(file_get_contents(storage_path('settings.sql'))); - Model::reguard(); + Model::unguard(); + DB::unprepared(file_get_contents(storage_path('advs.sql'))); + DB::unprepared(file_get_contents(storage_path('categories.sql'))); + DB::unprepared(file_get_contents(storage_path('settings.sql'))); + Model::reguard(); - $zip = new \ZipArchive(); - $zip->open(storage_path('images.zip'), ZipArchive::CREATE); - $zip->extractTo(storage_path('streams/default/files-module/local/images/')); - $zip->open(storage_path('cats.zip'), ZipArchive::CREATE); - $zip->extractTo(storage_path('streams/default/files-module/local/images/')); - $zip->close(); + $zip = new \ZipArchive(); + $zip->open(storage_path('images.zip'), ZipArchive::CREATE); + $zip->extractTo(storage_path('streams/default/files-module/local/images/')); + $zip->open(storage_path('cats.zip'), ZipArchive::CREATE); + $zip->extractTo(storage_path('streams/default/files-module/local/category_icon/')); + $zip->close(); - $this->call(widgetSeeder::class); + //Sync Files + $this->command->call('files:sync'); + + $this->call(widgetSeeder::class); - //Create Store Icon Folder - if (!$this->folders->findBySlug('ads_excel')) { - $disk = $this->disks->findBySlug('local'); + //Create Store Icon Folder + if (!$this->folders->findBySlug('ads_excel')) { + $disk = $this->disks->findBySlug('local'); - $this->folders->create([ - 'en' => [ - 'name' => 'Ads Excel', - 'description' => 'A folder for Ads Excel.', - ], - 'slug' => 'ads_excel', - 'disk' => $disk - ]); - }; + $this->folders->create([ + 'en' => [ + 'name' => 'Ads Excel', + 'description' => 'A folder for Ads Excel.', + ], + 'slug' => 'ads_excel', + 'disk' => $disk + ]); + }; - if ($images_folder = $this->folders->findBySlug('images')) { - $images_folder->update([ - 'allowed_types' => [ - 'jpg', 'jpeg','png' - ], - ]); - } + if ($images_folder = $this->folders->findBySlug('images')) { + $images_folder->update([ + 'allowed_types' => [ + 'jpg', 'jpeg', 'png' + ], + ]); + } //Favicon Folder @@ -165,35 +172,35 @@ class DatabaseSeeder extends Seeder $disk = $this->disks->findBySlug('local'); $this->folders->create([ - 'en' => [ - 'name' => 'Favicon', + 'en' => [ + 'name' => 'Favicon', 'description' => 'A folder for Favicon.', ], - 'slug' => 'favicon', - 'disk' => $disk, + 'slug' => 'favicon', + 'disk' => $disk, 'allowed_types' => [ - 'ico','png', + 'ico', 'png', ], ]); }; - //Create Ads Documents Folder - if (!$this->folders->findBySlug('ads_documents')) { - $disk = $this->disks->findBySlug('local'); + //Create Ads Documents Folder + if (!$this->folders->findBySlug('ads_documents')) { + $disk = $this->disks->findBySlug('local'); - $this->folders->create([ - 'en' => [ - 'name' => 'Ads Documents', - 'description' => 'A folder for Ads Documents.', - ], - 'slug' => 'ads_documents', - 'disk' => $disk, - 'allowed_types' => [ - 'pdf', 'doc', 'docx', 'xls', 'xlsx', - ], - ]); - }; + $this->folders->create([ + 'en' => [ + 'name' => 'Ads Documents', + 'description' => 'A folder for Ads Documents.', + ], + 'slug' => 'ads_documents', + 'disk' => $disk, + 'allowed_types' => [ + 'pdf', 'doc', 'docx', 'xls', 'xlsx', + ], + ]); + }; //Create Category Icon Folder From 166e594e71bef6859cffe13835570cca703f4f80 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Fri, 16 Apr 2021 08:22:03 +0300 Subject: [PATCH 10/80] fixed seeder --- database/seeder/DatabaseSeeder.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/database/seeder/DatabaseSeeder.php b/database/seeder/DatabaseSeeder.php index ad34c8502..8bd2c7b8e 100644 --- a/database/seeder/DatabaseSeeder.php +++ b/database/seeder/DatabaseSeeder.php @@ -217,6 +217,12 @@ class DatabaseSeeder extends Seeder ]); }; + //Demodata Seeder + if(is_module_installed('visiosoft.module.demodata')) + { + $this->call(\Visiosoft\DemodataModule\Demodata\DemodataSeeder::class); + } + Artisan::call('assets:clear'); } } From 1af16e10a0dd1e72eb3c929e2cf95803a4b0398c Mon Sep 17 00:00:00 2001 From: vedatakd Date: Fri, 16 Apr 2021 08:49:45 +0300 Subject: [PATCH 11/80] added get sub categories --- .../visiosoft/cats-module/src/Category/CategoryModel.php | 5 +++++ .../cats-module/src/Category/Contract/CategoryInterface.php | 2 ++ 2 files changed, 7 insertions(+) diff --git a/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php b/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php index 3710ce233..47af1e1c1 100644 --- a/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php +++ b/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php @@ -64,4 +64,9 @@ class CategoryModel extends CatsCategoryEntryModel implements CategoryInterface { $this->update(['icon' => $url]); } + + public function getSubCategories() + { + return $this->where('parent_category_id', $this->getId())->get(); + } } diff --git a/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php b/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php index f18190b63..a16e64ef0 100644 --- a/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php +++ b/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php @@ -13,4 +13,6 @@ interface CategoryInterface extends EntryInterface public function getMains($id); public function setCategoryIconUrl($url); + + public function getSubCategories(); } From df45a6c5167322a0719766a6e8576b7ae66acbef Mon Sep 17 00:00:00 2001 From: vedatakd Date: Fri, 16 Apr 2021 09:45:13 +0300 Subject: [PATCH 12/80] fixed icons --- .../cats-module/src/Category/CategoryRepository.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/cats-module/src/Category/CategoryRepository.php b/addons/default/visiosoft/cats-module/src/Category/CategoryRepository.php index 597e08e6c..2ca855067 100644 --- a/addons/default/visiosoft/cats-module/src/Category/CategoryRepository.php +++ b/addons/default/visiosoft/cats-module/src/Category/CategoryRepository.php @@ -146,13 +146,13 @@ class CategoryRepository extends EntryRepository implements CategoryRepositoryIn 'c1.id', 'c1.slug', 'c1.parent_category_id', - 'c1.icon_id', + 'c1.icon', 't1.name', 'c2.id as c2_id', 'c2.slug as c2_slug', + 'c2.icon as c2_icon', 'c2.parent_category_id as c2_parent_category_id', - 't2.name as c2_name', - 'file.id as file_id' + 't2.name as c2_name' ) ->leftJoin($dBName . ' as c2', function ($join) { $join->on('c2.parent_category_id', '=', 'c1.id') @@ -166,7 +166,6 @@ class CategoryRepository extends EntryRepository implements CategoryRepositoryIn $join->on('c2.id', '=', 't2.entry_id') ->where('t2.locale', Request()->session()->get('_locale', setting_value('streams::default_locale'))); }) - ->leftJoin('files_files as file', 'c1.icon_id', 'file.id') ->whereNull('c1.deleted_at') ->whereNull('c1.parent_category_id') ->orderBy('c1.sort_order') From 65d2b97017308f4b1c9592e080b8f27b3459a5e9 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Fri, 16 Apr 2021 10:31:48 +0300 Subject: [PATCH 13/80] fixes --- database/seeder/DatabaseSeeder.php | 4 ++-- database/seeder/{widgetSeeder.php => WidgetSeeder.php} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename database/seeder/{widgetSeeder.php => WidgetSeeder.php} (97%) diff --git a/database/seeder/DatabaseSeeder.php b/database/seeder/DatabaseSeeder.php index 8bd2c7b8e..4984b8834 100644 --- a/database/seeder/DatabaseSeeder.php +++ b/database/seeder/DatabaseSeeder.php @@ -16,7 +16,7 @@ use Anomaly\DashboardModule\Widget\Contract\WidgetRepositoryInterface; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Facades\Artisan; use Illuminate\Support\Facades\DB; -use widgetSeeder; +use WidgetSeeder; use ZipArchive; class DatabaseSeeder extends Seeder @@ -141,7 +141,7 @@ class DatabaseSeeder extends Seeder //Sync Files $this->command->call('files:sync'); - $this->call(widgetSeeder::class); + $this->call(WidgetSeeder::class); //Create Store Icon Folder diff --git a/database/seeder/widgetSeeder.php b/database/seeder/WidgetSeeder.php similarity index 97% rename from database/seeder/widgetSeeder.php rename to database/seeder/WidgetSeeder.php index 1a5410367..b06b62f59 100644 --- a/database/seeder/widgetSeeder.php +++ b/database/seeder/WidgetSeeder.php @@ -5,7 +5,7 @@ use Anomaly\DashboardModule\Dashboard\Contract\DashboardRepositoryInterface; use Anomaly\DashboardModule\Widget\Contract\WidgetRepositoryInterface; use Illuminate\Database\Seeder; -class widgetSeeder extends Seeder +class WidgetSeeder extends Seeder { protected $widgets; protected $dashboards; From 97f5812faeec04112b7d1f0d6c30a467566b9c0a Mon Sep 17 00:00:00 2001 From: Diatrex Date: Fri, 16 Apr 2021 16:36:40 +0300 Subject: [PATCH 14/80] change default icon --- .../images/listing/sample-cat-icon.svg | 23 +++++++------------ 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/images/listing/sample-cat-icon.svg b/addons/default/visiosoft/advs-module/resources/images/listing/sample-cat-icon.svg index d8122ec34..7d97bd086 100644 --- a/addons/default/visiosoft/advs-module/resources/images/listing/sample-cat-icon.svg +++ b/addons/default/visiosoft/advs-module/resources/images/listing/sample-cat-icon.svg @@ -1,16 +1,9 @@ - - - - - - - - - - - - - - - + + + + + + + + From 803d8fcee3d519b56ea5fce2171b3b3993c7048e Mon Sep 17 00:00:00 2001 From: Diatrex Date: Fri, 16 Apr 2021 17:24:28 +0300 Subject: [PATCH 15/80] fix translation overwrite --- config/streams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/streams.php b/config/streams.php index e666da0e0..c085a2c12 100644 --- a/config/streams.php +++ b/config/streams.php @@ -15,7 +15,7 @@ return [ 'listeners' => [ \Anomaly\Streams\Platform\Event\Booted::class => [ - // \App\Listeners\Translations::class + \App\Listeners\Translations::class ], \Anomaly\Streams\Platform\Ui\Form\Event\FormWasSaved::class => [ \App\Listeners\EnableMaintenanceMode::class From 92eadf382170195ccea55a6c089d4ee45339db8b Mon Sep 17 00:00:00 2001 From: muammertop Date: Fri, 16 Apr 2021 18:30:08 +0300 Subject: [PATCH 16/80] fixed mobile sub-cats --- .../advs-module/resources/css/list.css | 73 ++++++++++++++++++- .../views/list/partials/mobile-list.twig | 2 +- .../list/partials/sub-categories-mobile.twig | 53 ++++++++++++++ 3 files changed, 126 insertions(+), 2 deletions(-) create mode 100644 addons/default/visiosoft/advs-module/resources/views/list/partials/sub-categories-mobile.twig diff --git a/addons/default/visiosoft/advs-module/resources/css/list.css b/addons/default/visiosoft/advs-module/resources/css/list.css index 59d80e93d..ecc039f6f 100644 --- a/addons/default/visiosoft/advs-module/resources/css/list.css +++ b/addons/default/visiosoft/advs-module/resources/css/list.css @@ -258,4 +258,75 @@ a.sort-by-open-dropdown:hover { .navbar-collapse { padding-left: 15px !important; -} \ No newline at end of file +} + +@media (max-width: 576px) { + .mobile-sub-cats { + width: 100vw; + height: 100vh; + background: #fff; + padding: 0 !important; + left: 0; + position: fixed; + z-index: 999; + display: flex !important; + flex-direction: column; + justify-content: center; + list-style: none; + } + + .mobile-sub-cats { + background-color: #f3f0f0; + } + + .mobile-sub-cats ul { + background-color: #fff; + overflow-y: scroll; + overflow-x: hidden; + padding-top: 10px; + margin-bottom: 50px; + width: 100%; + border-top: 1px solid #ccc; + } + + .mobile-sub-cats .categories-list-li { + height: 48px; + line-height: 48px; + border-bottom: 1px solid #ccc; + padding: 0 15px; + } + + .mobile-sub-cats .categories-list-li img { + object-fit: contain; + } + + .mobile-sub-cats .categories-list-li .main-advs-count { + color: #1064bc !important; + } + .mobile-sub-cats .categories-list-li .advs-count{ + font-weight: 200; + color: #bcbbbb !important; + } + + .mobile-sub-cats .categories-list-li a { + margin-bottom: 10px; + width: 100%; + display: flex; + justify-content: space-between; + color: #000; + } + + .mobile-sub-cats .categories-list-li i{ + color: #bcbbbb !important; + } + + .mobile-sub-cats .categories-list-li a span:first-child{ + text-overflow: ellipsis; + overflow: hidden; + } + + .mobile-sub-cats .show-all { + font-weight: bolder; + color: #1064bc !important; + } +} diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig index 072a019ba..a59dead87 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig @@ -1,5 +1,5 @@
- + {% include "visiosoft.module.advs::list/partials/sub-categories-mobile" %} {% if not hideBreadcrump %} {% include "visiosoft.module.advs::list/partials/mobile-breadcrumb" %} {% endif %} diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/sub-categories-mobile.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/sub-categories-mobile.twig new file mode 100644 index 000000000..774a1601a --- /dev/null +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/sub-categories-mobile.twig @@ -0,0 +1,53 @@ +{% set sub_categories_limit = setting_value('visiosoft.theme.sahibinden::home_page_sub_categories_limit') %} + +{% if setting_value('visiosoft.theme.sahibinden::show_subcategories_on_mobile_view') + and subCats|length > 0 + and request().show != 'all' %} + +{% else %} + +{% endif %} \ No newline at end of file From 120aa11ac74855221a2844f09e63de3c863b2b21 Mon Sep 17 00:00:00 2001 From: muammertop Date: Fri, 16 Apr 2021 18:36:54 +0300 Subject: [PATCH 17/80] fixed mobile sub-cats --- .../advs-module/resources/config/settings/sections.php | 1 + .../advs-module/resources/config/settings/settings.php | 6 ++++++ .../visiosoft/advs-module/resources/lang/en/setting.php | 3 +++ .../resources/views/list/partials/mobile-list.twig | 4 +++- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/config/settings/sections.php b/addons/default/visiosoft/advs-module/resources/config/settings/sections.php index 2c4ab7f5a..c5c5d42a3 100644 --- a/addons/default/visiosoft/advs-module/resources/config/settings/sections.php +++ b/addons/default/visiosoft/advs-module/resources/config/settings/sections.php @@ -38,6 +38,7 @@ return [ 'get_categories', 'listing_page_image', 'show_ads_count', + 'show_subcats_mobile', ], ], 'ads_detail' => [ diff --git a/addons/default/visiosoft/advs-module/resources/config/settings/settings.php b/addons/default/visiosoft/advs-module/resources/config/settings/settings.php index 9ae81b704..3d1980ae4 100644 --- a/addons/default/visiosoft/advs-module/resources/config/settings/settings.php +++ b/addons/default/visiosoft/advs-module/resources/config/settings/settings.php @@ -437,4 +437,10 @@ return [ 'default_value' => true, ] ], + 'show_subcats_mobile' => [ + 'type' => 'anomaly.field_type.boolean', + 'config' => [ + 'default_value' => false, + ] + ], ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/en/setting.php b/addons/default/visiosoft/advs-module/resources/lang/en/setting.php index 803e3403f..380f51476 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/en/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/en/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Detailed Product Options', 'instructions' => 'Allows you to enter stock and price information for the product' ], + 'show_subcats_mobile' => [ + 'name' => 'Show subcategories on mobile view', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig index a59dead87..dda91aa5a 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig @@ -1,5 +1,7 @@
- {% include "visiosoft.module.advs::list/partials/sub-categories-mobile" %} + {% if setting_value('visiosoft.module.advs::show_subcats_mobile') %} + {% include "visiosoft.module.advs::list/partials/sub-categories-mobile" %} + {% endif %} {% if not hideBreadcrump %} {% include "visiosoft.module.advs::list/partials/mobile-breadcrumb" %} {% endif %} From 2b5b2c555b89507c028218fd403be38dc78745eb Mon Sep 17 00:00:00 2001 From: muammertop Date: Fri, 16 Apr 2021 21:16:59 +0300 Subject: [PATCH 18/80] fixed mobile sub-cats --- .../default/visiosoft/advs-module/resources/css/list.css | 2 +- .../views/list/partials/sub-categories-mobile.twig | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/css/list.css b/addons/default/visiosoft/advs-module/resources/css/list.css index ecc039f6f..3501befb7 100644 --- a/addons/default/visiosoft/advs-module/resources/css/list.css +++ b/addons/default/visiosoft/advs-module/resources/css/list.css @@ -271,7 +271,7 @@ a.sort-by-open-dropdown:hover { z-index: 999; display: flex !important; flex-direction: column; - justify-content: center; + justify-content: start; list-style: none; } diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/sub-categories-mobile.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/sub-categories-mobile.twig index 774a1601a..bfd3b26c2 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/sub-categories-mobile.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/sub-categories-mobile.twig @@ -8,13 +8,12 @@
  • - {{ trans('visiosoft.theme.sahibinden::field.show_all_for_cats', {cat_name: mainCats|last.val})}} + {{ trans('visiosoft.theme.sahibinden::field.show_all_for_cats', {cat_name: mainCats|last.name})}} {% if setting_value('visiosoft.module.advs::show_ads_count') %} - {% set catAdsCount = entries('advs', 'advs').countAdsByCategoryId(mainCats[1].id) %} - ({{ catAdsCount }}) + ({{ mainCats|first.count }}) {% endif %} @@ -35,9 +34,8 @@ {% if setting_value('visiosoft.module.advs::show_ads_count') %} {% set catLevel = getParentsCount(sub_category.id) + 1 %} - {% set catAdsCount = entries('advs', 'advs').countAdsByCategoryId(sub_category.id, catLevel) %} - ({{ catAdsCount }}) + ({{ sub_category.count }}) {% endif %} From 5b97d16b9862bc19a3312bf0068dc146f24e3648 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Sat, 17 Apr 2021 06:10:31 +0300 Subject: [PATCH 19/80] Hotfix --- .../src/Http/Controller/AdvsController.php | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php index cf241c783..e443c4b7f 100644 --- a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php +++ b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php @@ -1106,4 +1106,34 @@ class AdvsController extends PublicController } return $response; } + public function stockControl(Request $request, AdvRepositoryInterface $advRepository) + { + $quantity = $request->quantity; + $id = $request->id; + $type = $request->type; + if ($request->dataType === 'ad-configuration') { + $optionConf = new OptionConfigurationModel(); + $adv = $optionConf->newQuery()->find($id); + $status = $adv->stockControl($id, $quantity); + } else { + $advmodel = new AdvModel(); + $adv = $advmodel->getAdv($id); + $status = $advmodel->stockControl($id, $quantity); + } + + $response = array(); + if ($status == 1) { + $response['newQuantity'] = $advRepository->getQuantity($quantity, $type, $adv); + + } else { + $response['newQuantity'] = $adv->stock; + } + + $response['newPrice'] = $adv->price * $response['newQuantity']; + + $response['newPrice'] = app(Currency::class)->format($response['newPrice'], strtoupper($adv->currency)); + $response['status'] = $status; + $response['maxQuantity'] = $adv->stock; + return $response; + } } \ No newline at end of file From 37d0da33dc1c10aca09f83c35b016c52d5552f8e Mon Sep 17 00:00:00 2001 From: muammertop Date: Sun, 18 Apr 2021 16:28:20 +0300 Subject: [PATCH 20/80] category problem solved in new ad, rtl page --- .../visiosoft/advs-module/resources/js/cats.js | 10 ++++++++-- .../advs-module/resources/views/new-ad/post-cat.twig | 12 ++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/js/cats.js b/addons/default/visiosoft/advs-module/resources/js/cats.js index afec5d5e4..20cb56254 100644 --- a/addons/default/visiosoft/advs-module/resources/js/cats.js +++ b/addons/default/visiosoft/advs-module/resources/js/cats.js @@ -66,9 +66,15 @@ $(document).ready(function () { $(catId).closest('.cat-item-2').show().addClass('focus-select') } } - // Auto scroll right + // Auto scroll right or left let categoryTab = $('.category-tab'); - let pos = categoryTab.scrollLeft() + categoryTab.width(); + let pos; + if (isRtl){ + pos = categoryTab.scrollLeft() - (categoryTab.width() * 2); + $('.cat-item-3').css('display', 'flex'); + } else { + pos = categoryTab.scrollLeft() + categoryTab.width(); + } categoryTab.animate( {scrollLeft: pos}, 1000); }, beforeSend: function () { diff --git a/addons/default/visiosoft/advs-module/resources/views/new-ad/post-cat.twig b/addons/default/visiosoft/advs-module/resources/views/new-ad/post-cat.twig index 7bbde4831..679f5392a 100644 --- a/addons/default/visiosoft/advs-module/resources/views/new-ad/post-cat.twig +++ b/addons/default/visiosoft/advs-module/resources/views/new-ad/post-cat.twig @@ -45,11 +45,13 @@
  • {% endfor %} -
    +
    - {{ img('visiosoft.module.advs::images/check.svg').data|raw }} - {{ img('visiosoft.module.advs::images/cross.svg').data|raw }} +
    + {{ img('visiosoft.module.advs::images/check.svg').data|raw }} + {{ img('visiosoft.module.advs::images/cross.svg').data|raw }} +
    @@ -63,7 +65,9 @@
    - + {{ addBlock('post-cat/section') }} {{ asset_add("scripts.js", "visiosoft.module.advs::js/cats.js") }} From 472898bcbf860c25ed73869353e3e0b4f6557826 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Mon, 19 Apr 2021 11:24:05 +0300 Subject: [PATCH 21/80] #3804 fixed list --- .../views/ad-detail/partials/detail.twig | 18 ++-- .../resources/views/list/gallery.twig | 7 +- .../resources/views/list/partials/ads.twig | 100 +++++++++--------- .../src/Http/Controller/AdvsController.php | 34 +++--- .../views/ads-list/partials/cat-filter.twig | 2 +- .../src/Category/CategoryRepository.php | 6 +- .../Contract/CategoryRepositoryInterface.php | 2 + 7 files changed, 88 insertions(+), 81 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/views/ad-detail/partials/detail.twig b/addons/default/visiosoft/advs-module/resources/views/ad-detail/partials/detail.twig index 4348ceced..ab26ee08f 100644 --- a/addons/default/visiosoft/advs-module/resources/views/ad-detail/partials/detail.twig +++ b/addons/default/visiosoft/advs-module/resources/views/ad-detail/partials/detail.twig @@ -35,14 +35,16 @@
    {{ addBlock('ad-detail/seller/action',{'seller_id':adv.owner_id})|raw }}
    -
    - - {{ trans('visiosoft.module.advs::field.ad_id') }}:{{ adv.id }} -
    -
    - - {{ adv.created_at|date('d/m/Y') }} -
    + {% if setting_value('visiosoft.module.advs::market_place') %} +
    + + {{ trans('visiosoft.module.advs::field.ad_id') }}:{{ adv.id }} +
    +
    + + {{ adv.created_at|date('d/m/Y') }} +
    + {% endif %} {{ addBlock('ad-detail/details',{'adv':adv, 'options':options, 'configurations':configurations})|raw }} diff --git a/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig b/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig index 6d2661063..b40d8f829 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig @@ -25,7 +25,6 @@
    -

    #{{ adv.id }}

    {{ adv.name }}
    @@ -36,9 +35,11 @@

    {% endif %} {% if showLocation %} -

    {{ adv.country_name}} / {{ adv.city_name }}

    +

    {{ adv.country_name }} / {{ adv.city_name }}

    + {% endif %} + {% if setting_value('visiosoft.module.advs::market_place') %} +

    {{ adv.publish_at.value|date('d/m/Y') }}

    {% endif %} -

    {{ adv.publish_at.value|date('d F Y') }}

    diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig index f2b170a79..019a7fa2d 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig @@ -4,66 +4,70 @@
    - - - {% if listLocation %} - - {% endif %} + + + {% if listLocation %} + + {% endif %} + {% if setting_value('visiosoft.module.advs::market_place') %} - - + {% endif %} + + - {{ addBlock('ad-list/partials/ads', {'featured_advs': featured_advs, 'vars': _context})|raw }} + {{ addBlock('ad-list/partials/ads', {'featured_advs': featured_advs, 'vars': _context})|raw }} - {% for adv in advs %} - - + + + {% if listLocation %} + - - {% if listLocation %} - - {% endif %} + {% endif %} + {% if setting_value('visiosoft.module.advs::market_place') %} - - - {% endfor %} + {% endif %} +

    + {{ adv.price != '0' ? currency_format(adv.price,adv.currency) : trans('visiosoft.module.advs::field.free') }} +

    + + + {% endfor %}
    {{ trans('visiosoft.module.advs::field.ad_title') }} - {{ trans('visiosoft.module.advs::field.city.name') }} / {{ trans('visiosoft.module.advs::field.district.name') }} -
    {{ trans('visiosoft.module.advs::field.ad_title') }} + {{ trans('visiosoft.module.advs::field.city.name') }} + / {{ trans('visiosoft.module.advs::field.district.name') }} + {{ trans('visiosoft.module.advs::field.listing_date') }}{{ trans('visiosoft.module.advs::field.price.name') }}
    {{ trans('visiosoft.module.advs::field.price.name') }}
    - - {{ adv.name }} - + {% for adv in advs %} +
    + + {{ adv.name }} + + +
    + {{ adv.name }} +
    +

    {{ adv.cat1_name }} /{{ adv.cat2_name }}

    +
    + + {{ addBlock('list/extra-actions', {'ad': adv, 'vars': _context})|raw }} + +
    +
    +

    {{ adv.country_name }}

    +

    {{ adv.city_name }}

    -

    #{{ adv.id }}

    -
    - {{ adv.name }} -
    -

    {{ adv.cat1_name }} /{{ adv.cat2_name }}

    -
    - - {{ addBlock('list/extra-actions', {'ad': adv, 'vars': _context})|raw }} - -
    -
    -

    {{ adv.country_name }}

    -

    {{ adv.city_name }}

    -
    -

    {{ adv.publish_at.value|date('d F') }}

    +

    {{ adv.publish_at.value|date('d/m') }}

    {{ adv.publish_at.value|date('Y') }}

    - {% if not hideStandard %} -

    - - {{ adv.standard_price != adv.price and adv.standard_price != '0' ? currency_format(adv.standard_price,adv.currency) : '' }} - -

    - {% endif %} + {% endif %} +
    + {% if not hideStandard %}

    - {{ adv.price != '0' ? currency_format(adv.price,adv.currency) : trans('visiosoft.module.advs::field.free') }} + + {{ adv.standard_price != adv.price and adv.standard_price != '0' ? currency_format(adv.standard_price,adv.currency) : '' }} +

    -
    diff --git a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php index e443c4b7f..f0cb05b3f 100644 --- a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php +++ b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php @@ -258,11 +258,11 @@ class AdvsController extends PublicController $advs[$index]->detail_url = $this->adv_model->getAdvDetailLinkByModel($ad, 'list'); $advs[$index] = $this->adv_model->AddAdsDefaultCoverImage($ad); - $foreign_currencies = json_decode($advs[$index]->foreign_currencies, true); - if (isset($_COOKIE['currency']) && $advs[$index]->foreign_currencies && array_key_exists($_COOKIE['currency'], $foreign_currencies)) { - $advs[$index]->currency = $_COOKIE['currency']; - $advs[$index]->price = $foreign_currencies[$_COOKIE['currency']]; - } + $foreign_currencies = json_decode($advs[$index]->foreign_currencies, true); + if (isset($_COOKIE['currency']) && $advs[$index]->foreign_currencies && array_key_exists($_COOKIE['currency'], $foreign_currencies)) { + $advs[$index]->currency = $_COOKIE['currency']; + $advs[$index]->price = $foreign_currencies[$_COOKIE['currency']]; + } } $seenList = array(); @@ -280,15 +280,8 @@ class AdvsController extends PublicController if ($category) { - $mainCats = $this->category_repository->getParentCategoryById($category->id); - $subCats = $this->category_repository->getCategoryById($category->id); - - //if there is no subcategory - if (count($subCats) < 1 and count($mainCats) > 1) { - //fetch subcategories of the last category - $subCats = $this->category_repository->getCategoryById($mainCats[1]['id']); - unset($mainCats[0]);//remove last category - } + $mainCats = $this->category_repository->getParentCategoryByOrder($category->id); + $subCats = $category->getSubCategories(); $allCats = false; } else { $mainCats = $this->category_repository->getMainCategories(); @@ -586,11 +579,11 @@ class AdvsController extends PublicController $configurations = $this->optionConfigurationRepository->getConf($adv->id); - $foreign_currencies = json_decode($adv->foreign_currencies, true); - if (isset($_COOKIE['currency']) && $_COOKIE['currency'] && $adv->foreign_currencies && array_key_exists($_COOKIE['currency'], $foreign_currencies)) { - $adv->currency = $_COOKIE['currency']; - $adv->price = $foreign_currencies[$_COOKIE['currency']]; - } + $foreign_currencies = json_decode($adv->foreign_currencies, true); + if (isset($_COOKIE['currency']) && $_COOKIE['currency'] && $adv->foreign_currencies && array_key_exists($_COOKIE['currency'], $foreign_currencies)) { + $adv->currency = $_COOKIE['currency']; + $adv->price = $foreign_currencies[$_COOKIE['currency']]; + } // Check if hide price $hidePrice = false; @@ -1034,7 +1027,7 @@ class AdvsController extends PublicController } $adv->update($params); - $this->event->dispatch(new EditedAdCategory($before_editing_ad_params,$adv)); + $this->event->dispatch(new EditedAdCategory($before_editing_ad_params, $adv)); $this->messages->success(trans('visiosoft.module.advs::message.updated_category_msg')); return redirect('/advs/edit_advs/' . $id); } @@ -1106,6 +1099,7 @@ class AdvsController extends PublicController } return $response; } + public function stockControl(Request $request, AdvRepositoryInterface $advRepository) { $quantity = $request->quantity; diff --git a/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig b/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig index 88b2d9ad7..6a18a9285 100644 --- a/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig +++ b/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig @@ -4,7 +4,7 @@
  • - {% if (not categoryId) or (loop.first and categoryId) %} + {% if (not category) or (loop.first and category) %} {% set categoryIcon = (maincat.icon.value) ? maincat.icon.value : img('visiosoft.module.advs::images/listing/sample-cat-icon.svg').url %} {{ main_category.name }} {% endif %} diff --git a/addons/default/visiosoft/cats-module/src/Category/CategoryRepository.php b/addons/default/visiosoft/cats-module/src/Category/CategoryRepository.php index 2ca855067..69fbd4f8c 100644 --- a/addons/default/visiosoft/cats-module/src/Category/CategoryRepository.php +++ b/addons/default/visiosoft/cats-module/src/Category/CategoryRepository.php @@ -102,12 +102,16 @@ class CategoryRepository extends EntryRepository implements CategoryRepositoryIn $parents_count++; } } - return $parents; } return null; } + public function getParentCategoryByOrder($id) + { + return array_reverse($this->getParentCategoryById($id)); + } + public function getLevelById($id) { $parents = $this->getParentCategoryById($id); diff --git a/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryRepositoryInterface.php b/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryRepositoryInterface.php index a7852f6fb..750acb5ef 100644 --- a/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryRepositoryInterface.php +++ b/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryRepositoryInterface.php @@ -16,6 +16,8 @@ interface CategoryRepositoryInterface extends EntryRepositoryInterface public function getParentCategoryById($id); + public function getParentCategoryByOrder($id); + public function getLevelById($id); public function getDeletedCategories(); From 88b1e68f864b9e1f87a1e8459908254008e70990 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Mon, 19 Apr 2021 12:30:42 +0300 Subject: [PATCH 22/80] remove no selected message single file --- .../singlefile-field_type/src/Table/ValueTableBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/singlefile-field_type/src/Table/ValueTableBuilder.php b/addons/default/visiosoft/singlefile-field_type/src/Table/ValueTableBuilder.php index 39c49ba39..f868dd2f1 100644 --- a/addons/default/visiosoft/singlefile-field_type/src/Table/ValueTableBuilder.php +++ b/addons/default/visiosoft/singlefile-field_type/src/Table/ValueTableBuilder.php @@ -64,7 +64,7 @@ class ValueTableBuilder extends TableBuilder 'show_headers' => false, 'sortable_headers' => false, 'table_view' => 'anomaly.field_type.file::table', - 'no_results_message' => 'visiosoft.field_type.singlefile::message.no_file_selected', + 'no_results_message' => null, ]; /** From ac88a77f990d555f155c245b0bea514653875f57 Mon Sep 17 00:00:00 2001 From: Diatrex Date: Mon, 19 Apr 2021 14:56:07 +0300 Subject: [PATCH 23/80] #3801 [store] Small bug --- .../advs-module/resources/views/list/partials/ads.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig index f2b170a79..a137661e4 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig @@ -1,7 +1,7 @@ {% set hideStandard = setting_value('visiosoft.module.advs::hide_listing_standard_price') %} {% set listLocation = setting_value('visiosoft.module.location::list_page_location') %} -
    +
    From 3e441a93d335f8e4638de436d3ef7adcd2c71823 Mon Sep 17 00:00:00 2001 From: Diatrex Date: Mon, 19 Apr 2021 15:27:09 +0300 Subject: [PATCH 24/80] =?UTF-8?q?TEXT=C4=B0LCY=20(=20=C4=B0LAN=20EKLEMEK?= =?UTF-8?q?=20=C4=B0STED=C4=B0=C4=9E=C4=B0NDE;=20S=C4=B0TE=20A=C3=87ILMIYO?= =?UTF-8?q?R)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Category/CategoryModel.php | 38 +++++++++++++++++++ .../Category/Contract/CategoryInterface.php | 2 + 2 files changed, 40 insertions(+) diff --git a/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php b/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php index 47af1e1c1..f03f27f7e 100644 --- a/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php +++ b/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php @@ -5,6 +5,44 @@ use Anomaly\Streams\Platform\Model\Cats\CatsCategoryEntryModel; class CategoryModel extends CatsCategoryEntryModel implements CategoryInterface { + public function getParentCats($id, $type = null, $noMainCat = true) + { + $cat = $this->getCat($id); + $catNames = array(); + $cat_ids = array(); + $catNames[] = $cat->name; + $cat_ids[] = $cat->id; + $subCat = $cat->parent_category_id; + if ($subCat != null) { + for ($i = 0; $i < 10; $i++) { + $parCat = $this->getCat($subCat); + if (isset($parCat)) { + if ($parCat->parent_category_id == "") { + if ($type == "add_main") + $catNames[] = $parCat->name; + if ($noMainCat) { + break; + } + } + $catNames[] = $parCat->name; + $cat_ids[] = $parCat->id; + $subCat = $parCat->parent_category_id; + } + } + } + if ($type == 'category_ids') { + return CategoryModel::query() + ->whereIn('cats_category.id', $cat_ids) + ->whereRaw('deleted_at IS NULL') + ->orderBy('cats_category.id', 'asc') + ->get(); + } + if ($type == "parent_id") { + $cat_ids = array_reverse($cat_ids); + return $cat_ids[0]; + } + return $catNames; + } public function getMetaKeywords() { diff --git a/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php b/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php index a16e64ef0..269e82250 100644 --- a/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php +++ b/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php @@ -4,6 +4,8 @@ use Anomaly\Streams\Platform\Entry\Contract\EntryInterface; interface CategoryInterface extends EntryInterface { + public function getParentCats($id, $type = null, $noMainCat = true); + public function getMetaKeywords(); public function getMetaDescription(); From 9a05f36a184c28c08f0c35a231adfb4de2ef51fc Mon Sep 17 00:00:00 2001 From: Diatrex Date: Mon, 19 Apr 2021 15:38:56 +0300 Subject: [PATCH 25/80] =?UTF-8?q?#3820=20TEXT=C4=B0LCY=20(=20=C4=B0LAN=20E?= =?UTF-8?q?KLEMEK=20=C4=B0STED=C4=B0=C4=9E=C4=B0NDE;=20S=C4=B0TE=20A=C3=87?= =?UTF-8?q?ILMIYOR)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visiosoft/cats-module/src/Category/CategoryModel.php | 8 ++++++++ .../src/Category/Contract/CategoryInterface.php | 2 ++ 2 files changed, 10 insertions(+) diff --git a/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php b/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php index f03f27f7e..24c2fbd02 100644 --- a/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php +++ b/addons/default/visiosoft/cats-module/src/Category/CategoryModel.php @@ -5,6 +5,14 @@ use Anomaly\Streams\Platform\Model\Cats\CatsCategoryEntryModel; class CategoryModel extends CatsCategoryEntryModel implements CategoryInterface { + public function getCat($id) + { + return CategoryModel::query() + ->where('cats_category.id', $id) + ->whereRaw('deleted_at IS NULL') + ->first(); + } + public function getParentCats($id, $type = null, $noMainCat = true) { $cat = $this->getCat($id); diff --git a/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php b/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php index 269e82250..127c09060 100644 --- a/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php +++ b/addons/default/visiosoft/cats-module/src/Category/Contract/CategoryInterface.php @@ -4,6 +4,8 @@ use Anomaly\Streams\Platform\Entry\Contract\EntryInterface; interface CategoryInterface extends EntryInterface { + public function getCat($id); + public function getParentCats($id, $type = null, $noMainCat = true); public function getMetaKeywords(); From c941077320acb55c3eb487179e611cb6388a7904 Mon Sep 17 00:00:00 2001 From: Diatrex Date: Mon, 19 Apr 2021 16:12:29 +0300 Subject: [PATCH 26/80] #3789 broken category hierarchy + add overflow --- .../src/Http/Controller/AdvsController.php | 17 ----------------- .../views/ads-list/partials/cat-filter.twig | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php index f0cb05b3f..599e98b56 100644 --- a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php +++ b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php @@ -2,8 +2,6 @@ use Anomaly\SettingsModule\Setting\Contract\SettingRepositoryInterface; use Anomaly\Streams\Platform\Http\Controller\PublicController; -use Anomaly\Streams\Platform\Message\MessageBag; -use Anomaly\Streams\Platform\Model\Advs\AdvsAdvsEntryModel; use Anomaly\Streams\Platform\Model\Complaints\ComplaintsComplainTypesEntryModel; use Anomaly\Streams\Platform\Support\Currency; use Anomaly\UsersModule\User\Contract\UserRepositoryInterface; @@ -15,21 +13,15 @@ use Visiosoft\AdvsModule\Adv\AdvModel; use Visiosoft\AdvsModule\Adv\Contract\AdvRepositoryInterface; use Visiosoft\AdvsModule\Adv\Event\ChangedStatusAd; use Visiosoft\AdvsModule\Adv\Event\CreatedAd; -use Visiosoft\AdvsModule\Adv\Event\EditAd; use Visiosoft\AdvsModule\Adv\Event\EditedAd; use Visiosoft\AdvsModule\Adv\Event\EditedAdCategory; use Visiosoft\AdvsModule\Adv\Event\PriceChange; -use Visiosoft\AdvsModule\Adv\Event\ShowAdPhone; use Visiosoft\AdvsModule\Adv\Event\ViewAd; use Visiosoft\AdvsModule\Adv\Form\AdvFormBuilder; use Visiosoft\AdvsModule\Option\Contract\OptionRepositoryInterface; use Visiosoft\AdvsModule\OptionConfiguration\Contract\OptionConfigurationRepositoryInterface; use Visiosoft\AdvsModule\OptionConfiguration\OptionConfigurationModel; -use Visiosoft\AdvsModule\Productoption\Contract\ProductoptionRepositoryInterface; -use Visiosoft\AdvsModule\ProductoptionsValue\Contract\ProductoptionsValueRepositoryInterface; -use Visiosoft\CatsModule\Category\CategoryModel; use Visiosoft\CatsModule\Category\Contract\CategoryRepositoryInterface; -use Visiosoft\FavsModule\Http\Controller\FavsController; use Visiosoft\LocationModule\City\CityModel; use Visiosoft\LocationModule\City\CityRepository; use Visiosoft\LocationModule\Country\Contract\CountryRepositoryInterface; @@ -48,8 +40,6 @@ class AdvsController extends PublicController private $adv_repository; private $optionConfigurationRepository; - private $productOptionRepository; - private $productOptionsValueRepository; private $country_repository; @@ -62,7 +52,6 @@ class AdvsController extends PublicController private $village_model; - private $category_model; private $category_repository; private $requestHttp; @@ -78,8 +67,6 @@ class AdvsController extends PublicController AdvRepositoryInterface $advRepository, OptionConfigurationRepositoryInterface $optionConfigurationRepository, - ProductoptionRepositoryInterface $productOptionRepository, - ProductoptionsValueRepositoryInterface $productOptionsValueRepository, CountryRepositoryInterface $country_repository, @@ -92,7 +79,6 @@ class AdvsController extends PublicController VillageModel $village_model, - CategoryModel $categoryModel, CategoryRepositoryInterface $category_repository, OptionRepositoryInterface $optionRepository, @@ -110,8 +96,6 @@ class AdvsController extends PublicController $this->adv_repository = $advRepository; $this->optionConfigurationRepository = $optionConfigurationRepository; - $this->productOptionRepository = $productOptionRepository; - $this->productOptionsValueRepository = $productOptionsValueRepository; $this->country_repository = $country_repository; @@ -124,7 +108,6 @@ class AdvsController extends PublicController $this->village_model = $village_model; - $this->category_model = $categoryModel; $this->category_repository = $category_repository; $this->settings_repository = $settings_repository; diff --git a/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig b/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig index 6a18a9285..95a11455a 100644 --- a/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig +++ b/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig @@ -8,7 +8,7 @@ {% set categoryIcon = (maincat.icon.value) ? maincat.icon.value : img('visiosoft.module.advs::images/listing/sample-cat-icon.svg').url %} {{ main_category.name }} {% endif %} -
    +
    {{ maincat.name }} From 896e48ef5b98637169a3060f2c15386129bf69f9 Mon Sep 17 00:00:00 2001 From: Diatrex Date: Mon, 19 Apr 2021 16:22:01 +0300 Subject: [PATCH 27/80] #3786 broken category hierarchy + add overflow --- .../default/visiosoft/advs-module/resources/css/list-new.scss | 2 ++ .../resources/views/ads-list/partials/cat-filter.twig | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/css/list-new.scss b/addons/default/visiosoft/advs-module/resources/css/list-new.scss index b10b4fa9a..6d65b7e39 100644 --- a/addons/default/visiosoft/advs-module/resources/css/list-new.scss +++ b/addons/default/visiosoft/advs-module/resources/css/list-new.scss @@ -95,6 +95,8 @@ ul { } #categoryList { + max-height: 24rem; + & > li { margin-bottom: .4rem; diff --git a/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig b/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig index 95a11455a..9029b513d 100644 --- a/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig +++ b/addons/default/visiosoft/cats-module/resources/views/ads-list/partials/cat-filter.twig @@ -1,4 +1,4 @@ -
      +
        {% for maincat in mainCats %} {% set parent_category = noCat ? false : true %} From 35ba8fec5bce444044c6ddde61ebbbe3364bb59a Mon Sep 17 00:00:00 2001 From: Diatrex Date: Tue, 20 Apr 2021 10:37:41 +0300 Subject: [PATCH 28/80] #3821 if store is not active show information --- .../visiosoft/advs-module/resources/views/error-msg.twig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 addons/default/visiosoft/advs-module/resources/views/error-msg.twig diff --git a/addons/default/visiosoft/advs-module/resources/views/error-msg.twig b/addons/default/visiosoft/advs-module/resources/views/error-msg.twig new file mode 100644 index 000000000..a47b06e23 --- /dev/null +++ b/addons/default/visiosoft/advs-module/resources/views/error-msg.twig @@ -0,0 +1,7 @@ +{% extends "theme::layouts/default" %} + +{% block content %} + +{% endblock %} From 62e41571ea89e91200b2ec8f33a8aea62d386333 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 20 Apr 2021 12:08:57 +0300 Subject: [PATCH 29/80] New Crowdin updates (#1040) * New translations setting.php (Romanian) * New translations setting.php (Serbian (Cyrillic)) * New translations setting.php (Persian) * New translations setting.php (Bengali) * New translations setting.php (Azerbaijani) * New translations setting.php (Hindi) * New translations setting.php (Bulgarian) * New translations setting.php (Indonesian) * New translations setting.php (Afrikaans) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (Catalan) * New translations setting.php (Czech) * New translations setting.php (Danish) --- .../visiosoft/advs-module/resources/lang/af/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/ar/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/az/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/bg/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/bn/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/ca/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/cs/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/da/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/de/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/el/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/es/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/fa/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/fi/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/fr/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/he/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/hi/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/hu/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/id/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/it/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/ja/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/ko/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/ku/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/nl/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/no/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/pl/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/pt/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/ro/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/ru/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/sq/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/sr/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/sv/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/tr/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/uk/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/ur/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/vi/setting.php | 3 +++ .../visiosoft/advs-module/resources/lang/zh/setting.php | 3 +++ 36 files changed, 108 insertions(+) diff --git a/addons/default/visiosoft/advs-module/resources/lang/af/setting.php b/addons/default/visiosoft/advs-module/resources/lang/af/setting.php index d596e4609..7e52f419a 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/af/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/af/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Gedetailleerde produkopsies', 'instructions' => 'Hiermee kan u voorraad- en prysinligting vir die produk invoer' ], + 'show_subcats_mobile' => [ + 'name' => 'Wys subkategorieë op mobiele aansig', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/ar/setting.php b/addons/default/visiosoft/advs-module/resources/lang/ar/setting.php index 6eda932c2..7aff1b496 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ar/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ar/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'خيارات المنتج التفصيلية', 'instructions' => 'يسمح لك بإدخال معلومات المخزون والسعر للمنتج' ], + 'show_subcats_mobile' => [ + 'name' => 'إظهار الفئات الفرعية على طريقة عرض الجوال', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/az/setting.php b/addons/default/visiosoft/advs-module/resources/lang/az/setting.php index 9f3f7659d..18c4453e1 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/az/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/az/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Ətraflı məhsul seçimləri', 'instructions' => 'Məhsul üçün stok və qiymət məlumatlarını daxil etməyə imkan verir' ], + 'show_subcats_mobile' => [ + 'name' => 'Mobil görünüşdə alt kateqoriyalar göstərin', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/bg/setting.php b/addons/default/visiosoft/advs-module/resources/lang/bg/setting.php index d2dd0dd91..ea1669aba 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/bg/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/bg/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Подробни опции за продукта', 'instructions' => 'Позволява ви да въведете информация за запасите и цените на продукта' ], + 'show_subcats_mobile' => [ + 'name' => 'Показване на подкатегории в мобилен изглед', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/bn/setting.php b/addons/default/visiosoft/advs-module/resources/lang/bn/setting.php index e94cbbc34..d67b67678 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/bn/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/bn/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'বিস্তারিত পণ্য বিকল্প', 'instructions' => 'আপনাকে পণ্যটির জন্য স্টক এবং মূল্য তথ্য প্রবেশ করতে দেয়' ], + 'show_subcats_mobile' => [ + 'name' => 'মোবাইল ভিউতে উপশ্রেণীগুলি দেখান', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/ca/setting.php b/addons/default/visiosoft/advs-module/resources/lang/ca/setting.php index 32ca7b1d7..ab4180f14 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ca/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ca/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Opcions detallades del producte', 'instructions' => 'Permet introduir informació sobre existències i preus del producte' ], + 'show_subcats_mobile' => [ + 'name' => 'Mostra subcategories a la visualització per a mòbils', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/cs/setting.php b/addons/default/visiosoft/advs-module/resources/lang/cs/setting.php index 8ec55c6dc..8735e2958 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/cs/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/cs/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Podrobné možnosti produktu', 'instructions' => 'Umožňuje zadat informace o skladu a ceně produktu' ], + 'show_subcats_mobile' => [ + 'name' => 'Zobrazit podkategorie v mobilním zobrazení', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/da/setting.php b/addons/default/visiosoft/advs-module/resources/lang/da/setting.php index 95b9be409..1b0307e67 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/da/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/da/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Detaljerede produktmuligheder', 'instructions' => 'Giver dig mulighed for at indtaste lager- og prisoplysninger for produktet' ], + 'show_subcats_mobile' => [ + 'name' => 'Vis underkategorier i mobilvisning', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/de/setting.php b/addons/default/visiosoft/advs-module/resources/lang/de/setting.php index 38451325f..7680adaa8 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/de/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/de/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Detaillierte Produktoptionen', 'instructions' => 'Ermöglicht die Eingabe von Lager- und Preisinformationen für das Produkt' ], + 'show_subcats_mobile' => [ + 'name' => 'Unterkategorien in der mobilen Ansicht anzeigen', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/el/setting.php b/addons/default/visiosoft/advs-module/resources/lang/el/setting.php index 92629797d..391dd0799 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/el/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/el/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Λεπτομερείς επιλογές προϊόντος', 'instructions' => 'Σας επιτρέπει να εισαγάγετε πληροφορίες για το απόθεμα και την τιμή για το προϊόν' ], + 'show_subcats_mobile' => [ + 'name' => 'Εμφάνιση υποκατηγοριών σε προβολή για κινητά', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/es/setting.php b/addons/default/visiosoft/advs-module/resources/lang/es/setting.php index b219c2d76..d5c330782 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/es/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/es/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Opciones de producto detalladas', 'instructions' => 'Le permite ingresar información de stock y precio del producto' ], + 'show_subcats_mobile' => [ + 'name' => 'Mostrar subcategorías en la vista móvil', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/fa/setting.php b/addons/default/visiosoft/advs-module/resources/lang/fa/setting.php index 7b028bfc3..889e6fb11 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/fa/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/fa/setting.php @@ -263,4 +263,7 @@ return [ 'name' => 'گزینه های دقیق محصول', 'instructions' => 'به شما امکان می دهد اطلاعات موجودی و قیمت محصول را وارد کنید' ], + 'show_subcats_mobile' => [ + 'name' => 'زیر مجموعه ها را در نمای موبایل نشان دهید', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/fi/setting.php b/addons/default/visiosoft/advs-module/resources/lang/fi/setting.php index aec37a5bf..a1cadb7b1 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/fi/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/fi/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Yksityiskohtaiset tuotevaihtoehdot', 'instructions' => 'Voit antaa tuotteen varasto- ja hintatiedot' ], + 'show_subcats_mobile' => [ + 'name' => 'Näytä alaluokat mobiilinäkymässä', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/fr/setting.php b/addons/default/visiosoft/advs-module/resources/lang/fr/setting.php index a41e4c2cf..aef0c5408 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/fr/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/fr/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Options de produit détaillées', 'instructions' => 'Vous permet de saisir des informations sur le stock et le prix du produit' ], + 'show_subcats_mobile' => [ + 'name' => 'Afficher les sous-catégories sur la vue mobile', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/he/setting.php b/addons/default/visiosoft/advs-module/resources/lang/he/setting.php index 03acb7175..84543e290 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/he/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/he/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'אפשרויות מוצר מפורטות', 'instructions' => 'מאפשר לך להזין מידע על מלאי ומחיר עבור המוצר' ], + 'show_subcats_mobile' => [ + 'name' => 'הצג קטגוריות משנה בתצוגת הנייד', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/hi/setting.php b/addons/default/visiosoft/advs-module/resources/lang/hi/setting.php index 2255edade..dbae02582 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/hi/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/hi/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'विस्तृत उत्पाद विकल्प', 'instructions' => 'आपको उत्पाद के लिए स्टॉक और मूल्य की जानकारी दर्ज करने की अनुमति देता है' ], + 'show_subcats_mobile' => [ + 'name' => 'मोबाइल दृश्य पर उपश्रेणियाँ दिखाएँ', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/hu/setting.php b/addons/default/visiosoft/advs-module/resources/lang/hu/setting.php index a83f23c8f..10f9d11e7 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/hu/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/hu/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Részletes termékopciók', 'instructions' => 'Lehetővé teszi a termék készlet- és árinformációinak megadását' ], + 'show_subcats_mobile' => [ + 'name' => 'Alkategóriák megjelenítése mobil nézetben', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/id/setting.php b/addons/default/visiosoft/advs-module/resources/lang/id/setting.php index b6f19f8e1..5f421b928 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/id/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/id/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Pilihan Produk Terperinci', 'instructions' => 'Memungkinkan Anda memasukkan informasi stok dan harga produk' ], + 'show_subcats_mobile' => [ + 'name' => 'Tampilkan subkategori pada tampilan seluler', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/it/setting.php b/addons/default/visiosoft/advs-module/resources/lang/it/setting.php index be281e6c9..5d4ac6b3c 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/it/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/it/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Opzioni dettagliate del prodotto', 'instructions' => 'Consente di inserire informazioni sullo stock e sul prezzo del prodotto' ], + 'show_subcats_mobile' => [ + 'name' => 'Mostra le sottocategorie nella visualizzazione mobile', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/ja/setting.php b/addons/default/visiosoft/advs-module/resources/lang/ja/setting.php index ed44df7c8..2daacef7c 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ja/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ja/setting.php @@ -262,4 +262,7 @@ return [ 'name' => '詳細な製品オプション', 'instructions' => '製品の在庫および価格情報を入力できます' ], + 'show_subcats_mobile' => [ + 'name' => 'モバイルビューでサブカテゴリを表示する', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/ko/setting.php b/addons/default/visiosoft/advs-module/resources/lang/ko/setting.php index bd8e09948..ff2fcff6b 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ko/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ko/setting.php @@ -262,4 +262,7 @@ return [ 'name' => '자세한 제품 옵션', 'instructions' => '제품의 재고 및 가격 정보를 입력 할 수 있습니다.' ], + 'show_subcats_mobile' => [ + 'name' => '모바일보기에 하위 범주 표시', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/ku/setting.php b/addons/default/visiosoft/advs-module/resources/lang/ku/setting.php index ceefaf43d..92d385d4d 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ku/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ku/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Vebijarkên Hilbera Berfireh', 'instructions' => 'Destûrê dide ku hûn ji bo hilberê agahdariya pargîdanî û bihayê bikin' ], + 'show_subcats_mobile' => [ + 'name' => 'Binkategoriyan li ser dîmendera mobîl nîşan bide', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/nl/setting.php b/addons/default/visiosoft/advs-module/resources/lang/nl/setting.php index 561728cdd..4502c1a32 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/nl/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/nl/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Gedetailleerde productopties', 'instructions' => 'Hiermee kunt u voorraad- en prijsinformatie voor het product invoeren' ], + 'show_subcats_mobile' => [ + 'name' => 'Toon subcategorieën op mobiele weergave', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/no/setting.php b/addons/default/visiosoft/advs-module/resources/lang/no/setting.php index a4eb231c0..660cdc351 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/no/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/no/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Detaljerte produktalternativer', 'instructions' => 'Lar deg legge inn lager- og prisinformasjon for produktet' ], + 'show_subcats_mobile' => [ + 'name' => 'Vis underkategorier på mobilvisning', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/pl/setting.php b/addons/default/visiosoft/advs-module/resources/lang/pl/setting.php index c9c05b60c..61f17f84e 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/pl/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/pl/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Szczegółowe opcje produktu', 'instructions' => 'Umożliwia wprowadzenie informacji o stanie magazynowym i cenie produktu' ], + 'show_subcats_mobile' => [ + 'name' => 'Pokaż podkategorie w widoku mobilnym', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/pt/setting.php b/addons/default/visiosoft/advs-module/resources/lang/pt/setting.php index c3afc6bda..8c2a94658 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/pt/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/pt/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Opções detalhadas do produto', 'instructions' => 'Permite inserir informações de estoque e preço do produto' ], + 'show_subcats_mobile' => [ + 'name' => 'Mostrar subcategorias na visualização móvel', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/ro/setting.php b/addons/default/visiosoft/advs-module/resources/lang/ro/setting.php index afe0255f6..99ca70ec7 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ro/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ro/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Opțiuni detaliate despre produs', 'instructions' => 'Vă permite să introduceți informații despre stoc și preț pentru produs' ], + 'show_subcats_mobile' => [ + 'name' => 'Afișați subcategoriile pe ecranul mobil', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/ru/setting.php b/addons/default/visiosoft/advs-module/resources/lang/ru/setting.php index abab85642..2e4214fa9 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ru/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ru/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Подробные параметры продукта', 'instructions' => 'Позволяет вводить информацию о наличии и цене продукта.' ], + 'show_subcats_mobile' => [ + 'name' => 'Показывать подкатегории в мобильном представлении', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/sq/setting.php b/addons/default/visiosoft/advs-module/resources/lang/sq/setting.php index 1c4912a97..cc938af2a 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/sq/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/sq/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Opsione të hollësishme të produktit', 'instructions' => 'Ju lejon të futni informacione mbi stokun dhe çmimet për produktin' ], + 'show_subcats_mobile' => [ + 'name' => 'Shfaq nënkategoritë në pamjen e celularëve', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/sr/setting.php b/addons/default/visiosoft/advs-module/resources/lang/sr/setting.php index e317a3861..6218fb988 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/sr/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/sr/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Детаљне опције производа', 'instructions' => 'Омогућава вам да унесете информације о залихама и ценама производа' ], + 'show_subcats_mobile' => [ + 'name' => 'Прикажите поткатегорије на мобилном приказу', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/sv/setting.php b/addons/default/visiosoft/advs-module/resources/lang/sv/setting.php index 9492dc0e0..db5ceee85 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/sv/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/sv/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Detaljerade produktalternativ', 'instructions' => 'Låter dig ange lager- och prisinformation för produkten' ], + 'show_subcats_mobile' => [ + 'name' => 'Visa underkategorier i mobilvy', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/tr/setting.php b/addons/default/visiosoft/advs-module/resources/lang/tr/setting.php index 794fa2464..81f2aa961 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/tr/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/tr/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Ayrıntılı Ürün Seçenekleri', 'instructions' => 'Ürüne ait stok ve fiyat bilgilerini girmenizi sağlar' ], + 'show_subcats_mobile' => [ + 'name' => 'Alt kategorileri mobil görünümde göster', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/uk/setting.php b/addons/default/visiosoft/advs-module/resources/lang/uk/setting.php index 9e5a0f507..276733ed0 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/uk/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/uk/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Детальні параметри товару', 'instructions' => 'Дозволяє вводити інформацію про запас та ціну товару' ], + 'show_subcats_mobile' => [ + 'name' => 'Показувати підкатегорії в мобільному режимі', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/ur/setting.php b/addons/default/visiosoft/advs-module/resources/lang/ur/setting.php index a17c76a4d..d7cc0f2cf 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ur/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ur/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'تفصیلی مصنوع کے اختیارات', 'instructions' => 'آپ کو مصنوعات کے ل stock اسٹاک اور قیمت کی معلومات داخل کرنے کی اجازت دیتا ہے' ], + 'show_subcats_mobile' => [ + 'name' => 'موبائل ویو پر ذیلی زمرہ جات دکھائیں', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/vi/setting.php b/addons/default/visiosoft/advs-module/resources/lang/vi/setting.php index 97514f5b4..542ad4e2e 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/vi/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/vi/setting.php @@ -262,4 +262,7 @@ return [ 'name' => 'Tùy chọn sản phẩm chi tiết', 'instructions' => 'Cho phép bạn nhập thông tin hàng tồn kho và giá cả cho sản phẩm' ], + 'show_subcats_mobile' => [ + 'name' => 'Hiển thị các danh mục phụ trên chế độ xem trên thiết bị di động', + ] ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/zh/setting.php b/addons/default/visiosoft/advs-module/resources/lang/zh/setting.php index 9bea1de32..3be422261 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/zh/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/zh/setting.php @@ -262,4 +262,7 @@ return [ 'name' => '详细的产品选项', 'instructions' => '允许您输入产品的库存和价格信息' ], + 'show_subcats_mobile' => [ + 'name' => '在移动视图中显示子类别', + ] ]; From 7868661eba031eb7eb42a9a167a967cf8f4ea003 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 20 Apr 2021 12:12:59 +0300 Subject: [PATCH 30/80] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63e1bab14..c97ea408a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# OpenClassify - Laravel Classified Script Platform +# OpenClassify - Laravel 8 Classified Script Platform + +OpenClassify is modular and most advanced open source classified platform build with Laravel 8 & PHP 7.3+ Supported. Included Pyrocms 3.9 + -OpenClassify is the extensible and most advanced open source classified app build with Laravel 8 and Pyrocms. [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/openclassify/openclassify/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/openclassify/openclassify/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/openclassify/openclassify/badges/build.png?b=master)](https://scrutinizer-ci.com/g/openclassify/openclassify/build-status/master) @@ -25,7 +27,7 @@ Openclassify support 22+ languages. If you'd like to contribute translations, pl ## Server Requirements -- PHP => 7.3 +- PHP > 7.3+ - XML PHP Extension - PDO PHP Extension - cURL PHP Extension From 0f9d2fa6ed5e9516f38f2140ae5ea9e8f69e2c80 Mon Sep 17 00:00:00 2001 From: Diatrex Date: Tue, 20 Apr 2021 15:54:07 +0300 Subject: [PATCH 31/80] #3390 Show selected cities in listing --- .../resources/views/list/list.twig | 2 +- .../src/Http/Controller/AdvsController.php | 32 +++++++++++++++++++ .../src/City/CityRepository.php | 6 ++++ .../City/Contract/CityRepositoryInterface.php | 2 ++ 4 files changed, 41 insertions(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/views/list/list.twig b/addons/default/visiosoft/advs-module/resources/views/list/list.twig index 4e3546423..0128df3ef 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/list.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/list.twig @@ -49,7 +49,7 @@
    {% endfor %}
    - {{ trans('visiosoft.module.advs::field.clear_all') }} diff --git a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php index 599e98b56..ea6af9304 100644 --- a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php +++ b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php @@ -360,6 +360,38 @@ class AdvsController extends PublicController ]; } + if (($cities = \request()->city) && $cities = $cities[0]) { + $citiesIDs = $cityId ? [$cityId->id] : explode(',', $cities); + $cities = $this->cityRepository->findAllByIDs($citiesIDs); + + $value = array(); + foreach ($cities as $city) { + $removalLink = array_filter($param, function ($singleParam) { + return $singleParam !== 'city'; + }, ARRAY_FILTER_USE_KEY); + $removalLink = fullLink( + $removalLink, + \request()->url(), + ['city[]' => implode( + ',', + array_filter($citiesIDs, function ($singleCity) use ($city) { + return $singleCity != $city->id; + }) + )] + ); + + $value[] = [ + 'name' => $city->name, + 'removalLink' => $removalLink + ]; + } + + $cFArray[] = [ + 'name' => trans('visiosoft.module.advs::field.address'), + 'value' => $value + ]; + } + Cookie::queue(Cookie::make('last_search', $this->requestHttp->getRequestUri(), 84000)); $viewType = $this->requestHttp->cookie('viewType'); diff --git a/addons/default/visiosoft/location-module/src/City/CityRepository.php b/addons/default/visiosoft/location-module/src/City/CityRepository.php index 9968eae76..2d55012f1 100644 --- a/addons/default/visiosoft/location-module/src/City/CityRepository.php +++ b/addons/default/visiosoft/location-module/src/City/CityRepository.php @@ -50,4 +50,10 @@ class CityRepository extends EntryRepository implements CityRepositoryInterface ->orderBy('order','ASC') ->get(); } + + public function findAllByIDs($citiesIDs) { + return $this->newQuery() + ->whereIn('location_cities.id', $citiesIDs) + ->get(); + } } diff --git a/addons/default/visiosoft/location-module/src/City/Contract/CityRepositoryInterface.php b/addons/default/visiosoft/location-module/src/City/Contract/CityRepositoryInterface.php index 9952563bd..2bd362f9a 100644 --- a/addons/default/visiosoft/location-module/src/City/Contract/CityRepositoryInterface.php +++ b/addons/default/visiosoft/location-module/src/City/Contract/CityRepositoryInterface.php @@ -7,4 +7,6 @@ interface CityRepositoryInterface extends EntryRepositoryInterface public function getByEntryIDsAndOrderByTransCol($entryIDs, $orderBy, $direction = 'asc'); public function getCitiesByCountryId($country_id); + + public function findAllByIDs($citiesIDs); } From 7dd482ce43fc6423a595c815804b5b0acad0bb1a Mon Sep 17 00:00:00 2001 From: Diatrex Date: Tue, 20 Apr 2021 16:54:11 +0300 Subject: [PATCH 32/80] fix listing design --- .../advs-module/resources/css/list-new.scss | 14 ++-- .../views/list/partials/list-filter.twig | 80 ++++++++++--------- 2 files changed, 52 insertions(+), 42 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/css/list-new.scss b/addons/default/visiosoft/advs-module/resources/css/list-new.scss index 6d65b7e39..f039dc2f2 100644 --- a/addons/default/visiosoft/advs-module/resources/css/list-new.scss +++ b/addons/default/visiosoft/advs-module/resources/css/list-new.scss @@ -55,8 +55,12 @@ ul { } } - & > label { - font-size: calc(14rem / 16); + &:last-child { + max-height: 11rem; + + label { + font-size: calc(14rem / 16); + } } } } @@ -513,13 +517,13 @@ ul { } .cat-data { - font-size: calc(12rem / 16); + font-size: calc(13rem / 16); color: rgba(34, 34, 34, .4); } .action-data { color: #A1A1A1; - font-size: calc(8rem / 16); + font-size: calc(10.7rem / 16); & > a { visibility: hidden; @@ -541,7 +545,7 @@ ul { } svg { - width: .4rem; + width: .45rem; height: auto; } } diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/list-filter.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/list-filter.twig index 8aa9d7415..48a2cb3cd 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/list-filter.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/list-filter.twig @@ -56,26 +56,28 @@ {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }}
    -
    - - -
    -
    - - -
    -
    - - +
    +
    + + +
    +
    + + +
    +
    + + +
    @@ -89,19 +91,21 @@ {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }}
    -
    - - -
    -
    - - +
    +
    + + +
    +
    + + +
    @@ -115,10 +119,12 @@ {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }} -
    - - +
    +
    + + +
    From 0f4b2edb2e976fc1f7816db64556398feee2cc44 Mon Sep 17 00:00:00 2001 From: Diatrex Date: Tue, 20 Apr 2021 17:05:53 +0300 Subject: [PATCH 33/80] #3817 [users] Forget Password - Hide SMS pass reminder if module is not installed --- .../src/Profile/Password/ForgotPassFormFields.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/profile-module/src/Profile/Password/ForgotPassFormFields.php b/addons/default/visiosoft/profile-module/src/Profile/Password/ForgotPassFormFields.php index 54ceeebcf..d48f7e590 100644 --- a/addons/default/visiosoft/profile-module/src/Profile/Password/ForgotPassFormFields.php +++ b/addons/default/visiosoft/profile-module/src/Profile/Password/ForgotPassFormFields.php @@ -4,6 +4,13 @@ class ForgotPassFormFields { public function handle(ForgotPassFormBuilder $builder) { + $resetTypeOptions = [ + 'mail' => 'visiosoft.theme.base::field.mail', + ]; + if (is_module_installed('visiosoft.module.sms')) { + $resetTypeOptions['sms'] = 'visiosoft.theme.base::field.sms'; + } + $builder->setFields( [ 'email' => [ @@ -23,10 +30,7 @@ class ForgotPassFormFields "resetType" => [ "type" => "anomaly.field_type.select", "config" => [ - "options" => [ - 'sms' => 'visiosoft.theme.base::field.sms', - 'mail' => 'visiosoft.theme.base::field.mail', - ], + "options" => $resetTypeOptions, "separator" => ":", "default_value" => 'mail', "mode" => "radio", From d4dd1a86a3ee60bff1944c16d36fb4c38d327ef1 Mon Sep 17 00:00:00 2001 From: Diatrex Date: Wed, 21 Apr 2021 10:04:29 +0300 Subject: [PATCH 34/80] #3722 Search Keyword Filter For Ads List --- .../advs-module/resources/css/list-new.scss | 10 +++++++++- .../advs-module/resources/lang/en/field.php | 1 + .../views/list/partials/list-filter.twig | 16 ++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/css/list-new.scss b/addons/default/visiosoft/advs-module/resources/css/list-new.scss index f039dc2f2..00af852e2 100644 --- a/addons/default/visiosoft/advs-module/resources/css/list-new.scss +++ b/addons/default/visiosoft/advs-module/resources/css/list-new.scss @@ -166,7 +166,7 @@ ul { /* End Location */ /* Price */ - #price { + #price, .range-filter { li { & + & { margin-left: 0.5em; @@ -229,6 +229,14 @@ ul { } /* End Map */ + /* Keyword */ + #keywordFilter { + input { + font-size: calc(14rem / 16); + } + } + /* End Keyword */ + /* Filter submit */ #filterSubmit { button { diff --git a/addons/default/visiosoft/advs-module/resources/lang/en/field.php b/addons/default/visiosoft/advs-module/resources/lang/en/field.php index 15d55eb6a..5ebad24af 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/en/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/en/field.php @@ -343,6 +343,7 @@ return [ 'view' => 'View', 'ads_with_map' => 'Ads With Map', 'advanced_sorting' => 'Advanced Sorting', + 'filter_by_word' => 'Filter by word', 'free' => 'Free', 'ad_date' => 'Ad Date', diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/list-filter.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/list-filter.twig index 48a2cb3cd..045c61bfa 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/list-filter.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/list-filter.twig @@ -130,6 +130,22 @@ {% endif %} + +
    +
    +

    {{ trans("visiosoft.module.advs::field.filter_by_word") }}

    + {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }} +
    + +
    +
    + +
    +
    +
    + +
    +
    + From a89707a04a4d2c12e08f2dc184425106992696f6 Mon Sep 17 00:00:00 2001 From: diashalabi Date: Fri, 23 Apr 2021 15:13:54 +0300 Subject: [PATCH 41/80] #3553 Ad post contact - Options Design --- .../resources/css/new-create-new.scss | 39 ++++- .../resources/views/new-ad/new-create.twig | 150 +++++++----------- .../src/Adv/Form/AdvFormBuilder.php | 10 -- 3 files changed, 89 insertions(+), 110 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/css/new-create-new.scss b/addons/default/visiosoft/advs-module/resources/css/new-create-new.scss index 5aaa0782b..fd1061117 100644 --- a/addons/default/visiosoft/advs-module/resources/css/new-create-new.scss +++ b/addons/default/visiosoft/advs-module/resources/css/new-create-new.scss @@ -23,7 +23,7 @@ } #reachInfo { - font-family: Poppins; + font-family: 'Poppins', sans-serif; margin-bottom: 2rem; p { @@ -42,7 +42,7 @@ } #contactSummary { - font-family: Poppins; + font-family: 'Poppins', sans-serif; margin-bottom: 2rem; label { @@ -89,7 +89,7 @@ } label { - font-family: Poppins; + font-family: 'Poppins', sans-serif; font-size: 14px; color: #4A4A4A; font-weight: 500; @@ -159,11 +159,7 @@ width: 47.5%; input { - &:first-child { - width: 83%; - } - - &:last-child { + &.decimal-price { width: 17%; } } @@ -178,6 +174,33 @@ select { width: 17%; + padding: 1.1rem 1rem; + } + } + } + } + + #simpleOptionsInput { + .select2-selection { + box-shadow: 0 1px 2px rgba(0, 0, 0, .04); + font-size: 17px; + padding: 1.1rem 1.5rem; + color: #707070; + border: 0; + margin-top: 1rem; + + .select2-selection__rendered { + padding: 0; + display: flex; + margin: 0; + flex-wrap: wrap; + + .select2-selection__choice { + float: none; + } + + .select2-search__field { + padding: 0; } } } diff --git a/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig b/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig index a854c891e..f518c51c9 100644 --- a/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig +++ b/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig @@ -1,6 +1,9 @@ {% extends layout('new-create') %} {% block styles %} + + + + + + {% if not setting_value('visiosoft.module.advs::hide_options_field') %} {% if not setting_value('visiosoft.module.advs::detailed_product_options') %}
    diff --git a/addons/default/visiosoft/advs-module/src/Adv/Form/AdvFormBuilder.php b/addons/default/visiosoft/advs-module/src/Adv/Form/AdvFormBuilder.php index f14c1aadb..0e1352e7c 100644 --- a/addons/default/visiosoft/advs-module/src/Adv/Form/AdvFormBuilder.php +++ b/addons/default/visiosoft/advs-module/src/Adv/Form/AdvFormBuilder.php @@ -27,7 +27,7 @@ class AdvFormBuilder extends FormBuilder { $requiredFields = setting_value('visiosoft.module.advs::make_all_fields_required'); - return [ + $fields = [ 'name' => [ 'translatable' => true, 'required' => true, @@ -84,5 +84,18 @@ class AdvFormBuilder extends FormBuilder 'adv_day', 'product_options_value' ]; + + if (setting_value('visiosoft.module.advs::show_finish_and_publish_date')) { + $fields = array_merge($fields, [ + 'finish_at' => [ + 'required' => true, + ], + 'publish_at' => [ + 'required' => true, + ], + ]); + } + + return $fields; } } diff --git a/addons/default/visiosoft/advs-module/src/Adv/Table/Handler/Approve.php b/addons/default/visiosoft/advs-module/src/Adv/Table/Handler/Approve.php index 199f9ae84..78b88175e 100644 --- a/addons/default/visiosoft/advs-module/src/Adv/Table/Handler/Approve.php +++ b/addons/default/visiosoft/advs-module/src/Adv/Table/Handler/Approve.php @@ -17,11 +17,18 @@ class Approve extends ActionHandler if ($ad = $model->newQuery()->find($id)) { - $ad->update([ + $update = [ 'status' => 'approved', - 'finish_at' => date('Y-m-d H:i:s', strtotime(date('Y-m-d H:i:s') . ' + ' . $defaultAdPublishTime . ' day')), - 'publish_at' => date('Y-m-d H:i:s') - ]); + ]; + + if (!setting_value('visiosoft.module.advs::show_finish_and_publish_date')) { + $update = array_merge($update, [ + 'finish_at' => date('Y-m-d H:i:s', strtotime(date('Y-m-d H:i:s') . ' + ' . $defaultAdPublishTime . ' day')), + 'publish_at' => date('Y-m-d H:i:s') + ]); + } + + $ad->update($update); event(new ChangedStatusAd($ad));//Create Notify } diff --git a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php index 5bebc56bb..b22c817c9 100644 --- a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php +++ b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php @@ -844,11 +844,19 @@ class AdvsController extends PublicController if (setting_value('visiosoft.module.advs::auto_approve') && $autoApprove) { $defaultAdPublishTime = setting_value('visiosoft.module.advs::default_published_time'); - $adv->update([ + + $update = [ 'status' => 'approved', - 'finish_at' => date('Y-m-d H:i:s', strtotime(date('Y-m-d H:i:s') . ' + ' . $defaultAdPublishTime . ' day')), - 'publish_at' => date('Y-m-d H:i:s') - ]); + ]; + + if (!setting_value('visiosoft.module.advs::show_finish_and_publish_date')) { + $update = array_merge($update, [ + 'finish_at' => date('Y-m-d H:i:s', strtotime(date('Y-m-d H:i:s') . ' + ' . $defaultAdPublishTime . ' day')), + 'publish_at' => date('Y-m-d H:i:s') + ]); + } + + $adv->update($update); } $form->render($this->request->update_id); From ae29380e83243a14fc52f6c60d79f52a68d4274d Mon Sep 17 00:00:00 2001 From: vedatakd Date: Mon, 10 May 2021 14:14:31 +0300 Subject: [PATCH 73/80] education sortable --- ...oft.module.profile__education_sortable.php | 24 ++++++++++++++++ .../Http/Controller/MyProfileController.php | 28 ++++++++++++++----- 2 files changed, 45 insertions(+), 7 deletions(-) create mode 100644 addons/default/visiosoft/profile-module/migrations/2021_05_10_105458_visiosoft.module.profile__education_sortable.php diff --git a/addons/default/visiosoft/profile-module/migrations/2021_05_10_105458_visiosoft.module.profile__education_sortable.php b/addons/default/visiosoft/profile-module/migrations/2021_05_10_105458_visiosoft.module.profile__education_sortable.php new file mode 100644 index 000000000..36c6e0866 --- /dev/null +++ b/addons/default/visiosoft/profile-module/migrations/2021_05_10_105458_visiosoft.module.profile__education_sortable.php @@ -0,0 +1,24 @@ +streams() + ->findBySlugAndNamespace('education', 'profile') + ->setAttribute('sortable', true) + ->save(); + } + + public function down() + { + $this->streams() + ->findBySlugAndNamespace('education', 'profile') + ->setAttribute('sortable', false) + ->save(); + } +} diff --git a/addons/default/visiosoft/profile-module/src/Http/Controller/MyProfileController.php b/addons/default/visiosoft/profile-module/src/Http/Controller/MyProfileController.php index 02b277336..f04312281 100644 --- a/addons/default/visiosoft/profile-module/src/Http/Controller/MyProfileController.php +++ b/addons/default/visiosoft/profile-module/src/Http/Controller/MyProfileController.php @@ -6,6 +6,7 @@ use Anomaly\Streams\Platform\Model\Users\UsersUsersEntryModel; use Anomaly\UsersModule\User\Contract\UserRepositoryInterface; use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; +use Illuminate\Support\Facades\DB; use Visiosoft\AdvsModule\Adv\AdvModel; use Visiosoft\AdvsModule\Adv\Event\ChangeStatusAd; use Visiosoft\AdvsModule\Status\Contract\StatusRepositoryInterface; @@ -56,14 +57,16 @@ class MyProfileController extends PublicController compact('user', 'country', 'form', 'advs_count')); } - public function detail(ProfileFormBuilder $form){ - $user = $this->userRepository->find(Auth::id()); - $country = CountryModel::all(); - return $this->view->make('visiosoft.module.profile::profile.detail', compact('user', 'country', 'form')); + public function detail(ProfileFormBuilder $form) + { + $user = $this->userRepository->find(Auth::id()); + $country = CountryModel::all(); + return $this->view->make('visiosoft.module.profile::profile.detail', compact('user', 'country', 'form')); } - public function password(){ - return $this->view->make('visiosoft.module.profile::profile.password'); + public function password() + { + return $this->view->make('visiosoft.module.profile::profile.password'); } public function extendAds($id, $type, SettingRepositoryInterface $settings) @@ -272,7 +275,18 @@ class MyProfileController extends PublicController public function changeEducation(Request $request) { if ($request->info == 'education') { - $education = EducationPartModel::query()->where('education_id', $request->education)->get(); + $education = DB::table('profile_education_part') + ->leftJoin( + 'profile_education_part_translations', + 'profile_education_part.id', + '=', + 'profile_education_part_translations.entry_id' + ) + ->where('profile_education_part_translations.locale', '=', Request()->session()->get('_locale', setting_value('streams::default_locale'))) + ->where('education_id', $request->education) + ->selectRaw('default_profile_education_part.*, default_profile_education_part_translations.name as name') + ->orderBy('name', 'ASC') + ->get(); } return response()->json(['data' => $education], 200); } From ca0c8c45f85784bab1bd78241bf4f5b2b7348437 Mon Sep 17 00:00:00 2001 From: muammertop Date: Tue, 11 May 2021 11:37:43 +0300 Subject: [PATCH 74/80] #3981 igamkoop requests --- .../resources/views/list/gallery.twig | 4 +++- .../resources/views/list/partials/ads.twig | 18 +++++++++++++----- .../views/list/partials/mobile-list.twig | 4 +++- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig b/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig index 1c1f67dce..56a91f3ab 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig @@ -40,7 +40,9 @@

    {{ adv.country_name }} / {{ adv.city_name }}

    {% endif %} {% if setting_value('visiosoft.module.advs::market_place') %} -

    {{ adv.publish_at.value|date('d/m/Y') }}

    + {% if showDate %} +

    {{ adv.publish_at.value|date('d/m/Y') }}

    + {% endif %} {% endif %}
    diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig index 0a58caf83..adf4a8fbb 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig @@ -1,11 +1,12 @@ {% set hideStandard = setting_value('visiosoft.module.advs::hide_listing_standard_price') %} {% set listLocation = setting_value('visiosoft.module.location::list_page_location') %} +{% set showDate = setting_value('visiosoft.theme.base::date_fields') %}
    - + {% for cF in listingCFs %} @@ -17,6 +18,11 @@ / {{ trans('visiosoft.module.advs::field.district.name') }} {% endif %} + {% if setting_value('visiosoft.module.advs::market_place') %} + {% if showDate %} + + {% endif %} + {% endif %} @@ -59,10 +65,12 @@ {% endif %} {% if setting_value('visiosoft.module.advs::market_place') %} - + {% if showDate %} + + {% endif %} {% endif %} - {% endif %} + {% if setting_value('visiosoft.module.advs::market_place') and showDate %} + {% endif %} @@ -64,13 +62,11 @@

    {{ adv.city_name }}

    {% endif %} - {% if setting_value('visiosoft.module.advs::market_place') %} - {% if showDate %} - - {% endif %} + {% if setting_value('visiosoft.module.advs::market_place') and showDate%} + {% endif %}
    {{ trans('visiosoft.module.advs::field.ad_title') }}{{ trans('visiosoft.module.advs::field.ad_title') }}{{ cF.name }}{{ trans('visiosoft.module.advs::field.date.name') }}{{ trans('visiosoft.module.advs::field.price.name') }}
    -

    {{ adv.publish_at.value|date('d/m') }}

    -

    {{ adv.publish_at.value|date('Y') }}

    -
    +

    {{ adv.publish_at.value|date('d/m') }}

    +

    {{ adv.publish_at.value|date('Y') }}

    +
    {% if not hideStandard %} diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig index dda91aa5a..5dc3e5db5 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/mobile-list.twig @@ -30,7 +30,9 @@ {{ adv.name }}
    {{ adv.name }}
    -

    {{ adv.country_name }} / {{ adv.city_name }}

    + {% if listLocation %} +

    {{ adv.country_name }} / {{ adv.city_name }}

    + {% endif %}

    {{ adv.price != '0' ? currency_format(adv.price,adv.currency) : trans('visiosoft.module.advs::field.free') }}

    From c183a96902413ca10f6af793c24f70d45a939925 Mon Sep 17 00:00:00 2001 From: muammertop Date: Tue, 11 May 2021 12:02:59 +0300 Subject: [PATCH 75/80] #3981 igamkoop requests --- .../resources/views/list/gallery.twig | 4 +--- .../resources/views/list/partials/ads.twig | 18 +++++++----------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig b/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig index 56a91f3ab..dc6086f92 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig @@ -39,10 +39,8 @@ {% if showLocation %}

    {{ adv.country_name }} / {{ adv.city_name }}

    {% endif %} - {% if setting_value('visiosoft.module.advs::market_place') %} - {% if showDate %} + {% if setting_value('visiosoft.module.advs::market_place') and showDate %}

    {{ adv.publish_at.value|date('d/m/Y') }}

    - {% endif %} {% endif %} diff --git a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig index adf4a8fbb..5763937b5 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/partials/ads.twig @@ -18,10 +18,8 @@ / {{ trans('visiosoft.module.advs::field.district.name') }} {% endif %} - {% if setting_value('visiosoft.module.advs::market_place') %} - {% if showDate %} -
    {{ trans('visiosoft.module.advs::field.date.name') }}{{ trans('visiosoft.module.advs::field.date.name') }}{{ trans('visiosoft.module.advs::field.price.name') }}
    -

    {{ adv.publish_at.value|date('d/m') }}

    -

    {{ adv.publish_at.value|date('Y') }}

    -
    +

    {{ adv.publish_at.value|date('d/m') }}

    +

    {{ adv.publish_at.value|date('Y') }}

    +
    {% if not hideStandard %} From fb8d2dca1aadbc6922a5d942fbda09cf20e2d01b Mon Sep 17 00:00:00 2001 From: vedatakd Date: Wed, 12 May 2021 02:57:38 +0300 Subject: [PATCH 76/80] fixed finish and publish date --- .../resources/config/settings/sections.php | 1 + .../advs-module/resources/lang/en/field.php | 5 +- .../advs-module/resources/lang/tr/field.php | 5 +- .../resources/views/new-ad/new-create.twig | 176 +++++++++--------- 4 files changed, 99 insertions(+), 88 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/config/settings/sections.php b/addons/default/visiosoft/advs-module/resources/config/settings/sections.php index fa22e92a1..4ce7e632f 100644 --- a/addons/default/visiosoft/advs-module/resources/config/settings/sections.php +++ b/addons/default/visiosoft/advs-module/resources/config/settings/sections.php @@ -24,6 +24,7 @@ return [ 'ads' => [ 'title' => 'visiosoft.module.advs::section.ads', 'fields' => [ + 'show_finish_and_publish_date', 'latest-limit', 'popular_ads_limit', 'ads_image_limit', diff --git a/addons/default/visiosoft/advs-module/resources/lang/en/field.php b/addons/default/visiosoft/advs-module/resources/lang/en/field.php index 6719a34bf..b362df662 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/en/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/en/field.php @@ -108,7 +108,7 @@ return [ 'name' => 'Unpublished' ], 'finish_at' => [ - 'name' => 'Finish At' + 'name' => 'Finish Date' ], 'cover_photo' => [ 'name' => 'Cover Photo' @@ -370,4 +370,7 @@ return [ 'name' => 'Old Price' ], 'save_search' => 'Save Search', + 'publish_at' => [ + 'name' => 'Publish Date' + ], ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/tr/field.php b/addons/default/visiosoft/advs-module/resources/lang/tr/field.php index 66bf10dae..7f299bba1 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/tr/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/tr/field.php @@ -108,7 +108,7 @@ return [ 'name' => 'Yayınlanmamış' ], 'finish_at' => [ - 'name' => 'Bitiş Saati' + 'name' => 'Bitiş Tarihi' ], 'cover_photo' => [ 'name' => 'Kapak Fotoğrafı' @@ -371,4 +371,7 @@ return [ 'name' => 'Eski fiyat' ], 'save_search' => 'Aramayı Kaydet', + 'publish_at' => [ + 'name' => 'Publish Date' + ], ]; diff --git a/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig b/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig index 105e9585d..08d8ab12c 100644 --- a/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig +++ b/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig @@ -2,7 +2,8 @@ {% block styles %} - + - - + {% endif %} {% if not setting_value('visiosoft.module.advs::hide_options_field') %} From d07bce4e2cf1ff81d6fe1f842e57b42a21370415 Mon Sep 17 00:00:00 2001 From: Diatrex Date: Wed, 12 May 2021 11:48:00 +0300 Subject: [PATCH 77/80] #3991 [customfields-module] Column value not working --- .../advs-module/src/Http/Controller/AdvsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php index 5bebc56bb..354c9c978 100644 --- a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php +++ b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php @@ -292,7 +292,7 @@ class AdvsController extends PublicController ->view($adv); $features = array(); foreach ($listingCFs as $listingCF) { - if ($key = array_search($listingCF->slug, array_column($tempFeatures, 'slug'))) { + if (($key = array_search($listingCF->slug, array_column($tempFeatures, 'slug'))) !== false) { $features[$listingCF->slug] = $tempFeatures[$key]; } } From 6f66ba6900eafc335e6e07af1686bebb67fc0da3 Mon Sep 17 00:00:00 2001 From: muammertop Date: Wed, 12 May 2021 12:22:18 +0300 Subject: [PATCH 78/80] #3990 abka.com.tr panel logo error --- .../defaultadmin-theme/resources/views/partials/topbar.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/views/partials/topbar.twig b/addons/default/visiosoft/defaultadmin-theme/resources/views/partials/topbar.twig index 3b772d2c7..e1fa4cce1 100644 --- a/addons/default/visiosoft/defaultadmin-theme/resources/views/partials/topbar.twig +++ b/addons/default/visiosoft/defaultadmin-theme/resources/views/partials/topbar.twig @@ -3,7 +3,7 @@