diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index 6b3bd4eff..a01c94f6e 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -525,6 +525,7 @@ "tagSnapshotTip": "Do not include symbols \\ / : * ? " ' < > |", "dataRepo": "Data repo", "newSubDoc": "Create sub doc", + "newSubDocRef": "Create sub Doc with reference", "newDocBelow": "Create doc below", "newDocAbove": "Create doc above", "fullWidth": "Adaptive Width", @@ -1108,6 +1109,7 @@ "paragraphBeginningSpace": "Two empty spaces at the beginning of the paragraph", "outline": "Outline", "newFile": "New Doc", + "newFileRef": "Create new Doc with reference", "close": "Close", "delete": "Delete", "rename": "Rename", diff --git a/app/appearance/langs/es_ES.json b/app/appearance/langs/es_ES.json index 20d3cadf0..42dae827a 100644 --- a/app/appearance/langs/es_ES.json +++ b/app/appearance/langs/es_ES.json @@ -525,6 +525,7 @@ "tagSnapshotTip": "No incluir símbolos \\ / : * ? " ' < > |", "dataRepo": "Repositorio de datos", "newSubDoc": "Crear subdocumento", + "newSubDocRef": "Crear subdocumento y hacer referencia", "newDocBelow": "Crear documento a continuación", "newDocAbove": "Crear documento arriba", "fullWidth": "Ancho adaptable", @@ -1108,6 +1109,7 @@ "paragraphBeginningSpace": "Dos espacios vacíos al principio del párrafo", "outline": "Esquema", "newFile": "Nuevo documento", + "newFileRef": "Crear un nuevo documento y hacer referencia", "close": "Cerrar", "delete": "Borrar", "rename": "Cambiar nombre", diff --git a/app/appearance/langs/fr_FR.json b/app/appearance/langs/fr_FR.json index 17f8512d0..91889e2d4 100644 --- a/app/appearance/langs/fr_FR.json +++ b/app/appearance/langs/fr_FR.json @@ -525,6 +525,7 @@ "tagSnapshotTip": "Ne pas inclure les symboles \\ / : * ? " ' < > |", "dataRepo": "Dépôt de données", "newSubDoc": "Créer un sous-doc", + "newSubDocRef": "Créer un sous-doc et le référencer", "newDocBelow": "Créer un document ci-dessous", "newDocAbove": "Créer un document ci-dessus", "fullWidth": "Largeur adaptative", @@ -1108,6 +1109,7 @@ "paragraphBeginningSpace": "Deux espaces vides au début du paragraphe", "outline": "Outline", "newFile": "Nouveau Doc", + "newFileRef": "Créer un nouveau document et le citer", "close": "Fermer", "delete": "Supprimer", "rename": "Renommer", diff --git a/app/appearance/langs/ja_JP.json b/app/appearance/langs/ja_JP.json index 8d0ee6c9e..eff6c4901 100644 --- a/app/appearance/langs/ja_JP.json +++ b/app/appearance/langs/ja_JP.json @@ -525,6 +525,7 @@ "tagSnapshotTip": "次の記号を含めないでください \\ / : * ? " ' < > |", "dataRepo": "データリポジトリ", "newSubDoc": "サブドキュメントを作成", + "newSubDocRef": "サブドキュメントを作成して参照する", "newDocBelow": "下にドキュメントを作成", "newDocAbove": "上にドキュメントを作成", "fullWidth": "幅に合わせる", @@ -1108,6 +1109,7 @@ "paragraphBeginningSpace": "段落の先頭にスペースを2つ挿入", "outline": "アウトライン", "newFile": "新規ドキュメント", + "newFileRef": "新規ドキュメントを作成して引用する", "close": "閉じる", "delete": "削除", "rename": "名前の変更", diff --git a/app/appearance/langs/zh_CHT.json b/app/appearance/langs/zh_CHT.json index 3d1b10eb4..f4d42ec39 100644 --- a/app/appearance/langs/zh_CHT.json +++ b/app/appearance/langs/zh_CHT.json @@ -525,6 +525,7 @@ "tagSnapshotTip": "請勿包含符號 \\ / : * ? " ' < > |", "dataRepo": "資料倉庫", "newSubDoc": "新建子文檔", + "newSubDocRef": "新建子文檔並引用", "newDocBelow": "在下方新建文檔", "newDocAbove": "在上方新建文檔", "fullWidth": "自適應寬度", @@ -1108,6 +1109,7 @@ "paragraphBeginningSpace": "段落開頭空兩格", "outline": "大綱", "newFile": "新建文檔", + "newFileRef": "新建文檔並引用", "close": "關閉", "delete": "刪除", "rename": "重命名", diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index fa75f3528..37a3c26eb 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -525,6 +525,7 @@ "tagSnapshotTip": "请勿包含符号 \\ / : * ? " ' < > |", "dataRepo": "数据仓库", "newSubDoc": "新建子文档", + "newSubDocRef": "新建子文档并引用", "newDocBelow": "在下方新建文档", "newDocAbove": "在上方新建文档", "fullWidth": "自适应宽度", @@ -1108,6 +1109,7 @@ "paragraphBeginningSpace": "段落开头空两格", "outline": "大纲", "newFile": "新建文档", + "newFileRef": "新建文档并引用", "close": "关闭", "delete": "删除", "rename": "重命名", diff --git a/app/src/mobile/util/keyboardToolbar.ts b/app/src/mobile/util/keyboardToolbar.ts index 14e2ac6d5..11dce3ef9 100644 --- a/app/src/mobile/util/keyboardToolbar.ts +++ b/app/src/mobile/util/keyboardToolbar.ts @@ -215,7 +215,7 @@ const renderSlashMenu = (protyle: IProtyle, toolbarElement: Element) => { ${getSlashItem("{{", "iconSQL", window.siyuan.languages.blockEmbed, "true")} ${getSlashItem(Constants.ZWSP + 5, "iconSparkles", "AI Chat")} ${getSlashItem('
', "iconDatabase", window.siyuan.languages.database, "true")} - ${getSlashItem(Constants.ZWSP + 4, "iconFile", window.siyuan.languages.newSubDoc)} + ${getSlashItem(Constants.ZWSP + 4, "iconFile", window.siyuan.languages.newSubDocRef)}