diff --git a/public/locales/da/layout/modals/add-app.json b/public/locales/da/layout/modals/add-app.json
index 8056ba346..9736d729d 100644
--- a/public/locales/da/layout/modals/add-app.json
+++ b/public/locales/da/layout/modals/add-app.json
@@ -39,7 +39,7 @@
"appearance": {
"icon": {
"label": "App Ikon",
- "description": "Vælg et ikon der skal vises på dit dashboard. Vælg mellem {{suggestionsCount}} ikoner eller indtast din egen URL",
+ "description": "",
"autocomplete": {
"title": "Ingen resultater fundet",
"text": "Prøv at bruge et mere specifikt søgeord. Hvis du ikke kan finde det ønskede ikon, kan du indsætte billedets URL ovenfor for at få et brugerdefineret ikon"
diff --git a/public/locales/da/modules/common.json b/public/locales/da/modules/common.json
index 2276eb91f..2a501ced2 100644
--- a/public/locales/da/modules/common.json
+++ b/public/locales/da/modules/common.json
@@ -4,7 +4,7 @@
},
"errors": {
"unmappedOptions": {
- "text": "Der er fundet en ubrugt parameter i konfigurationen
{{key}}. Homarr kan ikke fortolke og bruge denne parameter. For at undgå uventet adfærd skal du sikkerhedskopiere din konfiguration og tilrette konfigurationen."
+ "text": ""
}
}
}
diff --git a/public/locales/da/modules/iframe.json b/public/locales/da/modules/iframe.json
index 826d57a4c..df3f07a90 100644
--- a/public/locales/da/modules/iframe.json
+++ b/public/locales/da/modules/iframe.json
@@ -15,7 +15,7 @@
"card": {
"errors": {
"noUrl": {
- "title": "Indtast URL",
+ "title": "",
"text": "Sørg for, at du har indtastet en gyldig adresse i konfigurationen af din widget"
}
}
diff --git a/public/locales/da/modules/rss.json b/public/locales/da/modules/rss.json
index e80ae6b2a..32caf93c0 100644
--- a/public/locales/da/modules/rss.json
+++ b/public/locales/da/modules/rss.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "RSS Widget",
- "description": "Griber elementerne fra et RSS-feed og viser dem. Anvendes normalt til online-nyheder",
+ "description": "",
"settings": {
"title": "Indstillinger for RSS-widget",
"rssFeedUrl": {
diff --git a/public/locales/da/widgets/error-boundary.json b/public/locales/da/widgets/error-boundary.json
index 377d366b9..dda1952ce 100644
--- a/public/locales/da/widgets/error-boundary.json
+++ b/public/locales/da/widgets/error-boundary.json
@@ -7,7 +7,7 @@
}
},
"modal": {
- "text": "Vi beklager ulejligheden! Dette burde ikke ske - rapporter venligst dette problem på GitHub.",
+ "text": "",
"label": "Din fejl",
"reportButton": "Rapportér denne fejl"
}
diff --git a/public/locales/de/layout/modals/add-app.json b/public/locales/de/layout/modals/add-app.json
index 51bef3830..c3503d412 100644
--- a/public/locales/de/layout/modals/add-app.json
+++ b/public/locales/de/layout/modals/add-app.json
@@ -39,7 +39,7 @@
"appearance": {
"icon": {
"label": "App Symbol",
- "description": "Wähle ein Symbol, das auf dem Dashboard angezeigt werden soll. Wähle aus {{suggestionsCount}} Symbolen oder gib eine URL ein",
+ "description": "",
"autocomplete": {
"title": "Die Suche ergab keine Treffer",
"text": "Versuchen Sie, einen spezifischeren Suchbegriff zu verwenden. Wenn Sie das gewünschte Symbol nicht finden können, fügen Sie die obige Bild-URL für ein benutzerdefiniertes Symbol ein"
diff --git a/public/locales/de/modules/common.json b/public/locales/de/modules/common.json
index 966778f38..c216b43d1 100644
--- a/public/locales/de/modules/common.json
+++ b/public/locales/de/modules/common.json
@@ -4,7 +4,7 @@
},
"errors": {
"unmappedOptions": {
- "text": "In der Konfiguration wurde ein ungenutzter Parameter erkannt
{{key}}. Homarr kann diesen Parameter nicht interpretieren und verwenden. Um unerwartetes Verhalten zu vermeiden, machen Sie ein Backup und korrigiere deine Konfiguration."
+ "text": ""
}
}
}
diff --git a/public/locales/de/modules/iframe.json b/public/locales/de/modules/iframe.json
index d03a3423f..a2b36924b 100644
--- a/public/locales/de/modules/iframe.json
+++ b/public/locales/de/modules/iframe.json
@@ -15,7 +15,7 @@
"card": {
"errors": {
"noUrl": {
- "title": "Geben Sie eine URL ein",
+ "title": "",
"text": "Stellen Sie sicher, dass Sie in der Konfiguration Ihres Widgets eine gültige Adresse eingegeben haben"
}
}
diff --git a/public/locales/de/modules/rss.json b/public/locales/de/modules/rss.json
index 553bd143b..488ed34ff 100644
--- a/public/locales/de/modules/rss.json
+++ b/public/locales/de/modules/rss.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "RSS-Widget",
- "description": "Nimmt die Einträge aus einem RSS-Feed und zeigt sie an. Wird üblicherweise für Online-Nachrichten verwendet",
+ "description": "",
"settings": {
"title": "Einstellungen für das RSS-Widget",
"rssFeedUrl": {
diff --git a/public/locales/de/widgets/error-boundary.json b/public/locales/de/widgets/error-boundary.json
index 056e79b1c..22fcf5dac 100644
--- a/public/locales/de/widgets/error-boundary.json
+++ b/public/locales/de/widgets/error-boundary.json
@@ -7,7 +7,7 @@
}
},
"modal": {
- "text": "Wir entschuldigen uns für die Unannehmlichkeiten! Dies sollte nicht passieren - bitte melden Sie dieses Problem auf GitHub.",
+ "text": "",
"label": "Dein Fehler",
"reportButton": "Fehler melden"
}
diff --git a/public/locales/es/layout/modals/add-app.json b/public/locales/es/layout/modals/add-app.json
index 45f342816..188a298b7 100644
--- a/public/locales/es/layout/modals/add-app.json
+++ b/public/locales/es/layout/modals/add-app.json
@@ -39,7 +39,7 @@
"appearance": {
"icon": {
"label": "Icono App",
- "description": "Elije un icono para ser mostrado en tu dashboard. Elige entre {{suggestionsCount}} iconos o introduce tu propia URL",
+ "description": "",
"autocomplete": {
"title": "Ningún resultado encontrado",
"text": "Intenta usar un término de búsqueda más específico. Si no puedes encontrar tu icono deseado, pega la URL de la imagen encima para establecer un icono personalizado"
diff --git a/public/locales/es/modules/common.json b/public/locales/es/modules/common.json
index bd9682232..07775cac0 100644
--- a/public/locales/es/modules/common.json
+++ b/public/locales/es/modules/common.json
@@ -4,7 +4,7 @@
},
"errors": {
"unmappedOptions": {
- "text": "Detectado parámetro en desuso en la configuración
{{key}}. Homarr no puede interpretar y utilizar dicho parámetro. Para evitar cualquier comportamiento inesperado, respalda y corrige tu configuración."
+ "text": ""
}
}
}
diff --git a/public/locales/es/modules/iframe.json b/public/locales/es/modules/iframe.json
index 18e816e5d..400729f1d 100644
--- a/public/locales/es/modules/iframe.json
+++ b/public/locales/es/modules/iframe.json
@@ -15,7 +15,7 @@
"card": {
"errors": {
"noUrl": {
- "title": "Introduce una URL",
+ "title": "",
"text": "Asegúrate de que has introducido una dirección válida en la configuración del widget"
}
}
diff --git a/public/locales/es/modules/rss.json b/public/locales/es/modules/rss.json
index 8cc90cd3b..195161e23 100644
--- a/public/locales/es/modules/rss.json
+++ b/public/locales/es/modules/rss.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Widget RSS",
- "description": "Recoge los elementos de una fuente RSS, y los muestra. Comúnmente utilizado para noticias online",
+ "description": "",
"settings": {
"title": "Ajustes para el widget RSS",
"rssFeedUrl": {
diff --git a/public/locales/es/widgets/error-boundary.json b/public/locales/es/widgets/error-boundary.json
index 5afd374b4..e6d2e9254 100644
--- a/public/locales/es/widgets/error-boundary.json
+++ b/public/locales/es/widgets/error-boundary.json
@@ -7,7 +7,7 @@
}
},
"modal": {
- "text": "¡Sentimos el inconveniente! Esto no debería de haber pasado - por favor, reporta el error en GitHub.",
+ "text": "",
"label": "Tu error",
"reportButton": "Reportar este error"
}
diff --git a/public/locales/he/layout/modals/add-app.json b/public/locales/he/layout/modals/add-app.json
index 4f314247b..d59415746 100644
--- a/public/locales/he/layout/modals/add-app.json
+++ b/public/locales/he/layout/modals/add-app.json
@@ -39,7 +39,7 @@
"appearance": {
"icon": {
"label": "סמל אפליקציה",
- "description": "בחר סמל שיוצג בלוח המחוונים. ניתן לבחור סמלים מ- {{suggestionsCount}} או הזן כתובת אתר משלך",
+ "description": "",
"autocomplete": {
"title": "לא נמצאו תוצאות",
"text": "נא להשתמש במונח חיפוש ספציפי יותר. אם הסמל הרצוי לא נמצא ניתן להעתיק את כתובת האתר של התמונה למעלה עבור סמל מותאם אישית"
diff --git a/public/locales/he/modules/common.json b/public/locales/he/modules/common.json
index fba71c8c8..4ec400cde 100644
--- a/public/locales/he/modules/common.json
+++ b/public/locales/he/modules/common.json
@@ -4,7 +4,7 @@
},
"errors": {
"unmappedOptions": {
- "text": "זוהה פרמטר לא בשימוש
{{key}}. לא ניתן להשתמש בפרמטר זה. כדי להימנע מכל התנהגות בלתי צפויה, גבה ותקן את קובץ ההגדרות."
+ "text": ""
}
}
}
diff --git a/public/locales/he/modules/iframe.json b/public/locales/he/modules/iframe.json
index 115df6937..3d4eb4e11 100644
--- a/public/locales/he/modules/iframe.json
+++ b/public/locales/he/modules/iframe.json
@@ -15,7 +15,7 @@
"card": {
"errors": {
"noUrl": {
- "title": "הזן כתובת אינטרנט",
+ "title": "",
"text": "ודא שהזנת כתובת חוקית בתצורת הווידג'ט שלך"
}
}
diff --git a/public/locales/he/modules/rss.json b/public/locales/he/modules/rss.json
index 8c88666f7..8d5cb42ce 100644
--- a/public/locales/he/modules/rss.json
+++ b/public/locales/he/modules/rss.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "וידג׳ט רסס",
- "description": "תופס את הפריטים מעדכון רסס ומציג אותם. שימוש נפוץ לחדשות מקוונות",
+ "description": "",
"settings": {
"title": "הגדרות עבור וידג׳ט רסס",
"rssFeedUrl": {
diff --git a/public/locales/he/widgets/error-boundary.json b/public/locales/he/widgets/error-boundary.json
index 001a87d17..606223f6b 100644
--- a/public/locales/he/widgets/error-boundary.json
+++ b/public/locales/he/widgets/error-boundary.json
@@ -7,7 +7,7 @@
}
},
"modal": {
- "text": "אנו מצטערים על אי הנוחות! זה לא אמור לקרות - אנא דווח על בעיה זו ב-GitHub.",
+ "text": "",
"label": "השגיאה שלך",
"reportButton": "דווח על שגיאה זו"
}
diff --git a/public/locales/it/layout/modals/add-app.json b/public/locales/it/layout/modals/add-app.json
index 7f4ea37a6..ef69d972e 100644
--- a/public/locales/it/layout/modals/add-app.json
+++ b/public/locales/it/layout/modals/add-app.json
@@ -39,7 +39,7 @@
"appearance": {
"icon": {
"label": "Icona App",
- "description": "Scegli un'icona da visualizzare sulla tua dashboard. Scegli tra {{suggestionsCount}} icone o inserisci il tuo URL",
+ "description": "",
"autocomplete": {
"title": "Nessun risultato trovato",
"text": "Prova a usare un termine di ricerca più specifico. Se non riesci a trovare l'icona desiderata, incolla l'URL dell'immagine sopra per un'icona personalizzata"
diff --git a/public/locales/it/modules/common.json b/public/locales/it/modules/common.json
index c5f229a8f..22b8f5848 100644
--- a/public/locales/it/modules/common.json
+++ b/public/locales/it/modules/common.json
@@ -4,7 +4,7 @@
},
"errors": {
"unmappedOptions": {
- "text": "Parametro non utilizzato nella configurazione rilevata
{{key}}. Homarr non è in grado d'interpretare e utilizzare questo parametro. Onde evitare comportamenti imprevisti, eseguire un backup della configurazione e correggerla."
+ "text": ""
}
}
}
diff --git a/public/locales/it/modules/iframe.json b/public/locales/it/modules/iframe.json
index 8d3888534..640afe963 100644
--- a/public/locales/it/modules/iframe.json
+++ b/public/locales/it/modules/iframe.json
@@ -15,7 +15,7 @@
"card": {
"errors": {
"noUrl": {
- "title": "Inserisci un URL",
+ "title": "",
"text": "Assicurarsi di aver inserito un indirizzo valido nella configurazione del widget"
}
}
diff --git a/public/locales/it/modules/rss.json b/public/locales/it/modules/rss.json
index ba247b73b..61a716d66 100644
--- a/public/locales/it/modules/rss.json
+++ b/public/locales/it/modules/rss.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Widget RSS",
- "description": "Ottiene gli oggetti da un feed RSS e li visualizza. Utilizzati comunemente per le notizie online",
+ "description": "",
"settings": {
"title": "Impostazioni del widget RSS",
"rssFeedUrl": {
diff --git a/public/locales/it/widgets/error-boundary.json b/public/locales/it/widgets/error-boundary.json
index 910090362..04bea4ed9 100644
--- a/public/locales/it/widgets/error-boundary.json
+++ b/public/locales/it/widgets/error-boundary.json
@@ -7,7 +7,7 @@
}
},
"modal": {
- "text": "Ci dispiace per l'inconveniente! Ciò non dovrebbe accadere - si prega di segnalare questo problema su GitHub.",
+ "text": "",
"label": "Il tuo errore",
"reportButton": "Segnala questo errore"
}
diff --git a/public/locales/no/layout/modals/add-app.json b/public/locales/no/layout/modals/add-app.json
index 2a4e702ca..2fe372abb 100644
--- a/public/locales/no/layout/modals/add-app.json
+++ b/public/locales/no/layout/modals/add-app.json
@@ -39,7 +39,7 @@
"appearance": {
"icon": {
"label": "App ikon",
- "description": "Velg et ikon som skal vises på dashbordet. Velg fra {{suggestionsCount}} ikoner eller skriv inn din egen URL",
+ "description": "",
"autocomplete": {
"title": "Ingen resultater funnet",
"text": "Prøv å bruke et mer spesifikt søkeord. Hvis du ikke finner det ønskede ikonet, lim inn URL adressen for et egendefinert ikon"
diff --git a/public/locales/no/modules/common.json b/public/locales/no/modules/common.json
index ca115f068..c595fe213 100644
--- a/public/locales/no/modules/common.json
+++ b/public/locales/no/modules/common.json
@@ -4,7 +4,7 @@
},
"errors": {
"unmappedOptions": {
- "text": "Ubrukt parameter i konfigurasjon oppdaget
{{key}}. Homarr kan ikke tolke og bruke dette parameteret. For å unngå uventet oppførsel, sikkerhetskopier din konfigurasjon og korriger konfigurasjonen."
+ "text": ""
}
}
}
diff --git a/public/locales/no/modules/iframe.json b/public/locales/no/modules/iframe.json
index 478d489b1..e4477d402 100644
--- a/public/locales/no/modules/iframe.json
+++ b/public/locales/no/modules/iframe.json
@@ -15,7 +15,7 @@
"card": {
"errors": {
"noUrl": {
- "title": "Skriv inn en URL",
+ "title": "",
"text": "Sørg for at du har angitt en gyldig adresse i konfigurasjonen av widgeten din"
}
}
diff --git a/public/locales/no/modules/rss.json b/public/locales/no/modules/rss.json
index da390a9e2..868b9d6c1 100644
--- a/public/locales/no/modules/rss.json
+++ b/public/locales/no/modules/rss.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "RSS widget",
- "description": "Hent gjenstander fra en RSS-feed og vise dem. Vanligvis brukt for online nyheter",
+ "description": "",
"settings": {
"title": "Innstillinger for RSS widget",
"rssFeedUrl": {
diff --git a/public/locales/no/widgets/error-boundary.json b/public/locales/no/widgets/error-boundary.json
index cf93d278f..fa8a7484f 100644
--- a/public/locales/no/widgets/error-boundary.json
+++ b/public/locales/no/widgets/error-boundary.json
@@ -7,7 +7,7 @@
}
},
"modal": {
- "text": "Vi beklager forstyrrelsen! Dette skal ikke skje - vennligst rapporter dette problemet på GitHub.",
+ "text": "",
"label": "Din feilmelding",
"reportButton": "Rapporter denne feilen"
}
diff --git a/public/locales/sk/layout/modals/add-app.json b/public/locales/sk/layout/modals/add-app.json
index 5e3c79f2f..02082d444 100644
--- a/public/locales/sk/layout/modals/add-app.json
+++ b/public/locales/sk/layout/modals/add-app.json
@@ -39,7 +39,7 @@
"appearance": {
"icon": {
"label": "Ikona aplikácie",
- "description": "Vyberte si ikonu, ktorá sa má zobrazovať na prístrojovej doske. Vyberte si z ikon {{suggestionsCount}} alebo zadajte vlastnú adresu URL",
+ "description": "",
"autocomplete": {
"title": "Nenašli sa žiadne výsledky",
"text": "Skúste použiť konkrétnejší vyhľadávací výraz. Ak nemôžete nájsť požadovanú ikonu, vložte vyššie uvedenú adresu URL obrázka pre vlastnú ikonu"
diff --git a/public/locales/sk/modules/common.json b/public/locales/sk/modules/common.json
index 748c7a306..fd004e68d 100644
--- a/public/locales/sk/modules/common.json
+++ b/public/locales/sk/modules/common.json
@@ -4,7 +4,7 @@
},
"errors": {
"unmappedOptions": {
- "text": "Zistil sa nepoužitý parameter v konfigurácii
{{key}}. Homarr nedokáže interpretovať a použiť tento parameter. Ak sa chcete vyhnúť akémukoľvek neočakávanému správaniu, zálohujte svoju konfiguráciu a opravte ju."
+ "text": ""
}
}
}
diff --git a/public/locales/sk/modules/iframe.json b/public/locales/sk/modules/iframe.json
index 61ae0e064..703f85b85 100644
--- a/public/locales/sk/modules/iframe.json
+++ b/public/locales/sk/modules/iframe.json
@@ -15,7 +15,7 @@
"card": {
"errors": {
"noUrl": {
- "title": "Zadajte adresu URL",
+ "title": "",
"text": "Skontrolujte, či ste v konfigurácii mini aplikácie zadali platnú adresu"
}
}
diff --git a/public/locales/sk/modules/rss.json b/public/locales/sk/modules/rss.json
index 6b807af02..a7292861d 100644
--- a/public/locales/sk/modules/rss.json
+++ b/public/locales/sk/modules/rss.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "RSS mini aplikácia",
- "description": "Stiahne položky z informačného kanála RSS a zobrazí ich. Bežne sa používa pre online správy",
+ "description": "",
"settings": {
"title": "Nastavenia mini aplikácie RSS",
"rssFeedUrl": {
diff --git a/public/locales/sk/widgets/error-boundary.json b/public/locales/sk/widgets/error-boundary.json
index e2edbac4c..76b1a1b6d 100644
--- a/public/locales/sk/widgets/error-boundary.json
+++ b/public/locales/sk/widgets/error-boundary.json
@@ -7,7 +7,7 @@
}
},
"modal": {
- "text": "Ospravedlňujeme sa za nepríjemnosti! Toto by sa nemalo stávať - nahláste tento problém na GitHub.",
+ "text": "",
"label": "Vaša chyba",
"reportButton": "Nahlásiť chybu"
}
diff --git a/public/locales/uk/modules/common.json b/public/locales/uk/modules/common.json
index 6b19242b3..1963ca573 100644
--- a/public/locales/uk/modules/common.json
+++ b/public/locales/uk/modules/common.json
@@ -4,7 +4,7 @@
},
"errors": {
"unmappedOptions": {
- "text": "У конфігурації виявлено параметр, який не використовується
{{key}}. Homarr не може інтерпретувати та використовувати цей параметр. Щоб уникнути будь-якої несподіваної поведінки, створіть резервну копію конфігурації та виправте конфігурацію."
+ "text": ""
}
}
}
diff --git a/public/locales/uk/modules/iframe.json b/public/locales/uk/modules/iframe.json
index bc67566f1..8da476cfa 100644
--- a/public/locales/uk/modules/iframe.json
+++ b/public/locales/uk/modules/iframe.json
@@ -15,7 +15,7 @@
"card": {
"errors": {
"noUrl": {
- "title": "Введіть URL",
+ "title": "",
"text": "Переконайтеся, що Ви ввели правильну адресу в налаштуваннях вашого віджета"
}
}