From 560c56353f134abf2541b0d9a69e547a7241e2b5 Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Thu, 4 Jun 2026 09:56:29 +0200 Subject: [PATCH] Aggiornamento vocabolario --- Lux.UI/Components/Compo/Item/SellingItemMan.razor | 2 +- Lux.UI/Components/Compo/Templates/TemplateList.razor | 2 +- Lux.UI/Components/Layout/NavMenu.razor.cs | 6 +++--- Lux.UI/Components/Pages/Offers.razor | 2 +- Lux.UI/Components/Pages/Orders.razor | 2 +- Lux.UI/Components/Pages/SellItems.razor | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Lux.UI/Components/Compo/Item/SellingItemMan.razor b/Lux.UI/Components/Compo/Item/SellingItemMan.razor index a46d7fd..8c1546d 100644 --- a/Lux.UI/Components/Compo/Item/SellingItemMan.razor +++ b/Lux.UI/Components/Compo/Item/SellingItemMan.razor @@ -21,7 +21,7 @@ else @Traduci("ambiente") - @Traduci("preview") + @Traduci("anteprima") @Traduci("articoli_sorgente") @Traduci("articoli_jobId") @Traduci("articoli_servizio") diff --git a/Lux.UI/Components/Compo/Templates/TemplateList.razor b/Lux.UI/Components/Compo/Templates/TemplateList.razor index 3639bf9..b1d3e8b 100644 --- a/Lux.UI/Components/Compo/Templates/TemplateList.razor +++ b/Lux.UI/Components/Compo/Templates/TemplateList.razor @@ -15,7 +15,7 @@ else
- @Traduci("noRecords") + @Traduci("noRecord")
diff --git a/Lux.UI/Components/Layout/NavMenu.razor.cs b/Lux.UI/Components/Layout/NavMenu.razor.cs index 9515dfa..173e6fa 100644 --- a/Lux.UI/Components/Layout/NavMenu.razor.cs +++ b/Lux.UI/Components/Layout/NavMenu.razor.cs @@ -92,9 +92,9 @@ namespace Lux.UI.Components.Layout private void UpdateDict() { // Inserimento nomi segnaposto nav-item - NameDict.Add("Articoli", new List() { "Articoli", "ArtAcquisto", "ArtVendita" }); - NameDict.Add("Ciclo prod", new List() { "CicloProd", "Risorse", "Cicli" }); - NameDict.Add("Contatti", new List() { "Contatti", "Clienti", "Venditori" }); + NameDict.Add("Articoli", new List() { "articoli", "artAcquisto", "artVendita" }); + NameDict.Add("Ciclo prod", new List() { "cicloProd", "risorse", "cicli" }); + NameDict.Add("Contatti", new List() { "contatti", "clienti", "venditori" }); // Inserimento icone IconDict.Add("Articoli", new List() { "fa-book-open", "fa-book", "fa-book-bookmark" }); diff --git a/Lux.UI/Components/Pages/Offers.razor b/Lux.UI/Components/Pages/Offers.razor index 394a8a7..fe7a0f3 100644 --- a/Lux.UI/Components/Pages/Offers.razor +++ b/Lux.UI/Components/Pages/Offers.razor @@ -141,7 +141,7 @@ else } else if (totalCount == 0) { -
@Traduci("noRecord")
+
@Traduci("noRecord")
} else { diff --git a/Lux.UI/Components/Pages/Orders.razor b/Lux.UI/Components/Pages/Orders.razor index 9cc8ea6..e7638fe 100644 --- a/Lux.UI/Components/Pages/Orders.razor +++ b/Lux.UI/Components/Pages/Orders.razor @@ -167,7 +167,7 @@ else
- @Traduci("navMan_Ordini") @* *@ + @Traduci("navMan_ordini") @* *@
diff --git a/Lux.UI/Components/Pages/SellItems.razor b/Lux.UI/Components/Pages/SellItems.razor index 3ff54a1..81aaa74 100644 --- a/Lux.UI/Components/Pages/SellItems.razor +++ b/Lux.UI/Components/Pages/SellItems.razor @@ -5,7 +5,7 @@
- @Traduci("navMan_ArtVendita") + @Traduci("navMan_artVendita")