This commit is contained in:
parent
60f4e97139
commit
916bf685ac
6 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"targetBlockID": "Target Block ID",
|
||||
"transferBlockRefTip": "Transfer all references from this block to the target block",
|
||||
"transferBlockRef": "Transfer Reference",
|
||||
"sortByFiletree": "Use doc tree sorting rule",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"targetBlockID": "Id. de bloque objetivo",
|
||||
"transferBlockRefTip": "Transferir todas las referencias de este bloque al bloque de destino",
|
||||
"transferBlockRef": "Transferencia de referencia",
|
||||
"sortByFiletree": "Usar reglas de clasificación del árbol de documentos",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"targetBlockID": "Identifiant du bloc cible",
|
||||
"transferBlockRefTip": "Transférer toutes les références de ce bloc vers le bloc cible",
|
||||
"transferBlockRef": "Référence de transfert",
|
||||
"sortByFiletree": "Utiliser les règles de tri de l'arborescence des documents",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"targetBlockID": "目標塊 ID",
|
||||
"transferBlockRefTip": "將該塊的所有引用轉移到目標塊上",
|
||||
"transferBlockRef": "轉移引用",
|
||||
"sortByFiletree": "使用文檔樹排序規則",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"targetBlockID": "目标块 ID",
|
||||
"transferBlockRefTip": "将该块的所有引用转移到目标块上",
|
||||
"transferBlockRef": "转移引用",
|
||||
"sortByFiletree": "使用文档树排序规则",
|
||||
|
|
|
@ -1380,7 +1380,7 @@ export class Gutter {
|
|||
const renameDialog = new Dialog({
|
||||
title: window.siyuan.languages.transferBlockRef,
|
||||
content: `<div class="b3-dialog__content">
|
||||
<input class="b3-text-field fn__block" placeholder="ID">
|
||||
<input class="b3-text-field fn__block" placeholder="${window.siyuan.languages.targetBlockID}">
|
||||
<div class="b3-label__text">${window.siyuan.languages.transferBlockRefTip}</div>
|
||||
</div>
|
||||
<div class="b3-dialog__action">
|
||||
|
|
Loading…
Add table
Reference in a new issue