فهرست منبع

BibTeX editor: add preview screen to "Paste references" dialog (#32928)

* Adding preview panel for bibtex entry

* Removing bibtex-editor module directory and moving tests to library module

* Format fix

* Adding accessibility headers and hardening tests

* Simplfying preview logic for bibtex titles

* Only show author placeholder if no author present

* Fixing build failures

* Fixing broken test

GitOrigin-RevId: 23d2d4ff48fe8135687578cd3efdf8ba9395e411
l-obrien-overleaf 3 ماه پیش
والد
کامیت
966a2f9bfe
2فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 3 0
      services/web/frontend/extracted-translations.json
  2. 3 0
      services/web/locales/en.json

+ 3 - 0
services/web/frontend/extracted-translations.json

@@ -1201,6 +1201,8 @@
   "new_name": "",
   "new_password": "",
   "new_project": "",
+  "new_reference": "",
+  "new_reference_plural": "",
   "new_subscription_will_be_billed_immediately": "",
   "new_tag": "",
   "new_tag_name": "",
@@ -1413,6 +1415,7 @@
   "premium_feature": "",
   "premium_plan_label": "",
   "presentation_mode": "",
+  "preview": "",
   "preview_editor_tabs": "",
   "previous_page": "",
   "price": "",

+ 3 - 0
services/web/locales/en.json

@@ -1591,6 +1591,8 @@
   "new_name": "New name",
   "new_password": "New password",
   "new_project": "New project",
+  "new_reference": "__count__ new reference",
+  "new_reference_plural": "__count__ new references",
   "new_snippet_project": "Untitled",
   "new_subscription_will_be_billed_immediately": "Your new subscription will be billed immediately to your current payment method.",
   "new_tag": "New tag",
@@ -1891,6 +1893,7 @@
   "premium_plan_label": "You’re using <b>Overleaf Premium</b>",
   "presentation": "Presentation",
   "presentation_mode": "Presentation mode",
+  "preview": "Preview",
   "preview_editor_tabs": "Preview editor tabs",
   "previous_24_hours_only": "previous 24 hours only",
   "previous_page": "Previous page",