From d538d28f3eca673a76388e448697b8321812ea2e Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Fri, 19 Aug 2022 11:41:43 +0100 Subject: [PATCH] Merge pull request #9246 from overleaf/ds-user-duplicate-projects-banner Admin panel- Duplicate projects banner GitOrigin-RevId: 53b4a64ecf36e8e03fa2e7cd1554c779502c9937 --- services/web/frontend/extracted-translations.json | 13 ++++++++++--- services/web/locales/en.json | 1 + 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index a7618846bb..85904f7273 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -11,7 +11,8 @@ "also": "", "anyone_with_link_can_edit": "", "anyone_with_link_can_view": "", - "approaching_compile_timeout_limit_upgrade_for_more_compile_time": "<0>", + "approaching_compile_timeout_limit_upgrade_for_more_compile_time": "", + "archived": "", "are_you_still_at": "", "ask_proj_owner_to_upgrade_for_git_bridge": "", "ask_proj_owner_to_upgrade_for_longer_compiles": "", @@ -80,6 +81,7 @@ "country": "", "create": "", "create_project_in_github": "", + "created_at": "", "creating": "", "current_password": "", "delete": "", @@ -112,6 +114,7 @@ "dropbox_sync_out": "", "dropbox_synced": "", "duplicate_file": "", + "duplicate_projects": "", "easily_manage_your_project_files_everywhere": "", "edit_dictionary": "", "edit_dictionary_empty": "", @@ -227,13 +230,13 @@ "invalid_request": "", "invite_not_accepted": "", "is_email_affiliated": "", + "last_modified": "", "last_name": "", "layout": "", "layout_processing": "", "learn_how_to_make_documents_compile_quickly": "", "learn_more": "", "learn_more_about_link_sharing": "", - "learn_more_about_the_symbol_palette": "", "let_us_know": "", "limited_offer": "", "link": "", @@ -305,6 +308,7 @@ "no_pdf_error_reason_unrecoverable_error": "", "no_pdf_error_title": "", "no_preview_available": "", + "no_projects": "", "no_search_results": "", "no_symbols_found": "", "normal": "", @@ -483,18 +487,21 @@ "this_project_will_appear_in_your_dropbox_folder_at": "", "timedout": "", "tip": "", + "title": "", "to_add_email_accounts_need_to_be_linked_2": "", "to_add_more_collaborators": "", "to_change_access_permissions": "", "toggle_compile_options_menu": "", + "token_read_only": "", + "token_read_write": "", "too_many_attempts": "", "too_many_files_uploaded_throttled_short_period": "", "too_many_requests": "", "too_many_search_results": "", "too_recently_compiled": "", "total_words": "", + "trashed": "", "try_again": "", - "try_for_free": "", "try_it_for_free": "", "try_premium_for_free": "", "try_recompile_project_or_troubleshoot": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 7dbe15f180..f7274d3fbb 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -955,6 +955,7 @@ "trashed":"Trashed", "token_read_write":"token read-write", "token_read_only":"token read-only", + "duplicate_projects":"This user has projects with duplicate names", "welcome_to_sl": "Welcome to __appName__!", "new_to_latex_look_at": "New to LaTeX? Start by having a look at our", "or": "or",