From 147f3d731190c6d1f2f945a93f41d75c2b20c243 Mon Sep 17 00:00:00 2001
From: braim23 <94292623+braim23@users.noreply.github.com>
Date: Sun, 23 Oct 2022 23:21:53 +0300
Subject: [PATCH 1/3] Added localization for themes page of commercial.abp.io

---
 .../Commercial/Localization/Resources/en.json | 47 ++++++++++++++++++-
 1 file changed, 46 insertions(+), 1 deletion(-)

diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
index 1c10aebd66c..b36f030aa57 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
@@ -754,6 +754,51 @@
     "All": "All",
     "Mvc": "MVC",
     "DataBaseProvider": "Data Provider",
-    "UIFramework": "UI Framework"
+    "UIFramework": "UI Framework",
+    "LeptonXThemeForDashboard": "LeptonX Theme for Your Admin Dashboard by",
+    "AbpPlatform": "ABP Platform",
+    "YouDeserveGoodUXUI": "You deserve a good UI and a better UX. LeptonX Theme by ABP is here to serve it.",
+    "ViewLiveDemo": "View Live Theme Demo",
+    "GetLeptonX": "Get LeptonX Now",
+    "SeeLeptonXDocumentation": "See LeptonX Documentation",
+    "SimlifiedMenu": "Simplified menu",
+    "SimlifiedMenuDescription": "You can easily find the page you are looking for by filtering the menu",
+    "YourFavoritePages": "Your favorite pages at your reach",
+    "YourFavoritePagesDescription": "Easily add or remove the page from favorites by clicking the star icon in the upper right corner of the page.",
+    "BreadCrumbs": "Breadcrumb for seamless switching",
+    "BreadCrumbsDescription": "Using Breadcrumb, you can switch to the pages at the same level with one-click, even when the left menu is closed, and it works on tablet and mobile responsive!",
+    "YourMenu": "Your menu as you wish",
+    "YourMenuDescription": "Customize the directly clickable icons and dropdown boxes on the user menu as you wish. User menu is completely customizable for your needs",
+    "RtlSupport": "RTL support for your language",
+    "RtlSupportDescription": "LeptonX Theme supports RTL for your language. The language options are in the settings menu for you to change the language.",
+    "YourColors": "Your colors on your admin dashboard UI",
+    "YourColorsDescription": "LeptonX Theme works according to your system preferences and has dashboard light theme, dashboard dark theme, and dashboard semi-dark theme options.",
+    "ArrangeContentWidth": "Easily arrange your content width",
+    "ArrangeContentWidthDescription": "Easily change the width of your content area.",
+    "LeptonXCompatibleWith": "LeptonX Theme is compatible with",
+    "MobileResponsiveTemplate": "Mobile Responsive Template",
+    "MobileResponsiveTemplateDescription1": "Access your LeptonX admin dashboard from any device you like.",
+    "MobileResponsiveTemplateDescription2": "It is designed for you to easily use in every device of yours. It is responsive on mobile devices and tablet sizes.",
+    "TopMenuLayoutOption": "Top Menu Layout Option",
+    "TopMenuLayoutOptionDescription1": "If you would like to set up your website with the same admin dashboard, it is possible to do it with LeptonX Theme!",
+    "TopMenuLayoutOptionDescription2": "Just try the LeptonX top menu layout to make it happen!",
+    "EasilyCustomizable": "Easily customizable for your brand colors",
+    "EasilyCustomizableDescription1": "You can customize the LeptonX theme using just a few SCSS variables. No overriding, no extra CSS load!",
+    "EasilyCustomizableDescription2": "With LeptonX, you can arrange your admin dashboard however you like.",
+    "IndependentLayout": "Independent layout and content area",
+    "IndependentLayoutDescription1": "LeptonX's layout infrastructure was designed completely separate from the content.",
+    "IndependentLayoutDescription2": "This means that you can freely design your project with a content structure other than Bootstrap if you want.",
+    "MostUsedLibraries": "Most used libraries integrated with LeptonX",
+    "MostUsedLibrariesDescription1": "LeptonX contains your most used libraries. It allows you to use libraries such as ApexCharts, DataTables, DropZone, FullCalender, JSTree, Select2, Toastr effortlessly.",
+    "MostUsedLibrariesDescription2": "LeptonX also supports MVC Angular and Blazor specific libraries.",
+    "CreateAndCustomize": "Create and customize the pages you need in seconds with LeptonX custom pages",
+    "CreateAndCustomizeDescription": "By using LeptonX Theme you also have access to many pre-made html pages. These include many pages such as login page, blog, FAQ, subscription list, invoice, pricing, file management.",
+    "LeptonThemeForAdmin": "Lepton Theme for your admin dashboard by",
+    "LeptonThemeForAdminDescription": "Lepton Theme is still available and will be maintained. If you want to switch to LeptonX Theme as a Lepton Theme user, you can see the documentation to learn how-to.",
+    "LeptonCompatibleWith": "Lepton Theme is compatible with"
+    
+    
+    
+    
   }
 }

From 37e31d764eb011cdc2a78988b89430a628a8fdf5 Mon Sep 17 00:00:00 2001
From: braim23 <94292623+braim23@users.noreply.github.com>
Date: Sun, 23 Oct 2022 23:23:42 +0300
Subject: [PATCH 2/3] removed unnecessary space

---
 .../Commercial/Localization/Resources/en.json                 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
index b36f030aa57..2b8b701c307 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
@@ -796,9 +796,5 @@
     "LeptonThemeForAdmin": "Lepton Theme for your admin dashboard by",
     "LeptonThemeForAdminDescription": "Lepton Theme is still available and will be maintained. If you want to switch to LeptonX Theme as a Lepton Theme user, you can see the documentation to learn how-to.",
     "LeptonCompatibleWith": "Lepton Theme is compatible with"
-    
-    
-    
-    
   }
 }

From a9dbfb247fe02595cabb13e3d8d6f4fb265da341 Mon Sep 17 00:00:00 2001
From: Engincan VESKE <43685404+EngincanV@users.noreply.github.com>
Date: Mon, 24 Oct 2022 08:12:01 +0300
Subject: [PATCH 3/3] Update en.json

---
 .../Commercial/Localization/Resources/en.json                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
index 2b8b701c307..453d0cde2d5 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
@@ -761,8 +761,8 @@
     "ViewLiveDemo": "View Live Theme Demo",
     "GetLeptonX": "Get LeptonX Now",
     "SeeLeptonXDocumentation": "See LeptonX Documentation",
-    "SimlifiedMenu": "Simplified menu",
-    "SimlifiedMenuDescription": "You can easily find the page you are looking for by filtering the menu",
+    "SimplifiedMenu": "Simplified menu",
+    "SimplifiedMenuDescription": "You can easily find the page you are looking for by filtering the menu",
     "YourFavoritePages": "Your favorite pages at your reach",
     "YourFavoritePagesDescription": "Easily add or remove the page from favorites by clicking the star icon in the upper right corner of the page.",
     "BreadCrumbs": "Breadcrumb for seamless switching",