diff --git a/packages/Webkul/Admin/src/Config/core_config.php b/packages/Webkul/Admin/src/Config/core_config.php
index 7bd575d63..ebf966462 100644
--- a/packages/Webkul/Admin/src/Config/core_config.php
+++ b/packages/Webkul/Admin/src/Config/core_config.php
@@ -26,5 +26,193 @@
'options' => 'Webkul\Core\Core@locales',
],
],
+ ], [
+ 'key' => 'general.general.admin_logo',
+ 'name' => 'admin::app.configuration.index.general.general.admin-logo.title',
+ 'info' => 'admin::app.configuration.index.general.general.admin-logo.title-info',
+ 'sort' => 2,
+ 'fields' => [
+ [
+ 'name' => 'logo_image',
+ 'title' => 'admin::app.configuration.index.general.general.admin-logo.logo-image',
+ 'type' => 'image',
+ 'validation' => 'mimes:bmp,jpeg,jpg,png,webp,svg',
+ ],
+ ],
+ ], [
+ 'key' => 'general.settings',
+ 'name' => 'admin::app.configuration.index.general.settings.title',
+ 'info' => 'admin::app.configuration.index.general.settings.info',
+ 'icon' => 'icon-configuration',
+ 'sort' => 1,
+ ], [
+ 'key' => 'general.settings.footer',
+ 'name' => 'admin::app.configuration.index.general.settings.footer.title',
+ 'info' => 'admin::app.configuration.index.general.settings.footer.info',
+ 'sort' => 1,
+ 'fields' => [
+ [
+ 'name' => 'powered_by',
+ 'title' => 'admin::app.configuration.index.general.settings.footer.powered-by',
+ 'type' => 'text',
+ 'default' => 'Powered by',
+ 'validation' => 'max:50',
+ ], [
+ 'name' => 'powered_by_redirection_title',
+ 'title' => 'admin::app.configuration.index.general.settings.footer.powered-by-redirection-title',
+ 'type' => 'text',
+ 'default' => 'Krayin',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'powered_by_redirection_link',
+ 'title' => 'admin::app.configuration.index.general.settings.footer.powered-by-redirection-link',
+ 'default' => 'https://krayincrm.com',
+ 'type' => 'text',
+ ], [
+ 'name' => 'other',
+ 'title' => 'admin::app.configuration.index.general.settings.footer.other',
+ 'type' => 'text',
+ 'default' => 'an open-source project by',
+ 'validation' => 'max:100',
+ ], [
+ 'name' => 'other_redirection_title',
+ 'title' => 'admin::app.configuration.index.general.settings.footer.other-redirection-title',
+ 'type' => 'text',
+ 'default' => 'Webkul',
+ 'validation' => 'max:25',
+ ], [
+ 'name' => 'other_redirection_link',
+ 'title' => 'admin::app.configuration.index.general.settings.footer.other-redirection-link',
+ 'default' => 'https://webkul.com',
+ 'type' => 'text',
+ ],
+ ],
+ ], [
+ 'key' => 'general.settings.menu',
+ 'name' => 'admin::app.configuration.index.general.settings.menu.title',
+ 'info' => 'admin::app.configuration.index.general.settings.menu.info',
+ 'sort' => 2,
+ 'fields' => [
+ [
+ 'name' => 'dashboard',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.dashboard',
+ 'type' => 'text',
+ 'default' => 'Dashboard',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'leads',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.leads',
+ 'type' => 'text',
+ 'default' => 'Leads',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'quotes',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.quotes',
+ 'type' => 'text',
+ 'default' => 'Quotes',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'mail.mail',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.mail',
+ 'type' => 'text',
+ 'default' => 'Mail',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'mail.inbox',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.inbox',
+ 'type' => 'text',
+ 'default' => 'Inbox',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'mail.draft',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.draft',
+ 'type' => 'text',
+ 'default' => 'Draft',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'mail.outbox',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.outbox',
+ 'type' => 'text',
+ 'default' => 'Outbox',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'mail.sent',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.sent',
+ 'type' => 'text',
+ 'default' => 'Sent',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'mail.trash',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.trash',
+ 'type' => 'text',
+ 'default' => 'Trash',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'activities',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.activities',
+ 'type' => 'text',
+ 'default' => 'Activities',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'contacts.contacts',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.contacts',
+ 'type' => 'text',
+ 'default' => 'Contacts',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'contacts.persons',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.persons',
+ 'type' => 'text',
+ 'default' => 'Persons',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'contacts.organizations',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.organizations',
+ 'type' => 'text',
+ 'default' => 'Organizations',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'products',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.products',
+ 'type' => 'text',
+ 'default' => 'Products',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'settings',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.settings',
+ 'type' => 'text',
+ 'default' => 'Settings',
+ 'validation' => 'max:20',
+ ], [
+ 'name' => 'configuration',
+ 'title' => 'admin::app.configuration.index.general.settings.menu.configuration',
+ 'type' => 'text',
+ 'default' => 'Configuration',
+ 'validation' => 'max:20',
+ ],
+ ],
+ ], [
+ 'key' => 'general.settings.menu_color',
+ 'name' => 'admin::app.configuration.index.general.settings.menu-color.title',
+ 'info' => 'admin::app.configuration.index.general.settings.menu-color.info',
+ 'sort' => 2,
+ 'fields' => [
+ [
+ 'name' => 'active_background_color',
+ 'title' => 'admin::app.configuration.index.general.settings.menu-color.active-background-color',
+ 'type' => 'color',
+ 'default' => '#0E90D9',
+ ], [
+ 'name' => 'active_text_color',
+ 'title' => 'admin::app.configuration.index.general.settings.menu-color.active-text-color',
+ 'type' => 'color',
+ 'default' => '#ffffff',
+ ], [
+ 'name' => 'text_color',
+ 'title' => 'admin::app.configuration.index.general.settings.menu-color.text-color',
+ 'type' => 'color',
+ 'default' => '#757575',
+ ],
+ ],
],
];
diff --git a/packages/Webkul/Admin/src/Resources/lang/ar/app.php b/packages/Webkul/Admin/src/Resources/lang/ar/app.php
index e011633d8..a2b8d8282 100644
--- a/packages/Webkul/Admin/src/Resources/lang/ar/app.php
+++ b/packages/Webkul/Admin/src/Resources/lang/ar/app.php
@@ -1869,25 +1869,80 @@
'configuration' => [
'index' => [
- 'back' => 'رجوع',
- 'save-btn' => 'حفظ الإعدادات',
- 'save-success' => 'تم حفظ الإعدادات بنجاح.',
- 'search' => 'بحث',
- 'title' => 'الإعدادات',
+ 'back' => 'رجوع',
+ 'delete' => 'حذف',
+ 'save-btn' => 'حفظ التكوين',
+ 'save-success' => 'تم حفظ التكوين بنجاح.',
+ 'search' => 'بحث',
+ 'select-country' => 'اختر الدولة',
+ 'select-state' => 'اختر الولاية',
+ 'title' => 'التكوين',
'general' => [
'title' => 'عام',
- 'info' => 'الإعدادات العامة',
+ 'info' => 'تكوين عام',
'general' => [
'title' => 'عام',
'info' => 'قم بتحديث إعداداتك العامة هنا.',
+
'locale-settings' => [
'title' => 'إعدادات اللغة',
- 'title-info' => 'يحدد اللغة المستخدمة في واجهة المستخدم، مثل العربية (ar)، الإنجليزية (en)، الإسبانية (es)، الفارسية (fa) والتركية (tr).',
+ 'title-info' => 'تعريف اللغة المستخدمة في واجهة المستخدم، مثل العربية (ar)، الإنجليزية (en)، الإسبانية (es)، الفارسية (fa) والتركية (tr).',
+ ],
+
+ 'admin-logo' => [
+ 'logo-image' => 'صورة الشعار',
+ 'title' => 'شعار الإدارة',
+ 'title-info' => 'تكوين صورة الشعار للوحة الإدارة الخاصة بك.',
],
],
],
+
+ 'settings' => [
+ 'title' => 'الإعدادات',
+ 'info' => 'قم بتحديث إعداداتك هنا.',
+
+ 'footer' => [
+ 'info' => 'يمكننا تكوين قسم "مشغل بواسطة" هنا.',
+ 'other' => 'أخرى',
+ 'other-redirection-link' => 'رابط إعادة التوجيه الآخر',
+ 'other-redirection-title' => 'عنوان إعادة التوجيه الآخر',
+ 'powered-by' => 'مشغل بواسطة',
+ 'powered-by-redirection-link' => 'رابط إعادة التوجيه "مشغل بواسطة"',
+ 'powered-by-redirection-title' => 'عنوان إعادة التوجيه "مشغل بواسطة"',
+ 'title' => 'تكوينات قسم "مشغل بواسطة"',
+ ],
+
+ 'menu' => [
+ 'activities' => 'الأنشطة',
+ 'configuration' => 'التكوين',
+ 'contacts' => 'جهات الاتصال',
+ 'dashboard' => 'لوحة القيادة',
+ 'draft' => 'مسودة',
+ 'inbox' => 'الوارد',
+ 'info' => 'يمكننا تكوين أسماء عناصر القائمة هنا.',
+ 'leads' => 'العملاء المحتملين',
+ 'mail' => 'البريد',
+ 'organizations' => 'المنظمات',
+ 'outbox' => 'الصادر',
+ 'persons' => 'الأشخاص',
+ 'products' => 'المنتجات',
+ 'quotes' => 'عروض الأسعار',
+ 'sent' => 'المرسل',
+ 'settings' => 'الإعدادات',
+ 'title' => 'تكوينات عناصر القائمة',
+ 'trash' => 'المهملات',
+ ],
+
+ 'menu-color' => [
+ 'active-background-color' => 'لون الخلفية النشطة',
+ 'active-text-color' => 'لون النص النشط',
+ 'info' => 'يمكننا تغيير ألوان عناصر القائمة هنا.',
+ 'text-color' => 'لون النص',
+ 'title' => 'تكوينات ألوان عناصر القائمة',
+ ],
+ ],
],
],
diff --git a/packages/Webkul/Admin/src/Resources/lang/en/app.php b/packages/Webkul/Admin/src/Resources/lang/en/app.php
index a40bf66be..e4278aa29 100644
--- a/packages/Webkul/Admin/src/Resources/lang/en/app.php
+++ b/packages/Webkul/Admin/src/Resources/lang/en/app.php
@@ -1873,11 +1873,14 @@
'configuration' => [
'index' => [
- 'back' => 'Back',
- 'save-btn' => 'Save Configuration',
- 'save-success' => 'Configuration Saved Successfully.',
- 'search' => 'Search',
- 'title' => 'Configuration',
+ 'back' => 'Back',
+ 'delete' => 'Delete',
+ 'save-btn' => 'Save Configuration',
+ 'save-success' => 'Configuration Saved Successfully.',
+ 'search' => 'Search',
+ 'select-country' => 'Select Country',
+ 'select-state' => 'Select State',
+ 'title' => 'Configuration',
'general' => [
'title' => 'General',
@@ -1890,6 +1893,57 @@
'title' => 'Locale Settings',
'title-info' => 'Defines the language used in the user interface, such as Arabic (ar), English (en), Spanish (es), Persian(fa) and Turkish (tr).',
],
+
+ 'admin-logo' => [
+ 'logo-image' => 'Logo Image',
+ 'title' => 'Admin Logo',
+ 'title-info' => 'Configure logo image for your admin panel.',
+ ],
+ ],
+
+ 'settings' => [
+ 'title' => 'Settings',
+ 'info' => 'Update your settings here.',
+
+ 'footer' => [
+ 'info' => 'We can configure the powered by section here.',
+ 'other' => 'Other',
+ 'other-redirection-link' => 'Other Redirection Link',
+ 'other-redirection-title' => 'Other Redirection Title',
+ 'powered-by' => 'Powered by',
+ 'powered-by-redirection-link' => 'Powered by Redirection Link',
+ 'powered-by-redirection-title' => 'Powered by Redirection Title',
+ 'title' => 'Powered by Section Configurations',
+ ],
+
+ 'menu' => [
+ 'activities' => 'Activities',
+ 'configuration' => 'Configuration',
+ 'contacts' => 'Contacts',
+ 'dashboard' => 'Dashboard',
+ 'draft' => 'Draft',
+ 'inbox' => 'Inbox',
+ 'info' => 'We can configure the menu items name here.',
+ 'leads' => 'Leads',
+ 'mail' => 'Mail',
+ 'organizations' => 'Organizations',
+ 'outbox' => 'Outbox',
+ 'persons' => 'Persons',
+ 'products' => 'Products',
+ 'quotes' => 'Quotes',
+ 'sent' => 'Sent',
+ 'settings' => 'Settings',
+ 'title' => 'Menu Item Configurations',
+ 'trash' => 'Trash',
+ ],
+
+ 'menu-color' => [
+ 'active-background-color' => 'Active Background Color',
+ 'active-text-color' => 'Active Text Color',
+ 'info' => 'We can change the menu items colors here.',
+ 'text-color' => 'Text Color',
+ 'title' => 'Menu Item Color Configurations',
+ ],
],
],
],
diff --git a/packages/Webkul/Admin/src/Resources/lang/es/app.php b/packages/Webkul/Admin/src/Resources/lang/es/app.php
index 56447861c..0ee8d0e58 100644
--- a/packages/Webkul/Admin/src/Resources/lang/es/app.php
+++ b/packages/Webkul/Admin/src/Resources/lang/es/app.php
@@ -1872,11 +1872,14 @@
'configuration' => [
'index' => [
- 'back' => 'Volver',
- 'save-btn' => 'Guardar Configuración',
- 'save-success' => 'Configuración Guardada Exitosamente.',
- 'search' => 'Buscar',
- 'title' => 'Configuración',
+ 'back' => 'Regresar',
+ 'delete' => 'Eliminar',
+ 'save-btn' => 'Guardar Configuración',
+ 'save-success' => 'Configuración Guardada Exitosamente.',
+ 'search' => 'Buscar',
+ 'select-country' => 'Seleccionar País',
+ 'select-state' => 'Seleccionar Estado',
+ 'title' => 'Configuración',
'general' => [
'title' => 'General',
@@ -1884,10 +1887,61 @@
'general' => [
'title' => 'General',
- 'info' => 'Actualiza tus ajustes generales aquí.',
+ 'info' => 'Actualiza tus configuraciones generales aquí.',
'locale-settings' => [
- 'title' => 'Configuración Regional',
- 'title-info' => 'Define el idioma utilizado en la interfaz de usuario, como árabe (ar), inglés (en), español (es), persa (fa) y turco (tr).',
+ 'title' => 'Configuraciones de Idioma',
+ 'title-info' => 'Define el idioma utilizado en la interfaz de usuario, como Árabe (ar), Inglés (en), Español (es), Persa (fa) y Turco (tr).',
+ ],
+
+ 'admin-logo' => [
+ 'logo-image' => 'Imagen del Logo',
+ 'title' => 'Logo del Administrador',
+ 'title-info' => 'Configura la imagen del logo para tu panel de administración.',
+ ],
+ ],
+
+ 'settings' => [
+ 'title' => 'Configuraciones',
+ 'info' => 'Actualiza tus configuraciones aquí.',
+
+ 'footer' => [
+ 'info' => 'Podemos configurar la sección de powered by aquí.',
+ 'other' => 'Otro',
+ 'other-redirection-link' => 'Otro Enlace de Redirección',
+ 'other-redirection-title' => 'Otro Título de Redirección',
+ 'powered-by' => 'Desarrollado por',
+ 'powered-by-redirection-link' => 'Enlace de Redirección de Powered by',
+ 'powered-by-redirection-title' => 'Título de Redirección de Powered by',
+ 'title' => 'Configuraciones de la Sección Powered by',
+ ],
+
+ 'menu' => [
+ 'activities' => 'Actividades',
+ 'configuration' => 'Configuración',
+ 'contacts' => 'Contactos',
+ 'dashboard' => 'Tablero',
+ 'draft' => 'Borrador',
+ 'inbox' => 'Bandeja de Entrada',
+ 'info' => 'Podemos configurar los nombres de los elementos del menú aquí.',
+ 'leads' => 'Leads',
+ 'mail' => 'Correo',
+ 'organizations' => 'Organizaciones',
+ 'outbox' => 'Bandeja de Salida',
+ 'persons' => 'Personas',
+ 'products' => 'Productos',
+ 'quotes' => 'Cotizaciones',
+ 'sent' => 'Enviados',
+ 'settings' => 'Configuraciones',
+ 'title' => 'Configuraciones de Elementos del Menú',
+ 'trash' => 'Papelera',
+ ],
+
+ 'menu-color' => [
+ 'active-background-color' => 'Color de Fondo Activo',
+ 'active-text-color' => 'Color de Texto Activo',
+ 'info' => 'Podemos cambiar los colores de los elementos del menú aquí.',
+ 'text-color' => 'Color de Texto',
+ 'title' => 'Configuraciones de Color de Elementos del Menú',
],
],
],
diff --git a/packages/Webkul/Admin/src/Resources/lang/fa/app.php b/packages/Webkul/Admin/src/Resources/lang/fa/app.php
index 4f67e1771..23e09a357 100644
--- a/packages/Webkul/Admin/src/Resources/lang/fa/app.php
+++ b/packages/Webkul/Admin/src/Resources/lang/fa/app.php
@@ -1873,11 +1873,14 @@
'configuration' => [
'index' => [
- 'back' => 'بازگشت',
- 'save-btn' => 'ذخیره پیکربندی',
- 'save-success' => 'پیکربندی با موفقیت ذخیره شد.',
- 'search' => 'جستجو',
- 'title' => 'پیکربندی',
+ 'back' => 'بازگشت',
+ 'delete' => 'حذف',
+ 'save-btn' => 'ذخیره پیکربندی',
+ 'save-success' => 'پیکربندی با موفقیت ذخیره شد.',
+ 'search' => 'جستجو',
+ 'select-country' => 'انتخاب کشور',
+ 'select-state' => 'انتخاب ایالت',
+ 'title' => 'پیکربندی',
'general' => [
'title' => 'عمومی',
@@ -1888,7 +1891,58 @@
'info' => 'تنظیمات عمومی خود را اینجا بهروزرسانی کنید.',
'locale-settings' => [
'title' => 'تنظیمات محلی',
- 'title-info' => 'زبان استفادهشده در رابط کاربری را تعریف میکند، مانند عربی (ar)، انگلیسی (en)، اسپانیایی (es)، فارسی (fa) و ترکی (tr).',
+ 'title-info' => 'زبان مورد استفاده در رابط کاربری را تعریف میکند، مانند عربی (ar)، انگلیسی (en)، اسپانیایی (es)، فارسی (fa) و ترکی (tr).',
+ ],
+
+ 'admin-logo' => [
+ 'logo-image' => 'تصویر لوگو',
+ 'title' => 'لوگوی مدیر',
+ 'title-info' => 'تصویر لوگو برای پنل مدیریت خود را پیکربندی کنید.',
+ ],
+ ],
+
+ 'settings' => [
+ 'title' => 'تنظیمات',
+ 'info' => 'تنظیمات خود را اینجا بهروزرسانی کنید.',
+
+ 'footer' => [
+ 'info' => 'ما میتوانیم بخش "توسعه یافته توسط" را اینجا پیکربندی کنیم.',
+ 'other' => 'دیگر',
+ 'other-redirection-link' => 'لینک هدایت دیگر',
+ 'other-redirection-title' => 'عنوان هدایت دیگر',
+ 'powered-by' => 'توسعه یافته توسط',
+ 'powered-by-redirection-link' => 'لینک هدایت توسعه یافته توسط',
+ 'powered-by-redirection-title' => 'عنوان هدایت توسعه یافته توسط',
+ 'title' => 'پیکربندی بخش "توسعه یافته توسط"',
+ ],
+
+ 'menu' => [
+ 'activities' => 'فعالیتها',
+ 'configuration' => 'پیکربندی',
+ 'contacts' => 'مخاطبین',
+ 'dashboard' => 'داشبورد',
+ 'draft' => 'پیشنویس',
+ 'inbox' => 'صندوق ورودی',
+ 'info' => 'ما میتوانیم نام آیتمهای منو را اینجا پیکربندی کنیم.',
+ 'leads' => 'سرنخها',
+ 'mail' => 'ایمیل',
+ 'organizations' => 'سازمانها',
+ 'outbox' => 'صندوق خروجی',
+ 'persons' => 'افراد',
+ 'products' => 'محصولات',
+ 'quotes' => 'نقلقولها',
+ 'sent' => 'ارسال شده',
+ 'settings' => 'تنظیمات',
+ 'title' => 'پیکربندی آیتمهای منو',
+ 'trash' => 'زبالهدان',
+ ],
+
+ 'menu-color' => [
+ 'active-background-color' => 'رنگ پسزمینه فعال',
+ 'active-text-color' => 'رنگ متن فعال',
+ 'info' => 'ما میتوانیم رنگ آیتمهای منو را اینجا تغییر دهیم.',
+ 'text-color' => 'رنگ متن',
+ 'title' => 'پیکربندی رنگ آیتمهای منو',
],
],
],
diff --git a/packages/Webkul/Admin/src/Resources/lang/pt_BR/app.php b/packages/Webkul/Admin/src/Resources/lang/pt_BR/app.php
index 7b7dac348..14179ec67 100644
--- a/packages/Webkul/Admin/src/Resources/lang/pt_BR/app.php
+++ b/packages/Webkul/Admin/src/Resources/lang/pt_BR/app.php
@@ -1866,11 +1866,14 @@
'configuration' => [
'index' => [
- 'back' => 'Voltar',
- 'save-btn' => 'Salvar Configuração',
- 'save-success' => 'Configuração salva com sucesso.',
- 'search' => 'Buscar',
- 'title' => 'Configuração',
+ 'back' => 'Voltar',
+ 'delete' => 'Excluir',
+ 'save-btn' => 'Salvar Configuração',
+ 'save-success' => 'Configuração Salva com Sucesso.',
+ 'search' => 'Pesquisar',
+ 'select-country' => 'Selecionar País',
+ 'select-state' => 'Selecionar Estado',
+ 'title' => 'Configuração',
'general' => [
'title' => 'Geral',
@@ -1880,8 +1883,59 @@
'title' => 'Geral',
'info' => 'Atualize suas configurações gerais aqui.',
'locale-settings' => [
- 'title' => 'Configurações de Localização',
- 'title-info' => 'Define o idioma usado na interface do usuário, como Inglês (en), Francês (fr) ou Japonês (ja).',
+ 'title' => 'Configurações de Localidade',
+ 'title-info' => 'Define o idioma usado na interface do usuário, como Árabe (ar), Inglês (en), Espanhol (es), Persa (fa) e Turco (tr).',
+ ],
+
+ 'admin-logo' => [
+ 'logo-image' => 'Imagem do Logo',
+ 'title' => 'Logo do Admin',
+ 'title-info' => 'Configure a imagem do logo para o seu painel de administração.',
+ ],
+ ],
+
+ 'settings' => [
+ 'title' => 'Configurações',
+ 'info' => 'Atualize suas configurações aqui.',
+
+ 'footer' => [
+ 'info' => 'Podemos configurar a seção powered by aqui.',
+ 'other' => 'Outro',
+ 'other-redirection-link' => 'Outro Link de Redirecionamento',
+ 'other-redirection-title' => 'Outro Título de Redirecionamento',
+ 'powered-by' => 'Powered by',
+ 'powered-by-redirection-link' => 'Link de Redirecionamento Powered by',
+ 'powered-by-redirection-title' => 'Título de Redirecionamento Powered by',
+ 'title' => 'Configurações da Seção Powered by',
+ ],
+
+ 'menu' => [
+ 'activities' => 'Atividades',
+ 'configuration' => 'Configuração',
+ 'contacts' => 'Contatos',
+ 'dashboard' => 'Painel de Controle',
+ 'draft' => 'Rascunho',
+ 'inbox' => 'Caixa de Entrada',
+ 'info' => 'Podemos configurar o nome dos itens do menu aqui.',
+ 'leads' => 'Leads',
+ 'mail' => 'Correio',
+ 'organizations' => 'Organizações',
+ 'outbox' => 'Caixa de Saída',
+ 'persons' => 'Pessoas',
+ 'products' => 'Produtos',
+ 'quotes' => 'Cotações',
+ 'sent' => 'Enviado',
+ 'settings' => 'Configurações',
+ 'title' => 'Configurações de Itens do Menu',
+ 'trash' => 'Lixeira',
+ ],
+
+ 'menu-color' => [
+ 'active-background-color' => 'Cor de Fundo Ativa',
+ 'active-text-color' => 'Cor do Texto Ativo',
+ 'info' => 'Podemos alterar as cores dos itens do menu aqui.',
+ 'text-color' => 'Cor do Texto',
+ 'title' => 'Configurações de Cor dos Itens do Menu',
],
],
],
diff --git a/packages/Webkul/Admin/src/Resources/lang/tr/app.php b/packages/Webkul/Admin/src/Resources/lang/tr/app.php
index ff937a76e..f9c2081cc 100644
--- a/packages/Webkul/Admin/src/Resources/lang/tr/app.php
+++ b/packages/Webkul/Admin/src/Resources/lang/tr/app.php
@@ -1873,11 +1873,14 @@
'configuration' => [
'index' => [
- 'back' => 'Geri',
- 'save-btn' => 'Yapılandırmayı Kaydet',
- 'save-success' => 'Yapılandırma Başarıyla Kaydedildi.',
- 'search' => 'Ara',
- 'title' => 'Yapılandırma',
+ 'back' => 'Geri',
+ 'delete' => 'Sil',
+ 'save-btn' => 'Yapılandırmayı Kaydet',
+ 'save-success' => 'Yapılandırma Başarıyla Kaydedildi.',
+ 'search' => 'Ara',
+ 'select-country' => 'Ülke Seç',
+ 'select-state' => 'Eyalet Seç',
+ 'title' => 'Yapılandırma',
'general' => [
'title' => 'Genel',
@@ -1885,11 +1888,62 @@
'general' => [
'title' => 'Genel',
- 'info' => 'Genel ayarlarınızı buradan güncelleyebilirsiniz.',
+ 'info' => 'Genel ayarlarınızı burada güncelleyin.',
'locale-settings' => [
'title' => 'Yerel Ayarlar',
'title-info' => 'Kullanıcı arayüzünde kullanılan dili tanımlar, örneğin Arapça (ar), İngilizce (en), İspanyolca (es), Farsça (fa) ve Türkçe (tr).',
],
+
+ 'admin-logo' => [
+ 'logo-image' => 'Logo Resmi',
+ 'title' => 'Yönetici Logosu',
+ 'title-info' => 'Yönetici paneliniz için logo resmini yapılandırın.',
+ ],
+ ],
+
+ 'settings' => [
+ 'title' => 'Ayarlar',
+ 'info' => 'Ayarlarınızı burada güncelleyin.',
+
+ 'footer' => [
+ 'info' => 'Powered by bölümünü burada yapılandırabiliriz.',
+ 'other' => 'Diğer',
+ 'other-redirection-link' => 'Diğer Yönlendirme Bağlantısı',
+ 'other-redirection-title' => 'Diğer Yönlendirme Başlığı',
+ 'powered-by' => 'Tarafından desteklenmektedir',
+ 'powered-by-redirection-link' => 'Powered by Yönlendirme Bağlantısı',
+ 'powered-by-redirection-title' => 'Powered by Yönlendirme Başlığı',
+ 'title' => 'Powered by Bölüm Yapılandırmaları',
+ ],
+
+ 'menu' => [
+ 'activities' => 'Aktiviteler',
+ 'configuration' => 'Yapılandırma',
+ 'contacts' => 'İletişim',
+ 'dashboard' => 'Gösterge Paneli',
+ 'draft' => 'Taslak',
+ 'inbox' => 'Gelen Kutusu',
+ 'info' => 'Menü öğelerinin adlarını burada yapılandırabiliriz.',
+ 'leads' => 'Leadler',
+ 'mail' => 'Mail',
+ 'organizations' => 'Organizasyonlar',
+ 'outbox' => 'Gönderilenler',
+ 'persons' => 'Kişiler',
+ 'products' => 'Ürünler',
+ 'quotes' => 'Teklifler',
+ 'sent' => 'Gönderildi',
+ 'settings' => 'Ayarlar',
+ 'title' => 'Menü Öğesi Yapılandırmaları',
+ 'trash' => 'Çöp Kutusu',
+ ],
+
+ 'menu-color' => [
+ 'active-background-color' => 'Aktif Arka Plan Rengi',
+ 'active-text-color' => 'Aktif Metin Rengi',
+ 'info' => 'Menü öğelerinin renklerini burada değiştirebiliriz.',
+ 'text-color' => 'Metin Rengi',
+ 'title' => 'Menü Öğesi Renk Yapılandırmaları',
+ ],
],
],
],
diff --git a/packages/Webkul/Admin/src/Resources/lang/vi/app.php b/packages/Webkul/Admin/src/Resources/lang/vi/app.php
index 9a45a16b6..c7af5ec3d 100644
--- a/packages/Webkul/Admin/src/Resources/lang/vi/app.php
+++ b/packages/Webkul/Admin/src/Resources/lang/vi/app.php
@@ -1872,22 +1872,76 @@
'configuration' => [
'index' => [
- 'back' => 'Quay Lại',
- 'save-btn' => 'Lưu Cấu Hình',
- 'save-success' => 'Lưu Cấu Hình Thành Công.',
- 'search' => 'Tìm Kiếm',
- 'title' => 'Cấu Hình',
+ 'back' => 'Quay lại',
+ 'delete' => 'Xóa',
+ 'save-btn' => 'Lưu Cấu hình',
+ 'save-success' => 'Cấu hình đã được lưu thành công.',
+ 'search' => 'Tìm kiếm',
+ 'select-country' => 'Chọn Quốc gia',
+ 'select-state' => 'Chọn Bang',
+ 'title' => 'Cấu hình',
'general' => [
'title' => 'Chung',
- 'info' => 'Cấu Hình Chung',
+ 'info' => 'Cấu hình chung',
'general' => [
'title' => 'Chung',
'info' => 'Cập nhật cài đặt chung của bạn tại đây.',
'locale-settings' => [
- 'title' => 'Cài Đặt Ngôn Ngữ',
- 'title-info' => 'Định nghĩa ngôn ngữ sử dụng trong giao diện người dùng, chẳng hạn như tiếng Anh (en), tiếng Pháp (fr) hoặc tiếng Nhật (ja).',
+ 'title' => 'Cài đặt Ngôn ngữ',
+ 'title-info' => 'Định nghĩa ngôn ngữ sử dụng trong giao diện người dùng, như tiếng Ả Rập (ar), tiếng Anh (en), tiếng Tây Ban Nha (es), tiếng Ba Tư (fa) và tiếng Thổ Nhĩ Kỳ (tr).',
+ ],
+
+ 'admin-logo' => [
+ 'logo-image' => 'Hình ảnh Logo',
+ 'title' => 'Logo Quản trị',
+ 'title-info' => 'Cấu hình hình ảnh logo cho bảng điều khiển quản trị của bạn.',
+ ],
+ ],
+
+ 'settings' => [
+ 'title' => 'Cài đặt',
+ 'info' => 'Cập nhật cài đặt của bạn tại đây.',
+
+ 'footer' => [
+ 'info' => 'Chúng tôi có thể cấu hình phần powered by tại đây.',
+ 'other' => 'Khác',
+ 'other-redirection-link' => 'Liên kết Chuyển hướng Khác',
+ 'other-redirection-title' => 'Tiêu đề Chuyển hướng Khác',
+ 'powered-by' => 'Được hỗ trợ bởi',
+ 'powered-by-redirection-link' => 'Liên kết Chuyển hướng Powered by',
+ 'powered-by-redirection-title' => 'Tiêu đề Chuyển hướng Powered by',
+ 'title' => 'Cấu hình Phần Powered by',
+ ],
+
+ 'menu' => [
+ 'activities' => 'Hoạt động',
+ 'configuration' => 'Cấu hình',
+ 'contacts' => 'Liên hệ',
+ 'dashboard' => 'Bảng điều khiển',
+ 'draft' => 'Thư nháp',
+ 'inbox' => 'Hộp thư đến',
+ 'info' => 'Chúng tôi có thể cấu hình tên các mục menu tại đây.',
+ 'leads' => 'Khách hàng tiềm năng',
+ 'mail' => 'Thư',
+ 'organizations' => 'Tổ chức',
+ 'outbox' => 'Hộp thư đi',
+ 'persons' => 'Người',
+ 'products' => 'Sản phẩm',
+ 'quotes' => 'Báo giá',
+ 'sent' => 'Đã gửi',
+ 'settings' => 'Cài đặt',
+ 'title' => 'Cấu hình Mục Menu',
+ 'trash' => 'Thùng rác',
+ ],
+
+ 'menu-color' => [
+ 'active-background-color' => 'Màu nền Hoạt động',
+ 'active-text-color' => 'Màu chữ Hoạt động',
+ 'info' => 'Chúng tôi có thể thay đổi màu các mục menu tại đây.',
+ 'text-color' => 'Màu chữ',
+ 'title' => 'Cấu hình Màu Mục Menu',
],
],
],
diff --git a/packages/Webkul/Admin/src/Resources/views/components/layouts/header/index.blade.php b/packages/Webkul/Admin/src/Resources/views/components/layouts/header/index.blade.php
index 319a61d1d..8fad98364 100644
--- a/packages/Webkul/Admin/src/Resources/views/components/layouts/header/index.blade.php
+++ b/packages/Webkul/Admin/src/Resources/views/components/layouts/header/index.blade.php
@@ -4,12 +4,20 @@
-
+ @if ($logo = core()->getConfigData('general.general.admin_logo.logo_image'))
+
+ @else
+
+ @endif
diff --git a/packages/Webkul/Admin/src/Resources/views/components/layouts/index.blade.php b/packages/Webkul/Admin/src/Resources/views/components/layouts/index.blade.php
index 1769c6eca..c3ab226d4 100644
--- a/packages/Webkul/Admin/src/Resources/views/components/layouts/index.blade.php
+++ b/packages/Webkul/Admin/src/Resources/views/components/layouts/index.blade.php
@@ -108,19 +108,34 @@ class="group/container sidebar-collapsed flex gap-4"
+ {{ core()->getConfigData('general.settings.footer.powered_by') }} + + + {{ core()->getConfigData('general.settings.footer.powered_by_redirection_title') }} + , + + {{ core()->getConfigData('general.settings.footer.other') }} + + + {{ core()->getConfigData('general.settings.footer.other_redirection_title') }} + +