diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 99fae2acca..33048bc715 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -147,6 +147,7 @@ "anyone_with_link_can_view": "", "app_on_x": "", "appearance": "", + "apply": "", "apply_educational_discount_description_with_group_discount": "", "apply_suggestion": "", "archive": "", @@ -164,6 +165,7 @@ "ask_repo_owner_to_reconnect": "", "ask_repo_owner_to_renew_overleaf_subscription": "", "at_most_x_libraries_can_be_selected": "", + "attach_image_or_pdf": "", "audit_logs": "", "auto_close_brackets": "", "auto_compile": "", @@ -1462,6 +1464,7 @@ "refreshing": "", "regards": "", "registering": "", + "reject": "", "reject_change": "", "reject_selected_changes": "", "relink_your_account": "", @@ -1623,6 +1626,7 @@ "select_user": "", "selected": "", "selection_deleted": "", + "send": "", "send_confirmation_code": "", "send_first_message": "", "send_message": "", @@ -1758,11 +1762,13 @@ "start_by_fixing_the_first_error_in_your_document": "", "start_free_trial": "", "start_free_trial_without_exclamation": "", + "start_new_chat": "", "start_the_conversation_by_saying_hello_or_sharing_an_update": "", "start_time_utc": "", "start_typing_find_your_company": "", "start_typing_find_your_organization": "", "start_typing_find_your_university": "", + "stop": "", "stop_compile": "", "stop_on_first_error": "", "stop_on_first_error_enabled_description": "", @@ -2212,6 +2218,7 @@ "what_does_this_mean_for_you": "", "what_happens_when_sso_is_enabled": "", "what_should_we_call_you": "", + "what_would_you_like_to_do": "", "when_you_tick_the_include_caption_box": "", "why_not_pause_instead": "", "wide": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 08286cb179..f6de4ae12b 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -206,6 +206,7 @@ "ask_repo_owner_to_reconnect": "Ask the GitHub repository owner (<0>__repoOwnerEmail__) to reconnect the project.", "ask_repo_owner_to_renew_overleaf_subscription": "Ask the GitHub repository owner (<0>__repoOwnerEmail__) to renew their __appName__ subscription and reconnect the project.", "at_most_x_libraries_can_be_selected": "At most __maxCount__ libraries can be selected", + "attach_image_or_pdf": "Attach image or PDF", "audit_logs": "Audit logs", "august": "August", "author": "Author", @@ -2251,6 +2252,7 @@ "start_by_fixing_the_first_error_in_your_document": "Start by fixing the first error in the document to avoid cascading problems later on.", "start_free_trial": "Start Free Trial!", "start_free_trial_without_exclamation": "Start Free Trial", + "start_new_chat": "Start new chat", "start_the_conversation_by_saying_hello_or_sharing_an_update": "Start the conversation by saying hello or sharing an update", "start_time_utc": "Start time (UTC)", "start_typing_find_your_company": " Start typing to find your company", @@ -2259,6 +2261,7 @@ "state": "State", "status_checks": "Status Checks", "still_have_questions": "Still have questions?", + "stop": "Stop", "stop_compile": "Stop compilation", "stop_on_first_error": "Stop on first error", "stop_on_first_error_enabled_description": "<0>“Stop on first error” is enabled. Disabling it may allow the compiler to produce a PDF (but your project will still have errors).", @@ -2768,6 +2771,7 @@ "what_does_this_mean_for_you": "This means:", "what_happens_when_sso_is_enabled": "What happens when SSO is enabled?", "what_should_we_call_you": "What should we call you?", + "what_would_you_like_to_do": "What would you like to do?", "when_you_join_labs": "When you join Labs, you can choose which experiments you want to be part of. Once you’ve done that, you can use Overleaf as normal, but you’ll see any labs features marked with this badge:", "when_you_tick_the_include_caption_box": "When you tick the box “Include caption” the image will be inserted into your document with a placeholder caption. To edit it, you simply select the placeholder text and type to replace it with your own.", "why_latex": "Why LaTeX?",