diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index e96f7f6ee4..6e14fc66f7 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -248,6 +248,9 @@ "delete_user": "", "delete_your_account": "", "deleted_at": "", + "deleted_by_email": "", + "deleted_by_id": "", + "deleted_by_ip": "", "deleted_by_on": "", "deleting": "", "demonstrating_git_integration": "", @@ -519,6 +522,7 @@ "hotkeys": "", "how_it_works": "", "i_want_to_stay": "", + "id": "", "if_you_need_to_customize_your_table_further_you_can": "", "if_your_occupation_not_listed_type_full_name": "", "ignore_validation_errors": "", @@ -596,6 +600,7 @@ "large_or_high-resolution_images_taking_too_long": "", "last_active": "", "last_active_description": "", + "last_logged_in": "", "last_modified": "", "last_name": "", "last_resort_trouble_shooting_guide": "", @@ -651,6 +656,7 @@ "log_in_with_primary_email_address": "", "log_out_lowercase_dot": "", "log_viewer_error": "", + "login_count": "", "login_to_accept_invitation": "", "login_with_service": "", "login_with_service_will_stop_working_soon": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 243c0ac280..0760267c94 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -380,6 +380,9 @@ "delete_user": "Delete user", "delete_your_account": "Delete your account", "deleted_at": "Deleted At", + "deleted_by_email": "Deleted By email", + "deleted_by_id": "Deleted By ID", + "deleted_by_ip": "Deleted By IP", "deleted_by_on": "Deleted by __name__ on __date__", "deleting": "Deleting", "demonstrating_git_integration": "Demonstrating Git integration", @@ -790,6 +793,7 @@ "how_to_insert_images": "How to insert images", "hundreds_templates_info": "Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses, reports, CVs and much more.", "i_want_to_stay": "I want to stay", + "id": "ID", "if_have_existing_can_link": "If you have an existing __appName__ account on another email, you can link it to your __institutionName__ account by clicking __clickText__.", "if_owner_can_link": "If you own the __appName__ account with __email__, you will be allowed to link it to your __institutionName__ institutional account.", "if_you_need_to_customize_your_table_further_you_can": "If you need to customize your table further, you can. Using LaTeX code, you can change anything from table styles and border styles to colors and column widths. <0>Read our guide to using tables in LaTeX to help you get started.", @@ -916,6 +920,7 @@ "large_or_high-resolution_images_taking_too_long": "Large or high-resolution images taking too long to process. You may be able to <0>optimize them.", "last_active": "Last Active", "last_active_description": "Last time a project was opened.", + "last_logged_in": "Last logged in", "last_modified": "Last Modified", "last_name": "Last Name", "last_resort_trouble_shooting_guide": "If that doesn’t help, follow our <0>troubleshooting guide.", @@ -1006,6 +1011,7 @@ "logged_in_with_email": "You are currently logged in to __appName__ with the email __email__.", "logging_in": "Logging in", "login": "Login", + "login_count": "Login count", "login_error": "Login error", "login_failed": "Login failed", "login_here": "Login here",