diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json
index c5655d7a0..0d6294d72 100644
--- a/backend/i18n/frontend_en.json
+++ b/backend/i18n/frontend_en.json
@@ -12,11 +12,11 @@
"apps.appNameWarning": "The app name cannot be changed later.",
"apps.appsButtonCreate": "Apps Overview",
"apps.appsButtonFallbackTitle": "Apps Overview",
- "apps.archieve": "Archive App",
- "apps.archieveConfirmText": "Remove pattern",
- "apps.archieveConfirmTitle": "Do you really want to archive this app?",
- "apps.archieveWarning": "Once you archive an app, there is no going back. Please be certain.",
+ "apps.archive": "Archive App",
+ "apps.archiveConfirmText": "Do you really want to archive this app?",
+ "apps.archiveConfirmTitle": "Archive App",
"apps.archiveFailed": "Failed to archive app. Please reload.",
+ "apps.archiveWarning": "Once you archive an app, there is no going back. Please be certain.",
"apps.create": "Create App",
"apps.createBlankApp": "New App.",
"apps.createBlankAppDescription": "Create a new blank app without content and schemas.",
diff --git a/backend/i18n/frontend_it.json b/backend/i18n/frontend_it.json
index 4176a6bf6..9911e7aab 100644
--- a/backend/i18n/frontend_it.json
+++ b/backend/i18n/frontend_it.json
@@ -12,11 +12,11 @@
"apps.appNameWarning": "Il nome della app non potrà essere cambiato in un secondo momento.",
"apps.appsButtonCreate": "Nuova App",
"apps.appsButtonFallbackTitle": "Lista App",
- "apps.archieve": "Archivia l'App",
- "apps.archieveConfirmText": "Rimuovi il pattern",
- "apps.archieveConfirmTitle": "Sei sicuro di voler archiviare questa app?",
- "apps.archieveWarning": "Una volta archiviata una App, non è possibile tornare indietro. Sii certo.",
+ "apps.archive": "Archivia l'App",
+ "apps.archiveConfirmText": "Rimuovi il pattern",
+ "apps.archiveConfirmTitle": "Sei sicuro di voler archiviare questa app?",
"apps.archiveFailed": "Non è stato possibile archiviare l'app. Per favore ricarica.",
+ "apps.archiveWarning": "Una volta archiviata una App, non è possibile tornare indietro. Sii certo.",
"apps.create": "Crea un'App",
"apps.createBlankApp": "Nuova App.",
"apps.createBlankAppDescription": "Crea una app vuota senza contenuti o schema.",
diff --git a/backend/i18n/frontend_nl.json b/backend/i18n/frontend_nl.json
index a90523bcb..bc87bc775 100644
--- a/backend/i18n/frontend_nl.json
+++ b/backend/i18n/frontend_nl.json
@@ -12,11 +12,11 @@
"apps.appNameWarning": "De app-naam kan later niet worden gewijzigd.",
"apps.appsButtonCreate": "Apps-overzicht",
"apps.appsButtonFallbackTitle": "Apps-overzicht",
- "apps.archieve": "App archiveren",
- "apps.archieveConfirmText": "Patroon verwijderen",
- "apps.archieveConfirmTitle": "Wil je deze app echt archiveren?",
- "apps.archieveWarning": "Zodra je een app archiveert, is er geen weg meer terug. Wees alsjeblieft zeker.",
+ "apps.archive": "App archiveren",
+ "apps.archiveConfirmText": "Patroon verwijderen",
+ "apps.archiveConfirmTitle": "Wil je deze app echt archiveren?",
"apps.archiveFailed": "Kan app niet archiveren. Laad opnieuw.",
+ "apps.archiveWarning": "Zodra je een app archiveert, is er geen weg meer terug. Wees alsjeblieft zeker.",
"apps.create": "App maken",
"apps.createBlankApp": "Nieuwe app.",
"apps.createBlankAppDescription": "Maak een nieuwe lege app zonder inhoud en schema's.",
diff --git a/backend/i18n/source/backend_en.json b/backend/i18n/source/backend_en.json
index 4d6b3dd2c..0f2d5dd4d 100644
--- a/backend/i18n/source/backend_en.json
+++ b/backend/i18n/source/backend_en.json
@@ -7,7 +7,7 @@
"annotations_Required": "The field {name|lower} is required.",
"annotations_StringLength": "The field {name|lower} must be a string with a maximum length of {max}.",
"annotations_StringLengthMinimum": "The field {name|lower} must be a string with a minimum length of {min} and a maximum length of {max}.",
- "apps.alreadyArchieved": "App has already been archived.",
+ "apps.alreadyArchived": "App has already been archived.",
"apps.clients.idAlreadyExists": "A client with the same id already exists.",
"apps.contributors.cannotChangeYourself": "You cannot change your own role.",
"apps.contributors.maxReached": "You have reached the maximum number of contributors for your plan.",
diff --git a/backend/i18n/source/backend_it.json b/backend/i18n/source/backend_it.json
index 5c7236d20..14b48d178 100644
--- a/backend/i18n/source/backend_it.json
+++ b/backend/i18n/source/backend_it.json
@@ -7,7 +7,7 @@
"annotations_Required": "Il campo è {name|lower} obbligatorio.",
"annotations_StringLength": "The field {name|lower} must be a string with a maximum length of {max}.",
"annotations_StringLengthMinimum": "The field {name|lower} must be a string with a minimum length of {min} and a maximum length of {max}.",
- "apps.alreadyArchieved": "La App è stata già archiviata.",
+ "apps.alreadyArchived": "La App è stata già archiviata.",
"apps.clients.idAlreadyExists": "Un client con lo stesso id esiste già.",
"apps.contributors.cannotChangeYourself": "Non puoi cambiare il tuo ruolo.",
"apps.contributors.maxReached": "Hai raggiunto il numero massimo di contributori previsto per il tuo piano.",
diff --git a/backend/i18n/source/backend_nl.json b/backend/i18n/source/backend_nl.json
index 40a9745d2..33c3ab800 100644
--- a/backend/i18n/source/backend_nl.json
+++ b/backend/i18n/source/backend_nl.json
@@ -7,7 +7,7 @@
"annotations_Required": "Het veld {name|lower} is verplicht.",
"annotations_StringLength": "Het veld {name|lower} moet een string zijn met een maximale lengte van {max}.",
"annotations_StringLengthMinimum": "Het veld {name|lower} moet een string zijn met een minimum lengte van {min} en een maximum lengte van {max}.",
- "apps.alreadyArchieved": "App is al gearchiveerd.",
+ "apps.alreadyArchived": "App is al gearchiveerd.",
"apps.clients.idAlreadyExists": "Er bestaat al een client met dezelfde id.",
"apps.contributors.cannotChangeYourself": "Je kunt jouw eigen rol niet wijzigen.",
"apps.contributors.maxReached": "Je heeft het maximale aantal bijdragers voor jouw plan bereikt.",
diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json
index c5655d7a0..0d6294d72 100644
--- a/backend/i18n/source/frontend_en.json
+++ b/backend/i18n/source/frontend_en.json
@@ -12,11 +12,11 @@
"apps.appNameWarning": "The app name cannot be changed later.",
"apps.appsButtonCreate": "Apps Overview",
"apps.appsButtonFallbackTitle": "Apps Overview",
- "apps.archieve": "Archive App",
- "apps.archieveConfirmText": "Remove pattern",
- "apps.archieveConfirmTitle": "Do you really want to archive this app?",
- "apps.archieveWarning": "Once you archive an app, there is no going back. Please be certain.",
+ "apps.archive": "Archive App",
+ "apps.archiveConfirmText": "Do you really want to archive this app?",
+ "apps.archiveConfirmTitle": "Archive App",
"apps.archiveFailed": "Failed to archive app. Please reload.",
+ "apps.archiveWarning": "Once you archive an app, there is no going back. Please be certain.",
"apps.create": "Create App",
"apps.createBlankApp": "New App.",
"apps.createBlankAppDescription": "Create a new blank app without content and schemas.",
diff --git a/backend/i18n/source/frontend_it.json b/backend/i18n/source/frontend_it.json
index a7db499d6..5277abf10 100644
--- a/backend/i18n/source/frontend_it.json
+++ b/backend/i18n/source/frontend_it.json
@@ -12,11 +12,11 @@
"apps.appNameWarning": "Il nome della app non potrà essere cambiato in un secondo momento.",
"apps.appsButtonCreate": "Nuova App",
"apps.appsButtonFallbackTitle": "Lista App",
- "apps.archieve": "Archivia l'App",
- "apps.archieveConfirmText": "Rimuovi il pattern",
- "apps.archieveConfirmTitle": "Sei sicuro di voler archiviare questa app?",
- "apps.archieveWarning": "Una volta archiviata una App, non è possibile tornare indietro. Sii certo.",
+ "apps.archive": "Archivia l'App",
+ "apps.archiveConfirmText": "Rimuovi il pattern",
+ "apps.archiveConfirmTitle": "Sei sicuro di voler archiviare questa app?",
"apps.archiveFailed": "Non è stato possibile archiviare l'app. Per favore ricarica.",
+ "apps.archiveWarning": "Una volta archiviata una App, non è possibile tornare indietro. Sii certo.",
"apps.create": "Crea un'App",
"apps.createBlankApp": "Nuova App.",
"apps.createBlankAppDescription": "Crea una app vuota senza contenuti o schema.",
diff --git a/backend/i18n/source/frontend_nl.json b/backend/i18n/source/frontend_nl.json
index 4f0afdfb9..5ab379cad 100644
--- a/backend/i18n/source/frontend_nl.json
+++ b/backend/i18n/source/frontend_nl.json
@@ -12,11 +12,11 @@
"apps.appNameWarning": "De app-naam kan later niet worden gewijzigd.",
"apps.appsButtonCreate": "Apps-overzicht",
"apps.appsButtonFallbackTitle": "Apps-overzicht",
- "apps.archieve": "App archiveren",
- "apps.archieveConfirmText": "Patroon verwijderen",
- "apps.archieveConfirmTitle": "Wil je deze app echt archiveren?",
- "apps.archieveWarning": "Zodra je een app archiveert, is er geen weg meer terug. Wees alsjeblieft zeker.",
+ "apps.archive": "App archiveren",
+ "apps.archiveConfirmText": "Patroon verwijderen",
+ "apps.archiveConfirmTitle": "Wil je deze app echt archiveren?",
"apps.archiveFailed": "Kan app niet archiveren. Laad opnieuw.",
+ "apps.archiveWarning": "Zodra je een app archiveert, is er geen weg meer terug. Wees alsjeblieft zeker.",
"apps.create": "App maken",
"apps.createBlankApp": "Nieuwe app.",
"apps.createBlankAppDescription": "Maak een nieuwe lege app zonder inhoud en schema's.",
diff --git a/backend/src/Squidex.Domain.Apps.Entities/Apps/AppDomainObject.cs b/backend/src/Squidex.Domain.Apps.Entities/Apps/AppDomainObject.cs
index 898a7db95..b1351b07b 100644
--- a/backend/src/Squidex.Domain.Apps.Entities/Apps/AppDomainObject.cs
+++ b/backend/src/Squidex.Domain.Apps.Entities/Apps/AppDomainObject.cs
@@ -461,7 +461,7 @@ namespace Squidex.Domain.Apps.Entities.Apps
{
if (Snapshot.IsArchived)
{
- throw new DomainException(T.Get("apps.alreadyArchieved"));
+ throw new DomainException(T.Get("apps.alreadyArchived"));
}
}
diff --git a/backend/src/Squidex.Shared/Texts.it.resx b/backend/src/Squidex.Shared/Texts.it.resx
index 3f0baa6ef..6ea7f0a30 100644
--- a/backend/src/Squidex.Shared/Texts.it.resx
+++ b/backend/src/Squidex.Shared/Texts.it.resx
@@ -106,7 +106,7 @@
The field {0} must be a string with a minimum length of {1} and a maximum length of {2}.
-
+
La App è stata già archiviata.
diff --git a/backend/src/Squidex.Shared/Texts.nl.resx b/backend/src/Squidex.Shared/Texts.nl.resx
index 3dd42d21f..10a62710a 100644
--- a/backend/src/Squidex.Shared/Texts.nl.resx
+++ b/backend/src/Squidex.Shared/Texts.nl.resx
@@ -106,7 +106,7 @@
Het veld {0} moet een string zijn met een minimum lengte van {1} en een maximum lengte van {2}.
-
+
App is al gearchiveerd.
diff --git a/backend/src/Squidex.Shared/Texts.resx b/backend/src/Squidex.Shared/Texts.resx
index 3d7c7e09f..7526025c7 100644
--- a/backend/src/Squidex.Shared/Texts.resx
+++ b/backend/src/Squidex.Shared/Texts.resx
@@ -106,7 +106,7 @@
The field {0} must be a string with a minimum length of {1} and a maximum length of {2}.
-
+
App has already been archived.
diff --git a/frontend/app/features/schemas/pages/schema/common/schema-edit-form.component.html b/frontend/app/features/schemas/pages/schema/common/schema-edit-form.component.html
index 4f014effe..67074d7cd 100644
--- a/frontend/app/features/schemas/pages/schema/common/schema-edit-form.component.html
+++ b/frontend/app/features/schemas/pages/schema/common/schema-edit-form.component.html
@@ -37,7 +37,7 @@
- {{ 'schemas.contentsSidebarUrl' | sqxTranslate }}
+ {{ 'schemas.contentsSidebarUrlHint' | sqxTranslate }}