mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 11:46:09 +01:00
🎨 PDF annotation supports setting associated block ID list https://github.com/siyuan-note/siyuan/issues/10327
This commit is contained in:
parent
10aa62ba87
commit
70869ec218
6 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"fileAnnoRefPlaceholder": "Please enter block ID",
|
||||
"addToDatabase": "Add to Database",
|
||||
"clearContext": "Clear context",
|
||||
"cloudStoragePurge": "Purge cloud storage",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"fileAnnoRefPlaceholder": "Ingrese el ID del bloque",
|
||||
"addToDatabase": "Agregar a la base de datos",
|
||||
"clearContext": "Borrar contexto",
|
||||
"cloudStoragePurge": "Borrar almacenamiento en la nube",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"fileAnnoRefPlaceholder": "Veuillez saisir l'ID de bloc",
|
||||
"addToDatabase": "Ajouter à la base de données",
|
||||
"clearContext": "Effacer le contexte",
|
||||
"cloudStoragePurge": "Purger le stockage cloud",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"fileAnnoRefPlaceholder": "請輸入區塊 ID",
|
||||
"addToDatabase": "新增至資料庫",
|
||||
"clearContext": "清空上下文",
|
||||
"cloudStoragePurge": "清理雲端儲存",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"fileAnnoRefPlaceholder": "请输入块 ID",
|
||||
"addToDatabase": "添加到数据库",
|
||||
"clearContext": "清空上下文",
|
||||
"cloudStoragePurge": "清理云端存储",
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ const setRelation = (pdf: any) => {
|
|||
title: window.siyuan.languages.relation,
|
||||
content: `<div class="b3-dialog__content">
|
||||
<div class="fn__flex">
|
||||
<input class="b3-text-field fn__flex-1" placeholder="Enter">
|
||||
<input class="b3-text-field fn__flex-1" placeholder="${window.siyuan.languages.fileAnnoRefPlaceholder}">
|
||||
<div class="fn__space"></div>
|
||||
<button class="b3-button b3-button--text" data-type="add">${window.siyuan.languages.addAttr}</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue