Skip to content

Commit

Permalink
chore(release): 3.71.7 [skip ci]
Browse files Browse the repository at this point in the history
## [3.71.7](v3.71.6...v3.71.7) (2024-09-12)

### Bug Fixes

* Billing fixes ([#2460](#2460)) ([2086657](2086657))
  • Loading branch information
semantic-release-bot committed Sep 12, 2024
1 parent 2086657 commit cd198e1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.71.7](https://github.com/tolgee/tolgee-platform/compare/v3.71.6...v3.71.7) (2024-09-12)


### Bug Fixes

* Billing fixes ([#2460](https://github.com/tolgee/tolgee-platform/issues/2460)) ([2086657](https://github.com/tolgee/tolgee-platform/commit/2086657ca36fbce93e69aa21dbb0b118226abd96))

## [3.71.6](https://github.com/tolgee/tolgee-platform/compare/v3.71.5...v3.71.6) (2024-09-11)


Expand Down
2 changes: 2 additions & 0 deletions webapp/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"administration_cloud_plan_form_organizations_new" : "{num} nové položky",
"administration_cloud_plan_form_organizations_title" : "Organizace",
"administration_cloud_plan_form_prices_title" : "Ceny",
"administration_cloud_plan_organization_field_auto_assign" : "Přiřadit",
"administration_cloud_plan_public_badge" : "Veřejný",
"administration_cloud_plans" : "Cloudové plány",
"administration_cloud_plan_updated_success" : "Plán upraven!",
Expand Down Expand Up @@ -1471,6 +1472,7 @@
"user_has_no_project_access" : "Uživatel nemá přístup k projektu",
"user_is_owner_of_organization_tooltip" : "Uživatel je správcem organizace, která vlastní tento projekt",
"user_is_part_of_organization_tooltip" : "Uživatel je členem organizace, která vlastní tento projekt.",
"user_is_subscribed_to_paid_plan" : "Uživatel je přihlášen k placenému plánu",
"user_menu_api_keys" : "API klíče projektů",
"user_menu_logout" : "Odhlásit",
"user_menu_my_tasks" : "Moje úkoly",
Expand Down
2 changes: 2 additions & 0 deletions webapp/src/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"administration_cloud_plan_form_organizations_new" : "{num} nye element(er)",
"administration_cloud_plan_form_organizations_title" : "Organisationer",
"administration_cloud_plan_form_prices_title" : "Priser",
"administration_cloud_plan_organization_field_auto_assign" : "Tildel",
"administration_cloud_plan_public_badge" : "Offentlig",
"administration_cloud_plans" : "Cloud-planer",
"administration_cloud_plan_updated_success" : "Plan opdateret!",
Expand Down Expand Up @@ -1469,6 +1470,7 @@
"user_has_no_project_access" : "Brugeren har ikke adgang til dette projekt",
"user_is_owner_of_organization_tooltip" : "Brugeren er ejer af organisationen, som ejer dette projekt",
"user_is_part_of_organization_tooltip" : "Brugeren er medlem af organisationen, som ejer dette projekt.",
"user_is_subscribed_to_paid_plan" : "Bruger er abonneret på en betalt plan",
"user_menu_api_keys" : "Projekt API-nøgler",
"user_menu_logout" : "Log ud",
"user_menu_my_tasks" : "Mine opgaver",
Expand Down
2 changes: 2 additions & 0 deletions webapp/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"administration_cloud_plan_form_organizations_new" : "{num} new item(s)",
"administration_cloud_plan_form_organizations_title" : "Organizations",
"administration_cloud_plan_form_prices_title" : "Prices",
"administration_cloud_plan_organization_field_auto_assign" : "Assign",
"administration_cloud_plan_public_badge" : "Public",
"administration_cloud_plans" : "Cloud plans",
"administration_cloud_plan_updated_success" : "Plan updated!",
Expand Down Expand Up @@ -1471,6 +1472,7 @@
"user_has_no_project_access" : "User has no access to the project",
"user_is_owner_of_organization_tooltip" : "User is owner of the organization which owns this project",
"user_is_part_of_organization_tooltip" : "User is a member of the organization, which owns this project.",
"user_is_subscribed_to_paid_plan" : "User is subscribed to a paid plan",
"user_menu_api_keys" : "Project API keys",
"user_menu_logout" : "Logout",
"user_menu_my_tasks" : "My tasks",
Expand Down
2 changes: 2 additions & 0 deletions webapp/src/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"administration_cloud_plan_form_organizations_new" : "{num} element(e) noi",
"administration_cloud_plan_form_organizations_title" : "Organizații",
"administration_cloud_plan_form_prices_title" : "Prețuri",
"administration_cloud_plan_organization_field_auto_assign" : "Desemnează",
"administration_cloud_plan_public_badge" : "Public",
"administration_cloud_plans" : "Planuri în nor",
"administration_cloud_plan_updated_success" : "Plan actualizat!",
Expand Down Expand Up @@ -1471,6 +1472,7 @@
"user_has_no_project_access" : "Utilizatorul nu are acces la proiect",
"user_is_owner_of_organization_tooltip" : "Utilizatorul este proprietarul organizației care deține acest proiect",
"user_is_part_of_organization_tooltip" : "Utilizatorul este membru al organizației care deține acest proiect.",
"user_is_subscribed_to_paid_plan" : "Utilizatorul este abonat la un plan plătit",
"user_menu_api_keys" : "Chei API ale proiectului",
"user_menu_logout" : "Deconectare",
"user_menu_my_tasks" : "Sarcinile mele",
Expand Down

0 comments on commit cd198e1

Please sign in to comment.