mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add reference functionality for visual bibtex editor (#30846)
* Add reference functionality for visual bibtex editor * Implement edit reference functionality in the BibTeX visual editor * fix lint, sort locals GitOrigin-RevId: 246009425d6f27a9d12fa21eaf6463df1fc95d1e
This commit is contained in:
committed by
Copybot
parent
645ee30aa9
commit
93eacab171
@@ -92,6 +92,7 @@
|
||||
"add_on": "",
|
||||
"add_ons": "",
|
||||
"add_or_remove_project_from_tag": "",
|
||||
"add_reference": "",
|
||||
"add_role_and_department": "",
|
||||
"add_to_dictionary": "",
|
||||
"add_to_tag": "",
|
||||
@@ -516,6 +517,7 @@
|
||||
"edit_dictionary_empty": "",
|
||||
"edit_dictionary_remove": "",
|
||||
"edit_figure": "",
|
||||
"edit_reference": "",
|
||||
"edit_sso_configuration": "",
|
||||
"edit_tag": "",
|
||||
"edit_tag_name": "",
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
"add_ons_for_any_plan": "Add-ons for any plan",
|
||||
"add_ons_for_any_plan_subheading": "Buy add-ons for any Overleaf plan (including the free plan) to unlock additional features.",
|
||||
"add_or_remove_project_from_tag": "Add or remove project from tag __tagName__",
|
||||
"add_reference": "Add reference",
|
||||
"add_role_and_department": "Add role and department",
|
||||
"add_to_dictionary": "Add to dictionary",
|
||||
"add_to_tag": "Add to tag",
|
||||
@@ -658,6 +659,7 @@
|
||||
"edit_dictionary_empty": "Your custom dictionary is empty.",
|
||||
"edit_dictionary_remove": "Remove from dictionary",
|
||||
"edit_figure": "Edit figure",
|
||||
"edit_reference": "Edit reference",
|
||||
"edit_sso_configuration": "Edit SSO Configuration",
|
||||
"edit_tag": "Edit tag",
|
||||
"edit_tag_name": "Edit tag name",
|
||||
|
||||
Reference in New Issue
Block a user