From 38a296d842abed421f2b9b6447ffa38fe2807f47 Mon Sep 17 00:00:00 2001 From: monsieurswag Date: Wed, 9 Oct 2024 15:11:48 +0200 Subject: [PATCH] Fix translation typo --- frontend/messages/ar.json | 2 +- frontend/messages/de.json | 2 +- frontend/messages/en.json | 4 ++-- frontend/messages/es.json | 2 +- frontend/messages/fr.json | 2 +- frontend/messages/hi.json | 2 +- frontend/messages/it.json | 2 +- frontend/messages/nl.json | 2 +- frontend/messages/pl.json | 2 +- frontend/messages/pt.json | 2 +- frontend/messages/ro.json | 2 +- frontend/messages/ur.json | 2 +- frontend/src/routes/(app)/(internal)/libraries/+page.svelte | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/messages/ar.json b/frontend/messages/ar.json index 8ff33880a..8739287b2 100644 --- a/frontend/messages/ar.json +++ b/frontend/messages/ar.json @@ -351,7 +351,7 @@ "librariesStore": "متجر المكتبات", "currentlyNoLoadedLibraries": "حاليًا لا توجد مكتبات محملة", "loadingLibraryUploadButton": "جارٍ تحميل زر تحميل المكتبة", - "errorOccuredWhileLoadingLibrary": "حدث الخطأ التالي أثناء تحميل نموذج المكتبة", + "errorOccurredWhileLoadingLibrary": "حدث الخطأ التالي أثناء تحميل نموذج المكتبة", "packager": "المعبئ", "dependencies": "التبعيات", "copyright": "حقوق الطبع والنشر", diff --git a/frontend/messages/de.json b/frontend/messages/de.json index ba2b3b7d3..9b1ddbc13 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -363,7 +363,7 @@ "librariesStore": "Bibliotheksladen", "currentlyNoLoadedLibraries": "Sie haben derzeit keine geladenen Bibliotheken", "loadingLibraryUploadButton": "Bibliotheks-Upload-Button wird geladen", - "errorOccuredWhileLoadingLibrary": "Beim Laden des Bibliotheksformulars ist der folgende Fehler aufgetreten", + "errorOccurredWhileLoadingLibrary": "Beim Laden des Bibliotheksformulars ist der folgende Fehler aufgetreten", "packager": "Paketierer", "packagerColon": "Packager:", "dependencies": "Abhängigkeiten", diff --git a/frontend/messages/en.json b/frontend/messages/en.json index 8fc225019..1a911a895 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -365,7 +365,7 @@ "librariesStore": "Libraries store", "currentlyNoLoadedLibraries": "You currently have no loaded libraries", "loadingLibraryUploadButton": "Loading the library upload button", - "errorOccuredWhileLoadingLibrary": "The following error occurred while loading the library form", + "errorOccurredWhileLoadingLibrary": "The following error occurred while loading the library form", "packager": "Packager", "packagerColon": "Packager:", "dependencies": "Dependencies", @@ -745,7 +745,7 @@ "suggestControls": "Suggest controls", "createAppliedControlsFromSuggestionsHelpText": "Create applied controls from the framework's requirements' suggested reference controls", "createAppliedControlsFromSuggestionsSuccess": "Applied controls successfully created from the suggested reference controls", - "createAppliedControlsFromSuggestionsError": "An error occured while creating applied controls from the suggested reference controls", + "createAppliedControlsFromSuggestionsError": "An error occurred while creating applied controls from the suggested reference controls", "createAppliedControlsFromSuggestionsConfirmMessage": "{count} applied controls will be created from the suggested reference controls. Do you want to proceed?", "theFollowingControlsWillBeAddedColon": "The following controls will be added:", "ShowAllNodesMessage": "Show all", diff --git a/frontend/messages/es.json b/frontend/messages/es.json index 3ab1f6881..af252c5a8 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -363,7 +363,7 @@ "librariesStore": "Tienda de bibliotecas", "currentlyNoLoadedLibraries": "Actualmente no tienes bibliotecas cargadas", "loadingLibraryUploadButton": "Cargando botón de carga de la biblioteca", - "errorOccuredWhileLoadingLibrary": "Se produjo el siguiente error al cargar el formulario de la biblioteca", + "errorOccurredWhileLoadingLibrary": "Se produjo el siguiente error al cargar el formulario de la biblioteca", "packager": "Empaquetador", "packagerColon": "Empaquetador:", "dependencies": "Dependencias", diff --git a/frontend/messages/fr.json b/frontend/messages/fr.json index 5155a3894..19942fb57 100644 --- a/frontend/messages/fr.json +++ b/frontend/messages/fr.json @@ -363,7 +363,7 @@ "librariesStore": "Magasin de bibliothèques", "currentlyNoLoadedLibraries": "Vous n'avez actuellement aucune bibliothèque chargée", "loadingLibraryUploadButton": "Chargement du bouton de téléchargement de la bibliothèque", - "errorOccuredWhileLoadingLibrary": "L'erreur suivante s'est produite lors du chargement du formulaire de bibliothèque", + "errorOccurredWhileLoadingLibrary": "L'erreur suivante s'est produite lors du chargement du formulaire de bibliothèque", "packager": "Éditeur", "packagerColon": "Éditeur :", "dependencies": "Dépendances", diff --git a/frontend/messages/hi.json b/frontend/messages/hi.json index f1db6f897..461e472a2 100644 --- a/frontend/messages/hi.json +++ b/frontend/messages/hi.json @@ -361,7 +361,7 @@ "librariesStore": "लाइब्रेरी स्टोर", "currentlyNoLoadedLibraries": "आपके पास अभी कोई लोड की गई लाइब्रेरी नहीं है", "loadingLibraryUploadButton": "लाइब्रेरी अपलोड बटन लोड हो रहा है", - "errorOccuredWhileLoadingLibrary": "लाइब्रेरी फ़ॉर्म लोड करते समय निम्नलिखित त्रुटि हुई", + "errorOccurredWhileLoadingLibrary": "लाइब्रेरी फ़ॉर्म लोड करते समय निम्नलिखित त्रुटि हुई", "packager": "पैकेजिंग", "packagerColon": "पैकेजिंग:", "dependencies": "निर्भरता", diff --git a/frontend/messages/it.json b/frontend/messages/it.json index c425d66ea..46ce4063a 100644 --- a/frontend/messages/it.json +++ b/frontend/messages/it.json @@ -363,7 +363,7 @@ "librariesStore": "Negozio di biblioteche", "currentlyNoLoadedLibraries": "Attualmente non hai biblioteche caricate", "loadingLibraryUploadButton": "Caricamento pulsante di caricamento della biblioteca", - "errorOccuredWhileLoadingLibrary": "Si è verificato il seguente errore durante il caricamento del modulo della biblioteca", + "errorOccurredWhileLoadingLibrary": "Si è verificato il seguente errore durante il caricamento del modulo della biblioteca", "packager": "Impacchettatore", "packagerColon": "Impacchettatore:", "dependencies": "Dipendenze", diff --git a/frontend/messages/nl.json b/frontend/messages/nl.json index 462af7c6b..b221feaf4 100644 --- a/frontend/messages/nl.json +++ b/frontend/messages/nl.json @@ -363,7 +363,7 @@ "librariesStore": "Bibliotheekwinkel", "currentlyNoLoadedLibraries": "Je hebt momenteel geen geladen bibliotheken", "loadingLibraryUploadButton": "Bibliotheek uploadknop laden", - "errorOccuredWhileLoadingLibrary": "De volgende fout deed zich voor tijdens het laden van het bibliotheekformulier", + "errorOccurredWhileLoadingLibrary": "De volgende fout deed zich voor tijdens het laden van het bibliotheekformulier", "packager": "Pakkageerder", "packagerColon": "Pakkageerder:", "dependencies": "Afhankelijkheden", diff --git a/frontend/messages/pl.json b/frontend/messages/pl.json index d1112f001..9ee3f15cd 100644 --- a/frontend/messages/pl.json +++ b/frontend/messages/pl.json @@ -363,7 +363,7 @@ "librariesStore": "Sklep z bibliotekami", "currentlyNoLoadedLibraries": "Obecnie nie masz załadowanych bibliotek", "loadingLibraryUploadButton": "Ładowanie przycisku przesyłania biblioteki", - "errorOccuredWhileLoadingLibrary": "Wystąpił następujący błąd podczas ładowania formularza biblioteki", + "errorOccurredWhileLoadingLibrary": "Wystąpił następujący błąd podczas ładowania formularza biblioteki", "packager": "Paker", "packagerColon": "Paker:", "dependencies": "Zależności", diff --git a/frontend/messages/pt.json b/frontend/messages/pt.json index e72d39de5..745ca030a 100644 --- a/frontend/messages/pt.json +++ b/frontend/messages/pt.json @@ -363,7 +363,7 @@ "librariesStore": "Loja de bibliotecas", "currentlyNoLoadedLibraries": "Atualmente, você não possui bibliotecas carregadas", "loadingLibraryUploadButton": "Carregando o botão de upload de biblioteca", - "errorOccuredWhileLoadingLibrary": "O seguinte erro ocorreu ao carregar o formulário da biblioteca", + "errorOccurredWhileLoadingLibrary": "O seguinte erro ocorreu ao carregar o formulário da biblioteca", "packager": "Empacotador", "packagerColon": "Empacotador:", "dependencies": "Dependências", diff --git a/frontend/messages/ro.json b/frontend/messages/ro.json index 1a1522311..47d147b5e 100644 --- a/frontend/messages/ro.json +++ b/frontend/messages/ro.json @@ -359,7 +359,7 @@ "librariesStore": "Magazin de biblioteci", "currentlyNoLoadedLibraries": "În prezent, nu aveți nicio bibliotecă încărcată", "loadingLibraryUploadButton": "Încărcarea butonului de încărcare a bibliotecii", - "errorOccuredWhileLoadingLibrary": "A apărut următoarea eroare în timpul încărcării formularului bibliotecii", + "errorOccurredWhileLoadingLibrary": "A apărut următoarea eroare în timpul încărcării formularului bibliotecii", "packager": "Ambalator", "packagerColon": "Ambalator:", "dependencies": "Dependențe", diff --git a/frontend/messages/ur.json b/frontend/messages/ur.json index 973b9d377..2151a9a50 100644 --- a/frontend/messages/ur.json +++ b/frontend/messages/ur.json @@ -361,7 +361,7 @@ "librariesStore": "لائبریری اسٹور", "currentlyNoLoadedLibraries": "آپ کے پاس فی الحال کوئی لوڈ شدہ لائبریری نہیں ہے", "loadingLibraryUploadButton": "لائبریری اپلوڈ بٹن لوڈ ہو رہا ہے", - "errorOccuredWhileLoadingLibrary": "لائبریری فارم لوڈ کرنے کے دوران درج ذیل خرابی پیش آئی", + "errorOccurredWhileLoadingLibrary": "لائبریری فارم لوڈ کرنے کے دوران درج ذیل خرابی پیش آئی", "packager": "پیکجر", "packagerColon": "پیکجر:", "dependencies": "انحصار", diff --git a/frontend/src/routes/(app)/(internal)/libraries/+page.svelte b/frontend/src/routes/(app)/(internal)/libraries/+page.svelte index 050559d3d..7e7837414 100644 --- a/frontend/src/routes/(app)/(internal)/libraries/+page.svelte +++ b/frontend/src/routes/(app)/(internal)/libraries/+page.svelte @@ -93,7 +93,7 @@ > {:catch err} -

{m.errorOccuredWhileLoadingLibrary()}: {err}

+

{m.errorOccurredWhileLoadingLibrary()}: {err}

{/await} {/if}