diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbf80e2af..8e4a394470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.38.2](https://github.com/tolgee/tolgee-platform/compare/v3.38.1...v3.38.2) (2023-11-24) + + +### Bug Fixes + +* Licencing test ([2170b1d](https://github.com/tolgee/tolgee-platform/commit/2170b1d54fe5ac9f8b281fda29989ee44448eb44)) +* Wrong HTTP client content-type and accept headers ([4d4b51c](https://github.com/tolgee/tolgee-platform/commit/4d4b51cbac7a74efe05eda9dcc838c742ad41148)) + ## [3.38.1](https://github.com/tolgee/tolgee-platform/compare/v3.38.0...v3.38.1) (2023-11-24) diff --git a/webapp/src/i18n/cs.json b/webapp/src/i18n/cs.json index dcb538ca41..d8d707d676 100644 --- a/webapp/src/i18n/cs.json +++ b/webapp/src/i18n/cs.json @@ -277,13 +277,13 @@ "billing_subscriptions_deployment_assistance" : "Asistované nasazení", "billing_subscriptions_ee_license_inactive" : "Vaše licence je neaktivní.", "billing_subscriptions_granular_permissions_feature" : "Detailní oprávnění", - "billing_subscriptions_multiple_content_delivery_configs" : "Neomezené doručování obsahu", + "billing_subscriptions_multiple_content_delivery_configs" : "Více konfigurací doručování obsahu", "billing_subscriptions_pay_fixed_price" : "Tento plán obsahuje {includedSeats} zahrnutých míst. Pokud jich využijete více, budeme vám účtovat poplatek za použití.", "billing_subscriptions_pay_for_what_you_use" : "Plaťte pouze za to, co využijete.", "billing_subscriptions_plan_includes_title" : "Zahrnuto v tomto plánu:", "billing_subscriptions_premium_support_feature" : "Prémiová podpora", "billing_subscriptions_prioritized_feature_requests" : "Prioritní požadavky na funkce", - "billing_subscriptions_project_level_content_storages" : "Vlastní úložiště pro projekt", + "billing_subscriptions_project_level_content_storages" : "Vlastní úložiště obsahu", "billing_subscriptions_standard_support" : "Standardní podpora", "billing_subscriptions_team_training" : "Trénink týmu", "billing_subscriptions_webhooks" : "Webhooky", diff --git a/webapp/src/i18n/en.json b/webapp/src/i18n/en.json index 83336048a3..51cf39e5ac 100644 --- a/webapp/src/i18n/en.json +++ b/webapp/src/i18n/en.json @@ -277,13 +277,13 @@ "billing_subscriptions_deployment_assistance" : "Deployment assistance", "billing_subscriptions_ee_license_inactive" : "Your license is inactive.", "billing_subscriptions_granular_permissions_feature" : "Granular permissions", - "billing_subscriptions_multiple_content_delivery_configs" : "Unlimited content delivery", + "billing_subscriptions_multiple_content_delivery_configs" : "Multiple content deliveries", "billing_subscriptions_pay_fixed_price" : "This plan contains {includedSeats} included seats. When you use more, we charge you as you go.", "billing_subscriptions_pay_for_what_you_use" : "Pay only for what you use.", "billing_subscriptions_plan_includes_title" : "Included in this plan:", "billing_subscriptions_premium_support_feature" : "Premium support", "billing_subscriptions_prioritized_feature_requests" : "Prioritized feature requests", - "billing_subscriptions_project_level_content_storages" : "Custom storage per project", + "billing_subscriptions_project_level_content_storages" : "Custom content storage", "billing_subscriptions_standard_support" : "Standard support", "billing_subscriptions_team_training" : "Team training", "billing_subscriptions_webhooks" : "Webhooks",