mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Adding deleted users table (#15810)
GitOrigin-RevId: ae95df7bf13a86e6bdc5dcecbbb678f2df223bf8
This commit is contained in:
parent
81f5a1308e
commit
8aedcec490
2 changed files with 6 additions and 0 deletions
|
@ -265,6 +265,7 @@
|
|||
"discount_of": "",
|
||||
"dismiss": "",
|
||||
"dismiss_error_popup": "",
|
||||
"display_deleted_user": "",
|
||||
"do_this_later": "",
|
||||
"do_you_want_to_change_your_primary_email_address_to": "",
|
||||
"do_you_want_to_overwrite_them": "",
|
||||
|
@ -389,6 +390,7 @@
|
|||
"font_size": "",
|
||||
"for_more_information_see_managed_accounts_section": "",
|
||||
"format": "",
|
||||
"found_matching_deleted_users": "",
|
||||
"free_accounts_have_timeout_upgrade_to_increase": "",
|
||||
"free_plan_label": "",
|
||||
"free_plan_tooltip": "",
|
||||
|
@ -467,6 +469,7 @@
|
|||
"help_improve_overleaf_fill_out_this_survey": "",
|
||||
"helps_us_tailor_your_experience": "",
|
||||
"hide_configuration": "",
|
||||
"hide_deleted_user": "",
|
||||
"hide_document_preamble": "",
|
||||
"hide_local_file_contents": "",
|
||||
"hide_outline": "",
|
||||
|
|
|
@ -399,6 +399,7 @@
|
|||
"discount_of": "Discount of __amount__",
|
||||
"dismiss": "Dismiss",
|
||||
"dismiss_error_popup": "Dismiss first error alert",
|
||||
"display_deleted_user": "Display deleted users",
|
||||
"do_not_have_acct_or_do_not_want_to_link": "If you don’t have an <b>__appName__</b> account, or if you don’t want to link to your <b>__institutionName__</b> account, please click <b>__clickText__</b>.",
|
||||
"do_not_link_accounts": "Don’t link accounts",
|
||||
"do_this_later": "I’ll do this later",
|
||||
|
@ -614,6 +615,7 @@
|
|||
"for_writing": "For Writing",
|
||||
"forgot_your_password": "Forgot your password",
|
||||
"format": "Format",
|
||||
"found_matching_deleted_users": "Found __deletedUserCount__ matching deleted users",
|
||||
"four_minutes": "4 minutes",
|
||||
"fr": "French",
|
||||
"free": "Free",
|
||||
|
@ -734,6 +736,7 @@
|
|||
"help_us_spread_word": "Help us spread the word about __appName__",
|
||||
"helps_us_tailor_your_experience": "This helps us tailor your Overleaf experience.",
|
||||
"hide_configuration": "Hide configuration",
|
||||
"hide_deleted_user": "Hide deleted users",
|
||||
"hide_document_preamble": "Hide document preamble",
|
||||
"hide_local_file_contents": "Hide Local File Contents",
|
||||
"hide_outline": "Hide File outline",
|
||||
|
|
Loading…
Reference in a new issue