From bcfbc24e9332bbf2f69b451c80f73a545350f404 Mon Sep 17 00:00:00 2001 From: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Date: Fri, 5 Sep 2025 09:08:45 +0100 Subject: [PATCH] add i18n (#23609) --- apps/web/public/static/locales/en/common.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 207f1f530e..b2bc8855fe 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -3393,6 +3393,7 @@ "pbac_resource_booking": "Bookings", "pbac_resource_insights": "Insights", "pbac_resource_role": "Roles", + "pbac_resource_routing_form": "Routing Forms", "pbac_resource_workflow": "Workflows", "pbac_action_all": "All Actions", "pbac_action_create": "Create", @@ -3463,6 +3464,10 @@ "pbac_desc_manage_bookings": "All actions on bookings", "pbac_desc_view_team_insights": "View team insights", "pbac_desc_manage_team_insights": "Manage team insights", + "pbac_desc_create_routing_forms": "Create routing forms", + "pbac_desc_view_routing_forms": "View routing forms", + "pbac_desc_update_routing_forms": "Update routing forms", + "pbac_desc_delete_routing_forms": "Delete routing forms", "read_permission_auto_enabled_tooltip": "Read permission is automatically enabled when creating, updating, or deleting a resource", "choose_restriction_schedule": "Add restriction schedule", "restriction_schedule_description": "Limit availability of hosts to only display slots that fall within a specified schedule.",