mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20565 from overleaf/mj-zotero-search-groups
[web] Add group searching to Zotero GitOrigin-RevId: c61994a3d2fd871b644479617921c3282abe07c5
This commit is contained in:
parent
902ae750dc
commit
4589a192f6
2 changed files with 7 additions and 2 deletions
|
@ -126,6 +126,7 @@
|
|||
"ask_proj_owner_to_upgrade_for_references_search": "",
|
||||
"ask_repo_owner_to_reconnect": "",
|
||||
"ask_repo_owner_to_renew_overleaf_subscription": "",
|
||||
"at_most_x_libraries_can_be_selected": "",
|
||||
"auto_close_brackets": "",
|
||||
"auto_compile": "",
|
||||
"auto_complete": "",
|
||||
|
@ -934,8 +935,8 @@
|
|||
"no_comments_or_suggestions": "",
|
||||
"no_existing_password": "",
|
||||
"no_folder": "",
|
||||
"no_groups_selected": "",
|
||||
"no_image_files_found": "",
|
||||
"no_libraries_selected": "",
|
||||
"no_members": "",
|
||||
"no_messages": "",
|
||||
"no_new_commits_in_github": "",
|
||||
|
@ -1033,6 +1034,7 @@
|
|||
"pending_invite": "",
|
||||
"percent_discount_for_groups": "",
|
||||
"percent_is_the_percentage_of_the_line_width": "",
|
||||
"personal_library": "",
|
||||
"plan": "",
|
||||
"plan_tooltip": "",
|
||||
"please_ask_the_project_owner_to_upgrade_more_editors": "",
|
||||
|
@ -1550,6 +1552,7 @@
|
|||
"to_use_text_wrapping_in_your_table_make_sure_you_include_the_array_package": "",
|
||||
"toggle_compile_options_menu": "",
|
||||
"toggle_group": "",
|
||||
"toggle_personal_library": "",
|
||||
"token": "",
|
||||
"token_access_failure": "",
|
||||
"token_limit_reached": "",
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"ask_proj_owner_to_upgrade_for_references_search": "Please ask the project owner to upgrade to use the References Search feature.",
|
||||
"ask_repo_owner_to_reconnect": "Ask the GitHub repository owner (<0>__repoOwnerEmail__</0>) to reconnect the project.",
|
||||
"ask_repo_owner_to_renew_overleaf_subscription": "Ask the GitHub repository owner (<0>__repoOwnerEmail__</0>) to renew their __appName__ subscription and reconnect the project.",
|
||||
"at_most_x_libraries_can_be_selected": "At most __maxCount__ libraries can be selected",
|
||||
"august": "August",
|
||||
"author": "Author",
|
||||
"auto_close_brackets": "Auto-close Brackets",
|
||||
|
@ -1337,9 +1338,9 @@
|
|||
"no_existing_password": "Please use the password reset form to set your password",
|
||||
"no_featured_templates": "No featured templates",
|
||||
"no_folder": "No folder",
|
||||
"no_groups_selected": "No groups selected",
|
||||
"no_i_dont_need_these": "No, I don’t need these",
|
||||
"no_image_files_found": "No image files found",
|
||||
"no_libraries_selected": "No libraries selected",
|
||||
"no_members": "No members",
|
||||
"no_messages": "No messages",
|
||||
"no_new_commits_in_github": "No new commits in GitHub since last merge.",
|
||||
|
@ -1495,6 +1496,7 @@
|
|||
"percent_discount_for_groups": "__appName__ offers a __percent__% educational discount for groups of __size__ or more.",
|
||||
"percent_is_the_percentage_of_the_line_width": "% is the percentage of the line width",
|
||||
"personal": "Personal",
|
||||
"personal_library": "Personal library",
|
||||
"personalized_onboarding": "Personalized onboarding",
|
||||
"personalized_onboarding_info": "We’ll help you get everything set up and then we’re here to answer questions from your users about the platform, templates or LaTeX!",
|
||||
"pl": "Polish",
|
||||
|
|
Loading…
Reference in a new issue