mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
creating deleted user info page (#15811)
GitOrigin-RevId: 693c9821c372923ee43c05a30ac682a90783ba3c
This commit is contained in:
parent
808286dea8
commit
6738abae77
2 changed files with 12 additions and 0 deletions
|
@ -248,6 +248,9 @@
|
|||
"delete_user": "",
|
||||
"delete_your_account": "",
|
||||
"deleted_at": "",
|
||||
"deleted_by_email": "",
|
||||
"deleted_by_id": "",
|
||||
"deleted_by_ip": "",
|
||||
"deleted_by_on": "",
|
||||
"deleting": "",
|
||||
"demonstrating_git_integration": "",
|
||||
|
@ -519,6 +522,7 @@
|
|||
"hotkeys": "",
|
||||
"how_it_works": "",
|
||||
"i_want_to_stay": "",
|
||||
"id": "",
|
||||
"if_you_need_to_customize_your_table_further_you_can": "",
|
||||
"if_your_occupation_not_listed_type_full_name": "",
|
||||
"ignore_validation_errors": "",
|
||||
|
@ -596,6 +600,7 @@
|
|||
"large_or_high-resolution_images_taking_too_long": "",
|
||||
"last_active": "",
|
||||
"last_active_description": "",
|
||||
"last_logged_in": "",
|
||||
"last_modified": "",
|
||||
"last_name": "",
|
||||
"last_resort_trouble_shooting_guide": "",
|
||||
|
@ -651,6 +656,7 @@
|
|||
"log_in_with_primary_email_address": "",
|
||||
"log_out_lowercase_dot": "",
|
||||
"log_viewer_error": "",
|
||||
"login_count": "",
|
||||
"login_to_accept_invitation": "",
|
||||
"login_with_service": "",
|
||||
"login_with_service_will_stop_working_soon": "",
|
||||
|
|
|
@ -380,6 +380,9 @@
|
|||
"delete_user": "Delete user",
|
||||
"delete_your_account": "Delete your account",
|
||||
"deleted_at": "Deleted At",
|
||||
"deleted_by_email": "Deleted By email",
|
||||
"deleted_by_id": "Deleted By ID",
|
||||
"deleted_by_ip": "Deleted By IP",
|
||||
"deleted_by_on": "Deleted by __name__ on __date__",
|
||||
"deleting": "Deleting",
|
||||
"demonstrating_git_integration": "Demonstrating Git integration",
|
||||
|
@ -790,6 +793,7 @@
|
|||
"how_to_insert_images": "How to insert images",
|
||||
"hundreds_templates_info": "Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses, reports, CVs and much more.",
|
||||
"i_want_to_stay": "I want to stay",
|
||||
"id": "ID",
|
||||
"if_have_existing_can_link": "If you have an existing <b>__appName__</b> account on another email, you can link it to your <b>__institutionName__</b> account by clicking <b>__clickText__</b>.",
|
||||
"if_owner_can_link": "If you own the <b>__appName__</b> account with <b>__email__</b>, you will be allowed to link it to your <b>__institutionName__</b> institutional account.",
|
||||
"if_you_need_to_customize_your_table_further_you_can": "If you need to customize your table further, you can. Using LaTeX code, you can change anything from table styles and border styles to colors and column widths. <0>Read our guide</0> to using tables in LaTeX to help you get started.",
|
||||
|
@ -916,6 +920,7 @@
|
|||
"large_or_high-resolution_images_taking_too_long": "Large or high-resolution images taking too long to process. You may be able to <0>optimize them</0>.",
|
||||
"last_active": "Last Active",
|
||||
"last_active_description": "Last time a project was opened.",
|
||||
"last_logged_in": "Last logged in",
|
||||
"last_modified": "Last Modified",
|
||||
"last_name": "Last Name",
|
||||
"last_resort_trouble_shooting_guide": "If that doesn’t help, follow our <0>troubleshooting guide</0>.",
|
||||
|
@ -1006,6 +1011,7 @@
|
|||
"logged_in_with_email": "You are currently logged in to <b>__appName__</b> with the email <b>__email__</b>.",
|
||||
"logging_in": "Logging in",
|
||||
"login": "Login",
|
||||
"login_count": "Login count",
|
||||
"login_error": "Login error",
|
||||
"login_failed": "Login failed",
|
||||
"login_here": "Login here",
|
||||
|
|
Loading…
Reference in a new issue