From 747d4ebe16e9a4df7e8b109b7e5eed669ff9da49 Mon Sep 17 00:00:00 2001 From: Maria Florencia Besteiro Gonzalez Date: Tue, 31 Mar 2026 10:07:31 +0200 Subject: [PATCH] Merge pull request #32282 from overleaf/mfb-bibtex-editor-delete-multiple-entries Mfb bibtex editor delete multiple entries GitOrigin-RevId: b8593fe54c3856d12d324b85cd8c9bdcc033b3c0 --- services/web/frontend/extracted-translations.json | 4 ++++ services/web/locales/en.json | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 2c7294c466..0fca97aa8e 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1651,12 +1651,14 @@ "select_access_level": "", "select_access_levels": "", "select_all": "", + "select_all_entries": "", "select_all_projects": "", "select_an_output_file": "", "select_an_output_file_figure_modal": "", "select_bib_file": "", "select_cells_in_a_single_row_to_merge": "", "select_color": "", + "select_entry": "", "select_folder_from_project": "", "select_from_output_files": "", "select_from_project_files": "", @@ -1672,6 +1674,8 @@ "select_user": "", "select_user_role": "", "selected": "", + "selected_lowercase": "", + "selected_lowercase_plural": "", "selection_deleted": "", "send": "", "send_confirmation_code": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 5a3a3f4a95..f51b0b1818 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -2119,12 +2119,14 @@ "select_access_level": "Select access level", "select_access_levels": "Select access levels", "select_all": "Select all", + "select_all_entries": "Select all entries", "select_all_projects": "Select all projects", "select_an_output_file": "Select an Output File", "select_an_output_file_figure_modal": "Select an output file", "select_bib_file": "Select .bib file", "select_cells_in_a_single_row_to_merge": "Select cells in a single row to merge", "select_color": "Select color __name__", + "select_entry": "Select entry", "select_folder_from_project": "Select folder from project", "select_from_output_files": "select from output files", "select_from_project_files": "select from project files", @@ -2141,6 +2143,9 @@ "select_user_role": "Select user role", "selected": "Selected", "selected_by_overleaf_staff": "Selected by Overleaf staff", + "selected_lowercase": "selected", + "selected_lowercase_plural": "selected", + "selected_plural": "selected", "selection_deleted": "Selection deleted", "send": "Send", "send_confirmation_code": "Send confirmation code",