From 02405d0cc04d708749af479080c41275914b5daf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Apr 2024 12:43:54 +0000 Subject: [PATCH] chore(release): 3.57.2 [skip ci] ## [3.57.2](https://github.com/tolgee/tolgee-platform/compare/v3.57.1...v3.57.2) (2024-04-17) ### Bug Fixes * add enterprise plan to platform billing ([#2251](https://github.com/tolgee/tolgee-platform/issues/2251)) ([3ea21b8](https://github.com/tolgee/tolgee-platform/commit/3ea21b83d5b537b3f661fe59ba252d8f1e7a7996)) * Translation endpoints permission check ([#2254](https://github.com/tolgee/tolgee-platform/issues/2254)) ([f712139](https://github.com/tolgee/tolgee-platform/commit/f71213925d6f80019f841db0ead9baa7488c1821)) --- CHANGELOG.md | 8 ++++++++ webapp/src/i18n/da.json | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b404de325f..d999fe175c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.57.2](https://github.com/tolgee/tolgee-platform/compare/v3.57.1...v3.57.2) (2024-04-17) + + +### Bug Fixes + +* add enterprise plan to platform billing ([#2251](https://github.com/tolgee/tolgee-platform/issues/2251)) ([3ea21b8](https://github.com/tolgee/tolgee-platform/commit/3ea21b83d5b537b3f661fe59ba252d8f1e7a7996)) +* Translation endpoints permission check ([#2254](https://github.com/tolgee/tolgee-platform/issues/2254)) ([f712139](https://github.com/tolgee/tolgee-platform/commit/f71213925d6f80019f841db0ead9baa7488c1821)) + ## [3.57.1](https://github.com/tolgee/tolgee-platform/compare/v3.57.0...v3.57.1) (2024-04-17) diff --git a/webapp/src/i18n/da.json b/webapp/src/i18n/da.json index 6b5fddb30c..7e2b6758d1 100644 --- a/webapp/src/i18n/da.json +++ b/webapp/src/i18n/da.json @@ -41,10 +41,10 @@ "activity_complex_edit" : "Redigerede nøgle", "activity_content_delivery_config_create" : "Oprettet konfiguration til levering af indhold", "activity_content_delivery_config_delete" : "Slettet konfiguration til levering af indhold", - "activity_content_delivery_config_update" : "Opdateret konfiguration til levering af indhold", - "activity_content_storage_create" : "Oprettet indholdsopbevaring", - "activity_content_storage_delete" : "Slettet indholdsopbevaring", - "activity_content_storage_update" : "Opdateret indholdsopbevaring", + "activity_content_delivery_config_update" : "Opdaterede konfiguration til levering af indhold", + "activity_content_storage_create" : "Oprettede indholdslager", + "activity_content_storage_delete" : "Slettede indholdsopbevaring", + "activity_content_storage_update" : "Opdaterede indholdsopbevaring", "activity_create_key" : "Opretterede nøgle", "activity_create_language" : "Oprettede sprog", "activity_create_project" : "Oprettede projekt",