This commit is contained in:
Liang Ding 2023-02-06 18:18:29 +08:00
parent 60f4e97139
commit 916bf685ac
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 6 additions and 1 deletions

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
{
"targetBlockID": "目標塊 ID",
"transferBlockRefTip": "將該塊的所有引用轉移到目標塊上",
"transferBlockRef": "轉移引用",
"sortByFiletree": "使用文檔樹排序規則",

View file

@ -1,4 +1,5 @@
{
"targetBlockID": "目标块 ID",
"transferBlockRefTip": "将该块的所有引用转移到目标块上",
"transferBlockRef": "转移引用",
"sortByFiletree": "使用文档树排序规则",

View file

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