diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index a4c8b151fe..6e91c4a6d0 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1201,6 +1201,8 @@ "new_name": "", "new_password": "", "new_project": "", + "new_reference": "", + "new_reference_plural": "", "new_subscription_will_be_billed_immediately": "", "new_tag": "", "new_tag_name": "", @@ -1413,6 +1415,7 @@ "premium_feature": "", "premium_plan_label": "", "presentation_mode": "", + "preview": "", "preview_editor_tabs": "", "previous_page": "", "price": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index ec8285af7e..817bd6845a 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1591,6 +1591,8 @@ "new_name": "New name", "new_password": "New password", "new_project": "New project", + "new_reference": "__count__ new reference", + "new_reference_plural": "__count__ new references", "new_snippet_project": "Untitled", "new_subscription_will_be_billed_immediately": "Your new subscription will be billed immediately to your current payment method.", "new_tag": "New tag", @@ -1891,6 +1893,7 @@ "premium_plan_label": "You’re using Overleaf Premium", "presentation": "Presentation", "presentation_mode": "Presentation mode", + "preview": "Preview", "preview_editor_tabs": "Preview editor tabs", "previous_24_hours_only": "previous 24 hours only", "previous_page": "Previous page",