diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 7445d29307..f517d0314b 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -580,11 +580,13 @@ "end_time_utc": "", "ensure_recover_account": "", "enter_any_size_including_units_or_valid_latex_command": "", + "enter_manually": "", "enter_tax_id_number": "", "enter_the_code": "", "enter_the_confirmation_code": "", "enter_the_number_of_licenses_youd_like_to_add_to_see_the_cost_breakdown": "", "entry": "", + "entry_label": "", "entry_plural": "", "equation_preview": "", "error": "", @@ -1298,6 +1300,8 @@ "password_was_detected_on_a_public_list_of_known_compromised_passwords": "", "paste": "", "paste_options": "", + "paste_or_type_your_reference_here": "", + "paste_references": "", "paste_with_formatting": "", "paste_without_formatting": "", "pause_subscription": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 5f5160044f..af664c184d 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -731,6 +731,7 @@ "end_time_utc": "End time (UTC)", "ensure_recover_account": "This will ensure that it can be used to recover your __appName__ account in case you lose access to your primary email address.", "enter_any_size_including_units_or_valid_latex_command": "Enter any size (including units) or valid LaTeX command", + "enter_manually": "Enter manually", "enter_tax_id_number": "Enter tax ID number", "enter_the_code": "Enter the 6-digit code sent to __email__.", "enter_the_confirmation_code": "Enter the 6-digit confirmation code sent to <0>__email__.", @@ -739,6 +740,7 @@ "enter_your_email_address_below_and_we_will_send_you_a_link_to_reset_your_password": "Enter your email address below, and we will send you a link to reset your password", "enter_your_email_and_we_will_send_reset_instructions": "Enter your email and we’ll send reset instructions.", "entry": "entry", + "entry_label": "Entry", "entry_plural": "entries", "equation_generator": "Equation Generator", "equation_preview": "Equation preview", @@ -1690,6 +1692,8 @@ "password_was_detected_on_a_public_list_of_known_compromised_passwords": "This password was detected on a <0>public list of known compromised passwords.", "paste": "Paste", "paste_options": "Paste options", + "paste_or_type_your_reference_here": "Paste or type your reference here.", + "paste_references": "Paste references", "paste_with_formatting": "Paste with formatting", "paste_without_formatting": "Paste without formatting", "pause_subscription": "Pause subscription",