diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 80ae1b7bda..b5bea122fb 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -29,6 +29,7 @@ "accepted_invite": "", "accepting_invite_as": "", "access_denied": "", + "access_levels_changed": "", "account_has_been_link_to_institution_account": "", "account_has_past_due_invoice_change_plan_warning": "", "account_managed_by_group_administrator": "", @@ -745,8 +746,10 @@ "library": "", "license_for_educational_purposes": "", "limited_offer": "", + "limited_to_n_editors": "", "limited_to_n_editors_per_project": "", "limited_to_n_editors_per_project_plural": "", + "limited_to_n_editors_plural": "", "line": "", "line_height": "", "line_width_is_the_width_of_the_line_in_the_current_environment": "", @@ -985,6 +988,7 @@ "percent_is_the_percentage_of_the_line_width": "", "plan": "", "plan_tooltip": "", + "please_ask_the_project_owner_to_upgrade_more_editors": "", "please_ask_the_project_owner_to_upgrade_to_track_changes": "", "please_change_primary_to_remove": "", "please_check_your_inbox": "", @@ -1228,6 +1232,8 @@ "select_a_project": "", "select_a_project_figure_modal": "", "select_a_row_or_a_column_to_delete": "", + "select_access_level": "", + "select_access_levels": "", "select_all": "", "select_all_projects": "", "select_an_output_file": "", @@ -1451,7 +1457,9 @@ "this_field_is_required": "", "this_grants_access_to_features_2": "", "this_is_a_labs_experiment": "", + "this_project_already_has_maximum_editors": "", "this_project_exceeded_compile_timeout_limit_on_free_plan": "", + "this_project_exceeded_editor_limit": "", "this_project_has_more_than_max_collabs": "", "this_project_is_public": "", "this_project_is_public_read_only": "", @@ -1652,6 +1660,7 @@ "view_metrics_commons_subtext": "", "view_metrics_group_subtext": "", "view_more": "", + "view_only_downgraded": "", "view_options": "", "view_pdf": "", "view_your_invoices": "", @@ -1722,6 +1731,8 @@ "you_can_only_add_n_people_to_edit_a_project": "", "you_can_only_add_n_people_to_edit_a_project_plural": "", "you_can_request_a_maximum_of_limit_fixes_per_day": "", + "you_can_select_or_invite": "", + "you_can_select_or_invite_plural": "", "you_cant_add_or_change_password_due_to_sso": "", "you_cant_join_this_group_subscription": "", "you_dont_have_any_repositories": "", @@ -1756,6 +1767,7 @@ "your_plan_is_limited_to_n_editors": "", "your_plan_is_limited_to_n_editors_plural": "", "your_project_exceeded_compile_timeout_limit_on_free_plan": "", + "your_project_exceeded_editor_limit": "", "your_project_near_compile_timeout_limit": "", "your_projects": "", "your_role": "", @@ -1769,6 +1781,7 @@ "youre_joining": "", "youre_on_free_trial_which_ends_on": "", "youre_signed_in_as_logout": "", + "youve_lost_edit_access": "", "youve_unlinked_all_users": "", "zoom_in": "", "zoom_out": "", diff --git a/services/web/frontend/js/features/share-project-modal/components/edit-member.jsx b/services/web/frontend/js/features/share-project-modal/components/edit-member.jsx index 354db93ba0..9505dc5d26 100644 --- a/services/web/frontend/js/features/share-project-modal/components/edit-member.jsx +++ b/services/web/frontend/js/features/share-project-modal/components/edit-member.jsx @@ -54,7 +54,7 @@ export default function EditMember({ member }) { return (