diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index b38b240b77..b4bbdb9ab9 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1681,6 +1681,7 @@ "security": "", "see_suggestions_from_collaborators": "", "see_your_current_location_in_the_project": "", + "select": "", "select_a_column_or_a_merged_cell_to_align": "", "select_a_column_to_adjust_column_width": "", "select_a_file": "", @@ -1703,6 +1704,7 @@ "select_cells_in_a_single_row_to_merge": "", "select_color": "", "select_entry": "", + "select_entry_type_prompt": "", "select_folder_from_project": "", "select_from_output_files": "", "select_from_project_files": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index cadc6b392f..63b6bf5d50 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -2220,6 +2220,7 @@ "security": "Security", "see_suggestions_from_collaborators": "See suggestions from collaborators", "see_your_current_location_in_the_project": "See your current location in the project", + "select": "Select", "select_a_column_or_a_merged_cell_to_align": "Select a column or a merged cell to align", "select_a_column_to_adjust_column_width": "Select a column to adjust column width", "select_a_file": "Select a File", @@ -2242,6 +2243,7 @@ "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_entry_type_prompt": "Select a type to see the required fields.", "select_folder_from_project": "Select folder from project", "select_from_output_files": "select from output files", "select_from_project_files": "select from project files",