diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index c7f9bcf1dd..396668d1ed 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -323,6 +323,7 @@ "compare": "", "compare_all_plans": "", "comparing_from_x_to_y": "", + "compile_error_at_line": "", "compile_error_entry_description": "", "compile_error_handling": "", "compile_larger_projects": "", @@ -595,6 +596,7 @@ "enter_the_confirmation_code": "", "enter_the_number_of_licenses_youd_like_to_add_to_see_the_cost_breakdown": "", "entry": "", + "entry_has_errors": "", "entry_label": "", "entry_plural": "", "equation_preview": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index dd7867f13d..f6c57a3fb3 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -431,6 +431,7 @@ "compare_all_plans": "Compare all plans on our <0>pricing page", "compare_features": "Compare features", "comparing_from_x_to_y": "Comparing from <0>__startTime__ to <0>__endTime__", + "compile_error_at_line": "Compile error at line __line__", "compile_error_entry_description": "An error which prevented this project from compiling", "compile_error_handling": "Compile error handling", "compile_larger_projects": "Compile larger projects", @@ -783,6 +784,7 @@ "enter_your_email_and_we_will_send_reset_instructions": "Enter your email and we’ll send reset instructions.", "enterprise_capabilities": "Enterprise capabilities", "entry": "entry", + "entry_has_errors": "Entry has errors", "entry_label": "Entry", "entry_plural": "entries", "equation_generator": "Equation Generator",