Skip to content

Commit 50da7d7

Browse files
committed
fix common json
1 parent 8747877 commit 50da7d7

1 file changed

Lines changed: 32 additions & 62 deletions

File tree

apps/web/public/static/locales/en/common.json

Lines changed: 32 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -3273,8 +3273,27 @@
32733273
"none": "None",
32743274
"read_only": "Read only",
32753275
"pbac_desc_all_actions_all_resources": "All actions on all resources",
3276-
3277-
3276+
"pbac_resource_all": "All Resources",
3277+
"pbac_resource_event_type": "Event Types",
3278+
"pbac_resource_team": "Teams",
3279+
"pbac_resource_organization": "Organization",
3280+
"pbac_resource_booking": "Bookings",
3281+
"pbac_resource_insights": "Insights",
3282+
"pbac_resource_role": "Roles",
3283+
"pbac_action_all": "All Actions",
3284+
"pbac_action_create": "Create",
3285+
"pbac_action_read": "View",
3286+
"pbac_action_update": "Edit",
3287+
"pbac_action_delete": "Delete",
3288+
"pbac_action_manage": "Manage",
3289+
"pbac_action_invite": "Invite",
3290+
"pbac_action_remove": "Remove",
3291+
"pbac_action_change_member_role": "Change Member Role",
3292+
"pbac_action_list_members": "List Members",
3293+
"pbac_action_manage_billing": "Manage Billing",
3294+
"pbac_action_read_team_bookings": "View Team Bookings",
3295+
"pbac_action_read_org_bookings": "View Organization Bookings",
3296+
"pbac_action_read_recordings": "View Recordings",
32783297
"role_created_successfully": "Role created successfully",
32793298
"role_updated_successfully": "Role updated successfully",
32803299
"delete_role": "Delete role",
@@ -3286,32 +3305,37 @@
32863305
"pbac_desc_view_roles": "View roles",
32873306
"pbac_desc_update_roles": "Update roles",
32883307
"pbac_desc_delete_roles": "Delete roles",
3289-
3308+
"pbac_desc_manage_roles": "All actions on roles across organization teams",
3309+
"pbac_desc_create_event_types": "Create event types",
3310+
"pbac_desc_view_event_types": "View event types",
3311+
"pbac_desc_update_event_types": "Update event types",
3312+
"pbac_desc_delete_event_types": "Delete event types",
3313+
"pbac_desc_manage_event_types": "All actions on event types across organization teams",
32903314
"pbac_desc_create_teams": "Create teams",
32913315
"pbac_desc_view_team_details": "View team details",
32923316
"pbac_desc_update_team_settings": "Update team settings",
32933317
"pbac_desc_delete_team": "Delete team",
32943318
"pbac_desc_invite_team_members": "Invite team members",
32953319
"pbac_desc_remove_team_members": "Remove team members",
32963320
"pbac_desc_change_team_member_role": "Change role of team members",
3297-
3321+
"pbac_desc_manage_teams": "All actions on teams across organization teams",
32983322
"pbac_desc_create_organization": "Create organization",
32993323
"pbac_desc_view_organization_details": "View organization details",
33003324
"pbac_desc_list_organization_members": "List organization members",
33013325
"pbac_desc_invite_organization_members": "Invite organization members",
33023326
"pbac_desc_remove_organization_members": "Remove organization members",
3303-
3327+
"pbac_desc_manage_organization_billing": "Manage organization billing",
33043328
"pbac_desc_change_organization_member_role": "Change role of organization members",
33053329
"pbac_desc_edit_organization_settings": "Edit organization settings",
3306-
3330+
"pbac_desc_manage_organizations": "All actions on organizations",
33073331
"pbac_desc_view_bookings": "View bookings",
33083332
"pbac_desc_view_team_bookings": "View team bookings",
33093333
"pbac_desc_view_organization_bookings": "View organization bookings",
33103334
"pbac_desc_view_booking_recordings": "View booking recordings",
33113335
"pbac_desc_update_bookings": "Update bookings",
3312-
3336+
"pbac_desc_manage_bookings": "All actions on bookings across organization teams",
33133337
"pbac_desc_view_team_insights": "View team insights",
3314-
3338+
"pbac_desc_manage_team_insights": "Manage team insights",
33153339
"read_permission_auto_enabled_tooltip": "Read permission is automatically enabled when creating, updating, or deleting a resource",
33163340
"choose_restriction_schedule": "Add restriction schedule",
33173341
"restriction_schedule_description": "Limit availability of hosts to only display slots that fall within a specified schedule.",
@@ -3394,59 +3418,5 @@
33943418
"usage_based_expiration_description": "This link can be used for {{count}} booking",
33953419
"usage_based_generic_expiration_description": "This link can be configured to expire after a set number of bookings",
33963420
"usage_based_expiration_description_plural": "This link can be used for {{count}} bookings",
3397-
"pbac_resource_all": "All Resources",
3398-
"pbac_resource_role": "Roles",
3399-
"pbac_resource_event_type": "Event Types",
3400-
"pbac_resource_team": "Teams",
3401-
"pbac_resource_organization": "Organizations",
3402-
"pbac_resource_booking": "Bookings",
3403-
"pbac_resource_insights": "Insights",
3404-
"pbac_action_create": "Create",
3405-
"pbac_action_read": "View",
3406-
"pbac_action_update": "Edit",
3407-
"pbac_action_delete": "Delete",
3408-
"pbac_action_manage": "Manage",
3409-
"pbac_action_invite": "Invite",
3410-
"pbac_action_remove": "Remove",
3411-
"pbac_action_change_member_role": "Change Member Role",
3412-
"pbac_action_list_members": "List Members",
3413-
"pbac_action_manage_billing": "Manage Billing",
3414-
"pbac_action_read_team_bookings": "View Team Bookings",
3415-
"pbac_action_read_org_bookings": "View Organization Bookings",
3416-
"pbac_action_read_recordings": "View Recordings",
3417-
"pbac_desc_all_actions_all_resources": "All actions on all resources",
3418-
"pbac_desc_create_roles": "Create new roles",
3419-
"pbac_desc_view_roles": "View existing roles",
3420-
"pbac_desc_update_roles": "Edit existing roles",
3421-
"pbac_desc_delete_roles": "Delete existing roles",
3422-
"pbac_desc_manage_roles": "All actions on roles across organization teams",
3423-
"pbac_desc_create_event_types": "Create new event types",
3424-
"pbac_desc_view_event_types": "View existing event types",
3425-
"pbac_desc_update_event_types": "Edit existing event types",
3426-
"pbac_desc_delete_event_types": "Delete existing event types",
3427-
"pbac_desc_manage_event_types": "All actions on event types across organization teams",
3428-
"pbac_desc_create_teams": "Create new teams",
3429-
"pbac_desc_view_team_details": "View team information and settings",
3430-
"pbac_desc_update_team_settings": "Edit team settings and configuration",
3431-
"pbac_desc_delete_team": "Delete teams",
3432-
"pbac_desc_invite_team_members": "Invite new members to teams",
3433-
"pbac_desc_remove_team_members": "Remove members from teams",
3434-
"pbac_desc_change_team_member_role": "Change roles of team members",
3435-
"pbac_desc_manage_team_members": "All actions on team members across organization teams",
3436-
"pbac_desc_create_organization": "Create new organizations",
3437-
"pbac_desc_view_organization_details": "View organization information and settings",
3438-
"pbac_desc_list_organization_members": "View list of organization members",
3439-
"pbac_desc_invite_organization_members": "Invite new members to organizations",
3440-
"pbac_desc_remove_organization_members": "Remove members from organizations",
3441-
"pbac_desc_manage_organization_billing": "Manage organization billing and subscriptions",
3442-
"pbac_desc_change_organization_member_role": "Change roles of organization members",
3443-
"pbac_desc_edit_organization_settings": "Edit organization settings and configuration",
3444-
"pbac_desc_view_bookings": "View booking information",
3445-
"pbac_desc_view_team_bookings": "View bookings for team events",
3446-
"pbac_desc_view_organization_bookings": "View bookings for organization events",
3447-
"pbac_desc_view_booking_recordings": "View and access booking recordings",
3448-
"pbac_desc_update_bookings": "Edit and modify bookings",
3449-
"pbac_desc_manage_bookings": "All actions on bookings across organization teams",
3450-
"pbac_desc_view_team_insights": "View team analytics and insights",
34513421
"ADD_NEW_STRINGS_ABOVE_THIS_LINE_TO_PREVENT_MERGE_CONFLICTS": "↑↑↑↑↑↑↑↑↑↑↑↑↑ Add your new strings above here ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑"
34523422
}

0 commit comments

Comments
 (0)