This commit is contained in:
parent
ae59311825
commit
743737d39f
6 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"removeCard": "Remove flashcard",
|
||||
"updateLayout": "Update layout",
|
||||
"dndFolderTip": "Please note that ${x} only inserts the file:// hyperlink and does not copy the file",
|
||||
"removeCol": "Are you sure you want to delete the ${x} column in the database?",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"removeCard": "Eliminar tarjeta flash",
|
||||
"updateLayout": "Actualizar diseño",
|
||||
"dndFolderTip": "Tenga en cuenta que ${x} solo inserta el hipervínculo file:// y no copia el archivo",
|
||||
"removeCol": "¿Está seguro de que desea eliminar la columna ${x} en la base de datos?",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"removeCard": "Supprimer la flashcard",
|
||||
"updateLayout": "Mettre à jour la mise en page",
|
||||
"dndFolderTip": "Veuillez noter que ${x} insère uniquement le lien hypertexte file:// et ne copie pas le fichier",
|
||||
"removeCol": "Êtes-vous sûr de vouloir supprimer la colonne ${x} de la base de données ?",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"removeCard": "移除閃卡",
|
||||
"updateLayout": "更新版面配置",
|
||||
"dndFolderTip": "請注意 ${x} 僅插入 file:// 超鏈接,不複製檔案",
|
||||
"removeCol": "確定刪除資料庫中的 ${x} 欄位?",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"removeCard": "移除闪卡",
|
||||
"updateLayout": "更新布局",
|
||||
"dndFolderTip": "请注意 ${x} 仅插入 file:// 超链接,不复制文件",
|
||||
"removeCol": "确定删除数据库中的 ${x} 列?",
|
||||
|
|
|
@ -79,7 +79,7 @@ const initMultiMenu = (selectItemElements: NodeListOf<Element>, app: App) => {
|
|||
}
|
||||
}, {
|
||||
iconHTML: "",
|
||||
label: `${window.siyuan.languages.cancel} <b>${window.siyuan.languages.quickMakeCard}</b>`,
|
||||
label: window.siyuan.languages.removeCard,
|
||||
click: () => {
|
||||
transaction(undefined, [{
|
||||
action: "removeFlashcards",
|
||||
|
@ -509,7 +509,7 @@ export const initFileMenu = (app: App, notebookId: string, pathString: string, l
|
|||
}
|
||||
}, {
|
||||
iconHTML: "",
|
||||
label: `${window.siyuan.languages.cancel} <b>${window.siyuan.languages.quickMakeCard}</b>`,
|
||||
label: window.siyuan.languages.removeCard,
|
||||
click: () => {
|
||||
transaction(undefined, [{
|
||||
action: "removeFlashcards",
|
||||
|
|
Loading…
Add table
Reference in a new issue