From e5442871e426a50afcac8277443e8b5c6de0a800 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 15 Oct 2020 12:06:33 +0200 Subject: [PATCH] Translation fix. --- backend/i18n/frontend_en.json | 8 ++++---- backend/i18n/frontend_it.json | 4 ++-- backend/i18n/frontend_nl.json | 4 ++-- backend/i18n/source/frontend_en.json | 6 +++--- .../Contents/BackupContents.cs | 3 ++- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json index c6cc26b60..45577deae 100644 --- a/backend/i18n/frontend_en.json +++ b/backend/i18n/frontend_en.json @@ -13,8 +13,8 @@ "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.archieveConfirmText": "Do you really want to archive this App?", + "apps.archieveConfirmTitle": "Archive App", "apps.archieveWarning": "Once you archive an app, there is no going back. Please be certain.", "apps.archiveFailed": "Failed to archive app. Please reload.", "apps.create": "Create App", @@ -36,8 +36,8 @@ "apps.image": "Image", "apps.imageDrop": "Drop to upload", "apps.leave": "Leave app", - "apps.leaveConfirmText": "Leave app.", - "apps.leaveConfirmTitle": "Do you really want to leave this app?", + "apps.leaveConfirmText": "Do you really want to leave this app?", + "apps.leaveConfirmTitle": "Leave app.", "apps.leaveFailed": "Failed to leave app. Please reload.", "apps.listPageTitle": "Apps", "apps.loadFailed": "Failed to load apps. Please reload.", diff --git a/backend/i18n/frontend_it.json b/backend/i18n/frontend_it.json index 2d31410b0..a979fda99 100644 --- a/backend/i18n/frontend_it.json +++ b/backend/i18n/frontend_it.json @@ -36,8 +36,8 @@ "apps.image": "Immagine", "apps.imageDrop": "Trascina il file per caricare", "apps.leave": "Leave app", - "apps.leaveConfirmText": "Leave app.", - "apps.leaveConfirmTitle": "Do you really want to leave this app?", + "apps.leaveConfirmText": "Do you really want to leave this app?", + "apps.leaveConfirmTitle": "Leave app.", "apps.leaveFailed": "Failed to leave app. Please reload.", "apps.listPageTitle": "App", "apps.loadFailed": "Non รจ stato possibile caricare le App. Per favore ricarica.", diff --git a/backend/i18n/frontend_nl.json b/backend/i18n/frontend_nl.json index 60868b5b1..5f966d10a 100644 --- a/backend/i18n/frontend_nl.json +++ b/backend/i18n/frontend_nl.json @@ -36,8 +36,8 @@ "apps.image": "Afbeelding", "apps.imageDrop": "Zet neer om te uploaden", "apps.leave": "Leave app", - "apps.leaveConfirmText": "Leave app.", - "apps.leaveConfirmTitle": "Do you really want to leave this app?", + "apps.leaveConfirmText": "Do you really want to leave this app?", + "apps.leaveConfirmTitle": "Leave app.", "apps.leaveFailed": "Failed to leave app. Please reload.", "apps.listPageTitle": "Apps", "apps.loadFailed": "Laden van apps is mislukt. Laad opnieuw.", diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json index a1c609f34..45577deae 100644 --- a/backend/i18n/source/frontend_en.json +++ b/backend/i18n/source/frontend_en.json @@ -13,8 +13,8 @@ "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.archieveConfirmText": "Do you really want to archive this App?", + "apps.archieveConfirmTitle": "Archive App", "apps.archieveWarning": "Once you archive an app, there is no going back. Please be certain.", "apps.archiveFailed": "Failed to archive app. Please reload.", "apps.create": "Create App", @@ -36,8 +36,8 @@ "apps.image": "Image", "apps.imageDrop": "Drop to upload", "apps.leave": "Leave app", - "apps.leaveConfirmTitle": "Leave app.", "apps.leaveConfirmText": "Do you really want to leave this app?", + "apps.leaveConfirmTitle": "Leave app.", "apps.leaveFailed": "Failed to leave app. Please reload.", "apps.listPageTitle": "Apps", "apps.loadFailed": "Failed to load apps. Please reload.", diff --git a/backend/src/Squidex.Domain.Apps.Entities/Contents/BackupContents.cs b/backend/src/Squidex.Domain.Apps.Entities/Contents/BackupContents.cs index 0929d533e..8cd27d32b 100644 --- a/backend/src/Squidex.Domain.Apps.Entities/Contents/BackupContents.cs +++ b/backend/src/Squidex.Domain.Apps.Entities/Contents/BackupContents.cs @@ -85,7 +85,8 @@ namespace Squidex.Domain.Apps.Entities.Contents contentIdsBySchemaId.Remove(schemaDeleted.SchemaId.Id); break; case ContentCreated contentCreated: - contentIdsBySchemaId.GetOrAddNew(contentCreated.SchemaId.Id).Add(@event.Headers.AggregateId()); + contentIdsBySchemaId.GetOrAddNew(contentCreated.SchemaId.Id) + .Add(@event.Headers.AggregateId()); if (assetsUrlNew != null && assetsUrlOld != null) {