diff --git a/src/public/app/widgets/dialogs/help.js b/src/public/app/widgets/dialogs/help.js index 367486cd7..889d59249 100644 --- a/src/public/app/widgets/dialogs/help.js +++ b/src/public/app/widgets/dialogs/help.js @@ -23,7 +23,7 @@ const TPL = `
  • ${t('help.notSet')}, ${t('help.notSet')} - ${t('help.goBackForwards')}
  • ${t('help.notSet')} - ${t('help.showJumpToNoteDialog')}
  • ${t('help.notSet')} - ${t('help.scrollToActiveNote')}
  • -
  • Backspace - ${t('help.jumpToParentNote')}
  • +
  • ${t('help.jumpToParentNote')}
  • ${t('help.notSet')} - ${t('help.collapseWholeTree')}
  • ${t('help.notSet')} - ${t('help.collapseSubTree')}
  • diff --git a/src/public/translations/cn/translation.json b/src/public/translations/cn/translation.json index 08a91fcc9..6524e4a8b 100644 --- a/src/public/translations/cn/translation.json +++ b/src/public/translations/cn/translation.json @@ -116,7 +116,7 @@ "goBackForwards": "在历史记录中前后移动", "showJumpToNoteDialog": "显示\"跳转到\" 对话框", "scrollToActiveNote": "滚动到活动笔记", - "jumpToParentNote": "跳转到父笔记", + "jumpToParentNote": "Backspace - 跳转到父笔记", "collapseWholeTree": "折叠整个笔记树", "collapseSubTree": "折叠子树", "tabShortcuts": "标签快捷键", diff --git a/src/public/translations/de/translation.json b/src/public/translations/de/translation.json index ef2f9ceb1..0f15aee19 100644 --- a/src/public/translations/de/translation.json +++ b/src/public/translations/de/translation.json @@ -111,7 +111,7 @@ "goBackForwards": "in der Historie zurück/vorwärts gehen", "showJumpToNoteDialog": "zeige \"Springe zu\" dialog", "scrollToActiveNote": "Scrolle zur aktiven Notiz", - "jumpToParentNote": "Zur übergeordneten Notiz springen", + "jumpToParentNote": "Backspace - Zur übergeordneten Notiz springen", "collapseWholeTree": "Reduziere den gesamten Notizbaum", "collapseSubTree": "Teilbaum einklappen", "tabShortcuts": "Tab-Tastenkürzel", diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 3f8c5aa67..6a082c294 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -121,7 +121,7 @@ "goBackForwards": "go back / forwards in the history", "showJumpToNoteDialog": "show \"Jump to\" dialog", "scrollToActiveNote": "scroll to active note", - "jumpToParentNote": "jump to parent note", + "jumpToParentNote": "Backspace - jump to parent note", "collapseWholeTree": "collapse whole note tree", "collapseSubTree": "collapse sub-tree", "tabShortcuts": "Tab shortcuts", diff --git a/src/public/translations/es/translation.json b/src/public/translations/es/translation.json index fe3867b17..6ec27ca24 100644 --- a/src/public/translations/es/translation.json +++ b/src/public/translations/es/translation.json @@ -117,7 +117,7 @@ "goBackForwards": "retroceder / avanzar en la historia", "showJumpToNoteDialog": "mostrar \"Saltar a\" diálogo", "scrollToActiveNote": "desplazarse hasta la nota activa", - "jumpToParentNote": "saltar a la nota padre", + "jumpToParentNote": "Backspace - saltar a la nota padre", "collapseWholeTree": "colapsar todo el árbol de notas", "collapseSubTree": "colapsar subárbol", "tabShortcuts": "Atajos de pestañas", diff --git a/src/public/translations/fr/translation.json b/src/public/translations/fr/translation.json index bc39a5517..eeeead63c 100644 --- a/src/public/translations/fr/translation.json +++ b/src/public/translations/fr/translation.json @@ -112,7 +112,7 @@ "goBackForwards": "reculer/avancer dans l'historique", "showJumpToNoteDialog": "afficher la boîte de dialogue \"Aller à la note\"", "scrollToActiveNote": "faire défiler jusqu'à la note active", - "jumpToParentNote": "aller à la note parent", + "jumpToParentNote": "Backspace - aller à la note parent", "collapseWholeTree": "réduire tout l'arbre des notes", "collapseSubTree": "réduire le sous-arbre", "tabShortcuts": "Raccourcis des onglets", diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json index dff5ae1a7..b1869a3ca 100644 --- a/src/public/translations/ro/translation.json +++ b/src/public/translations/ro/translation.json @@ -615,7 +615,7 @@ "headings": " etc. urmat de spațiu pentru titluri", "inPageSearch": "caută în interiorul paginii", "insertDateTime": "inserează data și timpul curente la poziția cursorului", - "jumpToParentNote": "sari la pagina părinte", + "jumpToParentNote": "Backspace - sari la pagina părinte", "jumpToTreePane": "sari către arborele de notițe și scrolează către notița activă", "markdownAutoformat": "Formatare în stil Markdown", "moveNoteUpDown": "mută notița sus/jos în lista de notițe", diff --git a/src/public/translations/tw/translation.json b/src/public/translations/tw/translation.json index b2d1e2468..8ead685da 100644 --- a/src/public/translations/tw/translation.json +++ b/src/public/translations/tw/translation.json @@ -116,7 +116,7 @@ "goBackForwards": "在歷史記錄中前後移動", "showJumpToNoteDialog": "顯示\"跳轉到\" 對話框", "scrollToActiveNote": "滾動到活動筆記", - "jumpToParentNote": "跳轉到上級筆記", + "jumpToParentNote": "Backspace - 跳轉到上級筆記", "collapseWholeTree": "折疊整個筆記樹", "collapseSubTree": "折疊子樹", "tabShortcuts": "標籤快捷鍵",