🎨 PDF annotation supports setting associated block ID list https://github.com/siyuan-note/siyuan/issues/10327

This commit is contained in:
Daniel 2024-02-09 16:10:11 +08:00
parent 10aa62ba87
commit 70869ec218
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{
"fileAnnoRefPlaceholder": "Please enter block ID",
"addToDatabase": "Add to Database",
"clearContext": "Clear context",
"cloudStoragePurge": "Purge cloud storage",

View file

@ -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",

View file

@ -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",

View file

@ -1,4 +1,5 @@
{
"fileAnnoRefPlaceholder": "請輸入區塊 ID",
"addToDatabase": "新增至資料庫",
"clearContext": "清空上下文",
"cloudStoragePurge": "清理雲端儲存",

View file

@ -1,4 +1,5 @@
{
"fileAnnoRefPlaceholder": "请输入块 ID",
"addToDatabase": "添加到数据库",
"clearContext": "清空上下文",
"cloudStoragePurge": "清理云端存储",

View file

@ -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>